@storm-software/workspace-tools 1.60.7 → 1.60.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/{index.cjs → index.js} +1010 -1294
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/{index.cjs → index.js} +920 -1192
- package/src/executors/design-tokens/{executor.cjs → executor.js} +918 -1186
- package/src/executors/npm-publish/{executor.cjs → executor.js} +893 -1154
- package/src/executors/tsup/{executor.cjs → executor.js} +1010 -1294
- package/src/executors/tsup-browser/{executor.cjs → executor.js} +1010 -1294
- package/src/executors/tsup-neutral/{executor.cjs → executor.js} +1010 -1294
- package/src/executors/tsup-node/{executor.cjs → executor.js} +1010 -1294
- package/src/executors/typia/{executor.cjs → executor.js} +26 -34
- package/src/generators/browser-library/{generator.cjs → generator.js} +920 -1192
- package/src/generators/config-schema/{generator.cjs → generator.js} +918 -1186
- package/src/generators/init/{init.cjs → init.js} +893 -1154
- package/src/generators/neutral-library/{generator.cjs → generator.js} +920 -1192
- package/src/generators/node-library/{generator.cjs → generator.js} +920 -1192
- package/src/generators/preset/{generator.cjs → generator.js} +918 -1186
- package/src/generators/release-version/{generator.cjs → generator.js} +918 -1186
- package/src/utils/{index.cjs → index.js} +999 -1278
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const require = (await import('node:module')).createRequire(import.meta.url);
|
|
1
2
|
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -119063,6 +119064,13 @@ var require_package2 = __commonJS({
|
|
|
119063
119064
|
var require_ejs = __commonJS({
|
|
119064
119065
|
"node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports2) {
|
|
119065
119066
|
"use strict";
|
|
119067
|
+
/**
|
|
119068
|
+
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
119069
|
+
* @author Matthew Eernisse <mde@fleegix.org>
|
|
119070
|
+
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
119071
|
+
* @project EJS
|
|
119072
|
+
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
119073
|
+
*/
|
|
119066
119074
|
var fs7 = require("fs");
|
|
119067
119075
|
var path13 = require("path");
|
|
119068
119076
|
var utils2 = require_utils5();
|
|
@@ -124812,6 +124820,13 @@ var require_rimraf = __commonJS({
|
|
|
124812
124820
|
// node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js
|
|
124813
124821
|
var require_tmp = __commonJS({
|
|
124814
124822
|
"node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js"(exports2, module2) {
|
|
124823
|
+
/*!
|
|
124824
|
+
* Tmp
|
|
124825
|
+
*
|
|
124826
|
+
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
124827
|
+
*
|
|
124828
|
+
* MIT Licensed
|
|
124829
|
+
*/
|
|
124815
124830
|
var fs7 = require("fs");
|
|
124816
124831
|
var os6 = require("os");
|
|
124817
124832
|
var path13 = require("path");
|
|
@@ -126202,6 +126217,13 @@ var require_offset_from_root = __commonJS({
|
|
|
126202
126217
|
var require_utils6 = __commonJS({
|
|
126203
126218
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/utils.js"(exports2) {
|
|
126204
126219
|
"use strict";
|
|
126220
|
+
/**
|
|
126221
|
+
* @license
|
|
126222
|
+
* Copyright Google LLC All Rights Reserved.
|
|
126223
|
+
*
|
|
126224
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
126225
|
+
* found in the LICENSE file at https://angular.io/license
|
|
126226
|
+
*/
|
|
126205
126227
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126206
126228
|
exports2.isJsonArray = exports2.isJsonObject = void 0;
|
|
126207
126229
|
function isJsonObject(value2) {
|
|
@@ -126219,6 +126241,13 @@ var require_utils6 = __commonJS({
|
|
|
126219
126241
|
var require_utility = __commonJS({
|
|
126220
126242
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/utility.js"(exports2) {
|
|
126221
126243
|
"use strict";
|
|
126244
|
+
/**
|
|
126245
|
+
* @license
|
|
126246
|
+
* Copyright Google LLC All Rights Reserved.
|
|
126247
|
+
*
|
|
126248
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
126249
|
+
* found in the LICENSE file at https://angular.io/license
|
|
126250
|
+
*/
|
|
126222
126251
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126223
126252
|
exports2.getTypesOfSchema = void 0;
|
|
126224
126253
|
var utils_1 = require_utils6();
|
|
@@ -126299,6 +126328,13 @@ var require_utility = __commonJS({
|
|
|
126299
126328
|
var require_transforms = __commonJS({
|
|
126300
126329
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/transforms.js"(exports2) {
|
|
126301
126330
|
"use strict";
|
|
126331
|
+
/**
|
|
126332
|
+
* @license
|
|
126333
|
+
* Copyright Google LLC All Rights Reserved.
|
|
126334
|
+
*
|
|
126335
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
126336
|
+
* found in the LICENSE file at https://angular.io/license
|
|
126337
|
+
*/
|
|
126302
126338
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126303
126339
|
exports2.addUndefinedDefaults = void 0;
|
|
126304
126340
|
var utils_1 = require_utils6();
|
|
@@ -126377,6 +126413,13 @@ var require_transforms = __commonJS({
|
|
|
126377
126413
|
var require_interface = __commonJS({
|
|
126378
126414
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/interface.js"(exports2) {
|
|
126379
126415
|
"use strict";
|
|
126416
|
+
/**
|
|
126417
|
+
* @license
|
|
126418
|
+
* Copyright Google LLC All Rights Reserved.
|
|
126419
|
+
*
|
|
126420
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
126421
|
+
* found in the LICENSE file at https://angular.io/license
|
|
126422
|
+
*/
|
|
126380
126423
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126381
126424
|
}
|
|
126382
126425
|
});
|
|
@@ -126385,6 +126428,13 @@ var require_interface = __commonJS({
|
|
|
126385
126428
|
var require_pointer = __commonJS({
|
|
126386
126429
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/pointer.js"(exports2) {
|
|
126387
126430
|
"use strict";
|
|
126431
|
+
/**
|
|
126432
|
+
* @license
|
|
126433
|
+
* Copyright Google LLC All Rights Reserved.
|
|
126434
|
+
*
|
|
126435
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
126436
|
+
* found in the LICENSE file at https://angular.io/license
|
|
126437
|
+
*/
|
|
126388
126438
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126389
126439
|
exports2.parseJsonPointer = exports2.joinJsonPointer = exports2.buildJsonPointer = void 0;
|
|
126390
126440
|
function buildJsonPointer(fragments) {
|
|
@@ -129488,6 +129538,7 @@ var require_data = __commonJS({
|
|
|
129488
129538
|
// node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js
|
|
129489
129539
|
var require_uri_all = __commonJS({
|
|
129490
129540
|
"node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js"(exports2, module2) {
|
|
129541
|
+
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
129491
129542
|
(function(global2, factory) {
|
|
129492
129543
|
typeof exports2 === "object" && typeof module2 !== "undefined" ? factory(exports2) : typeof define === "function" && define.amd ? define(["exports"], factory) : factory(global2.URI = global2.URI || {});
|
|
129493
129544
|
})(exports2, function(exports3) {
|
|
@@ -143053,6 +143104,13 @@ var require_cjs = __commonJS({
|
|
|
143053
143104
|
var require_exception = __commonJS({
|
|
143054
143105
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/exception.js"(exports2) {
|
|
143055
143106
|
"use strict";
|
|
143107
|
+
/**
|
|
143108
|
+
* @license
|
|
143109
|
+
* Copyright Google LLC All Rights Reserved.
|
|
143110
|
+
*
|
|
143111
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
143112
|
+
* found in the LICENSE file at https://angular.io/license
|
|
143113
|
+
*/
|
|
143056
143114
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143057
143115
|
exports2.PathIsFileException = exports2.PathIsDirectoryException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.UnknownException = exports2.BaseException = void 0;
|
|
143058
143116
|
var BaseException = class extends Error {
|
|
@@ -143098,6 +143156,13 @@ var require_exception = __commonJS({
|
|
|
143098
143156
|
var require_literals = __commonJS({
|
|
143099
143157
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/literals.js"(exports2) {
|
|
143100
143158
|
"use strict";
|
|
143159
|
+
/**
|
|
143160
|
+
* @license
|
|
143161
|
+
* Copyright Google LLC All Rights Reserved.
|
|
143162
|
+
*
|
|
143163
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
143164
|
+
* found in the LICENSE file at https://angular.io/license
|
|
143165
|
+
*/
|
|
143101
143166
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143102
143167
|
exports2.trimNewlines = exports2.stripIndents = exports2.stripIndent = exports2.indentBy = exports2.oneLine = void 0;
|
|
143103
143168
|
function oneLine(strings, ...values) {
|
|
@@ -143142,6 +143207,13 @@ var require_literals = __commonJS({
|
|
|
143142
143207
|
var require_strings = __commonJS({
|
|
143143
143208
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/strings.js"(exports2) {
|
|
143144
143209
|
"use strict";
|
|
143210
|
+
/**
|
|
143211
|
+
* @license
|
|
143212
|
+
* Copyright Google LLC All Rights Reserved.
|
|
143213
|
+
*
|
|
143214
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
143215
|
+
* found in the LICENSE file at https://angular.io/license
|
|
143216
|
+
*/
|
|
143145
143217
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143146
143218
|
exports2.levenshtein = exports2.capitalize = exports2.underscore = exports2.classify = exports2.camelize = exports2.dasherize = exports2.decamelize = void 0;
|
|
143147
143219
|
var STRING_DASHERIZE_REGEXP = /[ _]/g;
|
|
@@ -143214,6 +143286,13 @@ var require_strings = __commonJS({
|
|
|
143214
143286
|
var require_object = __commonJS({
|
|
143215
143287
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/object.js"(exports2) {
|
|
143216
143288
|
"use strict";
|
|
143289
|
+
/**
|
|
143290
|
+
* @license
|
|
143291
|
+
* Copyright Google LLC All Rights Reserved.
|
|
143292
|
+
*
|
|
143293
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
143294
|
+
* found in the LICENSE file at https://angular.io/license
|
|
143295
|
+
*/
|
|
143217
143296
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143218
143297
|
exports2.deepCopy = void 0;
|
|
143219
143298
|
var copySymbol = Symbol();
|
|
@@ -145565,6 +145644,13 @@ var require_source_map = __commonJS({
|
|
|
145565
145644
|
var require_template = __commonJS({
|
|
145566
145645
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/template.js"(exports2) {
|
|
145567
145646
|
"use strict";
|
|
145647
|
+
/**
|
|
145648
|
+
* @license
|
|
145649
|
+
* Copyright Google LLC All Rights Reserved.
|
|
145650
|
+
*
|
|
145651
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
145652
|
+
* found in the LICENSE file at https://angular.io/license
|
|
145653
|
+
*/
|
|
145568
145654
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145569
145655
|
exports2.template = exports2.templateParser = void 0;
|
|
145570
145656
|
var source_map_1 = require_source_map();
|
|
@@ -145779,6 +145865,13 @@ var require_template = __commonJS({
|
|
|
145779
145865
|
var require_partially_ordered_set = __commonJS({
|
|
145780
145866
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/partially-ordered-set.js"(exports2) {
|
|
145781
145867
|
"use strict";
|
|
145868
|
+
/**
|
|
145869
|
+
* @license
|
|
145870
|
+
* Copyright Google LLC All Rights Reserved.
|
|
145871
|
+
*
|
|
145872
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
145873
|
+
* found in the LICENSE file at https://angular.io/license
|
|
145874
|
+
*/
|
|
145782
145875
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145783
145876
|
exports2.PartiallyOrderedSet = exports2.CircularDependencyFoundException = exports2.DependencyNotFoundException = void 0;
|
|
145784
145877
|
var exception_1 = require_exception();
|
|
@@ -145913,6 +146006,13 @@ var require_partially_ordered_set = __commonJS({
|
|
|
145913
146006
|
var require_priority_queue = __commonJS({
|
|
145914
146007
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/priority-queue.js"(exports2) {
|
|
145915
146008
|
"use strict";
|
|
146009
|
+
/**
|
|
146010
|
+
* @license
|
|
146011
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146012
|
+
*
|
|
146013
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146014
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146015
|
+
*/
|
|
145916
146016
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145917
146017
|
exports2.PriorityQueue = void 0;
|
|
145918
146018
|
var PriorityQueue = class {
|
|
@@ -145959,6 +146059,13 @@ var require_priority_queue = __commonJS({
|
|
|
145959
146059
|
var require_lang = __commonJS({
|
|
145960
146060
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/lang.js"(exports2) {
|
|
145961
146061
|
"use strict";
|
|
146062
|
+
/**
|
|
146063
|
+
* @license
|
|
146064
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146065
|
+
*
|
|
146066
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146067
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146068
|
+
*/
|
|
145962
146069
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145963
146070
|
exports2.isPromise = void 0;
|
|
145964
146071
|
function isPromise(obj) {
|
|
@@ -145972,6 +146079,13 @@ var require_lang = __commonJS({
|
|
|
145972
146079
|
var require_utils7 = __commonJS({
|
|
145973
146080
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/index.js"(exports2) {
|
|
145974
146081
|
"use strict";
|
|
146082
|
+
/**
|
|
146083
|
+
* @license
|
|
146084
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146085
|
+
*
|
|
146086
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146087
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146088
|
+
*/
|
|
145975
146089
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
145976
146090
|
if (k23 === void 0)
|
|
145977
146091
|
k23 = k6;
|
|
@@ -146027,6 +146141,13 @@ var require_utils7 = __commonJS({
|
|
|
146027
146141
|
var require_visitor = __commonJS({
|
|
146028
146142
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/visitor.js"(exports2) {
|
|
146029
146143
|
"use strict";
|
|
146144
|
+
/**
|
|
146145
|
+
* @license
|
|
146146
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146147
|
+
*
|
|
146148
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146149
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146150
|
+
*/
|
|
146030
146151
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146031
146152
|
exports2.visitJsonSchema = exports2.visitJson = void 0;
|
|
146032
146153
|
var rxjs_1 = require_cjs();
|
|
@@ -146147,6 +146268,13 @@ var require_visitor = __commonJS({
|
|
|
146147
146268
|
var require_registry = __commonJS({
|
|
146148
146269
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/registry.js"(exports2) {
|
|
146149
146270
|
"use strict";
|
|
146271
|
+
/**
|
|
146272
|
+
* @license
|
|
146273
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146274
|
+
*
|
|
146275
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146276
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146277
|
+
*/
|
|
146150
146278
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146151
146279
|
if (k23 === void 0)
|
|
146152
146280
|
k23 = k6;
|
|
@@ -146653,6 +146781,13 @@ var require_registry = __commonJS({
|
|
|
146653
146781
|
var require_schema = __commonJS({
|
|
146654
146782
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/schema.js"(exports2) {
|
|
146655
146783
|
"use strict";
|
|
146784
|
+
/**
|
|
146785
|
+
* @license
|
|
146786
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146787
|
+
*
|
|
146788
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146789
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146790
|
+
*/
|
|
146656
146791
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146657
146792
|
exports2.mergeSchemas = exports2.isJsonSchema = void 0;
|
|
146658
146793
|
var utils_1 = require_utils6();
|
|
@@ -146692,6 +146827,13 @@ var require_schema = __commonJS({
|
|
|
146692
146827
|
var require_schema2 = __commonJS({
|
|
146693
146828
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/index.js"(exports2) {
|
|
146694
146829
|
"use strict";
|
|
146830
|
+
/**
|
|
146831
|
+
* @license
|
|
146832
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146833
|
+
*
|
|
146834
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146835
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146836
|
+
*/
|
|
146695
146837
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146696
146838
|
if (k23 === void 0)
|
|
146697
146839
|
k23 = k6;
|
|
@@ -146746,6 +146888,13 @@ var require_schema2 = __commonJS({
|
|
|
146746
146888
|
var require_json = __commonJS({
|
|
146747
146889
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/index.js"(exports2) {
|
|
146748
146890
|
"use strict";
|
|
146891
|
+
/**
|
|
146892
|
+
* @license
|
|
146893
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146894
|
+
*
|
|
146895
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146896
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146897
|
+
*/
|
|
146749
146898
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146750
146899
|
if (k23 === void 0)
|
|
146751
146900
|
k23 = k6;
|
|
@@ -146795,6 +146944,13 @@ var require_json = __commonJS({
|
|
|
146795
146944
|
var require_logger = __commonJS({
|
|
146796
146945
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/logger.js"(exports2) {
|
|
146797
146946
|
"use strict";
|
|
146947
|
+
/**
|
|
146948
|
+
* @license
|
|
146949
|
+
* Copyright Google LLC All Rights Reserved.
|
|
146950
|
+
*
|
|
146951
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
146952
|
+
* found in the LICENSE file at https://angular.io/license
|
|
146953
|
+
*/
|
|
146798
146954
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146799
146955
|
exports2.Logger = void 0;
|
|
146800
146956
|
var rxjs_1 = require_cjs();
|
|
@@ -146916,6 +147072,13 @@ var require_logger = __commonJS({
|
|
|
146916
147072
|
var require_indent = __commonJS({
|
|
146917
147073
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/indent.js"(exports2) {
|
|
146918
147074
|
"use strict";
|
|
147075
|
+
/**
|
|
147076
|
+
* @license
|
|
147077
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147078
|
+
*
|
|
147079
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147080
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147081
|
+
*/
|
|
146919
147082
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146920
147083
|
exports2.IndentLogger = void 0;
|
|
146921
147084
|
var rxjs_1 = require_cjs();
|
|
@@ -146948,6 +147111,13 @@ var require_indent = __commonJS({
|
|
|
146948
147111
|
var require_level = __commonJS({
|
|
146949
147112
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/level.js"(exports2) {
|
|
146950
147113
|
"use strict";
|
|
147114
|
+
/**
|
|
147115
|
+
* @license
|
|
147116
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147117
|
+
*
|
|
147118
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147119
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147120
|
+
*/
|
|
146951
147121
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146952
147122
|
exports2.LevelCapLogger = exports2.LevelTransformLogger = void 0;
|
|
146953
147123
|
var logger_1 = require_logger();
|
|
@@ -146997,6 +147167,13 @@ var require_level = __commonJS({
|
|
|
146997
147167
|
var require_null_logger = __commonJS({
|
|
146998
147168
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/null-logger.js"(exports2) {
|
|
146999
147169
|
"use strict";
|
|
147170
|
+
/**
|
|
147171
|
+
* @license
|
|
147172
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147173
|
+
*
|
|
147174
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147175
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147176
|
+
*/
|
|
147000
147177
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147001
147178
|
exports2.NullLogger = void 0;
|
|
147002
147179
|
var rxjs_1 = require_cjs();
|
|
@@ -147032,6 +147209,13 @@ var require_null_logger = __commonJS({
|
|
|
147032
147209
|
var require_transform_logger = __commonJS({
|
|
147033
147210
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/transform-logger.js"(exports2) {
|
|
147034
147211
|
"use strict";
|
|
147212
|
+
/**
|
|
147213
|
+
* @license
|
|
147214
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147215
|
+
*
|
|
147216
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147217
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147218
|
+
*/
|
|
147035
147219
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147036
147220
|
exports2.TransformLogger = void 0;
|
|
147037
147221
|
var logger_1 = require_logger();
|
|
@@ -147049,6 +147233,13 @@ var require_transform_logger = __commonJS({
|
|
|
147049
147233
|
var require_logger2 = __commonJS({
|
|
147050
147234
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/index.js"(exports2) {
|
|
147051
147235
|
"use strict";
|
|
147236
|
+
/**
|
|
147237
|
+
* @license
|
|
147238
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147239
|
+
*
|
|
147240
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147241
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147242
|
+
*/
|
|
147052
147243
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
147053
147244
|
if (k23 === void 0)
|
|
147054
147245
|
k23 = k6;
|
|
@@ -147082,6 +147273,13 @@ var require_logger2 = __commonJS({
|
|
|
147082
147273
|
var require_definitions = __commonJS({
|
|
147083
147274
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/definitions.js"(exports2) {
|
|
147084
147275
|
"use strict";
|
|
147276
|
+
/**
|
|
147277
|
+
* @license
|
|
147278
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147279
|
+
*
|
|
147280
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147281
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147282
|
+
*/
|
|
147085
147283
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147086
147284
|
exports2.TargetDefinitionCollection = exports2.ProjectDefinitionCollection = void 0;
|
|
147087
147285
|
var DefinitionCollection = class {
|
|
@@ -147248,6 +147446,13 @@ var require_definitions = __commonJS({
|
|
|
147248
147446
|
var require_path2 = __commonJS({
|
|
147249
147447
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/path.js"(exports2) {
|
|
147250
147448
|
"use strict";
|
|
147449
|
+
/**
|
|
147450
|
+
* @license
|
|
147451
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147452
|
+
*
|
|
147453
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147454
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147455
|
+
*/
|
|
147251
147456
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147252
147457
|
exports2.getSystemPath = exports2.asPosixPath = exports2.asWindowsPath = exports2.path = exports2.noCacheNormalize = exports2.normalize = exports2.resetNormalizeCache = exports2.fragment = exports2.resolve = exports2.relative = exports2.isAbsolute = exports2.join = exports2.dirname = exports2.basename = exports2.extname = exports2.split = exports2.NormalizedRoot = exports2.NormalizedSep = exports2.PathCannotBeFragmentException = exports2.PathMustBeAbsoluteException = exports2.InvalidPathException = void 0;
|
|
147253
147458
|
var exception_1 = require_exception();
|
|
@@ -147451,6 +147656,13 @@ var require_path2 = __commonJS({
|
|
|
147451
147656
|
var require_buffer2 = __commonJS({
|
|
147452
147657
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/buffer.js"(exports2) {
|
|
147453
147658
|
"use strict";
|
|
147659
|
+
/**
|
|
147660
|
+
* @license
|
|
147661
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147662
|
+
*
|
|
147663
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147664
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147665
|
+
*/
|
|
147454
147666
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147455
147667
|
exports2.fileBuffer = exports2.fileBufferToString = exports2.stringToFileBuffer = void 0;
|
|
147456
147668
|
var node_util_1 = require("node:util");
|
|
@@ -147476,6 +147688,13 @@ var require_buffer2 = __commonJS({
|
|
|
147476
147688
|
var require_interface2 = __commonJS({
|
|
147477
147689
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/interface.js"(exports2) {
|
|
147478
147690
|
"use strict";
|
|
147691
|
+
/**
|
|
147692
|
+
* @license
|
|
147693
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147694
|
+
*
|
|
147695
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147696
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147697
|
+
*/
|
|
147479
147698
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147480
147699
|
exports2.HostWatchEventType = void 0;
|
|
147481
147700
|
var HostWatchEventType;
|
|
@@ -147492,6 +147711,13 @@ var require_interface2 = __commonJS({
|
|
|
147492
147711
|
var require_memory = __commonJS({
|
|
147493
147712
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/memory.js"(exports2) {
|
|
147494
147713
|
"use strict";
|
|
147714
|
+
/**
|
|
147715
|
+
* @license
|
|
147716
|
+
* Copyright Google LLC All Rights Reserved.
|
|
147717
|
+
*
|
|
147718
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
147719
|
+
* found in the LICENSE file at https://angular.io/license
|
|
147720
|
+
*/
|
|
147495
147721
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147496
147722
|
exports2.SimpleMemoryHost = void 0;
|
|
147497
147723
|
var rxjs_1 = require_cjs();
|
|
@@ -147808,6 +148034,13 @@ var require_memory = __commonJS({
|
|
|
147808
148034
|
var require_sync8 = __commonJS({
|
|
147809
148035
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/sync.js"(exports2) {
|
|
147810
148036
|
"use strict";
|
|
148037
|
+
/**
|
|
148038
|
+
* @license
|
|
148039
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148040
|
+
*
|
|
148041
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148042
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148043
|
+
*/
|
|
147811
148044
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147812
148045
|
exports2.SyncDelegateHost = exports2.SynchronousDelegateExpectedException = void 0;
|
|
147813
148046
|
var exception_1 = require_exception();
|
|
@@ -147889,6 +148122,13 @@ var require_sync8 = __commonJS({
|
|
|
147889
148122
|
var require_test = __commonJS({
|
|
147890
148123
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/test.js"(exports2) {
|
|
147891
148124
|
"use strict";
|
|
148125
|
+
/**
|
|
148126
|
+
* @license
|
|
148127
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148128
|
+
*
|
|
148129
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148130
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148131
|
+
*/
|
|
147892
148132
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147893
148133
|
exports2.TestHost = void 0;
|
|
147894
148134
|
var path_1 = require_path2();
|
|
@@ -148002,6 +148242,13 @@ var require_test = __commonJS({
|
|
|
148002
148242
|
var require_resolver = __commonJS({
|
|
148003
148243
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/resolver.js"(exports2) {
|
|
148004
148244
|
"use strict";
|
|
148245
|
+
/**
|
|
148246
|
+
* @license
|
|
148247
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148248
|
+
*
|
|
148249
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148250
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148251
|
+
*/
|
|
148005
148252
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148006
148253
|
exports2.ResolverHost = void 0;
|
|
148007
148254
|
var ResolverHost = class {
|
|
@@ -148053,6 +148300,13 @@ var require_resolver = __commonJS({
|
|
|
148053
148300
|
var require_alias = __commonJS({
|
|
148054
148301
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/alias.js"(exports2) {
|
|
148055
148302
|
"use strict";
|
|
148303
|
+
/**
|
|
148304
|
+
* @license
|
|
148305
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148306
|
+
*
|
|
148307
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148308
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148309
|
+
*/
|
|
148056
148310
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148057
148311
|
exports2.AliasHost = void 0;
|
|
148058
148312
|
var path_1 = require_path2();
|
|
@@ -148085,6 +148339,13 @@ var require_alias = __commonJS({
|
|
|
148085
148339
|
var require_create = __commonJS({
|
|
148086
148340
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/create.js"(exports2) {
|
|
148087
148341
|
"use strict";
|
|
148342
|
+
/**
|
|
148343
|
+
* @license
|
|
148344
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148345
|
+
*
|
|
148346
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148347
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148348
|
+
*/
|
|
148088
148349
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148089
148350
|
exports2.createSyncHost = void 0;
|
|
148090
148351
|
var rxjs_1 = require_cjs();
|
|
@@ -148139,6 +148400,13 @@ var require_create = __commonJS({
|
|
|
148139
148400
|
var require_empty2 = __commonJS({
|
|
148140
148401
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/empty.js"(exports2) {
|
|
148141
148402
|
"use strict";
|
|
148403
|
+
/**
|
|
148404
|
+
* @license
|
|
148405
|
+
* Copyright Google LLC All Rights Reserved.
|
|
148406
|
+
*
|
|
148407
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
148408
|
+
* found in the LICENSE file at https://angular.io/license
|
|
148409
|
+
*/
|
|
148142
148410
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148143
148411
|
exports2.Empty = void 0;
|
|
148144
148412
|
var rxjs_1 = require_cjs();
|
|
@@ -149706,6 +149974,13 @@ var require_picomatch4 = __commonJS({
|
|
|
149706
149974
|
var require_pattern3 = __commonJS({
|
|
149707
149975
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/pattern.js"(exports2) {
|
|
149708
149976
|
"use strict";
|
|
149977
|
+
/**
|
|
149978
|
+
* @license
|
|
149979
|
+
* Copyright Google LLC All Rights Reserved.
|
|
149980
|
+
*
|
|
149981
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
149982
|
+
* found in the LICENSE file at https://angular.io/license
|
|
149983
|
+
*/
|
|
149709
149984
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
149710
149985
|
exports2.PatternMatchingHost = void 0;
|
|
149711
149986
|
var picomatch_1 = require_picomatch4();
|
|
@@ -149737,6 +150012,13 @@ var require_pattern3 = __commonJS({
|
|
|
149737
150012
|
var require_record = __commonJS({
|
|
149738
150013
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/record.js"(exports2) {
|
|
149739
150014
|
"use strict";
|
|
150015
|
+
/**
|
|
150016
|
+
* @license
|
|
150017
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150018
|
+
*
|
|
150019
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150020
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150021
|
+
*/
|
|
149740
150022
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
149741
150023
|
exports2.CordHost = void 0;
|
|
149742
150024
|
var rxjs_1 = require_cjs();
|
|
@@ -150006,6 +150288,13 @@ var require_record = __commonJS({
|
|
|
150006
150288
|
var require_safe = __commonJS({
|
|
150007
150289
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/safe.js"(exports2) {
|
|
150008
150290
|
"use strict";
|
|
150291
|
+
/**
|
|
150292
|
+
* @license
|
|
150293
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150294
|
+
*
|
|
150295
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150296
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150297
|
+
*/
|
|
150009
150298
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150010
150299
|
exports2.SafeReadonlyHost = void 0;
|
|
150011
150300
|
var rxjs_1 = require_cjs();
|
|
@@ -150046,6 +150335,13 @@ var require_safe = __commonJS({
|
|
|
150046
150335
|
var require_scoped = __commonJS({
|
|
150047
150336
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/scoped.js"(exports2) {
|
|
150048
150337
|
"use strict";
|
|
150338
|
+
/**
|
|
150339
|
+
* @license
|
|
150340
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150341
|
+
*
|
|
150342
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150343
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150344
|
+
*/
|
|
150049
150345
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150050
150346
|
exports2.ScopedHost = void 0;
|
|
150051
150347
|
var path_1 = require_path2();
|
|
@@ -150068,6 +150364,13 @@ var require_scoped = __commonJS({
|
|
|
150068
150364
|
var require_host = __commonJS({
|
|
150069
150365
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/index.js"(exports2) {
|
|
150070
150366
|
"use strict";
|
|
150367
|
+
/**
|
|
150368
|
+
* @license
|
|
150369
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150370
|
+
*
|
|
150371
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150372
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150373
|
+
*/
|
|
150071
150374
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
150072
150375
|
if (k23 === void 0)
|
|
150073
150376
|
k23 = k6;
|
|
@@ -150128,6 +150431,13 @@ var require_host = __commonJS({
|
|
|
150128
150431
|
var require_virtual_fs = __commonJS({
|
|
150129
150432
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/index.js"(exports2) {
|
|
150130
150433
|
"use strict";
|
|
150434
|
+
/**
|
|
150435
|
+
* @license
|
|
150436
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150437
|
+
*
|
|
150438
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150439
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150440
|
+
*/
|
|
150131
150441
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
150132
150442
|
if (k23 === void 0)
|
|
150133
150443
|
k23 = k6;
|
|
@@ -150177,6 +150487,13 @@ var require_virtual_fs = __commonJS({
|
|
|
150177
150487
|
var require_host2 = __commonJS({
|
|
150178
150488
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/host.js"(exports2) {
|
|
150179
150489
|
"use strict";
|
|
150490
|
+
/**
|
|
150491
|
+
* @license
|
|
150492
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150493
|
+
*
|
|
150494
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150495
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150496
|
+
*/
|
|
150180
150497
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150181
150498
|
exports2.createWorkspaceHost = void 0;
|
|
150182
150499
|
var rxjs_1 = require_cjs();
|
|
@@ -150364,6 +150681,13 @@ var require_main = __commonJS({
|
|
|
150364
150681
|
var require_metadata2 = __commonJS({
|
|
150365
150682
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/metadata.js"(exports2) {
|
|
150366
150683
|
"use strict";
|
|
150684
|
+
/**
|
|
150685
|
+
* @license
|
|
150686
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150687
|
+
*
|
|
150688
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150689
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150690
|
+
*/
|
|
150367
150691
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150368
150692
|
exports2.JsonWorkspaceMetadata = exports2.JsonWorkspaceSymbol = void 0;
|
|
150369
150693
|
var jsonc_parser_1 = require_main();
|
|
@@ -150420,6 +150744,13 @@ var require_metadata2 = __commonJS({
|
|
|
150420
150744
|
var require_utilities = __commonJS({
|
|
150421
150745
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/utilities.js"(exports2) {
|
|
150422
150746
|
"use strict";
|
|
150747
|
+
/**
|
|
150748
|
+
* @license
|
|
150749
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150750
|
+
*
|
|
150751
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150752
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150753
|
+
*/
|
|
150423
150754
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150424
150755
|
exports2.createVirtualAstObject = void 0;
|
|
150425
150756
|
var json_1 = require_json();
|
|
@@ -150526,6 +150857,13 @@ var require_utilities = __commonJS({
|
|
|
150526
150857
|
var require_reader3 = __commonJS({
|
|
150527
150858
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/reader.js"(exports2) {
|
|
150528
150859
|
"use strict";
|
|
150860
|
+
/**
|
|
150861
|
+
* @license
|
|
150862
|
+
* Copyright Google LLC All Rights Reserved.
|
|
150863
|
+
*
|
|
150864
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
150865
|
+
* found in the LICENSE file at https://angular.io/license
|
|
150866
|
+
*/
|
|
150529
150867
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150530
150868
|
exports2.readJsonWorkspace = void 0;
|
|
150531
150869
|
var jsonc_parser_1 = require_main();
|
|
@@ -150740,6 +151078,13 @@ var require_reader3 = __commonJS({
|
|
|
150740
151078
|
var require_writer = __commonJS({
|
|
150741
151079
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/writer.js"(exports2) {
|
|
150742
151080
|
"use strict";
|
|
151081
|
+
/**
|
|
151082
|
+
* @license
|
|
151083
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151084
|
+
*
|
|
151085
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151086
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151087
|
+
*/
|
|
150743
151088
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150744
151089
|
exports2.writeJsonWorkspace = void 0;
|
|
150745
151090
|
var jsonc_parser_1 = require_main();
|
|
@@ -150869,6 +151214,13 @@ var require_writer = __commonJS({
|
|
|
150869
151214
|
var require_core3 = __commonJS({
|
|
150870
151215
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/core.js"(exports2) {
|
|
150871
151216
|
"use strict";
|
|
151217
|
+
/**
|
|
151218
|
+
* @license
|
|
151219
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151220
|
+
*
|
|
151221
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151222
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151223
|
+
*/
|
|
150872
151224
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150873
151225
|
exports2.writeWorkspace = exports2.readWorkspace = exports2._test_removeWorkspaceFile = exports2._test_addWorkspaceFile = exports2.WorkspaceFormat = void 0;
|
|
150874
151226
|
var virtual_fs_1 = require_virtual_fs();
|
|
@@ -150953,6 +151305,13 @@ var require_core3 = __commonJS({
|
|
|
150953
151305
|
var require_workspace = __commonJS({
|
|
150954
151306
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/index.js"(exports2) {
|
|
150955
151307
|
"use strict";
|
|
151308
|
+
/**
|
|
151309
|
+
* @license
|
|
151310
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151311
|
+
*
|
|
151312
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151313
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151314
|
+
*/
|
|
150956
151315
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
150957
151316
|
if (k23 === void 0)
|
|
150958
151317
|
k23 = k6;
|
|
@@ -150997,6 +151356,13 @@ var require_workspace = __commonJS({
|
|
|
150997
151356
|
var require_src2 = __commonJS({
|
|
150998
151357
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/index.js"(exports2) {
|
|
150999
151358
|
"use strict";
|
|
151359
|
+
/**
|
|
151360
|
+
* @license
|
|
151361
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151362
|
+
*
|
|
151363
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151364
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151365
|
+
*/
|
|
151000
151366
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
151001
151367
|
if (k23 === void 0)
|
|
151002
151368
|
k23 = k6;
|
|
@@ -151053,6 +151419,13 @@ var require_src2 = __commonJS({
|
|
|
151053
151419
|
var require_html_selector = __commonJS({
|
|
151054
151420
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/html-selector.js"(exports2) {
|
|
151055
151421
|
"use strict";
|
|
151422
|
+
/**
|
|
151423
|
+
* @license
|
|
151424
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151425
|
+
*
|
|
151426
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151427
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151428
|
+
*/
|
|
151056
151429
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151057
151430
|
exports2.htmlSelectorFormat = void 0;
|
|
151058
151431
|
var unicodeRanges = [
|
|
@@ -151092,6 +151465,13 @@ var require_html_selector = __commonJS({
|
|
|
151092
151465
|
var require_path3 = __commonJS({
|
|
151093
151466
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/path.js"(exports2) {
|
|
151094
151467
|
"use strict";
|
|
151468
|
+
/**
|
|
151469
|
+
* @license
|
|
151470
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151471
|
+
*
|
|
151472
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151473
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151474
|
+
*/
|
|
151095
151475
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151096
151476
|
exports2.pathFormat = void 0;
|
|
151097
151477
|
var core_1 = require_src2();
|
|
@@ -151111,6 +151491,13 @@ var require_path3 = __commonJS({
|
|
|
151111
151491
|
var require_formats2 = __commonJS({
|
|
151112
151492
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/index.js"(exports2) {
|
|
151113
151493
|
"use strict";
|
|
151494
|
+
/**
|
|
151495
|
+
* @license
|
|
151496
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151497
|
+
*
|
|
151498
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151499
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151500
|
+
*/
|
|
151114
151501
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151115
151502
|
exports2.standardFormats = exports2.pathFormat = exports2.htmlSelectorFormat = void 0;
|
|
151116
151503
|
var html_selector_1 = require_html_selector();
|
|
@@ -151131,6 +151518,13 @@ var require_formats2 = __commonJS({
|
|
|
151131
151518
|
var require_interface3 = __commonJS({
|
|
151132
151519
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/interface.js"(exports2) {
|
|
151133
151520
|
"use strict";
|
|
151521
|
+
/**
|
|
151522
|
+
* @license
|
|
151523
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151524
|
+
*
|
|
151525
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151526
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151527
|
+
*/
|
|
151134
151528
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151135
151529
|
exports2.Tree = exports2.TreeSymbol = exports2.FileVisitorCancelToken = exports2.MergeStrategy = void 0;
|
|
151136
151530
|
var MergeStrategy;
|
|
@@ -151166,6 +151560,13 @@ var require_interface3 = __commonJS({
|
|
|
151166
151560
|
var require_exception2 = __commonJS({
|
|
151167
151561
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/exception/exception.js"(exports2) {
|
|
151168
151562
|
"use strict";
|
|
151563
|
+
/**
|
|
151564
|
+
* @license
|
|
151565
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151566
|
+
*
|
|
151567
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151568
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151569
|
+
*/
|
|
151169
151570
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151170
151571
|
exports2.UnimplementedException = exports2.UnsuccessfulWorkflowExecution = exports2.MergeConflictException = exports2.InvalidUpdateRecordException = exports2.ContentHasMutatedException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.SchematicsException = void 0;
|
|
151171
151572
|
var core_1 = require_src2();
|
|
@@ -151221,6 +151622,13 @@ var require_exception2 = __commonJS({
|
|
|
151221
151622
|
var require_delegate = __commonJS({
|
|
151222
151623
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/delegate.js"(exports2) {
|
|
151223
151624
|
"use strict";
|
|
151625
|
+
/**
|
|
151626
|
+
* @license
|
|
151627
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151628
|
+
*
|
|
151629
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151630
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151631
|
+
*/
|
|
151224
151632
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151225
151633
|
exports2.DelegateTree = void 0;
|
|
151226
151634
|
var interface_1 = require_interface3();
|
|
@@ -151298,6 +151706,13 @@ var require_delegate = __commonJS({
|
|
|
151298
151706
|
var require_entry3 = __commonJS({
|
|
151299
151707
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/entry.js"(exports2) {
|
|
151300
151708
|
"use strict";
|
|
151709
|
+
/**
|
|
151710
|
+
* @license
|
|
151711
|
+
* Copyright Google LLC All Rights Reserved.
|
|
151712
|
+
*
|
|
151713
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
151714
|
+
* found in the LICENSE file at https://angular.io/license
|
|
151715
|
+
*/
|
|
151301
151716
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151302
151717
|
exports2.LazyFileEntry = exports2.SimpleFileEntry = void 0;
|
|
151303
151718
|
var SimpleFileEntry = class {
|
|
@@ -152761,6 +153176,13 @@ var require_magic_string_cjs = __commonJS({
|
|
|
152761
153176
|
var require_update_buffer = __commonJS({
|
|
152762
153177
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/utility/update-buffer.js"(exports2) {
|
|
152763
153178
|
"use strict";
|
|
153179
|
+
/**
|
|
153180
|
+
* @license
|
|
153181
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153182
|
+
*
|
|
153183
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
153184
|
+
* found in the LICENSE file at https://angular.io/license
|
|
153185
|
+
*/
|
|
152764
153186
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
|
|
152765
153187
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
152766
153188
|
};
|
|
@@ -152840,6 +153262,13 @@ var require_update_buffer = __commonJS({
|
|
|
152840
153262
|
var require_recorder = __commonJS({
|
|
152841
153263
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/recorder.js"(exports2) {
|
|
152842
153264
|
"use strict";
|
|
153265
|
+
/**
|
|
153266
|
+
* @license
|
|
153267
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153268
|
+
*
|
|
153269
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
153270
|
+
* found in the LICENSE file at https://angular.io/license
|
|
153271
|
+
*/
|
|
152843
153272
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
152844
153273
|
exports2.UpdateRecorderBom = exports2.UpdateRecorderBase = void 0;
|
|
152845
153274
|
var exception_1 = require_exception2();
|
|
@@ -152914,6 +153343,13 @@ var require_recorder = __commonJS({
|
|
|
152914
153343
|
var require_scoped2 = __commonJS({
|
|
152915
153344
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/scoped.js"(exports2) {
|
|
152916
153345
|
"use strict";
|
|
153346
|
+
/**
|
|
153347
|
+
* @license
|
|
153348
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153349
|
+
*
|
|
153350
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
153351
|
+
* found in the LICENSE file at https://angular.io/license
|
|
153352
|
+
*/
|
|
152917
153353
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
152918
153354
|
exports2.ScopedTree = void 0;
|
|
152919
153355
|
var core_1 = require_src2();
|
|
@@ -153091,6 +153527,13 @@ var require_scoped2 = __commonJS({
|
|
|
153091
153527
|
var require_host_tree = __commonJS({
|
|
153092
153528
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/host-tree.js"(exports2) {
|
|
153093
153529
|
"use strict";
|
|
153530
|
+
/**
|
|
153531
|
+
* @license
|
|
153532
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153533
|
+
*
|
|
153534
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
153535
|
+
* found in the LICENSE file at https://angular.io/license
|
|
153536
|
+
*/
|
|
153094
153537
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153095
153538
|
exports2.FilterHostTree = exports2.HostCreateTree = exports2.HostTree = exports2.HostDirEntry = void 0;
|
|
153096
153539
|
var core_1 = require_src2();
|
|
@@ -153506,6 +153949,13 @@ var require_host_tree = __commonJS({
|
|
|
153506
153949
|
var require_static = __commonJS({
|
|
153507
153950
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/static.js"(exports2) {
|
|
153508
153951
|
"use strict";
|
|
153952
|
+
/**
|
|
153953
|
+
* @license
|
|
153954
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153955
|
+
*
|
|
153956
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
153957
|
+
* found in the LICENSE file at https://angular.io/license
|
|
153958
|
+
*/
|
|
153509
153959
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153510
153960
|
exports2.partition = exports2.merge = exports2.branch = exports2.empty = void 0;
|
|
153511
153961
|
var exception_1 = require_exception2();
|
|
@@ -153542,6 +153992,13 @@ var require_static = __commonJS({
|
|
|
153542
153992
|
var require_null = __commonJS({
|
|
153543
153993
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/null.js"(exports2) {
|
|
153544
153994
|
"use strict";
|
|
153995
|
+
/**
|
|
153996
|
+
* @license
|
|
153997
|
+
* Copyright Google LLC All Rights Reserved.
|
|
153998
|
+
*
|
|
153999
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154000
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154001
|
+
*/
|
|
153545
154002
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153546
154003
|
exports2.NullTree = exports2.NullTreeDirEntry = exports2.CannotCreateFileException = void 0;
|
|
153547
154004
|
var core_1 = require_src2();
|
|
@@ -153642,6 +154099,13 @@ var require_null = __commonJS({
|
|
|
153642
154099
|
var require_call = __commonJS({
|
|
153643
154100
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/call.js"(exports2) {
|
|
153644
154101
|
"use strict";
|
|
154102
|
+
/**
|
|
154103
|
+
* @license
|
|
154104
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154105
|
+
*
|
|
154106
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154107
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154108
|
+
*/
|
|
153645
154109
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153646
154110
|
exports2.callRule = exports2.callSource = exports2.InvalidSourceResultException = exports2.InvalidRuleResultException = void 0;
|
|
153647
154111
|
var core_1 = require_src2();
|
|
@@ -153722,6 +154186,13 @@ var require_call = __commonJS({
|
|
|
153722
154186
|
var require_schematic = __commonJS({
|
|
153723
154187
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/schematic.js"(exports2) {
|
|
153724
154188
|
"use strict";
|
|
154189
|
+
/**
|
|
154190
|
+
* @license
|
|
154191
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154192
|
+
*
|
|
154193
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154194
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154195
|
+
*/
|
|
153725
154196
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153726
154197
|
exports2.SchematicImpl = exports2.InvalidSchematicsNameException = void 0;
|
|
153727
154198
|
var core_1 = require_src2();
|
|
@@ -153786,6 +154257,13 @@ var require_schematic = __commonJS({
|
|
|
153786
154257
|
var require_engine = __commonJS({
|
|
153787
154258
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/engine.js"(exports2) {
|
|
153788
154259
|
"use strict";
|
|
154260
|
+
/**
|
|
154261
|
+
* @license
|
|
154262
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154263
|
+
*
|
|
154264
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154265
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154266
|
+
*/
|
|
153789
154267
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153790
154268
|
exports2.SchematicEngine = exports2.TaskScheduler = exports2.CollectionImpl = exports2.UnknownTaskDependencyException = exports2.UnregisteredTaskException = exports2.SchematicEngineConflictingException = exports2.PrivateSchematicException = exports2.UnknownSchematicException = exports2.CircularCollectionException = exports2.UnknownCollectionException = exports2.UnknownUrlSourceProtocol = void 0;
|
|
153791
154269
|
var core_1 = require_src2();
|
|
@@ -154080,6 +154558,13 @@ var require_engine = __commonJS({
|
|
|
154080
154558
|
var require_interface4 = __commonJS({
|
|
154081
154559
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/interface.js"(exports2) {
|
|
154082
154560
|
"use strict";
|
|
154561
|
+
/**
|
|
154562
|
+
* @license
|
|
154563
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154564
|
+
*
|
|
154565
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154566
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154567
|
+
*/
|
|
154083
154568
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154084
154569
|
}
|
|
154085
154570
|
});
|
|
@@ -154088,6 +154573,13 @@ var require_interface4 = __commonJS({
|
|
|
154088
154573
|
var require_engine2 = __commonJS({
|
|
154089
154574
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/index.js"(exports2) {
|
|
154090
154575
|
"use strict";
|
|
154576
|
+
/**
|
|
154577
|
+
* @license
|
|
154578
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154579
|
+
*
|
|
154580
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154581
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154582
|
+
*/
|
|
154091
154583
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
154092
154584
|
if (k23 === void 0)
|
|
154093
154585
|
k23 = k6;
|
|
@@ -154119,6 +154611,13 @@ var require_engine2 = __commonJS({
|
|
|
154119
154611
|
var require_cli_logger = __commonJS({
|
|
154120
154612
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/cli-logger.js"(exports2) {
|
|
154121
154613
|
"use strict";
|
|
154614
|
+
/**
|
|
154615
|
+
* @license
|
|
154616
|
+
* Copyright Google LLC All Rights Reserved.
|
|
154617
|
+
*
|
|
154618
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
154619
|
+
* found in the LICENSE file at https://angular.io/license
|
|
154620
|
+
*/
|
|
154122
154621
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154123
154622
|
exports2.createConsoleLogger = void 0;
|
|
154124
154623
|
var rxjs_1 = require_cjs();
|
|
@@ -155916,6 +156415,12 @@ var require_readdirp = __commonJS({
|
|
|
155916
156415
|
// node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js
|
|
155917
156416
|
var require_normalize_path = __commonJS({
|
|
155918
156417
|
"node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js"(exports2, module2) {
|
|
156418
|
+
/*!
|
|
156419
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
156420
|
+
*
|
|
156421
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
156422
|
+
* Released under the MIT License.
|
|
156423
|
+
*/
|
|
155919
156424
|
module2.exports = function(path13, stripTrailing) {
|
|
155920
156425
|
if (typeof path13 !== "string") {
|
|
155921
156426
|
throw new TypeError("expected path to be a string");
|
|
@@ -156012,6 +156517,12 @@ var require_anymatch = __commonJS({
|
|
|
156012
156517
|
// node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
|
|
156013
156518
|
var require_is_extglob2 = __commonJS({
|
|
156014
156519
|
"node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js"(exports2, module2) {
|
|
156520
|
+
/*!
|
|
156521
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
156522
|
+
*
|
|
156523
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
156524
|
+
* Licensed under the MIT License.
|
|
156525
|
+
*/
|
|
156015
156526
|
module2.exports = function isExtglob(str2) {
|
|
156016
156527
|
if (typeof str2 !== "string" || str2 === "") {
|
|
156017
156528
|
return false;
|
|
@@ -156030,6 +156541,12 @@ var require_is_extglob2 = __commonJS({
|
|
|
156030
156541
|
// node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
|
|
156031
156542
|
var require_is_glob2 = __commonJS({
|
|
156032
156543
|
"node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js"(exports2, module2) {
|
|
156544
|
+
/*!
|
|
156545
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
156546
|
+
*
|
|
156547
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
156548
|
+
* Released under the MIT License.
|
|
156549
|
+
*/
|
|
156033
156550
|
var isExtglob = require_is_extglob2();
|
|
156034
156551
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
156035
156552
|
var strictCheck = function(str2) {
|
|
@@ -156306,6 +156823,12 @@ var require_stringify2 = __commonJS({
|
|
|
156306
156823
|
var require_is_number2 = __commonJS({
|
|
156307
156824
|
"node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports2, module2) {
|
|
156308
156825
|
"use strict";
|
|
156826
|
+
/*!
|
|
156827
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
156828
|
+
*
|
|
156829
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
156830
|
+
* Released under the MIT License.
|
|
156831
|
+
*/
|
|
156309
156832
|
module2.exports = function(num) {
|
|
156310
156833
|
if (typeof num === "number") {
|
|
156311
156834
|
return num - num === 0;
|
|
@@ -156322,6 +156845,12 @@ var require_is_number2 = __commonJS({
|
|
|
156322
156845
|
var require_to_regex_range2 = __commonJS({
|
|
156323
156846
|
"node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports2, module2) {
|
|
156324
156847
|
"use strict";
|
|
156848
|
+
/*!
|
|
156849
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
156850
|
+
*
|
|
156851
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
156852
|
+
* Released under the MIT License.
|
|
156853
|
+
*/
|
|
156325
156854
|
var isNumber = require_is_number2();
|
|
156326
156855
|
var toRegexRange = (min, max, options8) => {
|
|
156327
156856
|
if (isNumber(min) === false) {
|
|
@@ -156534,6 +157063,12 @@ var require_to_regex_range2 = __commonJS({
|
|
|
156534
157063
|
var require_fill_range2 = __commonJS({
|
|
156535
157064
|
"node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports2, module2) {
|
|
156536
157065
|
"use strict";
|
|
157066
|
+
/*!
|
|
157067
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
157068
|
+
*
|
|
157069
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
157070
|
+
* Licensed under the MIT License.
|
|
157071
|
+
*/
|
|
156537
157072
|
var util3 = require("util");
|
|
156538
157073
|
var toRegexRange = require_to_regex_range2();
|
|
156539
157074
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -159376,6 +159911,13 @@ var require_chokidar = __commonJS({
|
|
|
159376
159911
|
var require_host3 = __commonJS({
|
|
159377
159912
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/host.js"(exports2) {
|
|
159378
159913
|
"use strict";
|
|
159914
|
+
/**
|
|
159915
|
+
* @license
|
|
159916
|
+
* Copyright Google LLC All Rights Reserved.
|
|
159917
|
+
*
|
|
159918
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
159919
|
+
* found in the LICENSE file at https://angular.io/license
|
|
159920
|
+
*/
|
|
159379
159921
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159380
159922
|
exports2.NodeJsSyncHost = exports2.NodeJsAsyncHost = void 0;
|
|
159381
159923
|
var node_fs_1 = require("node:fs");
|
|
@@ -159566,6 +160108,13 @@ var require_host3 = __commonJS({
|
|
|
159566
160108
|
var require_node = __commonJS({
|
|
159567
160109
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/index.js"(exports2) {
|
|
159568
160110
|
"use strict";
|
|
160111
|
+
/**
|
|
160112
|
+
* @license
|
|
160113
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160114
|
+
*
|
|
160115
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160116
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160117
|
+
*/
|
|
159569
160118
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
159570
160119
|
if (k23 === void 0)
|
|
159571
160120
|
k23 = k6;
|
|
@@ -159596,6 +160145,13 @@ var require_node = __commonJS({
|
|
|
159596
160145
|
var require_action = __commonJS({
|
|
159597
160146
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/action.js"(exports2) {
|
|
159598
160147
|
"use strict";
|
|
160148
|
+
/**
|
|
160149
|
+
* @license
|
|
160150
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160151
|
+
*
|
|
160152
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160153
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160154
|
+
*/
|
|
159599
160155
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159600
160156
|
exports2.isContentAction = exports2.ActionList = exports2.UnknownActionException = void 0;
|
|
159601
160157
|
var core_1 = require_src2();
|
|
@@ -159731,6 +160287,13 @@ var require_action = __commonJS({
|
|
|
159731
160287
|
var require_sink = __commonJS({
|
|
159732
160288
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/sink.js"(exports2) {
|
|
159733
160289
|
"use strict";
|
|
160290
|
+
/**
|
|
160291
|
+
* @license
|
|
160292
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160293
|
+
*
|
|
160294
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160295
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160296
|
+
*/
|
|
159734
160297
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159735
160298
|
exports2.SimpleSinkBase = void 0;
|
|
159736
160299
|
var rxjs_1 = require_cjs();
|
|
@@ -159843,6 +160406,13 @@ var require_sink = __commonJS({
|
|
|
159843
160406
|
var require_host4 = __commonJS({
|
|
159844
160407
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/host.js"(exports2) {
|
|
159845
160408
|
"use strict";
|
|
160409
|
+
/**
|
|
160410
|
+
* @license
|
|
160411
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160412
|
+
*
|
|
160413
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160414
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160415
|
+
*/
|
|
159846
160416
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159847
160417
|
exports2.HostSink = void 0;
|
|
159848
160418
|
var rxjs_1 = require_cjs();
|
|
@@ -159913,6 +160483,13 @@ var require_host4 = __commonJS({
|
|
|
159913
160483
|
var require_dryrun = __commonJS({
|
|
159914
160484
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/dryrun.js"(exports2) {
|
|
159915
160485
|
"use strict";
|
|
160486
|
+
/**
|
|
160487
|
+
* @license
|
|
160488
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160489
|
+
*
|
|
160490
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160491
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160492
|
+
*/
|
|
159916
160493
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159917
160494
|
exports2.DryRunSink = void 0;
|
|
159918
160495
|
var core_1 = require_src2();
|
|
@@ -159985,6 +160562,13 @@ var require_dryrun = __commonJS({
|
|
|
159985
160562
|
var require_base2 = __commonJS({
|
|
159986
160563
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/base.js"(exports2) {
|
|
159987
160564
|
"use strict";
|
|
160565
|
+
/**
|
|
160566
|
+
* @license
|
|
160567
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160568
|
+
*
|
|
160569
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160570
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160571
|
+
*/
|
|
159988
160572
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159989
160573
|
exports2.BaseWorkflow = void 0;
|
|
159990
160574
|
var core_1 = require_src2();
|
|
@@ -160108,6 +160692,13 @@ var require_base2 = __commonJS({
|
|
|
160108
160692
|
var require_interface5 = __commonJS({
|
|
160109
160693
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/interface.js"(exports2) {
|
|
160110
160694
|
"use strict";
|
|
160695
|
+
/**
|
|
160696
|
+
* @license
|
|
160697
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160698
|
+
*
|
|
160699
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160700
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160701
|
+
*/
|
|
160111
160702
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160112
160703
|
}
|
|
160113
160704
|
});
|
|
@@ -160116,6 +160707,13 @@ var require_interface5 = __commonJS({
|
|
|
160116
160707
|
var require_workflow = __commonJS({
|
|
160117
160708
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/index.js"(exports2) {
|
|
160118
160709
|
"use strict";
|
|
160710
|
+
/**
|
|
160711
|
+
* @license
|
|
160712
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160713
|
+
*
|
|
160714
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160715
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160716
|
+
*/
|
|
160119
160717
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
160120
160718
|
if (k23 === void 0)
|
|
160121
160719
|
k23 = k6;
|
|
@@ -160146,6 +160744,13 @@ var require_workflow = __commonJS({
|
|
|
160146
160744
|
var require_base3 = __commonJS({
|
|
160147
160745
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/base.js"(exports2) {
|
|
160148
160746
|
"use strict";
|
|
160747
|
+
/**
|
|
160748
|
+
* @license
|
|
160749
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160750
|
+
*
|
|
160751
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160752
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160753
|
+
*/
|
|
160149
160754
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160150
160755
|
exports2.applyToSubtree = exports2.composeFileOperators = exports2.forEach = exports2.partitionApplyMerge = exports2.when = exports2.branchAndMerge = exports2.asSource = exports2.filter = exports2.noop = exports2.mergeWith = exports2.apply = exports2.chain = exports2.empty = exports2.source = void 0;
|
|
160151
160756
|
var rxjs_1 = require_cjs();
|
|
@@ -160285,6 +160890,13 @@ var require_base3 = __commonJS({
|
|
|
160285
160890
|
var require_move = __commonJS({
|
|
160286
160891
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/move.js"(exports2) {
|
|
160287
160892
|
"use strict";
|
|
160893
|
+
/**
|
|
160894
|
+
* @license
|
|
160895
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160896
|
+
*
|
|
160897
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160898
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160899
|
+
*/
|
|
160288
160900
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160289
160901
|
exports2.move = void 0;
|
|
160290
160902
|
var core_1 = require_src2();
|
|
@@ -160318,6 +160930,13 @@ var require_move = __commonJS({
|
|
|
160318
160930
|
var require_random = __commonJS({
|
|
160319
160931
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/random.js"(exports2) {
|
|
160320
160932
|
"use strict";
|
|
160933
|
+
/**
|
|
160934
|
+
* @license
|
|
160935
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160936
|
+
*
|
|
160937
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160938
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160939
|
+
*/
|
|
160321
160940
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160322
160941
|
var host_tree_1 = require_host_tree();
|
|
160323
160942
|
function generateStringOfLength(l) {
|
|
@@ -160350,6 +160969,13 @@ var require_random = __commonJS({
|
|
|
160350
160969
|
var require_schematic2 = __commonJS({
|
|
160351
160970
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/schematic.js"(exports2) {
|
|
160352
160971
|
"use strict";
|
|
160972
|
+
/**
|
|
160973
|
+
* @license
|
|
160974
|
+
* Copyright Google LLC All Rights Reserved.
|
|
160975
|
+
*
|
|
160976
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
160977
|
+
* found in the LICENSE file at https://angular.io/license
|
|
160978
|
+
*/
|
|
160353
160979
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160354
160980
|
exports2.schematic = exports2.externalSchematic = void 0;
|
|
160355
160981
|
var rxjs_1 = require_cjs();
|
|
@@ -160384,6 +161010,13 @@ var require_schematic2 = __commonJS({
|
|
|
160384
161010
|
var require_template2 = __commonJS({
|
|
160385
161011
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/template.js"(exports2) {
|
|
160386
161012
|
"use strict";
|
|
161013
|
+
/**
|
|
161014
|
+
* @license
|
|
161015
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161016
|
+
*
|
|
161017
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161018
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161019
|
+
*/
|
|
160387
161020
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160388
161021
|
exports2.applyTemplates = exports2.template = exports2.renameTemplateFiles = exports2.pathTemplate = exports2.applyPathTemplate = exports2.contentTemplate = exports2.applyContentTemplate = exports2.InvalidPipeException = exports2.UnknownPipeException = exports2.OptionIsNotDefinedException = exports2.TEMPLATE_FILENAME_RE = void 0;
|
|
160389
161022
|
var core_1 = require_src2();
|
|
@@ -160534,6 +161167,13 @@ var require_template2 = __commonJS({
|
|
|
160534
161167
|
var require_url = __commonJS({
|
|
160535
161168
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/url.js"(exports2) {
|
|
160536
161169
|
"use strict";
|
|
161170
|
+
/**
|
|
161171
|
+
* @license
|
|
161172
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161173
|
+
*
|
|
161174
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161175
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161176
|
+
*/
|
|
160537
161177
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160538
161178
|
exports2.url = void 0;
|
|
160539
161179
|
var url_1 = require("url");
|
|
@@ -160549,6 +161189,13 @@ var require_url = __commonJS({
|
|
|
160549
161189
|
var require_empty3 = __commonJS({
|
|
160550
161190
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/empty.js"(exports2) {
|
|
160551
161191
|
"use strict";
|
|
161192
|
+
/**
|
|
161193
|
+
* @license
|
|
161194
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161195
|
+
*
|
|
161196
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161197
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161198
|
+
*/
|
|
160552
161199
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160553
161200
|
exports2.EmptyTree = void 0;
|
|
160554
161201
|
var host_tree_1 = require_host_tree();
|
|
@@ -160565,6 +161212,13 @@ var require_empty3 = __commonJS({
|
|
|
160565
161212
|
var require_src3 = __commonJS({
|
|
160566
161213
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/index.js"(exports2) {
|
|
160567
161214
|
"use strict";
|
|
161215
|
+
/**
|
|
161216
|
+
* @license
|
|
161217
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161218
|
+
*
|
|
161219
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161220
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161221
|
+
*/
|
|
160568
161222
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
160569
161223
|
if (k23 === void 0)
|
|
160570
161224
|
k23 = k6;
|
|
@@ -160660,6 +161314,13 @@ var require_src3 = __commonJS({
|
|
|
160660
161314
|
var require_options = __commonJS({
|
|
160661
161315
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/options.js"(exports2) {
|
|
160662
161316
|
"use strict";
|
|
161317
|
+
/**
|
|
161318
|
+
* @license
|
|
161319
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161320
|
+
*
|
|
161321
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161322
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161323
|
+
*/
|
|
160663
161324
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160664
161325
|
exports2.NodePackageName = void 0;
|
|
160665
161326
|
exports2.NodePackageName = "node-package";
|
|
@@ -160670,6 +161331,13 @@ var require_options = __commonJS({
|
|
|
160670
161331
|
var require_options2 = __commonJS({
|
|
160671
161332
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/options.js"(exports2) {
|
|
160672
161333
|
"use strict";
|
|
161334
|
+
/**
|
|
161335
|
+
* @license
|
|
161336
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161337
|
+
*
|
|
161338
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161339
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161340
|
+
*/
|
|
160673
161341
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160674
161342
|
exports2.RepositoryInitializerName = void 0;
|
|
160675
161343
|
exports2.RepositoryInitializerName = "repo-init";
|
|
@@ -160680,6 +161348,13 @@ var require_options2 = __commonJS({
|
|
|
160680
161348
|
var require_options3 = __commonJS({
|
|
160681
161349
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/options.js"(exports2) {
|
|
160682
161350
|
"use strict";
|
|
161351
|
+
/**
|
|
161352
|
+
* @license
|
|
161353
|
+
* Copyright Google LLC All Rights Reserved.
|
|
161354
|
+
*
|
|
161355
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
161356
|
+
* found in the LICENSE file at https://angular.io/license
|
|
161357
|
+
*/
|
|
160683
161358
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160684
161359
|
exports2.RunSchematicName = void 0;
|
|
160685
161360
|
exports2.RunSchematicName = "run-schematic";
|
|
@@ -165700,6 +166375,7 @@ var require_stream_duplex = __commonJS({
|
|
|
165700
166375
|
// node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
|
|
165701
166376
|
var require_safe_buffer = __commonJS({
|
|
165702
166377
|
"node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports2, module2) {
|
|
166378
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
165703
166379
|
var buffer2 = require("buffer");
|
|
165704
166380
|
var Buffer2 = buffer2.Buffer;
|
|
165705
166381
|
function copyProps(src, dst) {
|
|
@@ -168174,6 +168850,13 @@ var require_ora = __commonJS({
|
|
|
168174
168850
|
var require_executor = __commonJS({
|
|
168175
168851
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js"(exports2) {
|
|
168176
168852
|
"use strict";
|
|
168853
|
+
/**
|
|
168854
|
+
* @license
|
|
168855
|
+
* Copyright Google LLC All Rights Reserved.
|
|
168856
|
+
*
|
|
168857
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
168858
|
+
* found in the LICENSE file at https://angular.io/license
|
|
168859
|
+
*/
|
|
168177
168860
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
168178
168861
|
if (k23 === void 0)
|
|
168179
168862
|
k23 = k6;
|
|
@@ -168345,6 +169028,13 @@ var require_executor = __commonJS({
|
|
|
168345
169028
|
var require_executor2 = __commonJS({
|
|
168346
169029
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/executor.js"(exports2) {
|
|
168347
169030
|
"use strict";
|
|
169031
|
+
/**
|
|
169032
|
+
* @license
|
|
169033
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169034
|
+
*
|
|
169035
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169036
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169037
|
+
*/
|
|
168348
169038
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
168349
169039
|
if (k23 === void 0)
|
|
168350
169040
|
k23 = k6;
|
|
@@ -168441,6 +169131,13 @@ var require_executor2 = __commonJS({
|
|
|
168441
169131
|
var require_executor3 = __commonJS({
|
|
168442
169132
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/executor.js"(exports2) {
|
|
168443
169133
|
"use strict";
|
|
169134
|
+
/**
|
|
169135
|
+
* @license
|
|
169136
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169137
|
+
*
|
|
169138
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169139
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169140
|
+
*/
|
|
168444
169141
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168445
169142
|
function default_1() {
|
|
168446
169143
|
return (options8, context) => {
|
|
@@ -168469,6 +169166,13 @@ var require_executor3 = __commonJS({
|
|
|
168469
169166
|
var require_node3 = __commonJS({
|
|
168470
169167
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/node/index.js"(exports2) {
|
|
168471
169168
|
"use strict";
|
|
169169
|
+
/**
|
|
169170
|
+
* @license
|
|
169171
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169172
|
+
*
|
|
169173
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169174
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169175
|
+
*/
|
|
168472
169176
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
168473
169177
|
if (k23 === void 0)
|
|
168474
169178
|
k23 = k6;
|
|
@@ -168528,6 +169232,13 @@ var require_node3 = __commonJS({
|
|
|
168528
169232
|
var require_description = __commonJS({
|
|
168529
169233
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/description.js"(exports2) {
|
|
168530
169234
|
"use strict";
|
|
169235
|
+
/**
|
|
169236
|
+
* @license
|
|
169237
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169238
|
+
*
|
|
169239
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169240
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169241
|
+
*/
|
|
168531
169242
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168532
169243
|
}
|
|
168533
169244
|
});
|
|
@@ -168536,6 +169247,13 @@ var require_description = __commonJS({
|
|
|
168536
169247
|
var require_export_ref = __commonJS({
|
|
168537
169248
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/export-ref.js"(exports2) {
|
|
168538
169249
|
"use strict";
|
|
169250
|
+
/**
|
|
169251
|
+
* @license
|
|
169252
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169253
|
+
*
|
|
169254
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169255
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169256
|
+
*/
|
|
168539
169257
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168540
169258
|
exports2.ExportStringRef = void 0;
|
|
168541
169259
|
var path_1 = require("path");
|
|
@@ -168572,6 +169290,13 @@ var require_export_ref = __commonJS({
|
|
|
168572
169290
|
var require_file_system_utility = __commonJS({
|
|
168573
169291
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-utility.js"(exports2) {
|
|
168574
169292
|
"use strict";
|
|
169293
|
+
/**
|
|
169294
|
+
* @license
|
|
169295
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169296
|
+
*
|
|
169297
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169298
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169299
|
+
*/
|
|
168575
169300
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168576
169301
|
exports2.readJsonFile = void 0;
|
|
168577
169302
|
var schematics_1 = require_src3();
|
|
@@ -168597,6 +169322,13 @@ var require_file_system_utility = __commonJS({
|
|
|
168597
169322
|
var require_file_system_engine_host_base = __commonJS({
|
|
168598
169323
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host-base.js"(exports2) {
|
|
168599
169324
|
"use strict";
|
|
169325
|
+
/**
|
|
169326
|
+
* @license
|
|
169327
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169328
|
+
*
|
|
169329
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169330
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169331
|
+
*/
|
|
168600
169332
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168601
169333
|
exports2.FileSystemEngineHostBase = exports2.SchematicNameCollisionException = exports2.SchematicMissingDescriptionException = exports2.SchematicMissingFieldsException = exports2.CollectionMissingFieldsException = exports2.CollectionMissingSchematicsMapException = exports2.FactoryCannotBeResolvedException = exports2.SchematicMissingFactoryException = exports2.InvalidCollectionJsonException = exports2.CollectionCannotBeResolvedException = void 0;
|
|
168602
169334
|
var core_1 = require_src2();
|
|
@@ -168831,6 +169563,13 @@ var require_file_system_engine_host_base = __commonJS({
|
|
|
168831
169563
|
var require_node_module_engine_host = __commonJS({
|
|
168832
169564
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-module-engine-host.js"(exports2) {
|
|
168833
169565
|
"use strict";
|
|
169566
|
+
/**
|
|
169567
|
+
* @license
|
|
169568
|
+
* Copyright Google LLC All Rights Reserved.
|
|
169569
|
+
*
|
|
169570
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
169571
|
+
* found in the LICENSE file at https://angular.io/license
|
|
169572
|
+
*/
|
|
168834
169573
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
168835
169574
|
exports2.NodeModulesEngineHost = exports2.NodePackageDoesNotSupportSchematics = void 0;
|
|
168836
169575
|
var core_1 = require_src2();
|
|
@@ -169459,6 +170198,13 @@ var require_operators = __commonJS({
|
|
|
169459
170198
|
var require_schema_option_transform = __commonJS({
|
|
169460
170199
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/schema-option-transform.js"(exports2) {
|
|
169461
170200
|
"use strict";
|
|
170201
|
+
/**
|
|
170202
|
+
* @license
|
|
170203
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170204
|
+
*
|
|
170205
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170206
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170207
|
+
*/
|
|
169462
170208
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169463
170209
|
exports2.validateOptionsWithSchema = exports2.InvalidInputOptions = void 0;
|
|
169464
170210
|
var core_1 = require_src2();
|
|
@@ -169495,6 +170241,13 @@ Errors:
|
|
|
169495
170241
|
var require_node_workflow = __commonJS({
|
|
169496
170242
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/workflow/node-workflow.js"(exports2) {
|
|
169497
170243
|
"use strict";
|
|
170244
|
+
/**
|
|
170245
|
+
* @license
|
|
170246
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170247
|
+
*
|
|
170248
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170249
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170250
|
+
*/
|
|
169498
170251
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169499
170252
|
exports2.NodeWorkflow = void 0;
|
|
169500
170253
|
var core_1 = require_src2();
|
|
@@ -169558,6 +170311,13 @@ var require_node_workflow = __commonJS({
|
|
|
169558
170311
|
var require_file_system_engine_host = __commonJS({
|
|
169559
170312
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host.js"(exports2) {
|
|
169560
170313
|
"use strict";
|
|
170314
|
+
/**
|
|
170315
|
+
* @license
|
|
170316
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170317
|
+
*
|
|
170318
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170319
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170320
|
+
*/
|
|
169561
170321
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
169562
170322
|
if (k23 === void 0)
|
|
169563
170323
|
k23 = k6;
|
|
@@ -169675,6 +170435,13 @@ var require_file_system_engine_host = __commonJS({
|
|
|
169675
170435
|
var require_node_modules_test_engine_host = __commonJS({
|
|
169676
170436
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-modules-test-engine-host.js"(exports2) {
|
|
169677
170437
|
"use strict";
|
|
170438
|
+
/**
|
|
170439
|
+
* @license
|
|
170440
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170441
|
+
*
|
|
170442
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170443
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170444
|
+
*/
|
|
169678
170445
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169679
170446
|
exports2.NodeModulesTestEngineHost = void 0;
|
|
169680
170447
|
var node_module_engine_host_1 = require_node_module_engine_host();
|
|
@@ -169714,6 +170481,13 @@ var require_node_modules_test_engine_host = __commonJS({
|
|
|
169714
170481
|
var require_tools = __commonJS({
|
|
169715
170482
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/index.js"(exports2) {
|
|
169716
170483
|
"use strict";
|
|
170484
|
+
/**
|
|
170485
|
+
* @license
|
|
170486
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170487
|
+
*
|
|
170488
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170489
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170490
|
+
*/
|
|
169717
170491
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
169718
170492
|
if (k23 === void 0)
|
|
169719
170493
|
k23 = k6;
|
|
@@ -169766,6 +170540,13 @@ var require_tools = __commonJS({
|
|
|
169766
170540
|
var require_schematic_test_runner = __commonJS({
|
|
169767
170541
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/schematic-test-runner.js"(exports2) {
|
|
169768
170542
|
"use strict";
|
|
170543
|
+
/**
|
|
170544
|
+
* @license
|
|
170545
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170546
|
+
*
|
|
170547
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170548
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170549
|
+
*/
|
|
169769
170550
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169770
170551
|
exports2.SchematicTestRunner = exports2.UnitTestTree = void 0;
|
|
169771
170552
|
var core_1 = require_src2();
|
|
@@ -169847,6 +170628,13 @@ var require_schematic_test_runner = __commonJS({
|
|
|
169847
170628
|
var require_testing = __commonJS({
|
|
169848
170629
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/index.js"(exports2) {
|
|
169849
170630
|
"use strict";
|
|
170631
|
+
/**
|
|
170632
|
+
* @license
|
|
170633
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170634
|
+
*
|
|
170635
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170636
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170637
|
+
*/
|
|
169850
170638
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
169851
170639
|
if (k23 === void 0)
|
|
169852
170640
|
k23 = k6;
|
|
@@ -170030,6 +170818,13 @@ var require_invoke_nx_generator = __commonJS({
|
|
|
170030
170818
|
var require_api = __commonJS({
|
|
170031
170819
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/api.js"(exports2) {
|
|
170032
170820
|
"use strict";
|
|
170821
|
+
/**
|
|
170822
|
+
* @license
|
|
170823
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170824
|
+
*
|
|
170825
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170826
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170827
|
+
*/
|
|
170033
170828
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170034
170829
|
exports2.isJobHandler = exports2.JobState = exports2.JobOutboundMessageKind = exports2.JobInboundMessageKind = void 0;
|
|
170035
170830
|
var JobInboundMessageKind;
|
|
@@ -170070,6 +170865,13 @@ var require_api = __commonJS({
|
|
|
170070
170865
|
var require_strategy = __commonJS({
|
|
170071
170866
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/strategy.js"(exports2) {
|
|
170072
170867
|
"use strict";
|
|
170868
|
+
/**
|
|
170869
|
+
* @license
|
|
170870
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170871
|
+
*
|
|
170872
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170873
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170874
|
+
*/
|
|
170073
170875
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170074
170876
|
exports2.memoize = exports2.reuse = exports2.serialize = void 0;
|
|
170075
170877
|
var core_1 = require_src2();
|
|
@@ -170145,6 +170947,13 @@ var require_strategy = __commonJS({
|
|
|
170145
170947
|
var require_create_job_handler = __commonJS({
|
|
170146
170948
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/create-job-handler.js"(exports2) {
|
|
170147
170949
|
"use strict";
|
|
170950
|
+
/**
|
|
170951
|
+
* @license
|
|
170952
|
+
* Copyright Google LLC All Rights Reserved.
|
|
170953
|
+
*
|
|
170954
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
170955
|
+
* found in the LICENSE file at https://angular.io/license
|
|
170956
|
+
*/
|
|
170148
170957
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170149
170958
|
exports2.createLoggerJob = exports2.createJobFactory = exports2.createJobHandler = exports2.ChannelAlreadyExistException = void 0;
|
|
170150
170959
|
var core_1 = require_src2();
|
|
@@ -170263,6 +171072,13 @@ var require_create_job_handler = __commonJS({
|
|
|
170263
171072
|
var require_exception3 = __commonJS({
|
|
170264
171073
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/exception.js"(exports2) {
|
|
170265
171074
|
"use strict";
|
|
171075
|
+
/**
|
|
171076
|
+
* @license
|
|
171077
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171078
|
+
*
|
|
171079
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171080
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171081
|
+
*/
|
|
170266
171082
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170267
171083
|
exports2.JobDoesNotExistException = exports2.JobNameAlreadyRegisteredException = void 0;
|
|
170268
171084
|
var core_1 = require_src2();
|
|
@@ -170285,6 +171101,13 @@ var require_exception3 = __commonJS({
|
|
|
170285
171101
|
var require_dispatcher = __commonJS({
|
|
170286
171102
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/dispatcher.js"(exports2) {
|
|
170287
171103
|
"use strict";
|
|
171104
|
+
/**
|
|
171105
|
+
* @license
|
|
171106
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171107
|
+
*
|
|
171108
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171109
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171110
|
+
*/
|
|
170288
171111
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170289
171112
|
exports2.createDispatcher = void 0;
|
|
170290
171113
|
var api_1 = require_api();
|
|
@@ -170328,6 +171151,13 @@ var require_dispatcher = __commonJS({
|
|
|
170328
171151
|
var require_fallback_registry = __commonJS({
|
|
170329
171152
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/fallback-registry.js"(exports2) {
|
|
170330
171153
|
"use strict";
|
|
171154
|
+
/**
|
|
171155
|
+
* @license
|
|
171156
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171157
|
+
*
|
|
171158
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171159
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171160
|
+
*/
|
|
170331
171161
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170332
171162
|
exports2.FallbackRegistry = void 0;
|
|
170333
171163
|
var rxjs_1 = require_cjs();
|
|
@@ -170351,6 +171181,13 @@ var require_fallback_registry = __commonJS({
|
|
|
170351
171181
|
var require_simple_registry = __commonJS({
|
|
170352
171182
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-registry.js"(exports2) {
|
|
170353
171183
|
"use strict";
|
|
171184
|
+
/**
|
|
171185
|
+
* @license
|
|
171186
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171187
|
+
*
|
|
171188
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171189
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171190
|
+
*/
|
|
170354
171191
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170355
171192
|
exports2.SimpleJobRegistry = void 0;
|
|
170356
171193
|
var core_1 = require_src2();
|
|
@@ -170414,6 +171251,13 @@ var require_simple_registry = __commonJS({
|
|
|
170414
171251
|
var require_simple_scheduler = __commonJS({
|
|
170415
171252
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-scheduler.js"(exports2) {
|
|
170416
171253
|
"use strict";
|
|
171254
|
+
/**
|
|
171255
|
+
* @license
|
|
171256
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171257
|
+
*
|
|
171258
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171259
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171260
|
+
*/
|
|
170417
171261
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170418
171262
|
exports2.SimpleScheduler = exports2.JobOutputSchemaValidationError = exports2.JobInboundMessageSchemaValidationError = exports2.JobArgumentSchemaValidationError = void 0;
|
|
170419
171263
|
var core_1 = require_src2();
|
|
@@ -170783,6 +171627,13 @@ var require_simple_scheduler = __commonJS({
|
|
|
170783
171627
|
var require_jobs = __commonJS({
|
|
170784
171628
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/index.js"(exports2) {
|
|
170785
171629
|
"use strict";
|
|
171630
|
+
/**
|
|
171631
|
+
* @license
|
|
171632
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171633
|
+
*
|
|
171634
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171635
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171636
|
+
*/
|
|
170786
171637
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
170787
171638
|
if (k23 === void 0)
|
|
170788
171639
|
k23 = k6;
|
|
@@ -170854,6 +171705,13 @@ var require_progress_schema = __commonJS({
|
|
|
170854
171705
|
var require_api2 = __commonJS({
|
|
170855
171706
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/api.js"(exports2) {
|
|
170856
171707
|
"use strict";
|
|
171708
|
+
/**
|
|
171709
|
+
* @license
|
|
171710
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171711
|
+
*
|
|
171712
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171713
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171714
|
+
*/
|
|
170857
171715
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170858
171716
|
exports2.scheduleTargetAndForget = exports2.targetFromTargetString = exports2.targetStringFromTarget = exports2.fromAsyncIterable = exports2.isBuilderOutput = exports2.BuilderProgressState = void 0;
|
|
170859
171717
|
var rxjs_1 = require_cjs();
|
|
@@ -171016,6 +171874,13 @@ var require_progress_schema2 = __commonJS({
|
|
|
171016
171874
|
var require_schedule_by_name = __commonJS({
|
|
171017
171875
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/schedule-by-name.js"(exports2) {
|
|
171018
171876
|
"use strict";
|
|
171877
|
+
/**
|
|
171878
|
+
* @license
|
|
171879
|
+
* Copyright Google LLC All Rights Reserved.
|
|
171880
|
+
*
|
|
171881
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
171882
|
+
* found in the LICENSE file at https://angular.io/license
|
|
171883
|
+
*/
|
|
171019
171884
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171020
171885
|
exports2.scheduleByTarget = exports2.scheduleByName = void 0;
|
|
171021
171886
|
var rxjs_1 = require_cjs();
|
|
@@ -171197,6 +172062,13 @@ var require_output_schema = __commonJS({
|
|
|
171197
172062
|
var require_architect = __commonJS({
|
|
171198
172063
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/architect.js"(exports2) {
|
|
171199
172064
|
"use strict";
|
|
172065
|
+
/**
|
|
172066
|
+
* @license
|
|
172067
|
+
* Copyright Google LLC All Rights Reserved.
|
|
172068
|
+
*
|
|
172069
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
172070
|
+
* found in the LICENSE file at https://angular.io/license
|
|
172071
|
+
*/
|
|
171200
172072
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171201
172073
|
exports2.Architect = void 0;
|
|
171202
172074
|
var core_1 = require_src2();
|
|
@@ -171463,6 +172335,13 @@ var require_architect = __commonJS({
|
|
|
171463
172335
|
var require_internal = __commonJS({
|
|
171464
172336
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/internal.js"(exports2) {
|
|
171465
172337
|
"use strict";
|
|
172338
|
+
/**
|
|
172339
|
+
* @license
|
|
172340
|
+
* Copyright Google LLC All Rights Reserved.
|
|
172341
|
+
*
|
|
172342
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
172343
|
+
* found in the LICENSE file at https://angular.io/license
|
|
172344
|
+
*/
|
|
171466
172345
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171467
172346
|
exports2.BuilderVersionSymbol = exports2.BuilderSymbol = void 0;
|
|
171468
172347
|
exports2.BuilderSymbol = Symbol.for("@angular-devkit/architect:builder");
|
|
@@ -171515,6 +172394,13 @@ var require_package3 = __commonJS({
|
|
|
171515
172394
|
var require_create_builder = __commonJS({
|
|
171516
172395
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/create-builder.js"(exports2) {
|
|
171517
172396
|
"use strict";
|
|
172397
|
+
/**
|
|
172398
|
+
* @license
|
|
172399
|
+
* Copyright Google LLC All Rights Reserved.
|
|
172400
|
+
*
|
|
172401
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
172402
|
+
* found in the LICENSE file at https://angular.io/license
|
|
172403
|
+
*/
|
|
171518
172404
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171519
172405
|
exports2.createBuilder = void 0;
|
|
171520
172406
|
var core_1 = require_src2();
|
|
@@ -171681,6 +172567,13 @@ var require_create_builder = __commonJS({
|
|
|
171681
172567
|
var require_src4 = __commonJS({
|
|
171682
172568
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/index.js"(exports2) {
|
|
171683
172569
|
"use strict";
|
|
172570
|
+
/**
|
|
172571
|
+
* @license
|
|
172572
|
+
* Copyright Google LLC All Rights Reserved.
|
|
172573
|
+
*
|
|
172574
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
172575
|
+
* found in the LICENSE file at https://angular.io/license
|
|
172576
|
+
*/
|
|
171684
172577
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
171685
172578
|
if (k23 === void 0)
|
|
171686
172579
|
k23 = k6;
|
|
@@ -212864,6 +213757,20 @@ var require_source_map_support2 = __commonJS({
|
|
|
212864
213757
|
var require_typescript = __commonJS({
|
|
212865
213758
|
"node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/typescript.js"(exports2, module2) {
|
|
212866
213759
|
"use strict";
|
|
213760
|
+
/*! *****************************************************************************
|
|
213761
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
213762
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
213763
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
213764
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
213765
|
+
|
|
213766
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
213767
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
213768
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
213769
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
213770
|
+
|
|
213771
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
213772
|
+
and limitations under the License.
|
|
213773
|
+
***************************************************************************** */
|
|
212867
213774
|
var ts8 = (() => {
|
|
212868
213775
|
var __defProp4 = Object.defineProperty;
|
|
212869
213776
|
var __getOwnPropNames3 = Object.getOwnPropertyNames;
|
|
@@ -413350,6 +414257,7 @@ ${error.message}`;
|
|
|
413350
414257
|
exports2.loadYaml = loadYaml2;
|
|
413351
414258
|
var typescript;
|
|
413352
414259
|
var loadTsSync = function loadTsSync2(filepath, content) {
|
|
414260
|
+
/* istanbul ignore next -- @preserve */
|
|
413353
414261
|
if (typescript === void 0) {
|
|
413354
414262
|
typescript = require_typescript();
|
|
413355
414263
|
}
|
|
@@ -413661,6 +414569,7 @@ var require_util7 = __commonJS({
|
|
|
413661
414569
|
return Object.fromEntries(Object.entries(options8).filter(([, value2]) => value2 !== void 0));
|
|
413662
414570
|
}
|
|
413663
414571
|
exports2.removeUndefinedValuesFromObject = removeUndefinedValuesFromObject;
|
|
414572
|
+
/* istanbul ignore next -- @preserve */
|
|
413664
414573
|
async function isDirectory2(path13) {
|
|
413665
414574
|
try {
|
|
413666
414575
|
const stat2 = await fs_1.promises.stat(path13);
|
|
@@ -413673,6 +414582,7 @@ var require_util7 = __commonJS({
|
|
|
413673
414582
|
}
|
|
413674
414583
|
}
|
|
413675
414584
|
exports2.isDirectory = isDirectory2;
|
|
414585
|
+
/* istanbul ignore next -- @preserve */
|
|
413676
414586
|
function isDirectorySync(path13) {
|
|
413677
414587
|
try {
|
|
413678
414588
|
const stat2 = fs_1.default.statSync(path13);
|
|
@@ -413789,6 +414699,7 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
|
|
|
413789
414699
|
let currentDir = startDir;
|
|
413790
414700
|
while (currentDir !== stopDir) {
|
|
413791
414701
|
const parentDir = path_1.default.dirname(currentDir);
|
|
414702
|
+
/* istanbul ignore if -- @preserve */
|
|
413792
414703
|
if (parentDir === currentDir) {
|
|
413793
414704
|
break;
|
|
413794
414705
|
}
|
|
@@ -413800,6 +414711,7 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
|
|
|
413800
414711
|
};
|
|
413801
414712
|
exports2.ExplorerBase = ExplorerBase;
|
|
413802
414713
|
function getExtensionDescription(extension) {
|
|
414714
|
+
/* istanbul ignore next -- @preserve */
|
|
413803
414715
|
return extension ? `extension "${extension}"` : "files without extensions";
|
|
413804
414716
|
}
|
|
413805
414717
|
exports2.getExtensionDescription = getExtensionDescription;
|
|
@@ -413880,11 +414792,13 @@ var require_Explorer = __commonJS({
|
|
|
413880
414792
|
from = path_1.default.resolve(from);
|
|
413881
414793
|
const dirs = this.#getDirs(from);
|
|
413882
414794
|
const firstDirIter = await dirs.next();
|
|
414795
|
+
/* istanbul ignore if -- @preserve */
|
|
413883
414796
|
if (firstDirIter.done) {
|
|
413884
414797
|
throw new Error(`Could not find any folders to iterate through (start from ${from})`);
|
|
413885
414798
|
}
|
|
413886
414799
|
let currentDir = firstDirIter.value;
|
|
413887
414800
|
const search = async () => {
|
|
414801
|
+
/* istanbul ignore if -- @preserve */
|
|
413888
414802
|
if (await (0, util_js_1.isDirectory)(currentDir.path)) {
|
|
413889
414803
|
for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlaces)) {
|
|
413890
414804
|
try {
|
|
@@ -413983,6 +414897,7 @@ var require_Explorer = __commonJS({
|
|
|
413983
414897
|
}
|
|
413984
414898
|
}
|
|
413985
414899
|
const parentDir = path_1.default.dirname(currentDir);
|
|
414900
|
+
/* istanbul ignore if -- @preserve */
|
|
413986
414901
|
if (parentDir === currentDir) {
|
|
413987
414902
|
break;
|
|
413988
414903
|
}
|
|
@@ -414038,11 +414953,13 @@ var require_ExplorerSync = __commonJS({
|
|
|
414038
414953
|
from = path_1.default.resolve(from);
|
|
414039
414954
|
const dirs = this.#getDirs(from);
|
|
414040
414955
|
const firstDirIter = dirs.next();
|
|
414956
|
+
/* istanbul ignore if -- @preserve */
|
|
414041
414957
|
if (firstDirIter.done) {
|
|
414042
414958
|
throw new Error(`Could not find any folders to iterate through (start from ${from})`);
|
|
414043
414959
|
}
|
|
414044
414960
|
let currentDir = firstDirIter.value;
|
|
414045
414961
|
const search = () => {
|
|
414962
|
+
/* istanbul ignore if -- @preserve */
|
|
414046
414963
|
if ((0, util_js_1.isDirectorySync)(currentDir.path)) {
|
|
414047
414964
|
for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlacesSync)) {
|
|
414048
414965
|
try {
|
|
@@ -414141,6 +415058,7 @@ var require_ExplorerSync = __commonJS({
|
|
|
414141
415058
|
}
|
|
414142
415059
|
}
|
|
414143
415060
|
const parentDir = path_1.default.dirname(currentDir);
|
|
415061
|
+
/* istanbul ignore if -- @preserve */
|
|
414144
415062
|
if (parentDir === currentDir) {
|
|
414145
415063
|
break;
|
|
414146
415064
|
}
|
|
@@ -419481,1189 +420399,3 @@ var executor_default = withRunExecutor(
|
|
|
419481
420399
|
0 && (module.exports = {
|
|
419482
420400
|
designTokensExecutorFn
|
|
419483
420401
|
});
|
|
419484
|
-
/*! Bundled license information:
|
|
419485
|
-
|
|
419486
|
-
ejs/lib/ejs.js:
|
|
419487
|
-
(**
|
|
419488
|
-
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
419489
|
-
* @author Matthew Eernisse <mde@fleegix.org>
|
|
419490
|
-
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
419491
|
-
* @project EJS
|
|
419492
|
-
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
419493
|
-
*)
|
|
419494
|
-
|
|
419495
|
-
tmp/lib/tmp.js:
|
|
419496
|
-
(*!
|
|
419497
|
-
* Tmp
|
|
419498
|
-
*
|
|
419499
|
-
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
419500
|
-
*
|
|
419501
|
-
* MIT Licensed
|
|
419502
|
-
*)
|
|
419503
|
-
|
|
419504
|
-
@angular-devkit/core/src/json/utils.js:
|
|
419505
|
-
(**
|
|
419506
|
-
* @license
|
|
419507
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419508
|
-
*
|
|
419509
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419510
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419511
|
-
*)
|
|
419512
|
-
|
|
419513
|
-
@angular-devkit/core/src/json/schema/utility.js:
|
|
419514
|
-
(**
|
|
419515
|
-
* @license
|
|
419516
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419517
|
-
*
|
|
419518
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419519
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419520
|
-
*)
|
|
419521
|
-
|
|
419522
|
-
@angular-devkit/core/src/json/schema/transforms.js:
|
|
419523
|
-
(**
|
|
419524
|
-
* @license
|
|
419525
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419526
|
-
*
|
|
419527
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419528
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419529
|
-
*)
|
|
419530
|
-
|
|
419531
|
-
@angular-devkit/core/src/json/schema/interface.js:
|
|
419532
|
-
(**
|
|
419533
|
-
* @license
|
|
419534
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419535
|
-
*
|
|
419536
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419537
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419538
|
-
*)
|
|
419539
|
-
|
|
419540
|
-
@angular-devkit/core/src/json/schema/pointer.js:
|
|
419541
|
-
(**
|
|
419542
|
-
* @license
|
|
419543
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419544
|
-
*
|
|
419545
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419546
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419547
|
-
*)
|
|
419548
|
-
|
|
419549
|
-
uri-js/dist/es5/uri.all.js:
|
|
419550
|
-
(** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
|
|
419551
|
-
|
|
419552
|
-
@angular-devkit/core/src/exception.js:
|
|
419553
|
-
(**
|
|
419554
|
-
* @license
|
|
419555
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419556
|
-
*
|
|
419557
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419558
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419559
|
-
*)
|
|
419560
|
-
|
|
419561
|
-
@angular-devkit/core/src/utils/literals.js:
|
|
419562
|
-
(**
|
|
419563
|
-
* @license
|
|
419564
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419565
|
-
*
|
|
419566
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419567
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419568
|
-
*)
|
|
419569
|
-
|
|
419570
|
-
@angular-devkit/core/src/utils/strings.js:
|
|
419571
|
-
(**
|
|
419572
|
-
* @license
|
|
419573
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419574
|
-
*
|
|
419575
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419576
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419577
|
-
*)
|
|
419578
|
-
|
|
419579
|
-
@angular-devkit/core/src/utils/object.js:
|
|
419580
|
-
(**
|
|
419581
|
-
* @license
|
|
419582
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419583
|
-
*
|
|
419584
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419585
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419586
|
-
*)
|
|
419587
|
-
|
|
419588
|
-
@angular-devkit/core/src/utils/template.js:
|
|
419589
|
-
(**
|
|
419590
|
-
* @license
|
|
419591
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419592
|
-
*
|
|
419593
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419594
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419595
|
-
*)
|
|
419596
|
-
|
|
419597
|
-
@angular-devkit/core/src/utils/partially-ordered-set.js:
|
|
419598
|
-
(**
|
|
419599
|
-
* @license
|
|
419600
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419601
|
-
*
|
|
419602
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419603
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419604
|
-
*)
|
|
419605
|
-
|
|
419606
|
-
@angular-devkit/core/src/utils/priority-queue.js:
|
|
419607
|
-
(**
|
|
419608
|
-
* @license
|
|
419609
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419610
|
-
*
|
|
419611
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419612
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419613
|
-
*)
|
|
419614
|
-
|
|
419615
|
-
@angular-devkit/core/src/utils/lang.js:
|
|
419616
|
-
(**
|
|
419617
|
-
* @license
|
|
419618
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419619
|
-
*
|
|
419620
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419621
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419622
|
-
*)
|
|
419623
|
-
|
|
419624
|
-
@angular-devkit/core/src/utils/index.js:
|
|
419625
|
-
(**
|
|
419626
|
-
* @license
|
|
419627
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419628
|
-
*
|
|
419629
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419630
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419631
|
-
*)
|
|
419632
|
-
|
|
419633
|
-
@angular-devkit/core/src/json/schema/visitor.js:
|
|
419634
|
-
(**
|
|
419635
|
-
* @license
|
|
419636
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419637
|
-
*
|
|
419638
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419639
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419640
|
-
*)
|
|
419641
|
-
|
|
419642
|
-
@angular-devkit/core/src/json/schema/registry.js:
|
|
419643
|
-
(**
|
|
419644
|
-
* @license
|
|
419645
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419646
|
-
*
|
|
419647
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419648
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419649
|
-
*)
|
|
419650
|
-
|
|
419651
|
-
@angular-devkit/core/src/json/schema/schema.js:
|
|
419652
|
-
(**
|
|
419653
|
-
* @license
|
|
419654
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419655
|
-
*
|
|
419656
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419657
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419658
|
-
*)
|
|
419659
|
-
|
|
419660
|
-
@angular-devkit/core/src/json/schema/index.js:
|
|
419661
|
-
(**
|
|
419662
|
-
* @license
|
|
419663
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419664
|
-
*
|
|
419665
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419666
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419667
|
-
*)
|
|
419668
|
-
|
|
419669
|
-
@angular-devkit/core/src/json/index.js:
|
|
419670
|
-
(**
|
|
419671
|
-
* @license
|
|
419672
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419673
|
-
*
|
|
419674
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419675
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419676
|
-
*)
|
|
419677
|
-
|
|
419678
|
-
@angular-devkit/core/src/logger/logger.js:
|
|
419679
|
-
(**
|
|
419680
|
-
* @license
|
|
419681
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419682
|
-
*
|
|
419683
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419684
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419685
|
-
*)
|
|
419686
|
-
|
|
419687
|
-
@angular-devkit/core/src/logger/indent.js:
|
|
419688
|
-
(**
|
|
419689
|
-
* @license
|
|
419690
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419691
|
-
*
|
|
419692
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419693
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419694
|
-
*)
|
|
419695
|
-
|
|
419696
|
-
@angular-devkit/core/src/logger/level.js:
|
|
419697
|
-
(**
|
|
419698
|
-
* @license
|
|
419699
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419700
|
-
*
|
|
419701
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419702
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419703
|
-
*)
|
|
419704
|
-
|
|
419705
|
-
@angular-devkit/core/src/logger/null-logger.js:
|
|
419706
|
-
(**
|
|
419707
|
-
* @license
|
|
419708
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419709
|
-
*
|
|
419710
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419711
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419712
|
-
*)
|
|
419713
|
-
|
|
419714
|
-
@angular-devkit/core/src/logger/transform-logger.js:
|
|
419715
|
-
(**
|
|
419716
|
-
* @license
|
|
419717
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419718
|
-
*
|
|
419719
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419720
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419721
|
-
*)
|
|
419722
|
-
|
|
419723
|
-
@angular-devkit/core/src/logger/index.js:
|
|
419724
|
-
(**
|
|
419725
|
-
* @license
|
|
419726
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419727
|
-
*
|
|
419728
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419729
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419730
|
-
*)
|
|
419731
|
-
|
|
419732
|
-
@angular-devkit/core/src/workspace/definitions.js:
|
|
419733
|
-
(**
|
|
419734
|
-
* @license
|
|
419735
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419736
|
-
*
|
|
419737
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419738
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419739
|
-
*)
|
|
419740
|
-
|
|
419741
|
-
@angular-devkit/core/src/virtual-fs/path.js:
|
|
419742
|
-
(**
|
|
419743
|
-
* @license
|
|
419744
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419745
|
-
*
|
|
419746
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419747
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419748
|
-
*)
|
|
419749
|
-
|
|
419750
|
-
@angular-devkit/core/src/virtual-fs/host/buffer.js:
|
|
419751
|
-
(**
|
|
419752
|
-
* @license
|
|
419753
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419754
|
-
*
|
|
419755
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419756
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419757
|
-
*)
|
|
419758
|
-
|
|
419759
|
-
@angular-devkit/core/src/virtual-fs/host/interface.js:
|
|
419760
|
-
(**
|
|
419761
|
-
* @license
|
|
419762
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419763
|
-
*
|
|
419764
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419765
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419766
|
-
*)
|
|
419767
|
-
|
|
419768
|
-
@angular-devkit/core/src/virtual-fs/host/memory.js:
|
|
419769
|
-
(**
|
|
419770
|
-
* @license
|
|
419771
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419772
|
-
*
|
|
419773
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419774
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419775
|
-
*)
|
|
419776
|
-
|
|
419777
|
-
@angular-devkit/core/src/virtual-fs/host/sync.js:
|
|
419778
|
-
(**
|
|
419779
|
-
* @license
|
|
419780
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419781
|
-
*
|
|
419782
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419783
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419784
|
-
*)
|
|
419785
|
-
|
|
419786
|
-
@angular-devkit/core/src/virtual-fs/host/test.js:
|
|
419787
|
-
(**
|
|
419788
|
-
* @license
|
|
419789
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419790
|
-
*
|
|
419791
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419792
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419793
|
-
*)
|
|
419794
|
-
|
|
419795
|
-
@angular-devkit/core/src/virtual-fs/host/resolver.js:
|
|
419796
|
-
(**
|
|
419797
|
-
* @license
|
|
419798
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419799
|
-
*
|
|
419800
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419801
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419802
|
-
*)
|
|
419803
|
-
|
|
419804
|
-
@angular-devkit/core/src/virtual-fs/host/alias.js:
|
|
419805
|
-
(**
|
|
419806
|
-
* @license
|
|
419807
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419808
|
-
*
|
|
419809
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419810
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419811
|
-
*)
|
|
419812
|
-
|
|
419813
|
-
@angular-devkit/core/src/virtual-fs/host/create.js:
|
|
419814
|
-
(**
|
|
419815
|
-
* @license
|
|
419816
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419817
|
-
*
|
|
419818
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419819
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419820
|
-
*)
|
|
419821
|
-
|
|
419822
|
-
@angular-devkit/core/src/virtual-fs/host/empty.js:
|
|
419823
|
-
(**
|
|
419824
|
-
* @license
|
|
419825
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419826
|
-
*
|
|
419827
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419828
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419829
|
-
*)
|
|
419830
|
-
|
|
419831
|
-
@angular-devkit/core/src/virtual-fs/host/pattern.js:
|
|
419832
|
-
(**
|
|
419833
|
-
* @license
|
|
419834
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419835
|
-
*
|
|
419836
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419837
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419838
|
-
*)
|
|
419839
|
-
|
|
419840
|
-
@angular-devkit/core/src/virtual-fs/host/record.js:
|
|
419841
|
-
(**
|
|
419842
|
-
* @license
|
|
419843
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419844
|
-
*
|
|
419845
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419846
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419847
|
-
*)
|
|
419848
|
-
|
|
419849
|
-
@angular-devkit/core/src/virtual-fs/host/safe.js:
|
|
419850
|
-
(**
|
|
419851
|
-
* @license
|
|
419852
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419853
|
-
*
|
|
419854
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419855
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419856
|
-
*)
|
|
419857
|
-
|
|
419858
|
-
@angular-devkit/core/src/virtual-fs/host/scoped.js:
|
|
419859
|
-
(**
|
|
419860
|
-
* @license
|
|
419861
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419862
|
-
*
|
|
419863
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419864
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419865
|
-
*)
|
|
419866
|
-
|
|
419867
|
-
@angular-devkit/core/src/virtual-fs/host/index.js:
|
|
419868
|
-
(**
|
|
419869
|
-
* @license
|
|
419870
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419871
|
-
*
|
|
419872
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419873
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419874
|
-
*)
|
|
419875
|
-
|
|
419876
|
-
@angular-devkit/core/src/virtual-fs/index.js:
|
|
419877
|
-
(**
|
|
419878
|
-
* @license
|
|
419879
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419880
|
-
*
|
|
419881
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419882
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419883
|
-
*)
|
|
419884
|
-
|
|
419885
|
-
@angular-devkit/core/src/workspace/host.js:
|
|
419886
|
-
(**
|
|
419887
|
-
* @license
|
|
419888
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419889
|
-
*
|
|
419890
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419891
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419892
|
-
*)
|
|
419893
|
-
|
|
419894
|
-
@angular-devkit/core/src/workspace/json/metadata.js:
|
|
419895
|
-
(**
|
|
419896
|
-
* @license
|
|
419897
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419898
|
-
*
|
|
419899
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419900
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419901
|
-
*)
|
|
419902
|
-
|
|
419903
|
-
@angular-devkit/core/src/workspace/json/utilities.js:
|
|
419904
|
-
(**
|
|
419905
|
-
* @license
|
|
419906
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419907
|
-
*
|
|
419908
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419909
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419910
|
-
*)
|
|
419911
|
-
|
|
419912
|
-
@angular-devkit/core/src/workspace/json/reader.js:
|
|
419913
|
-
(**
|
|
419914
|
-
* @license
|
|
419915
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419916
|
-
*
|
|
419917
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419918
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419919
|
-
*)
|
|
419920
|
-
|
|
419921
|
-
@angular-devkit/core/src/workspace/json/writer.js:
|
|
419922
|
-
(**
|
|
419923
|
-
* @license
|
|
419924
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419925
|
-
*
|
|
419926
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419927
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419928
|
-
*)
|
|
419929
|
-
|
|
419930
|
-
@angular-devkit/core/src/workspace/core.js:
|
|
419931
|
-
(**
|
|
419932
|
-
* @license
|
|
419933
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419934
|
-
*
|
|
419935
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419936
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419937
|
-
*)
|
|
419938
|
-
|
|
419939
|
-
@angular-devkit/core/src/workspace/index.js:
|
|
419940
|
-
(**
|
|
419941
|
-
* @license
|
|
419942
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419943
|
-
*
|
|
419944
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419945
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419946
|
-
*)
|
|
419947
|
-
|
|
419948
|
-
@angular-devkit/core/src/index.js:
|
|
419949
|
-
(**
|
|
419950
|
-
* @license
|
|
419951
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419952
|
-
*
|
|
419953
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419954
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419955
|
-
*)
|
|
419956
|
-
|
|
419957
|
-
@angular-devkit/schematics/src/formats/html-selector.js:
|
|
419958
|
-
(**
|
|
419959
|
-
* @license
|
|
419960
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419961
|
-
*
|
|
419962
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419963
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419964
|
-
*)
|
|
419965
|
-
|
|
419966
|
-
@angular-devkit/schematics/src/formats/path.js:
|
|
419967
|
-
(**
|
|
419968
|
-
* @license
|
|
419969
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419970
|
-
*
|
|
419971
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419972
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419973
|
-
*)
|
|
419974
|
-
|
|
419975
|
-
@angular-devkit/schematics/src/formats/index.js:
|
|
419976
|
-
(**
|
|
419977
|
-
* @license
|
|
419978
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419979
|
-
*
|
|
419980
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419981
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419982
|
-
*)
|
|
419983
|
-
|
|
419984
|
-
@angular-devkit/schematics/src/tree/interface.js:
|
|
419985
|
-
(**
|
|
419986
|
-
* @license
|
|
419987
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419988
|
-
*
|
|
419989
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419990
|
-
* found in the LICENSE file at https://angular.io/license
|
|
419991
|
-
*)
|
|
419992
|
-
|
|
419993
|
-
@angular-devkit/schematics/src/exception/exception.js:
|
|
419994
|
-
(**
|
|
419995
|
-
* @license
|
|
419996
|
-
* Copyright Google LLC All Rights Reserved.
|
|
419997
|
-
*
|
|
419998
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
419999
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420000
|
-
*)
|
|
420001
|
-
|
|
420002
|
-
@angular-devkit/schematics/src/tree/delegate.js:
|
|
420003
|
-
(**
|
|
420004
|
-
* @license
|
|
420005
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420006
|
-
*
|
|
420007
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420008
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420009
|
-
*)
|
|
420010
|
-
|
|
420011
|
-
@angular-devkit/schematics/src/tree/entry.js:
|
|
420012
|
-
(**
|
|
420013
|
-
* @license
|
|
420014
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420015
|
-
*
|
|
420016
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420017
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420018
|
-
*)
|
|
420019
|
-
|
|
420020
|
-
@angular-devkit/schematics/src/utility/update-buffer.js:
|
|
420021
|
-
(**
|
|
420022
|
-
* @license
|
|
420023
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420024
|
-
*
|
|
420025
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420026
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420027
|
-
*)
|
|
420028
|
-
|
|
420029
|
-
@angular-devkit/schematics/src/tree/recorder.js:
|
|
420030
|
-
(**
|
|
420031
|
-
* @license
|
|
420032
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420033
|
-
*
|
|
420034
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420035
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420036
|
-
*)
|
|
420037
|
-
|
|
420038
|
-
@angular-devkit/schematics/src/tree/scoped.js:
|
|
420039
|
-
(**
|
|
420040
|
-
* @license
|
|
420041
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420042
|
-
*
|
|
420043
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420044
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420045
|
-
*)
|
|
420046
|
-
|
|
420047
|
-
@angular-devkit/schematics/src/tree/host-tree.js:
|
|
420048
|
-
(**
|
|
420049
|
-
* @license
|
|
420050
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420051
|
-
*
|
|
420052
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420053
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420054
|
-
*)
|
|
420055
|
-
|
|
420056
|
-
@angular-devkit/schematics/src/tree/static.js:
|
|
420057
|
-
(**
|
|
420058
|
-
* @license
|
|
420059
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420060
|
-
*
|
|
420061
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420062
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420063
|
-
*)
|
|
420064
|
-
|
|
420065
|
-
@angular-devkit/schematics/src/tree/null.js:
|
|
420066
|
-
(**
|
|
420067
|
-
* @license
|
|
420068
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420069
|
-
*
|
|
420070
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420071
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420072
|
-
*)
|
|
420073
|
-
|
|
420074
|
-
@angular-devkit/schematics/src/rules/call.js:
|
|
420075
|
-
(**
|
|
420076
|
-
* @license
|
|
420077
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420078
|
-
*
|
|
420079
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420080
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420081
|
-
*)
|
|
420082
|
-
|
|
420083
|
-
@angular-devkit/schematics/src/engine/schematic.js:
|
|
420084
|
-
(**
|
|
420085
|
-
* @license
|
|
420086
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420087
|
-
*
|
|
420088
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420089
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420090
|
-
*)
|
|
420091
|
-
|
|
420092
|
-
@angular-devkit/schematics/src/engine/engine.js:
|
|
420093
|
-
(**
|
|
420094
|
-
* @license
|
|
420095
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420096
|
-
*
|
|
420097
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420098
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420099
|
-
*)
|
|
420100
|
-
|
|
420101
|
-
@angular-devkit/schematics/src/engine/interface.js:
|
|
420102
|
-
(**
|
|
420103
|
-
* @license
|
|
420104
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420105
|
-
*
|
|
420106
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420107
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420108
|
-
*)
|
|
420109
|
-
|
|
420110
|
-
@angular-devkit/schematics/src/engine/index.js:
|
|
420111
|
-
(**
|
|
420112
|
-
* @license
|
|
420113
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420114
|
-
*
|
|
420115
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420116
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420117
|
-
*)
|
|
420118
|
-
|
|
420119
|
-
@angular-devkit/core/node/cli-logger.js:
|
|
420120
|
-
(**
|
|
420121
|
-
* @license
|
|
420122
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420123
|
-
*
|
|
420124
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420125
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420126
|
-
*)
|
|
420127
|
-
|
|
420128
|
-
normalize-path/index.js:
|
|
420129
|
-
(*!
|
|
420130
|
-
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
420131
|
-
*
|
|
420132
|
-
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
420133
|
-
* Released under the MIT License.
|
|
420134
|
-
*)
|
|
420135
|
-
|
|
420136
|
-
is-extglob/index.js:
|
|
420137
|
-
(*!
|
|
420138
|
-
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
420139
|
-
*
|
|
420140
|
-
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
420141
|
-
* Licensed under the MIT License.
|
|
420142
|
-
*)
|
|
420143
|
-
|
|
420144
|
-
is-glob/index.js:
|
|
420145
|
-
(*!
|
|
420146
|
-
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
420147
|
-
*
|
|
420148
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
420149
|
-
* Released under the MIT License.
|
|
420150
|
-
*)
|
|
420151
|
-
|
|
420152
|
-
is-number/index.js:
|
|
420153
|
-
(*!
|
|
420154
|
-
* is-number <https://github.com/jonschlinkert/is-number>
|
|
420155
|
-
*
|
|
420156
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
420157
|
-
* Released under the MIT License.
|
|
420158
|
-
*)
|
|
420159
|
-
|
|
420160
|
-
to-regex-range/index.js:
|
|
420161
|
-
(*!
|
|
420162
|
-
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
420163
|
-
*
|
|
420164
|
-
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
420165
|
-
* Released under the MIT License.
|
|
420166
|
-
*)
|
|
420167
|
-
|
|
420168
|
-
fill-range/index.js:
|
|
420169
|
-
(*!
|
|
420170
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
420171
|
-
*
|
|
420172
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
420173
|
-
* Licensed under the MIT License.
|
|
420174
|
-
*)
|
|
420175
|
-
|
|
420176
|
-
@angular-devkit/core/node/host.js:
|
|
420177
|
-
(**
|
|
420178
|
-
* @license
|
|
420179
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420180
|
-
*
|
|
420181
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420182
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420183
|
-
*)
|
|
420184
|
-
|
|
420185
|
-
@angular-devkit/core/node/index.js:
|
|
420186
|
-
(**
|
|
420187
|
-
* @license
|
|
420188
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420189
|
-
*
|
|
420190
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420191
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420192
|
-
*)
|
|
420193
|
-
|
|
420194
|
-
@angular-devkit/schematics/src/tree/action.js:
|
|
420195
|
-
(**
|
|
420196
|
-
* @license
|
|
420197
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420198
|
-
*
|
|
420199
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420200
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420201
|
-
*)
|
|
420202
|
-
|
|
420203
|
-
@angular-devkit/schematics/src/sink/sink.js:
|
|
420204
|
-
(**
|
|
420205
|
-
* @license
|
|
420206
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420207
|
-
*
|
|
420208
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420209
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420210
|
-
*)
|
|
420211
|
-
|
|
420212
|
-
@angular-devkit/schematics/src/sink/host.js:
|
|
420213
|
-
(**
|
|
420214
|
-
* @license
|
|
420215
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420216
|
-
*
|
|
420217
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420218
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420219
|
-
*)
|
|
420220
|
-
|
|
420221
|
-
@angular-devkit/schematics/src/sink/dryrun.js:
|
|
420222
|
-
(**
|
|
420223
|
-
* @license
|
|
420224
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420225
|
-
*
|
|
420226
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420227
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420228
|
-
*)
|
|
420229
|
-
|
|
420230
|
-
@angular-devkit/schematics/src/workflow/base.js:
|
|
420231
|
-
(**
|
|
420232
|
-
* @license
|
|
420233
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420234
|
-
*
|
|
420235
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420236
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420237
|
-
*)
|
|
420238
|
-
|
|
420239
|
-
@angular-devkit/schematics/src/workflow/interface.js:
|
|
420240
|
-
(**
|
|
420241
|
-
* @license
|
|
420242
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420243
|
-
*
|
|
420244
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420245
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420246
|
-
*)
|
|
420247
|
-
|
|
420248
|
-
@angular-devkit/schematics/src/workflow/index.js:
|
|
420249
|
-
(**
|
|
420250
|
-
* @license
|
|
420251
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420252
|
-
*
|
|
420253
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420254
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420255
|
-
*)
|
|
420256
|
-
|
|
420257
|
-
@angular-devkit/schematics/src/rules/base.js:
|
|
420258
|
-
(**
|
|
420259
|
-
* @license
|
|
420260
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420261
|
-
*
|
|
420262
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420263
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420264
|
-
*)
|
|
420265
|
-
|
|
420266
|
-
@angular-devkit/schematics/src/rules/move.js:
|
|
420267
|
-
(**
|
|
420268
|
-
* @license
|
|
420269
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420270
|
-
*
|
|
420271
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420272
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420273
|
-
*)
|
|
420274
|
-
|
|
420275
|
-
@angular-devkit/schematics/src/rules/random.js:
|
|
420276
|
-
(**
|
|
420277
|
-
* @license
|
|
420278
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420279
|
-
*
|
|
420280
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420281
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420282
|
-
*)
|
|
420283
|
-
|
|
420284
|
-
@angular-devkit/schematics/src/rules/schematic.js:
|
|
420285
|
-
(**
|
|
420286
|
-
* @license
|
|
420287
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420288
|
-
*
|
|
420289
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420290
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420291
|
-
*)
|
|
420292
|
-
|
|
420293
|
-
@angular-devkit/schematics/src/rules/template.js:
|
|
420294
|
-
(**
|
|
420295
|
-
* @license
|
|
420296
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420297
|
-
*
|
|
420298
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420299
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420300
|
-
*)
|
|
420301
|
-
|
|
420302
|
-
@angular-devkit/schematics/src/rules/url.js:
|
|
420303
|
-
(**
|
|
420304
|
-
* @license
|
|
420305
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420306
|
-
*
|
|
420307
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420308
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420309
|
-
*)
|
|
420310
|
-
|
|
420311
|
-
@angular-devkit/schematics/src/tree/empty.js:
|
|
420312
|
-
(**
|
|
420313
|
-
* @license
|
|
420314
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420315
|
-
*
|
|
420316
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420317
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420318
|
-
*)
|
|
420319
|
-
|
|
420320
|
-
@angular-devkit/schematics/src/index.js:
|
|
420321
|
-
(**
|
|
420322
|
-
* @license
|
|
420323
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420324
|
-
*
|
|
420325
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420326
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420327
|
-
*)
|
|
420328
|
-
|
|
420329
|
-
@angular-devkit/schematics/tasks/package-manager/options.js:
|
|
420330
|
-
(**
|
|
420331
|
-
* @license
|
|
420332
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420333
|
-
*
|
|
420334
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420335
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420336
|
-
*)
|
|
420337
|
-
|
|
420338
|
-
@angular-devkit/schematics/tasks/repo-init/options.js:
|
|
420339
|
-
(**
|
|
420340
|
-
* @license
|
|
420341
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420342
|
-
*
|
|
420343
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420344
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420345
|
-
*)
|
|
420346
|
-
|
|
420347
|
-
@angular-devkit/schematics/tasks/run-schematic/options.js:
|
|
420348
|
-
(**
|
|
420349
|
-
* @license
|
|
420350
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420351
|
-
*
|
|
420352
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420353
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420354
|
-
*)
|
|
420355
|
-
|
|
420356
|
-
safe-buffer/index.js:
|
|
420357
|
-
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
420358
|
-
|
|
420359
|
-
@angular-devkit/schematics/tasks/package-manager/executor.js:
|
|
420360
|
-
(**
|
|
420361
|
-
* @license
|
|
420362
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420363
|
-
*
|
|
420364
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420365
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420366
|
-
*)
|
|
420367
|
-
|
|
420368
|
-
@angular-devkit/schematics/tasks/repo-init/executor.js:
|
|
420369
|
-
(**
|
|
420370
|
-
* @license
|
|
420371
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420372
|
-
*
|
|
420373
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420374
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420375
|
-
*)
|
|
420376
|
-
|
|
420377
|
-
@angular-devkit/schematics/tasks/run-schematic/executor.js:
|
|
420378
|
-
(**
|
|
420379
|
-
* @license
|
|
420380
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420381
|
-
*
|
|
420382
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420383
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420384
|
-
*)
|
|
420385
|
-
|
|
420386
|
-
@angular-devkit/schematics/tasks/node/index.js:
|
|
420387
|
-
(**
|
|
420388
|
-
* @license
|
|
420389
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420390
|
-
*
|
|
420391
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420392
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420393
|
-
*)
|
|
420394
|
-
|
|
420395
|
-
@angular-devkit/schematics/tools/description.js:
|
|
420396
|
-
(**
|
|
420397
|
-
* @license
|
|
420398
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420399
|
-
*
|
|
420400
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420401
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420402
|
-
*)
|
|
420403
|
-
|
|
420404
|
-
@angular-devkit/schematics/tools/export-ref.js:
|
|
420405
|
-
(**
|
|
420406
|
-
* @license
|
|
420407
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420408
|
-
*
|
|
420409
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420410
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420411
|
-
*)
|
|
420412
|
-
|
|
420413
|
-
@angular-devkit/schematics/tools/file-system-utility.js:
|
|
420414
|
-
(**
|
|
420415
|
-
* @license
|
|
420416
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420417
|
-
*
|
|
420418
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420419
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420420
|
-
*)
|
|
420421
|
-
|
|
420422
|
-
@angular-devkit/schematics/tools/file-system-engine-host-base.js:
|
|
420423
|
-
(**
|
|
420424
|
-
* @license
|
|
420425
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420426
|
-
*
|
|
420427
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420428
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420429
|
-
*)
|
|
420430
|
-
|
|
420431
|
-
@angular-devkit/schematics/tools/node-module-engine-host.js:
|
|
420432
|
-
(**
|
|
420433
|
-
* @license
|
|
420434
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420435
|
-
*
|
|
420436
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420437
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420438
|
-
*)
|
|
420439
|
-
|
|
420440
|
-
@angular-devkit/schematics/tools/schema-option-transform.js:
|
|
420441
|
-
(**
|
|
420442
|
-
* @license
|
|
420443
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420444
|
-
*
|
|
420445
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420446
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420447
|
-
*)
|
|
420448
|
-
|
|
420449
|
-
@angular-devkit/schematics/tools/workflow/node-workflow.js:
|
|
420450
|
-
(**
|
|
420451
|
-
* @license
|
|
420452
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420453
|
-
*
|
|
420454
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420455
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420456
|
-
*)
|
|
420457
|
-
|
|
420458
|
-
@angular-devkit/schematics/tools/file-system-engine-host.js:
|
|
420459
|
-
(**
|
|
420460
|
-
* @license
|
|
420461
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420462
|
-
*
|
|
420463
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420464
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420465
|
-
*)
|
|
420466
|
-
|
|
420467
|
-
@angular-devkit/schematics/tools/node-modules-test-engine-host.js:
|
|
420468
|
-
(**
|
|
420469
|
-
* @license
|
|
420470
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420471
|
-
*
|
|
420472
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420473
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420474
|
-
*)
|
|
420475
|
-
|
|
420476
|
-
@angular-devkit/schematics/tools/index.js:
|
|
420477
|
-
(**
|
|
420478
|
-
* @license
|
|
420479
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420480
|
-
*
|
|
420481
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420482
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420483
|
-
*)
|
|
420484
|
-
|
|
420485
|
-
@angular-devkit/schematics/testing/schematic-test-runner.js:
|
|
420486
|
-
(**
|
|
420487
|
-
* @license
|
|
420488
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420489
|
-
*
|
|
420490
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420491
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420492
|
-
*)
|
|
420493
|
-
|
|
420494
|
-
@angular-devkit/schematics/testing/index.js:
|
|
420495
|
-
(**
|
|
420496
|
-
* @license
|
|
420497
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420498
|
-
*
|
|
420499
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420500
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420501
|
-
*)
|
|
420502
|
-
|
|
420503
|
-
@angular-devkit/architect/src/jobs/api.js:
|
|
420504
|
-
(**
|
|
420505
|
-
* @license
|
|
420506
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420507
|
-
*
|
|
420508
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420509
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420510
|
-
*)
|
|
420511
|
-
|
|
420512
|
-
@angular-devkit/architect/src/jobs/strategy.js:
|
|
420513
|
-
(**
|
|
420514
|
-
* @license
|
|
420515
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420516
|
-
*
|
|
420517
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420518
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420519
|
-
*)
|
|
420520
|
-
|
|
420521
|
-
@angular-devkit/architect/src/jobs/create-job-handler.js:
|
|
420522
|
-
(**
|
|
420523
|
-
* @license
|
|
420524
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420525
|
-
*
|
|
420526
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420527
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420528
|
-
*)
|
|
420529
|
-
|
|
420530
|
-
@angular-devkit/architect/src/jobs/exception.js:
|
|
420531
|
-
(**
|
|
420532
|
-
* @license
|
|
420533
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420534
|
-
*
|
|
420535
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420536
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420537
|
-
*)
|
|
420538
|
-
|
|
420539
|
-
@angular-devkit/architect/src/jobs/dispatcher.js:
|
|
420540
|
-
(**
|
|
420541
|
-
* @license
|
|
420542
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420543
|
-
*
|
|
420544
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420545
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420546
|
-
*)
|
|
420547
|
-
|
|
420548
|
-
@angular-devkit/architect/src/jobs/fallback-registry.js:
|
|
420549
|
-
(**
|
|
420550
|
-
* @license
|
|
420551
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420552
|
-
*
|
|
420553
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420554
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420555
|
-
*)
|
|
420556
|
-
|
|
420557
|
-
@angular-devkit/architect/src/jobs/simple-registry.js:
|
|
420558
|
-
(**
|
|
420559
|
-
* @license
|
|
420560
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420561
|
-
*
|
|
420562
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420563
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420564
|
-
*)
|
|
420565
|
-
|
|
420566
|
-
@angular-devkit/architect/src/jobs/simple-scheduler.js:
|
|
420567
|
-
(**
|
|
420568
|
-
* @license
|
|
420569
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420570
|
-
*
|
|
420571
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420572
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420573
|
-
*)
|
|
420574
|
-
|
|
420575
|
-
@angular-devkit/architect/src/jobs/index.js:
|
|
420576
|
-
(**
|
|
420577
|
-
* @license
|
|
420578
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420579
|
-
*
|
|
420580
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420581
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420582
|
-
*)
|
|
420583
|
-
|
|
420584
|
-
@angular-devkit/architect/src/api.js:
|
|
420585
|
-
(**
|
|
420586
|
-
* @license
|
|
420587
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420588
|
-
*
|
|
420589
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420590
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420591
|
-
*)
|
|
420592
|
-
|
|
420593
|
-
@angular-devkit/architect/src/schedule-by-name.js:
|
|
420594
|
-
(**
|
|
420595
|
-
* @license
|
|
420596
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420597
|
-
*
|
|
420598
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420599
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420600
|
-
*)
|
|
420601
|
-
|
|
420602
|
-
@angular-devkit/architect/src/architect.js:
|
|
420603
|
-
(**
|
|
420604
|
-
* @license
|
|
420605
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420606
|
-
*
|
|
420607
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420608
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420609
|
-
*)
|
|
420610
|
-
|
|
420611
|
-
@angular-devkit/architect/src/internal.js:
|
|
420612
|
-
(**
|
|
420613
|
-
* @license
|
|
420614
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420615
|
-
*
|
|
420616
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420617
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420618
|
-
*)
|
|
420619
|
-
|
|
420620
|
-
@angular-devkit/architect/src/create-builder.js:
|
|
420621
|
-
(**
|
|
420622
|
-
* @license
|
|
420623
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420624
|
-
*
|
|
420625
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420626
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420627
|
-
*)
|
|
420628
|
-
|
|
420629
|
-
@angular-devkit/architect/src/index.js:
|
|
420630
|
-
(**
|
|
420631
|
-
* @license
|
|
420632
|
-
* Copyright Google LLC All Rights Reserved.
|
|
420633
|
-
*
|
|
420634
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
420635
|
-
* found in the LICENSE file at https://angular.io/license
|
|
420636
|
-
*)
|
|
420637
|
-
|
|
420638
|
-
typescript/lib/typescript.js:
|
|
420639
|
-
(*! *****************************************************************************
|
|
420640
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
420641
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
420642
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
420643
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
420644
|
-
|
|
420645
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
420646
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
420647
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
420648
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
420649
|
-
|
|
420650
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
420651
|
-
and limitations under the License.
|
|
420652
|
-
***************************************************************************** *)
|
|
420653
|
-
|
|
420654
|
-
cosmiconfig/dist/loaders.js:
|
|
420655
|
-
(* istanbul ignore next -- @preserve *)
|
|
420656
|
-
|
|
420657
|
-
cosmiconfig/dist/util.js:
|
|
420658
|
-
(* istanbul ignore next -- @preserve *)
|
|
420659
|
-
|
|
420660
|
-
cosmiconfig/dist/ExplorerBase.js:
|
|
420661
|
-
(* istanbul ignore if -- @preserve *)
|
|
420662
|
-
(* istanbul ignore next -- @preserve *)
|
|
420663
|
-
|
|
420664
|
-
cosmiconfig/dist/Explorer.js:
|
|
420665
|
-
(* istanbul ignore if -- @preserve *)
|
|
420666
|
-
|
|
420667
|
-
cosmiconfig/dist/ExplorerSync.js:
|
|
420668
|
-
(* istanbul ignore if -- @preserve *)
|
|
420669
|
-
*/
|