@storm-software/workspace-tools 1.60.8 → 1.60.10
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 +24 -0
- package/index.js +1296 -1039
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +1192 -920
- package/src/executors/design-tokens/executor.js +1186 -918
- package/src/executors/npm-publish/executor.js +1154 -893
- package/src/executors/tsup/executor.js +1296 -1039
- package/src/executors/tsup-browser/executor.js +1296 -1039
- package/src/executors/tsup-neutral/executor.js +1296 -1039
- package/src/executors/tsup-node/executor.js +1296 -1039
- package/src/executors/typia/executor.js +34 -26
- package/src/generators/browser-library/generator.js +1192 -920
- package/src/generators/config-schema/generator.js +1186 -918
- package/src/generators/init/init.js +1154 -893
- package/src/generators/neutral-library/generator.js +1192 -920
- package/src/generators/node-library/generator.js +1192 -920
- package/src/generators/preset/generator.js +1186 -918
- package/src/generators/release-version/generator.js +1186 -918
- package/src/utils/index.js +1278 -999
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
const require = (await import('node:module')).createRequire(import.meta.url);
|
|
2
1
|
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -119064,13 +119063,6 @@ var require_package2 = __commonJS({
|
|
|
119064
119063
|
var require_ejs = __commonJS({
|
|
119065
119064
|
"node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports2) {
|
|
119066
119065
|
"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
|
-
*/
|
|
119074
119066
|
var fs7 = require("fs");
|
|
119075
119067
|
var path13 = require("path");
|
|
119076
119068
|
var utils2 = require_utils5();
|
|
@@ -124820,13 +124812,6 @@ var require_rimraf = __commonJS({
|
|
|
124820
124812
|
// node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js
|
|
124821
124813
|
var require_tmp = __commonJS({
|
|
124822
124814
|
"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
|
-
*/
|
|
124830
124815
|
var fs7 = require("fs");
|
|
124831
124816
|
var os6 = require("os");
|
|
124832
124817
|
var path13 = require("path");
|
|
@@ -126217,13 +126202,6 @@ var require_offset_from_root = __commonJS({
|
|
|
126217
126202
|
var require_utils6 = __commonJS({
|
|
126218
126203
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/utils.js"(exports2) {
|
|
126219
126204
|
"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
|
-
*/
|
|
126227
126205
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126228
126206
|
exports2.isJsonArray = exports2.isJsonObject = void 0;
|
|
126229
126207
|
function isJsonObject(value) {
|
|
@@ -126241,13 +126219,6 @@ var require_utils6 = __commonJS({
|
|
|
126241
126219
|
var require_utility = __commonJS({
|
|
126242
126220
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/utility.js"(exports2) {
|
|
126243
126221
|
"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
|
-
*/
|
|
126251
126222
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126252
126223
|
exports2.getTypesOfSchema = void 0;
|
|
126253
126224
|
var utils_1 = require_utils6();
|
|
@@ -126328,13 +126299,6 @@ var require_utility = __commonJS({
|
|
|
126328
126299
|
var require_transforms = __commonJS({
|
|
126329
126300
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/transforms.js"(exports2) {
|
|
126330
126301
|
"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
|
-
*/
|
|
126338
126302
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126339
126303
|
exports2.addUndefinedDefaults = void 0;
|
|
126340
126304
|
var utils_1 = require_utils6();
|
|
@@ -126413,13 +126377,6 @@ var require_transforms = __commonJS({
|
|
|
126413
126377
|
var require_interface = __commonJS({
|
|
126414
126378
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/interface.js"(exports2) {
|
|
126415
126379
|
"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
|
-
*/
|
|
126423
126380
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126424
126381
|
}
|
|
126425
126382
|
});
|
|
@@ -126428,13 +126385,6 @@ var require_interface = __commonJS({
|
|
|
126428
126385
|
var require_pointer = __commonJS({
|
|
126429
126386
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/pointer.js"(exports2) {
|
|
126430
126387
|
"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
|
-
*/
|
|
126438
126388
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
126439
126389
|
exports2.parseJsonPointer = exports2.joinJsonPointer = exports2.buildJsonPointer = void 0;
|
|
126440
126390
|
function buildJsonPointer(fragments) {
|
|
@@ -129538,7 +129488,6 @@ var require_data = __commonJS({
|
|
|
129538
129488
|
// node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js
|
|
129539
129489
|
var require_uri_all = __commonJS({
|
|
129540
129490
|
"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 */
|
|
129542
129491
|
(function(global2, factory) {
|
|
129543
129492
|
typeof exports2 === "object" && typeof module2 !== "undefined" ? factory(exports2) : typeof define === "function" && define.amd ? define(["exports"], factory) : factory(global2.URI = global2.URI || {});
|
|
129544
129493
|
})(exports2, function(exports3) {
|
|
@@ -143104,13 +143053,6 @@ var require_cjs = __commonJS({
|
|
|
143104
143053
|
var require_exception = __commonJS({
|
|
143105
143054
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/exception.js"(exports2) {
|
|
143106
143055
|
"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
|
-
*/
|
|
143114
143056
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143115
143057
|
exports2.PathIsFileException = exports2.PathIsDirectoryException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.UnknownException = exports2.BaseException = void 0;
|
|
143116
143058
|
var BaseException = class extends Error {
|
|
@@ -143156,13 +143098,6 @@ var require_exception = __commonJS({
|
|
|
143156
143098
|
var require_literals = __commonJS({
|
|
143157
143099
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/literals.js"(exports2) {
|
|
143158
143100
|
"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
|
-
*/
|
|
143166
143101
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143167
143102
|
exports2.trimNewlines = exports2.stripIndents = exports2.stripIndent = exports2.indentBy = exports2.oneLine = void 0;
|
|
143168
143103
|
function oneLine(strings, ...values) {
|
|
@@ -143207,13 +143142,6 @@ var require_literals = __commonJS({
|
|
|
143207
143142
|
var require_strings = __commonJS({
|
|
143208
143143
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/strings.js"(exports2) {
|
|
143209
143144
|
"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
|
-
*/
|
|
143217
143145
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143218
143146
|
exports2.levenshtein = exports2.capitalize = exports2.underscore = exports2.classify = exports2.camelize = exports2.dasherize = exports2.decamelize = void 0;
|
|
143219
143147
|
var STRING_DASHERIZE_REGEXP = /[ _]/g;
|
|
@@ -143286,13 +143214,6 @@ var require_strings = __commonJS({
|
|
|
143286
143214
|
var require_object = __commonJS({
|
|
143287
143215
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/object.js"(exports2) {
|
|
143288
143216
|
"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
|
-
*/
|
|
143296
143217
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
143297
143218
|
exports2.deepCopy = void 0;
|
|
143298
143219
|
var copySymbol = Symbol();
|
|
@@ -145644,13 +145565,6 @@ var require_source_map = __commonJS({
|
|
|
145644
145565
|
var require_template = __commonJS({
|
|
145645
145566
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/template.js"(exports2) {
|
|
145646
145567
|
"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
|
-
*/
|
|
145654
145568
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145655
145569
|
exports2.template = exports2.templateParser = void 0;
|
|
145656
145570
|
var source_map_1 = require_source_map();
|
|
@@ -145865,13 +145779,6 @@ var require_template = __commonJS({
|
|
|
145865
145779
|
var require_partially_ordered_set = __commonJS({
|
|
145866
145780
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/partially-ordered-set.js"(exports2) {
|
|
145867
145781
|
"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
|
-
*/
|
|
145875
145782
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
145876
145783
|
exports2.PartiallyOrderedSet = exports2.CircularDependencyFoundException = exports2.DependencyNotFoundException = void 0;
|
|
145877
145784
|
var exception_1 = require_exception();
|
|
@@ -146006,13 +145913,6 @@ var require_partially_ordered_set = __commonJS({
|
|
|
146006
145913
|
var require_priority_queue = __commonJS({
|
|
146007
145914
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/priority-queue.js"(exports2) {
|
|
146008
145915
|
"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
|
-
*/
|
|
146016
145916
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146017
145917
|
exports2.PriorityQueue = void 0;
|
|
146018
145918
|
var PriorityQueue = class {
|
|
@@ -146059,13 +145959,6 @@ var require_priority_queue = __commonJS({
|
|
|
146059
145959
|
var require_lang = __commonJS({
|
|
146060
145960
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/lang.js"(exports2) {
|
|
146061
145961
|
"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
|
-
*/
|
|
146069
145962
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146070
145963
|
exports2.isPromise = void 0;
|
|
146071
145964
|
function isPromise(obj) {
|
|
@@ -146079,13 +145972,6 @@ var require_lang = __commonJS({
|
|
|
146079
145972
|
var require_utils7 = __commonJS({
|
|
146080
145973
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/index.js"(exports2) {
|
|
146081
145974
|
"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
|
-
*/
|
|
146089
145975
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146090
145976
|
if (k23 === void 0)
|
|
146091
145977
|
k23 = k6;
|
|
@@ -146141,13 +146027,6 @@ var require_utils7 = __commonJS({
|
|
|
146141
146027
|
var require_visitor = __commonJS({
|
|
146142
146028
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/visitor.js"(exports2) {
|
|
146143
146029
|
"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
|
-
*/
|
|
146151
146030
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146152
146031
|
exports2.visitJsonSchema = exports2.visitJson = void 0;
|
|
146153
146032
|
var rxjs_1 = require_cjs();
|
|
@@ -146268,13 +146147,6 @@ var require_visitor = __commonJS({
|
|
|
146268
146147
|
var require_registry = __commonJS({
|
|
146269
146148
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/registry.js"(exports2) {
|
|
146270
146149
|
"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
|
-
*/
|
|
146278
146150
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146279
146151
|
if (k23 === void 0)
|
|
146280
146152
|
k23 = k6;
|
|
@@ -146781,13 +146653,6 @@ var require_registry = __commonJS({
|
|
|
146781
146653
|
var require_schema = __commonJS({
|
|
146782
146654
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/schema.js"(exports2) {
|
|
146783
146655
|
"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
|
-
*/
|
|
146791
146656
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146792
146657
|
exports2.mergeSchemas = exports2.isJsonSchema = void 0;
|
|
146793
146658
|
var utils_1 = require_utils6();
|
|
@@ -146827,13 +146692,6 @@ var require_schema = __commonJS({
|
|
|
146827
146692
|
var require_schema2 = __commonJS({
|
|
146828
146693
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/index.js"(exports2) {
|
|
146829
146694
|
"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
|
-
*/
|
|
146837
146695
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146838
146696
|
if (k23 === void 0)
|
|
146839
146697
|
k23 = k6;
|
|
@@ -146888,13 +146746,6 @@ var require_schema2 = __commonJS({
|
|
|
146888
146746
|
var require_json = __commonJS({
|
|
146889
146747
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/index.js"(exports2) {
|
|
146890
146748
|
"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
|
-
*/
|
|
146898
146749
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
146899
146750
|
if (k23 === void 0)
|
|
146900
146751
|
k23 = k6;
|
|
@@ -146944,13 +146795,6 @@ var require_json = __commonJS({
|
|
|
146944
146795
|
var require_logger = __commonJS({
|
|
146945
146796
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/logger.js"(exports2) {
|
|
146946
146797
|
"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
|
-
*/
|
|
146954
146798
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
146955
146799
|
exports2.Logger = void 0;
|
|
146956
146800
|
var rxjs_1 = require_cjs();
|
|
@@ -147072,13 +146916,6 @@ var require_logger = __commonJS({
|
|
|
147072
146916
|
var require_indent = __commonJS({
|
|
147073
146917
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/indent.js"(exports2) {
|
|
147074
146918
|
"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
|
-
*/
|
|
147082
146919
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147083
146920
|
exports2.IndentLogger = void 0;
|
|
147084
146921
|
var rxjs_1 = require_cjs();
|
|
@@ -147111,13 +146948,6 @@ var require_indent = __commonJS({
|
|
|
147111
146948
|
var require_level = __commonJS({
|
|
147112
146949
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/level.js"(exports2) {
|
|
147113
146950
|
"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
|
-
*/
|
|
147121
146951
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147122
146952
|
exports2.LevelCapLogger = exports2.LevelTransformLogger = void 0;
|
|
147123
146953
|
var logger_1 = require_logger();
|
|
@@ -147167,13 +146997,6 @@ var require_level = __commonJS({
|
|
|
147167
146997
|
var require_null_logger = __commonJS({
|
|
147168
146998
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/null-logger.js"(exports2) {
|
|
147169
146999
|
"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
|
-
*/
|
|
147177
147000
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147178
147001
|
exports2.NullLogger = void 0;
|
|
147179
147002
|
var rxjs_1 = require_cjs();
|
|
@@ -147209,13 +147032,6 @@ var require_null_logger = __commonJS({
|
|
|
147209
147032
|
var require_transform_logger = __commonJS({
|
|
147210
147033
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/transform-logger.js"(exports2) {
|
|
147211
147034
|
"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
|
-
*/
|
|
147219
147035
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147220
147036
|
exports2.TransformLogger = void 0;
|
|
147221
147037
|
var logger_1 = require_logger();
|
|
@@ -147233,13 +147049,6 @@ var require_transform_logger = __commonJS({
|
|
|
147233
147049
|
var require_logger2 = __commonJS({
|
|
147234
147050
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/index.js"(exports2) {
|
|
147235
147051
|
"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
|
-
*/
|
|
147243
147052
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
147244
147053
|
if (k23 === void 0)
|
|
147245
147054
|
k23 = k6;
|
|
@@ -147273,13 +147082,6 @@ var require_logger2 = __commonJS({
|
|
|
147273
147082
|
var require_definitions = __commonJS({
|
|
147274
147083
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/definitions.js"(exports2) {
|
|
147275
147084
|
"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
|
-
*/
|
|
147283
147085
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147284
147086
|
exports2.TargetDefinitionCollection = exports2.ProjectDefinitionCollection = void 0;
|
|
147285
147087
|
var DefinitionCollection = class {
|
|
@@ -147446,13 +147248,6 @@ var require_definitions = __commonJS({
|
|
|
147446
147248
|
var require_path2 = __commonJS({
|
|
147447
147249
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/path.js"(exports2) {
|
|
147448
147250
|
"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
|
-
*/
|
|
147456
147251
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147457
147252
|
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;
|
|
147458
147253
|
var exception_1 = require_exception();
|
|
@@ -147656,13 +147451,6 @@ var require_path2 = __commonJS({
|
|
|
147656
147451
|
var require_buffer2 = __commonJS({
|
|
147657
147452
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/buffer.js"(exports2) {
|
|
147658
147453
|
"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
|
-
*/
|
|
147666
147454
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147667
147455
|
exports2.fileBuffer = exports2.fileBufferToString = exports2.stringToFileBuffer = void 0;
|
|
147668
147456
|
var node_util_1 = require("node:util");
|
|
@@ -147688,13 +147476,6 @@ var require_buffer2 = __commonJS({
|
|
|
147688
147476
|
var require_interface2 = __commonJS({
|
|
147689
147477
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/interface.js"(exports2) {
|
|
147690
147478
|
"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
|
-
*/
|
|
147698
147479
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147699
147480
|
exports2.HostWatchEventType = void 0;
|
|
147700
147481
|
var HostWatchEventType;
|
|
@@ -147711,13 +147492,6 @@ var require_interface2 = __commonJS({
|
|
|
147711
147492
|
var require_memory = __commonJS({
|
|
147712
147493
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/memory.js"(exports2) {
|
|
147713
147494
|
"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
|
-
*/
|
|
147721
147495
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
147722
147496
|
exports2.SimpleMemoryHost = void 0;
|
|
147723
147497
|
var rxjs_1 = require_cjs();
|
|
@@ -148034,13 +147808,6 @@ var require_memory = __commonJS({
|
|
|
148034
147808
|
var require_sync8 = __commonJS({
|
|
148035
147809
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/sync.js"(exports2) {
|
|
148036
147810
|
"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
|
-
*/
|
|
148044
147811
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148045
147812
|
exports2.SyncDelegateHost = exports2.SynchronousDelegateExpectedException = void 0;
|
|
148046
147813
|
var exception_1 = require_exception();
|
|
@@ -148122,13 +147889,6 @@ var require_sync8 = __commonJS({
|
|
|
148122
147889
|
var require_test = __commonJS({
|
|
148123
147890
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/test.js"(exports2) {
|
|
148124
147891
|
"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
|
-
*/
|
|
148132
147892
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148133
147893
|
exports2.TestHost = void 0;
|
|
148134
147894
|
var path_1 = require_path2();
|
|
@@ -148242,13 +148002,6 @@ var require_test = __commonJS({
|
|
|
148242
148002
|
var require_resolver = __commonJS({
|
|
148243
148003
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/resolver.js"(exports2) {
|
|
148244
148004
|
"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
|
-
*/
|
|
148252
148005
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148253
148006
|
exports2.ResolverHost = void 0;
|
|
148254
148007
|
var ResolverHost = class {
|
|
@@ -148300,13 +148053,6 @@ var require_resolver = __commonJS({
|
|
|
148300
148053
|
var require_alias = __commonJS({
|
|
148301
148054
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/alias.js"(exports2) {
|
|
148302
148055
|
"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
|
-
*/
|
|
148310
148056
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148311
148057
|
exports2.AliasHost = void 0;
|
|
148312
148058
|
var path_1 = require_path2();
|
|
@@ -148339,13 +148085,6 @@ var require_alias = __commonJS({
|
|
|
148339
148085
|
var require_create = __commonJS({
|
|
148340
148086
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/create.js"(exports2) {
|
|
148341
148087
|
"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
|
-
*/
|
|
148349
148088
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148350
148089
|
exports2.createSyncHost = void 0;
|
|
148351
148090
|
var rxjs_1 = require_cjs();
|
|
@@ -148400,13 +148139,6 @@ var require_create = __commonJS({
|
|
|
148400
148139
|
var require_empty2 = __commonJS({
|
|
148401
148140
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/empty.js"(exports2) {
|
|
148402
148141
|
"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
|
-
*/
|
|
148410
148142
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
148411
148143
|
exports2.Empty = void 0;
|
|
148412
148144
|
var rxjs_1 = require_cjs();
|
|
@@ -149974,13 +149706,6 @@ var require_picomatch4 = __commonJS({
|
|
|
149974
149706
|
var require_pattern3 = __commonJS({
|
|
149975
149707
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/pattern.js"(exports2) {
|
|
149976
149708
|
"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
|
-
*/
|
|
149984
149709
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
149985
149710
|
exports2.PatternMatchingHost = void 0;
|
|
149986
149711
|
var picomatch_1 = require_picomatch4();
|
|
@@ -150012,13 +149737,6 @@ var require_pattern3 = __commonJS({
|
|
|
150012
149737
|
var require_record = __commonJS({
|
|
150013
149738
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/record.js"(exports2) {
|
|
150014
149739
|
"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
|
-
*/
|
|
150022
149740
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150023
149741
|
exports2.CordHost = void 0;
|
|
150024
149742
|
var rxjs_1 = require_cjs();
|
|
@@ -150288,13 +150006,6 @@ var require_record = __commonJS({
|
|
|
150288
150006
|
var require_safe = __commonJS({
|
|
150289
150007
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/safe.js"(exports2) {
|
|
150290
150008
|
"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
|
-
*/
|
|
150298
150009
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150299
150010
|
exports2.SafeReadonlyHost = void 0;
|
|
150300
150011
|
var rxjs_1 = require_cjs();
|
|
@@ -150335,13 +150046,6 @@ var require_safe = __commonJS({
|
|
|
150335
150046
|
var require_scoped = __commonJS({
|
|
150336
150047
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/scoped.js"(exports2) {
|
|
150337
150048
|
"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
|
-
*/
|
|
150345
150049
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150346
150050
|
exports2.ScopedHost = void 0;
|
|
150347
150051
|
var path_1 = require_path2();
|
|
@@ -150364,13 +150068,6 @@ var require_scoped = __commonJS({
|
|
|
150364
150068
|
var require_host = __commonJS({
|
|
150365
150069
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/index.js"(exports2) {
|
|
150366
150070
|
"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
|
-
*/
|
|
150374
150071
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
150375
150072
|
if (k23 === void 0)
|
|
150376
150073
|
k23 = k6;
|
|
@@ -150431,13 +150128,6 @@ var require_host = __commonJS({
|
|
|
150431
150128
|
var require_virtual_fs = __commonJS({
|
|
150432
150129
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/index.js"(exports2) {
|
|
150433
150130
|
"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
|
-
*/
|
|
150441
150131
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
150442
150132
|
if (k23 === void 0)
|
|
150443
150133
|
k23 = k6;
|
|
@@ -150487,13 +150177,6 @@ var require_virtual_fs = __commonJS({
|
|
|
150487
150177
|
var require_host2 = __commonJS({
|
|
150488
150178
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/host.js"(exports2) {
|
|
150489
150179
|
"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
|
-
*/
|
|
150497
150180
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150498
150181
|
exports2.createWorkspaceHost = void 0;
|
|
150499
150182
|
var rxjs_1 = require_cjs();
|
|
@@ -150681,13 +150364,6 @@ var require_main = __commonJS({
|
|
|
150681
150364
|
var require_metadata2 = __commonJS({
|
|
150682
150365
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/metadata.js"(exports2) {
|
|
150683
150366
|
"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
|
-
*/
|
|
150691
150367
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150692
150368
|
exports2.JsonWorkspaceMetadata = exports2.JsonWorkspaceSymbol = void 0;
|
|
150693
150369
|
var jsonc_parser_1 = require_main();
|
|
@@ -150744,13 +150420,6 @@ var require_metadata2 = __commonJS({
|
|
|
150744
150420
|
var require_utilities = __commonJS({
|
|
150745
150421
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/utilities.js"(exports2) {
|
|
150746
150422
|
"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
|
-
*/
|
|
150754
150423
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150755
150424
|
exports2.createVirtualAstObject = void 0;
|
|
150756
150425
|
var json_1 = require_json();
|
|
@@ -150857,13 +150526,6 @@ var require_utilities = __commonJS({
|
|
|
150857
150526
|
var require_reader3 = __commonJS({
|
|
150858
150527
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/reader.js"(exports2) {
|
|
150859
150528
|
"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
|
-
*/
|
|
150867
150529
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
150868
150530
|
exports2.readJsonWorkspace = void 0;
|
|
150869
150531
|
var jsonc_parser_1 = require_main();
|
|
@@ -151078,13 +150740,6 @@ var require_reader3 = __commonJS({
|
|
|
151078
150740
|
var require_writer = __commonJS({
|
|
151079
150741
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/writer.js"(exports2) {
|
|
151080
150742
|
"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
|
-
*/
|
|
151088
150743
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151089
150744
|
exports2.writeJsonWorkspace = void 0;
|
|
151090
150745
|
var jsonc_parser_1 = require_main();
|
|
@@ -151214,13 +150869,6 @@ var require_writer = __commonJS({
|
|
|
151214
150869
|
var require_core3 = __commonJS({
|
|
151215
150870
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/core.js"(exports2) {
|
|
151216
150871
|
"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
|
-
*/
|
|
151224
150872
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151225
150873
|
exports2.writeWorkspace = exports2.readWorkspace = exports2._test_removeWorkspaceFile = exports2._test_addWorkspaceFile = exports2.WorkspaceFormat = void 0;
|
|
151226
150874
|
var virtual_fs_1 = require_virtual_fs();
|
|
@@ -151305,13 +150953,6 @@ var require_core3 = __commonJS({
|
|
|
151305
150953
|
var require_workspace = __commonJS({
|
|
151306
150954
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/index.js"(exports2) {
|
|
151307
150955
|
"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
|
-
*/
|
|
151315
150956
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
151316
150957
|
if (k23 === void 0)
|
|
151317
150958
|
k23 = k6;
|
|
@@ -151356,13 +150997,6 @@ var require_workspace = __commonJS({
|
|
|
151356
150997
|
var require_src2 = __commonJS({
|
|
151357
150998
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/index.js"(exports2) {
|
|
151358
150999
|
"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
|
-
*/
|
|
151366
151000
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
151367
151001
|
if (k23 === void 0)
|
|
151368
151002
|
k23 = k6;
|
|
@@ -151419,13 +151053,6 @@ var require_src2 = __commonJS({
|
|
|
151419
151053
|
var require_html_selector = __commonJS({
|
|
151420
151054
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/html-selector.js"(exports2) {
|
|
151421
151055
|
"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
|
-
*/
|
|
151429
151056
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151430
151057
|
exports2.htmlSelectorFormat = void 0;
|
|
151431
151058
|
var unicodeRanges = [
|
|
@@ -151465,13 +151092,6 @@ var require_html_selector = __commonJS({
|
|
|
151465
151092
|
var require_path3 = __commonJS({
|
|
151466
151093
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/path.js"(exports2) {
|
|
151467
151094
|
"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
|
-
*/
|
|
151475
151095
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151476
151096
|
exports2.pathFormat = void 0;
|
|
151477
151097
|
var core_1 = require_src2();
|
|
@@ -151491,13 +151111,6 @@ var require_path3 = __commonJS({
|
|
|
151491
151111
|
var require_formats2 = __commonJS({
|
|
151492
151112
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/index.js"(exports2) {
|
|
151493
151113
|
"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
|
-
*/
|
|
151501
151114
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151502
151115
|
exports2.standardFormats = exports2.pathFormat = exports2.htmlSelectorFormat = void 0;
|
|
151503
151116
|
var html_selector_1 = require_html_selector();
|
|
@@ -151518,13 +151131,6 @@ var require_formats2 = __commonJS({
|
|
|
151518
151131
|
var require_interface3 = __commonJS({
|
|
151519
151132
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/interface.js"(exports2) {
|
|
151520
151133
|
"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
|
-
*/
|
|
151528
151134
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151529
151135
|
exports2.Tree = exports2.TreeSymbol = exports2.FileVisitorCancelToken = exports2.MergeStrategy = void 0;
|
|
151530
151136
|
var MergeStrategy;
|
|
@@ -151560,13 +151166,6 @@ var require_interface3 = __commonJS({
|
|
|
151560
151166
|
var require_exception2 = __commonJS({
|
|
151561
151167
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/exception/exception.js"(exports2) {
|
|
151562
151168
|
"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
|
-
*/
|
|
151570
151169
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151571
151170
|
exports2.UnimplementedException = exports2.UnsuccessfulWorkflowExecution = exports2.MergeConflictException = exports2.InvalidUpdateRecordException = exports2.ContentHasMutatedException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.SchematicsException = void 0;
|
|
151572
151171
|
var core_1 = require_src2();
|
|
@@ -151622,13 +151221,6 @@ var require_exception2 = __commonJS({
|
|
|
151622
151221
|
var require_delegate = __commonJS({
|
|
151623
151222
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/delegate.js"(exports2) {
|
|
151624
151223
|
"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
|
-
*/
|
|
151632
151224
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151633
151225
|
exports2.DelegateTree = void 0;
|
|
151634
151226
|
var interface_1 = require_interface3();
|
|
@@ -151706,13 +151298,6 @@ var require_delegate = __commonJS({
|
|
|
151706
151298
|
var require_entry3 = __commonJS({
|
|
151707
151299
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/entry.js"(exports2) {
|
|
151708
151300
|
"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
|
-
*/
|
|
151716
151301
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
151717
151302
|
exports2.LazyFileEntry = exports2.SimpleFileEntry = void 0;
|
|
151718
151303
|
var SimpleFileEntry = class {
|
|
@@ -153176,13 +152761,6 @@ var require_magic_string_cjs = __commonJS({
|
|
|
153176
152761
|
var require_update_buffer = __commonJS({
|
|
153177
152762
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/utility/update-buffer.js"(exports2) {
|
|
153178
152763
|
"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
|
-
*/
|
|
153186
152764
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
|
|
153187
152765
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
153188
152766
|
};
|
|
@@ -153262,13 +152840,6 @@ var require_update_buffer = __commonJS({
|
|
|
153262
152840
|
var require_recorder = __commonJS({
|
|
153263
152841
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/recorder.js"(exports2) {
|
|
153264
152842
|
"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
|
-
*/
|
|
153272
152843
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153273
152844
|
exports2.UpdateRecorderBom = exports2.UpdateRecorderBase = void 0;
|
|
153274
152845
|
var exception_1 = require_exception2();
|
|
@@ -153343,13 +152914,6 @@ var require_recorder = __commonJS({
|
|
|
153343
152914
|
var require_scoped2 = __commonJS({
|
|
153344
152915
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/scoped.js"(exports2) {
|
|
153345
152916
|
"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
|
-
*/
|
|
153353
152917
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153354
152918
|
exports2.ScopedTree = void 0;
|
|
153355
152919
|
var core_1 = require_src2();
|
|
@@ -153527,13 +153091,6 @@ var require_scoped2 = __commonJS({
|
|
|
153527
153091
|
var require_host_tree = __commonJS({
|
|
153528
153092
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/host-tree.js"(exports2) {
|
|
153529
153093
|
"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
|
-
*/
|
|
153537
153094
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153538
153095
|
exports2.FilterHostTree = exports2.HostCreateTree = exports2.HostTree = exports2.HostDirEntry = void 0;
|
|
153539
153096
|
var core_1 = require_src2();
|
|
@@ -153949,13 +153506,6 @@ var require_host_tree = __commonJS({
|
|
|
153949
153506
|
var require_static = __commonJS({
|
|
153950
153507
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/static.js"(exports2) {
|
|
153951
153508
|
"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
|
-
*/
|
|
153959
153509
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
153960
153510
|
exports2.partition = exports2.merge = exports2.branch = exports2.empty = void 0;
|
|
153961
153511
|
var exception_1 = require_exception2();
|
|
@@ -153992,13 +153542,6 @@ var require_static = __commonJS({
|
|
|
153992
153542
|
var require_null = __commonJS({
|
|
153993
153543
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/null.js"(exports2) {
|
|
153994
153544
|
"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
|
-
*/
|
|
154002
153545
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154003
153546
|
exports2.NullTree = exports2.NullTreeDirEntry = exports2.CannotCreateFileException = void 0;
|
|
154004
153547
|
var core_1 = require_src2();
|
|
@@ -154099,13 +153642,6 @@ var require_null = __commonJS({
|
|
|
154099
153642
|
var require_call = __commonJS({
|
|
154100
153643
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/call.js"(exports2) {
|
|
154101
153644
|
"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
|
-
*/
|
|
154109
153645
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154110
153646
|
exports2.callRule = exports2.callSource = exports2.InvalidSourceResultException = exports2.InvalidRuleResultException = void 0;
|
|
154111
153647
|
var core_1 = require_src2();
|
|
@@ -154186,13 +153722,6 @@ var require_call = __commonJS({
|
|
|
154186
153722
|
var require_schematic = __commonJS({
|
|
154187
153723
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/schematic.js"(exports2) {
|
|
154188
153724
|
"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
|
-
*/
|
|
154196
153725
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154197
153726
|
exports2.SchematicImpl = exports2.InvalidSchematicsNameException = void 0;
|
|
154198
153727
|
var core_1 = require_src2();
|
|
@@ -154257,13 +153786,6 @@ var require_schematic = __commonJS({
|
|
|
154257
153786
|
var require_engine = __commonJS({
|
|
154258
153787
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/engine.js"(exports2) {
|
|
154259
153788
|
"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
|
-
*/
|
|
154267
153789
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154268
153790
|
exports2.SchematicEngine = exports2.TaskScheduler = exports2.CollectionImpl = exports2.UnknownTaskDependencyException = exports2.UnregisteredTaskException = exports2.SchematicEngineConflictingException = exports2.PrivateSchematicException = exports2.UnknownSchematicException = exports2.CircularCollectionException = exports2.UnknownCollectionException = exports2.UnknownUrlSourceProtocol = void 0;
|
|
154269
153791
|
var core_1 = require_src2();
|
|
@@ -154558,13 +154080,6 @@ var require_engine = __commonJS({
|
|
|
154558
154080
|
var require_interface4 = __commonJS({
|
|
154559
154081
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/interface.js"(exports2) {
|
|
154560
154082
|
"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
|
-
*/
|
|
154568
154083
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154569
154084
|
}
|
|
154570
154085
|
});
|
|
@@ -154573,13 +154088,6 @@ var require_interface4 = __commonJS({
|
|
|
154573
154088
|
var require_engine2 = __commonJS({
|
|
154574
154089
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/index.js"(exports2) {
|
|
154575
154090
|
"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
|
-
*/
|
|
154583
154091
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
154584
154092
|
if (k23 === void 0)
|
|
154585
154093
|
k23 = k6;
|
|
@@ -154611,13 +154119,6 @@ var require_engine2 = __commonJS({
|
|
|
154611
154119
|
var require_cli_logger = __commonJS({
|
|
154612
154120
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/cli-logger.js"(exports2) {
|
|
154613
154121
|
"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
|
-
*/
|
|
154621
154122
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
154622
154123
|
exports2.createConsoleLogger = void 0;
|
|
154623
154124
|
var rxjs_1 = require_cjs();
|
|
@@ -156415,12 +155916,6 @@ var require_readdirp = __commonJS({
|
|
|
156415
155916
|
// node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js
|
|
156416
155917
|
var require_normalize_path = __commonJS({
|
|
156417
155918
|
"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
|
-
*/
|
|
156424
155919
|
module2.exports = function(path13, stripTrailing) {
|
|
156425
155920
|
if (typeof path13 !== "string") {
|
|
156426
155921
|
throw new TypeError("expected path to be a string");
|
|
@@ -156517,12 +156012,6 @@ var require_anymatch = __commonJS({
|
|
|
156517
156012
|
// node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
|
|
156518
156013
|
var require_is_extglob2 = __commonJS({
|
|
156519
156014
|
"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
|
-
*/
|
|
156526
156015
|
module2.exports = function isExtglob(str2) {
|
|
156527
156016
|
if (typeof str2 !== "string" || str2 === "") {
|
|
156528
156017
|
return false;
|
|
@@ -156541,12 +156030,6 @@ var require_is_extglob2 = __commonJS({
|
|
|
156541
156030
|
// node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
|
|
156542
156031
|
var require_is_glob2 = __commonJS({
|
|
156543
156032
|
"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
|
-
*/
|
|
156550
156033
|
var isExtglob = require_is_extglob2();
|
|
156551
156034
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
156552
156035
|
var strictCheck = function(str2) {
|
|
@@ -156823,12 +156306,6 @@ var require_stringify2 = __commonJS({
|
|
|
156823
156306
|
var require_is_number2 = __commonJS({
|
|
156824
156307
|
"node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports2, module2) {
|
|
156825
156308
|
"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
|
-
*/
|
|
156832
156309
|
module2.exports = function(num) {
|
|
156833
156310
|
if (typeof num === "number") {
|
|
156834
156311
|
return num - num === 0;
|
|
@@ -156845,12 +156322,6 @@ var require_is_number2 = __commonJS({
|
|
|
156845
156322
|
var require_to_regex_range2 = __commonJS({
|
|
156846
156323
|
"node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports2, module2) {
|
|
156847
156324
|
"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
|
-
*/
|
|
156854
156325
|
var isNumber = require_is_number2();
|
|
156855
156326
|
var toRegexRange = (min, max, options8) => {
|
|
156856
156327
|
if (isNumber(min) === false) {
|
|
@@ -157063,12 +156534,6 @@ var require_to_regex_range2 = __commonJS({
|
|
|
157063
156534
|
var require_fill_range2 = __commonJS({
|
|
157064
156535
|
"node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports2, module2) {
|
|
157065
156536
|
"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
|
-
*/
|
|
157072
156537
|
var util3 = require("util");
|
|
157073
156538
|
var toRegexRange = require_to_regex_range2();
|
|
157074
156539
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -159911,13 +159376,6 @@ var require_chokidar = __commonJS({
|
|
|
159911
159376
|
var require_host3 = __commonJS({
|
|
159912
159377
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/host.js"(exports2) {
|
|
159913
159378
|
"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
|
-
*/
|
|
159921
159379
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
159922
159380
|
exports2.NodeJsSyncHost = exports2.NodeJsAsyncHost = void 0;
|
|
159923
159381
|
var node_fs_1 = require("node:fs");
|
|
@@ -160108,13 +159566,6 @@ var require_host3 = __commonJS({
|
|
|
160108
159566
|
var require_node = __commonJS({
|
|
160109
159567
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/index.js"(exports2) {
|
|
160110
159568
|
"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
|
-
*/
|
|
160118
159569
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
160119
159570
|
if (k23 === void 0)
|
|
160120
159571
|
k23 = k6;
|
|
@@ -160145,13 +159596,6 @@ var require_node = __commonJS({
|
|
|
160145
159596
|
var require_action = __commonJS({
|
|
160146
159597
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/action.js"(exports2) {
|
|
160147
159598
|
"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
|
-
*/
|
|
160155
159599
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160156
159600
|
exports2.isContentAction = exports2.ActionList = exports2.UnknownActionException = void 0;
|
|
160157
159601
|
var core_1 = require_src2();
|
|
@@ -160287,13 +159731,6 @@ var require_action = __commonJS({
|
|
|
160287
159731
|
var require_sink = __commonJS({
|
|
160288
159732
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/sink.js"(exports2) {
|
|
160289
159733
|
"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
|
-
*/
|
|
160297
159734
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160298
159735
|
exports2.SimpleSinkBase = void 0;
|
|
160299
159736
|
var rxjs_1 = require_cjs();
|
|
@@ -160406,13 +159843,6 @@ var require_sink = __commonJS({
|
|
|
160406
159843
|
var require_host4 = __commonJS({
|
|
160407
159844
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/host.js"(exports2) {
|
|
160408
159845
|
"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
|
-
*/
|
|
160416
159846
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160417
159847
|
exports2.HostSink = void 0;
|
|
160418
159848
|
var rxjs_1 = require_cjs();
|
|
@@ -160483,13 +159913,6 @@ var require_host4 = __commonJS({
|
|
|
160483
159913
|
var require_dryrun = __commonJS({
|
|
160484
159914
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/dryrun.js"(exports2) {
|
|
160485
159915
|
"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
|
-
*/
|
|
160493
159916
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160494
159917
|
exports2.DryRunSink = void 0;
|
|
160495
159918
|
var core_1 = require_src2();
|
|
@@ -160562,13 +159985,6 @@ var require_dryrun = __commonJS({
|
|
|
160562
159985
|
var require_base2 = __commonJS({
|
|
160563
159986
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/base.js"(exports2) {
|
|
160564
159987
|
"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
|
-
*/
|
|
160572
159988
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160573
159989
|
exports2.BaseWorkflow = void 0;
|
|
160574
159990
|
var core_1 = require_src2();
|
|
@@ -160692,13 +160108,6 @@ var require_base2 = __commonJS({
|
|
|
160692
160108
|
var require_interface5 = __commonJS({
|
|
160693
160109
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/interface.js"(exports2) {
|
|
160694
160110
|
"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
|
-
*/
|
|
160702
160111
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160703
160112
|
}
|
|
160704
160113
|
});
|
|
@@ -160707,13 +160116,6 @@ var require_interface5 = __commonJS({
|
|
|
160707
160116
|
var require_workflow = __commonJS({
|
|
160708
160117
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/index.js"(exports2) {
|
|
160709
160118
|
"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
|
-
*/
|
|
160717
160119
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
160718
160120
|
if (k23 === void 0)
|
|
160719
160121
|
k23 = k6;
|
|
@@ -160744,13 +160146,6 @@ var require_workflow = __commonJS({
|
|
|
160744
160146
|
var require_base3 = __commonJS({
|
|
160745
160147
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/base.js"(exports2) {
|
|
160746
160148
|
"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
|
-
*/
|
|
160754
160149
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160755
160150
|
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;
|
|
160756
160151
|
var rxjs_1 = require_cjs();
|
|
@@ -160890,13 +160285,6 @@ var require_base3 = __commonJS({
|
|
|
160890
160285
|
var require_move = __commonJS({
|
|
160891
160286
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/move.js"(exports2) {
|
|
160892
160287
|
"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
|
-
*/
|
|
160900
160288
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160901
160289
|
exports2.move = void 0;
|
|
160902
160290
|
var core_1 = require_src2();
|
|
@@ -160930,13 +160318,6 @@ var require_move = __commonJS({
|
|
|
160930
160318
|
var require_random = __commonJS({
|
|
160931
160319
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/random.js"(exports2) {
|
|
160932
160320
|
"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
|
-
*/
|
|
160940
160321
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160941
160322
|
var host_tree_1 = require_host_tree();
|
|
160942
160323
|
function generateStringOfLength(l) {
|
|
@@ -160969,13 +160350,6 @@ var require_random = __commonJS({
|
|
|
160969
160350
|
var require_schematic2 = __commonJS({
|
|
160970
160351
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/schematic.js"(exports2) {
|
|
160971
160352
|
"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
|
-
*/
|
|
160979
160353
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
160980
160354
|
exports2.schematic = exports2.externalSchematic = void 0;
|
|
160981
160355
|
var rxjs_1 = require_cjs();
|
|
@@ -161010,13 +160384,6 @@ var require_schematic2 = __commonJS({
|
|
|
161010
160384
|
var require_template2 = __commonJS({
|
|
161011
160385
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/template.js"(exports2) {
|
|
161012
160386
|
"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
|
-
*/
|
|
161020
160387
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161021
160388
|
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;
|
|
161022
160389
|
var core_1 = require_src2();
|
|
@@ -161167,13 +160534,6 @@ var require_template2 = __commonJS({
|
|
|
161167
160534
|
var require_url = __commonJS({
|
|
161168
160535
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/url.js"(exports2) {
|
|
161169
160536
|
"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
|
-
*/
|
|
161177
160537
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161178
160538
|
exports2.url = void 0;
|
|
161179
160539
|
var url_1 = require("url");
|
|
@@ -161189,13 +160549,6 @@ var require_url = __commonJS({
|
|
|
161189
160549
|
var require_empty3 = __commonJS({
|
|
161190
160550
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/empty.js"(exports2) {
|
|
161191
160551
|
"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
|
-
*/
|
|
161199
160552
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161200
160553
|
exports2.EmptyTree = void 0;
|
|
161201
160554
|
var host_tree_1 = require_host_tree();
|
|
@@ -161212,13 +160565,6 @@ var require_empty3 = __commonJS({
|
|
|
161212
160565
|
var require_src3 = __commonJS({
|
|
161213
160566
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/index.js"(exports2) {
|
|
161214
160567
|
"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
|
-
*/
|
|
161222
160568
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
161223
160569
|
if (k23 === void 0)
|
|
161224
160570
|
k23 = k6;
|
|
@@ -161314,13 +160660,6 @@ var require_src3 = __commonJS({
|
|
|
161314
160660
|
var require_options = __commonJS({
|
|
161315
160661
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/options.js"(exports2) {
|
|
161316
160662
|
"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
|
-
*/
|
|
161324
160663
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161325
160664
|
exports2.NodePackageName = void 0;
|
|
161326
160665
|
exports2.NodePackageName = "node-package";
|
|
@@ -161331,13 +160670,6 @@ var require_options = __commonJS({
|
|
|
161331
160670
|
var require_options2 = __commonJS({
|
|
161332
160671
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/options.js"(exports2) {
|
|
161333
160672
|
"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
|
-
*/
|
|
161341
160673
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161342
160674
|
exports2.RepositoryInitializerName = void 0;
|
|
161343
160675
|
exports2.RepositoryInitializerName = "repo-init";
|
|
@@ -161348,13 +160680,6 @@ var require_options2 = __commonJS({
|
|
|
161348
160680
|
var require_options3 = __commonJS({
|
|
161349
160681
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/options.js"(exports2) {
|
|
161350
160682
|
"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
|
-
*/
|
|
161358
160683
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
161359
160684
|
exports2.RunSchematicName = void 0;
|
|
161360
160685
|
exports2.RunSchematicName = "run-schematic";
|
|
@@ -166375,7 +165700,6 @@ var require_stream_duplex = __commonJS({
|
|
|
166375
165700
|
// node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
|
|
166376
165701
|
var require_safe_buffer = __commonJS({
|
|
166377
165702
|
"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> */
|
|
166379
165703
|
var buffer2 = require("buffer");
|
|
166380
165704
|
var Buffer2 = buffer2.Buffer;
|
|
166381
165705
|
function copyProps(src, dst) {
|
|
@@ -168850,13 +168174,6 @@ var require_ora = __commonJS({
|
|
|
168850
168174
|
var require_executor = __commonJS({
|
|
168851
168175
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js"(exports2) {
|
|
168852
168176
|
"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
|
-
*/
|
|
168860
168177
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
168861
168178
|
if (k23 === void 0)
|
|
168862
168179
|
k23 = k6;
|
|
@@ -169028,13 +168345,6 @@ var require_executor = __commonJS({
|
|
|
169028
168345
|
var require_executor2 = __commonJS({
|
|
169029
168346
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/executor.js"(exports2) {
|
|
169030
168347
|
"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
|
-
*/
|
|
169038
168348
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
169039
168349
|
if (k23 === void 0)
|
|
169040
168350
|
k23 = k6;
|
|
@@ -169131,13 +168441,6 @@ var require_executor2 = __commonJS({
|
|
|
169131
168441
|
var require_executor3 = __commonJS({
|
|
169132
168442
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/executor.js"(exports2) {
|
|
169133
168443
|
"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
|
-
*/
|
|
169141
168444
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169142
168445
|
function default_1() {
|
|
169143
168446
|
return (options8, context) => {
|
|
@@ -169166,13 +168469,6 @@ var require_executor3 = __commonJS({
|
|
|
169166
168469
|
var require_node3 = __commonJS({
|
|
169167
168470
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/node/index.js"(exports2) {
|
|
169168
168471
|
"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
|
-
*/
|
|
169176
168472
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
169177
168473
|
if (k23 === void 0)
|
|
169178
168474
|
k23 = k6;
|
|
@@ -169232,13 +168528,6 @@ var require_node3 = __commonJS({
|
|
|
169232
168528
|
var require_description = __commonJS({
|
|
169233
168529
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/description.js"(exports2) {
|
|
169234
168530
|
"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
|
-
*/
|
|
169242
168531
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169243
168532
|
}
|
|
169244
168533
|
});
|
|
@@ -169247,13 +168536,6 @@ var require_description = __commonJS({
|
|
|
169247
168536
|
var require_export_ref = __commonJS({
|
|
169248
168537
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/export-ref.js"(exports2) {
|
|
169249
168538
|
"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
|
-
*/
|
|
169257
168539
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169258
168540
|
exports2.ExportStringRef = void 0;
|
|
169259
168541
|
var path_1 = require("path");
|
|
@@ -169290,13 +168572,6 @@ var require_export_ref = __commonJS({
|
|
|
169290
168572
|
var require_file_system_utility = __commonJS({
|
|
169291
168573
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-utility.js"(exports2) {
|
|
169292
168574
|
"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
|
-
*/
|
|
169300
168575
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169301
168576
|
exports2.readJsonFile = void 0;
|
|
169302
168577
|
var schematics_1 = require_src3();
|
|
@@ -169322,13 +168597,6 @@ var require_file_system_utility = __commonJS({
|
|
|
169322
168597
|
var require_file_system_engine_host_base = __commonJS({
|
|
169323
168598
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host-base.js"(exports2) {
|
|
169324
168599
|
"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
|
-
*/
|
|
169332
168600
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169333
168601
|
exports2.FileSystemEngineHostBase = exports2.SchematicNameCollisionException = exports2.SchematicMissingDescriptionException = exports2.SchematicMissingFieldsException = exports2.CollectionMissingFieldsException = exports2.CollectionMissingSchematicsMapException = exports2.FactoryCannotBeResolvedException = exports2.SchematicMissingFactoryException = exports2.InvalidCollectionJsonException = exports2.CollectionCannotBeResolvedException = void 0;
|
|
169334
168602
|
var core_1 = require_src2();
|
|
@@ -169563,13 +168831,6 @@ var require_file_system_engine_host_base = __commonJS({
|
|
|
169563
168831
|
var require_node_module_engine_host = __commonJS({
|
|
169564
168832
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-module-engine-host.js"(exports2) {
|
|
169565
168833
|
"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
|
-
*/
|
|
169573
168834
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
169574
168835
|
exports2.NodeModulesEngineHost = exports2.NodePackageDoesNotSupportSchematics = void 0;
|
|
169575
168836
|
var core_1 = require_src2();
|
|
@@ -170198,13 +169459,6 @@ var require_operators = __commonJS({
|
|
|
170198
169459
|
var require_schema_option_transform = __commonJS({
|
|
170199
169460
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/schema-option-transform.js"(exports2) {
|
|
170200
169461
|
"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
|
-
*/
|
|
170208
169462
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170209
169463
|
exports2.validateOptionsWithSchema = exports2.InvalidInputOptions = void 0;
|
|
170210
169464
|
var core_1 = require_src2();
|
|
@@ -170241,13 +169495,6 @@ Errors:
|
|
|
170241
169495
|
var require_node_workflow = __commonJS({
|
|
170242
169496
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/workflow/node-workflow.js"(exports2) {
|
|
170243
169497
|
"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
|
-
*/
|
|
170251
169498
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170252
169499
|
exports2.NodeWorkflow = void 0;
|
|
170253
169500
|
var core_1 = require_src2();
|
|
@@ -170311,13 +169558,6 @@ var require_node_workflow = __commonJS({
|
|
|
170311
169558
|
var require_file_system_engine_host = __commonJS({
|
|
170312
169559
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host.js"(exports2) {
|
|
170313
169560
|
"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
|
-
*/
|
|
170321
169561
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
170322
169562
|
if (k23 === void 0)
|
|
170323
169563
|
k23 = k6;
|
|
@@ -170435,13 +169675,6 @@ var require_file_system_engine_host = __commonJS({
|
|
|
170435
169675
|
var require_node_modules_test_engine_host = __commonJS({
|
|
170436
169676
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-modules-test-engine-host.js"(exports2) {
|
|
170437
169677
|
"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
|
-
*/
|
|
170445
169678
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170446
169679
|
exports2.NodeModulesTestEngineHost = void 0;
|
|
170447
169680
|
var node_module_engine_host_1 = require_node_module_engine_host();
|
|
@@ -170481,13 +169714,6 @@ var require_node_modules_test_engine_host = __commonJS({
|
|
|
170481
169714
|
var require_tools = __commonJS({
|
|
170482
169715
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/index.js"(exports2) {
|
|
170483
169716
|
"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
|
-
*/
|
|
170491
169717
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
170492
169718
|
if (k23 === void 0)
|
|
170493
169719
|
k23 = k6;
|
|
@@ -170540,13 +169766,6 @@ var require_tools = __commonJS({
|
|
|
170540
169766
|
var require_schematic_test_runner = __commonJS({
|
|
170541
169767
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/schematic-test-runner.js"(exports2) {
|
|
170542
169768
|
"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
|
-
*/
|
|
170550
169769
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170551
169770
|
exports2.SchematicTestRunner = exports2.UnitTestTree = void 0;
|
|
170552
169771
|
var core_1 = require_src2();
|
|
@@ -170628,13 +169847,6 @@ var require_schematic_test_runner = __commonJS({
|
|
|
170628
169847
|
var require_testing = __commonJS({
|
|
170629
169848
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/index.js"(exports2) {
|
|
170630
169849
|
"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
|
-
*/
|
|
170638
169850
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
170639
169851
|
if (k23 === void 0)
|
|
170640
169852
|
k23 = k6;
|
|
@@ -170818,13 +170030,6 @@ var require_invoke_nx_generator = __commonJS({
|
|
|
170818
170030
|
var require_api = __commonJS({
|
|
170819
170031
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/api.js"(exports2) {
|
|
170820
170032
|
"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
|
-
*/
|
|
170828
170033
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170829
170034
|
exports2.isJobHandler = exports2.JobState = exports2.JobOutboundMessageKind = exports2.JobInboundMessageKind = void 0;
|
|
170830
170035
|
var JobInboundMessageKind;
|
|
@@ -170865,13 +170070,6 @@ var require_api = __commonJS({
|
|
|
170865
170070
|
var require_strategy = __commonJS({
|
|
170866
170071
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/strategy.js"(exports2) {
|
|
170867
170072
|
"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
|
-
*/
|
|
170875
170073
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170876
170074
|
exports2.memoize = exports2.reuse = exports2.serialize = void 0;
|
|
170877
170075
|
var core_1 = require_src2();
|
|
@@ -170947,13 +170145,6 @@ var require_strategy = __commonJS({
|
|
|
170947
170145
|
var require_create_job_handler = __commonJS({
|
|
170948
170146
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/create-job-handler.js"(exports2) {
|
|
170949
170147
|
"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
|
-
*/
|
|
170957
170148
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
170958
170149
|
exports2.createLoggerJob = exports2.createJobFactory = exports2.createJobHandler = exports2.ChannelAlreadyExistException = void 0;
|
|
170959
170150
|
var core_1 = require_src2();
|
|
@@ -171072,13 +170263,6 @@ var require_create_job_handler = __commonJS({
|
|
|
171072
170263
|
var require_exception3 = __commonJS({
|
|
171073
170264
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/exception.js"(exports2) {
|
|
171074
170265
|
"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
|
-
*/
|
|
171082
170266
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171083
170267
|
exports2.JobDoesNotExistException = exports2.JobNameAlreadyRegisteredException = void 0;
|
|
171084
170268
|
var core_1 = require_src2();
|
|
@@ -171101,13 +170285,6 @@ var require_exception3 = __commonJS({
|
|
|
171101
170285
|
var require_dispatcher = __commonJS({
|
|
171102
170286
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/dispatcher.js"(exports2) {
|
|
171103
170287
|
"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
|
-
*/
|
|
171111
170288
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171112
170289
|
exports2.createDispatcher = void 0;
|
|
171113
170290
|
var api_1 = require_api();
|
|
@@ -171151,13 +170328,6 @@ var require_dispatcher = __commonJS({
|
|
|
171151
170328
|
var require_fallback_registry = __commonJS({
|
|
171152
170329
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/fallback-registry.js"(exports2) {
|
|
171153
170330
|
"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
|
-
*/
|
|
171161
170331
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171162
170332
|
exports2.FallbackRegistry = void 0;
|
|
171163
170333
|
var rxjs_1 = require_cjs();
|
|
@@ -171181,13 +170351,6 @@ var require_fallback_registry = __commonJS({
|
|
|
171181
170351
|
var require_simple_registry = __commonJS({
|
|
171182
170352
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-registry.js"(exports2) {
|
|
171183
170353
|
"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
|
-
*/
|
|
171191
170354
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171192
170355
|
exports2.SimpleJobRegistry = void 0;
|
|
171193
170356
|
var core_1 = require_src2();
|
|
@@ -171251,13 +170414,6 @@ var require_simple_registry = __commonJS({
|
|
|
171251
170414
|
var require_simple_scheduler = __commonJS({
|
|
171252
170415
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-scheduler.js"(exports2) {
|
|
171253
170416
|
"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
|
-
*/
|
|
171261
170417
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171262
170418
|
exports2.SimpleScheduler = exports2.JobOutputSchemaValidationError = exports2.JobInboundMessageSchemaValidationError = exports2.JobArgumentSchemaValidationError = void 0;
|
|
171263
170419
|
var core_1 = require_src2();
|
|
@@ -171627,13 +170783,6 @@ var require_simple_scheduler = __commonJS({
|
|
|
171627
170783
|
var require_jobs = __commonJS({
|
|
171628
170784
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/index.js"(exports2) {
|
|
171629
170785
|
"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
|
-
*/
|
|
171637
170786
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
171638
170787
|
if (k23 === void 0)
|
|
171639
170788
|
k23 = k6;
|
|
@@ -171705,13 +170854,6 @@ var require_progress_schema = __commonJS({
|
|
|
171705
170854
|
var require_api2 = __commonJS({
|
|
171706
170855
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/api.js"(exports2) {
|
|
171707
170856
|
"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
|
-
*/
|
|
171715
170857
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171716
170858
|
exports2.scheduleTargetAndForget = exports2.targetFromTargetString = exports2.targetStringFromTarget = exports2.fromAsyncIterable = exports2.isBuilderOutput = exports2.BuilderProgressState = void 0;
|
|
171717
170859
|
var rxjs_1 = require_cjs();
|
|
@@ -171874,13 +171016,6 @@ var require_progress_schema2 = __commonJS({
|
|
|
171874
171016
|
var require_schedule_by_name = __commonJS({
|
|
171875
171017
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/schedule-by-name.js"(exports2) {
|
|
171876
171018
|
"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
|
-
*/
|
|
171884
171019
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
171885
171020
|
exports2.scheduleByTarget = exports2.scheduleByName = void 0;
|
|
171886
171021
|
var rxjs_1 = require_cjs();
|
|
@@ -172062,13 +171197,6 @@ var require_output_schema = __commonJS({
|
|
|
172062
171197
|
var require_architect = __commonJS({
|
|
172063
171198
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/architect.js"(exports2) {
|
|
172064
171199
|
"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
|
-
*/
|
|
172072
171200
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172073
171201
|
exports2.Architect = void 0;
|
|
172074
171202
|
var core_1 = require_src2();
|
|
@@ -172335,13 +171463,6 @@ var require_architect = __commonJS({
|
|
|
172335
171463
|
var require_internal = __commonJS({
|
|
172336
171464
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/internal.js"(exports2) {
|
|
172337
171465
|
"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
|
-
*/
|
|
172345
171466
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172346
171467
|
exports2.BuilderVersionSymbol = exports2.BuilderSymbol = void 0;
|
|
172347
171468
|
exports2.BuilderSymbol = Symbol.for("@angular-devkit/architect:builder");
|
|
@@ -172394,13 +171515,6 @@ var require_package3 = __commonJS({
|
|
|
172394
171515
|
var require_create_builder = __commonJS({
|
|
172395
171516
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/create-builder.js"(exports2) {
|
|
172396
171517
|
"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
|
-
*/
|
|
172404
171518
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
172405
171519
|
exports2.createBuilder = void 0;
|
|
172406
171520
|
var core_1 = require_src2();
|
|
@@ -172567,13 +171681,6 @@ var require_create_builder = __commonJS({
|
|
|
172567
171681
|
var require_src4 = __commonJS({
|
|
172568
171682
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/index.js"(exports2) {
|
|
172569
171683
|
"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
|
-
*/
|
|
172577
171684
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
172578
171685
|
if (k23 === void 0)
|
|
172579
171686
|
k23 = k6;
|
|
@@ -185044,20 +184151,6 @@ var require_source_map_support = __commonJS({
|
|
|
185044
184151
|
var require_typescript = __commonJS({
|
|
185045
184152
|
"node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/typescript.js"(exports2, module2) {
|
|
185046
184153
|
"use strict";
|
|
185047
|
-
/*! *****************************************************************************
|
|
185048
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
185049
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
185050
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
185051
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
185052
|
-
|
|
185053
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
185054
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
185055
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
185056
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
185057
|
-
|
|
185058
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
185059
|
-
and limitations under the License.
|
|
185060
|
-
***************************************************************************** */
|
|
185061
184154
|
var ts8 = (() => {
|
|
185062
184155
|
var __defProp4 = Object.defineProperty;
|
|
185063
184156
|
var __getOwnPropNames3 = Object.getOwnPropertyNames;
|
|
@@ -385544,7 +384637,6 @@ ${error.message}`;
|
|
|
385544
384637
|
exports2.loadYaml = loadYaml2;
|
|
385545
384638
|
var typescript;
|
|
385546
384639
|
var loadTsSync = function loadTsSync2(filepath, content) {
|
|
385547
|
-
/* istanbul ignore next -- @preserve */
|
|
385548
384640
|
if (typescript === void 0) {
|
|
385549
384641
|
typescript = require_typescript();
|
|
385550
384642
|
}
|
|
@@ -385856,7 +384948,6 @@ var require_util5 = __commonJS({
|
|
|
385856
384948
|
return Object.fromEntries(Object.entries(options8).filter(([, value]) => value !== void 0));
|
|
385857
384949
|
}
|
|
385858
384950
|
exports2.removeUndefinedValuesFromObject = removeUndefinedValuesFromObject;
|
|
385859
|
-
/* istanbul ignore next -- @preserve */
|
|
385860
384951
|
async function isDirectory2(path13) {
|
|
385861
384952
|
try {
|
|
385862
384953
|
const stat2 = await fs_1.promises.stat(path13);
|
|
@@ -385869,7 +384960,6 @@ var require_util5 = __commonJS({
|
|
|
385869
384960
|
}
|
|
385870
384961
|
}
|
|
385871
384962
|
exports2.isDirectory = isDirectory2;
|
|
385872
|
-
/* istanbul ignore next -- @preserve */
|
|
385873
384963
|
function isDirectorySync(path13) {
|
|
385874
384964
|
try {
|
|
385875
384965
|
const stat2 = fs_1.default.statSync(path13);
|
|
@@ -385986,7 +385076,6 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
|
|
|
385986
385076
|
let currentDir = startDir;
|
|
385987
385077
|
while (currentDir !== stopDir) {
|
|
385988
385078
|
const parentDir = path_1.default.dirname(currentDir);
|
|
385989
|
-
/* istanbul ignore if -- @preserve */
|
|
385990
385079
|
if (parentDir === currentDir) {
|
|
385991
385080
|
break;
|
|
385992
385081
|
}
|
|
@@ -385998,7 +385087,6 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
|
|
|
385998
385087
|
};
|
|
385999
385088
|
exports2.ExplorerBase = ExplorerBase;
|
|
386000
385089
|
function getExtensionDescription(extension) {
|
|
386001
|
-
/* istanbul ignore next -- @preserve */
|
|
386002
385090
|
return extension ? `extension "${extension}"` : "files without extensions";
|
|
386003
385091
|
}
|
|
386004
385092
|
exports2.getExtensionDescription = getExtensionDescription;
|
|
@@ -386079,13 +385167,11 @@ var require_Explorer = __commonJS({
|
|
|
386079
385167
|
from = path_1.default.resolve(from);
|
|
386080
385168
|
const dirs = this.#getDirs(from);
|
|
386081
385169
|
const firstDirIter = await dirs.next();
|
|
386082
|
-
/* istanbul ignore if -- @preserve */
|
|
386083
385170
|
if (firstDirIter.done) {
|
|
386084
385171
|
throw new Error(`Could not find any folders to iterate through (start from ${from})`);
|
|
386085
385172
|
}
|
|
386086
385173
|
let currentDir = firstDirIter.value;
|
|
386087
385174
|
const search = async () => {
|
|
386088
|
-
/* istanbul ignore if -- @preserve */
|
|
386089
385175
|
if (await (0, util_js_1.isDirectory)(currentDir.path)) {
|
|
386090
385176
|
for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlaces)) {
|
|
386091
385177
|
try {
|
|
@@ -386184,7 +385270,6 @@ var require_Explorer = __commonJS({
|
|
|
386184
385270
|
}
|
|
386185
385271
|
}
|
|
386186
385272
|
const parentDir = path_1.default.dirname(currentDir);
|
|
386187
|
-
/* istanbul ignore if -- @preserve */
|
|
386188
385273
|
if (parentDir === currentDir) {
|
|
386189
385274
|
break;
|
|
386190
385275
|
}
|
|
@@ -386240,13 +385325,11 @@ var require_ExplorerSync = __commonJS({
|
|
|
386240
385325
|
from = path_1.default.resolve(from);
|
|
386241
385326
|
const dirs = this.#getDirs(from);
|
|
386242
385327
|
const firstDirIter = dirs.next();
|
|
386243
|
-
/* istanbul ignore if -- @preserve */
|
|
386244
385328
|
if (firstDirIter.done) {
|
|
386245
385329
|
throw new Error(`Could not find any folders to iterate through (start from ${from})`);
|
|
386246
385330
|
}
|
|
386247
385331
|
let currentDir = firstDirIter.value;
|
|
386248
385332
|
const search = () => {
|
|
386249
|
-
/* istanbul ignore if -- @preserve */
|
|
386250
385333
|
if ((0, util_js_1.isDirectorySync)(currentDir.path)) {
|
|
386251
385334
|
for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlacesSync)) {
|
|
386252
385335
|
try {
|
|
@@ -386345,7 +385428,6 @@ var require_ExplorerSync = __commonJS({
|
|
|
386345
385428
|
}
|
|
386346
385429
|
}
|
|
386347
385430
|
const parentDir = path_1.default.dirname(currentDir);
|
|
386348
|
-
/* istanbul ignore if -- @preserve */
|
|
386349
385431
|
if (parentDir === currentDir) {
|
|
386350
385432
|
break;
|
|
386351
385433
|
}
|
|
@@ -388579,3 +387661,1189 @@ var generator_default = withRunGenerator(
|
|
|
388579
387661
|
0 && (module.exports = {
|
|
388580
387662
|
configSchemaGeneratorFn
|
|
388581
387663
|
});
|
|
387664
|
+
/*! Bundled license information:
|
|
387665
|
+
|
|
387666
|
+
ejs/lib/ejs.js:
|
|
387667
|
+
(**
|
|
387668
|
+
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
387669
|
+
* @author Matthew Eernisse <mde@fleegix.org>
|
|
387670
|
+
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
387671
|
+
* @project EJS
|
|
387672
|
+
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
387673
|
+
*)
|
|
387674
|
+
|
|
387675
|
+
tmp/lib/tmp.js:
|
|
387676
|
+
(*!
|
|
387677
|
+
* Tmp
|
|
387678
|
+
*
|
|
387679
|
+
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
387680
|
+
*
|
|
387681
|
+
* MIT Licensed
|
|
387682
|
+
*)
|
|
387683
|
+
|
|
387684
|
+
@angular-devkit/core/src/json/utils.js:
|
|
387685
|
+
(**
|
|
387686
|
+
* @license
|
|
387687
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387688
|
+
*
|
|
387689
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387690
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387691
|
+
*)
|
|
387692
|
+
|
|
387693
|
+
@angular-devkit/core/src/json/schema/utility.js:
|
|
387694
|
+
(**
|
|
387695
|
+
* @license
|
|
387696
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387697
|
+
*
|
|
387698
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387699
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387700
|
+
*)
|
|
387701
|
+
|
|
387702
|
+
@angular-devkit/core/src/json/schema/transforms.js:
|
|
387703
|
+
(**
|
|
387704
|
+
* @license
|
|
387705
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387706
|
+
*
|
|
387707
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387708
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387709
|
+
*)
|
|
387710
|
+
|
|
387711
|
+
@angular-devkit/core/src/json/schema/interface.js:
|
|
387712
|
+
(**
|
|
387713
|
+
* @license
|
|
387714
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387715
|
+
*
|
|
387716
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387717
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387718
|
+
*)
|
|
387719
|
+
|
|
387720
|
+
@angular-devkit/core/src/json/schema/pointer.js:
|
|
387721
|
+
(**
|
|
387722
|
+
* @license
|
|
387723
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387724
|
+
*
|
|
387725
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387726
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387727
|
+
*)
|
|
387728
|
+
|
|
387729
|
+
uri-js/dist/es5/uri.all.js:
|
|
387730
|
+
(** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
|
|
387731
|
+
|
|
387732
|
+
@angular-devkit/core/src/exception.js:
|
|
387733
|
+
(**
|
|
387734
|
+
* @license
|
|
387735
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387736
|
+
*
|
|
387737
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387738
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387739
|
+
*)
|
|
387740
|
+
|
|
387741
|
+
@angular-devkit/core/src/utils/literals.js:
|
|
387742
|
+
(**
|
|
387743
|
+
* @license
|
|
387744
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387745
|
+
*
|
|
387746
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387747
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387748
|
+
*)
|
|
387749
|
+
|
|
387750
|
+
@angular-devkit/core/src/utils/strings.js:
|
|
387751
|
+
(**
|
|
387752
|
+
* @license
|
|
387753
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387754
|
+
*
|
|
387755
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387756
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387757
|
+
*)
|
|
387758
|
+
|
|
387759
|
+
@angular-devkit/core/src/utils/object.js:
|
|
387760
|
+
(**
|
|
387761
|
+
* @license
|
|
387762
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387763
|
+
*
|
|
387764
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387765
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387766
|
+
*)
|
|
387767
|
+
|
|
387768
|
+
@angular-devkit/core/src/utils/template.js:
|
|
387769
|
+
(**
|
|
387770
|
+
* @license
|
|
387771
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387772
|
+
*
|
|
387773
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387774
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387775
|
+
*)
|
|
387776
|
+
|
|
387777
|
+
@angular-devkit/core/src/utils/partially-ordered-set.js:
|
|
387778
|
+
(**
|
|
387779
|
+
* @license
|
|
387780
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387781
|
+
*
|
|
387782
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387783
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387784
|
+
*)
|
|
387785
|
+
|
|
387786
|
+
@angular-devkit/core/src/utils/priority-queue.js:
|
|
387787
|
+
(**
|
|
387788
|
+
* @license
|
|
387789
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387790
|
+
*
|
|
387791
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387792
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387793
|
+
*)
|
|
387794
|
+
|
|
387795
|
+
@angular-devkit/core/src/utils/lang.js:
|
|
387796
|
+
(**
|
|
387797
|
+
* @license
|
|
387798
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387799
|
+
*
|
|
387800
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387801
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387802
|
+
*)
|
|
387803
|
+
|
|
387804
|
+
@angular-devkit/core/src/utils/index.js:
|
|
387805
|
+
(**
|
|
387806
|
+
* @license
|
|
387807
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387808
|
+
*
|
|
387809
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387810
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387811
|
+
*)
|
|
387812
|
+
|
|
387813
|
+
@angular-devkit/core/src/json/schema/visitor.js:
|
|
387814
|
+
(**
|
|
387815
|
+
* @license
|
|
387816
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387817
|
+
*
|
|
387818
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387819
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387820
|
+
*)
|
|
387821
|
+
|
|
387822
|
+
@angular-devkit/core/src/json/schema/registry.js:
|
|
387823
|
+
(**
|
|
387824
|
+
* @license
|
|
387825
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387826
|
+
*
|
|
387827
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387828
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387829
|
+
*)
|
|
387830
|
+
|
|
387831
|
+
@angular-devkit/core/src/json/schema/schema.js:
|
|
387832
|
+
(**
|
|
387833
|
+
* @license
|
|
387834
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387835
|
+
*
|
|
387836
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387837
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387838
|
+
*)
|
|
387839
|
+
|
|
387840
|
+
@angular-devkit/core/src/json/schema/index.js:
|
|
387841
|
+
(**
|
|
387842
|
+
* @license
|
|
387843
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387844
|
+
*
|
|
387845
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387846
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387847
|
+
*)
|
|
387848
|
+
|
|
387849
|
+
@angular-devkit/core/src/json/index.js:
|
|
387850
|
+
(**
|
|
387851
|
+
* @license
|
|
387852
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387853
|
+
*
|
|
387854
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387855
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387856
|
+
*)
|
|
387857
|
+
|
|
387858
|
+
@angular-devkit/core/src/logger/logger.js:
|
|
387859
|
+
(**
|
|
387860
|
+
* @license
|
|
387861
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387862
|
+
*
|
|
387863
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387864
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387865
|
+
*)
|
|
387866
|
+
|
|
387867
|
+
@angular-devkit/core/src/logger/indent.js:
|
|
387868
|
+
(**
|
|
387869
|
+
* @license
|
|
387870
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387871
|
+
*
|
|
387872
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387873
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387874
|
+
*)
|
|
387875
|
+
|
|
387876
|
+
@angular-devkit/core/src/logger/level.js:
|
|
387877
|
+
(**
|
|
387878
|
+
* @license
|
|
387879
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387880
|
+
*
|
|
387881
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387882
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387883
|
+
*)
|
|
387884
|
+
|
|
387885
|
+
@angular-devkit/core/src/logger/null-logger.js:
|
|
387886
|
+
(**
|
|
387887
|
+
* @license
|
|
387888
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387889
|
+
*
|
|
387890
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387891
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387892
|
+
*)
|
|
387893
|
+
|
|
387894
|
+
@angular-devkit/core/src/logger/transform-logger.js:
|
|
387895
|
+
(**
|
|
387896
|
+
* @license
|
|
387897
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387898
|
+
*
|
|
387899
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387900
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387901
|
+
*)
|
|
387902
|
+
|
|
387903
|
+
@angular-devkit/core/src/logger/index.js:
|
|
387904
|
+
(**
|
|
387905
|
+
* @license
|
|
387906
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387907
|
+
*
|
|
387908
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387909
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387910
|
+
*)
|
|
387911
|
+
|
|
387912
|
+
@angular-devkit/core/src/workspace/definitions.js:
|
|
387913
|
+
(**
|
|
387914
|
+
* @license
|
|
387915
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387916
|
+
*
|
|
387917
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387918
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387919
|
+
*)
|
|
387920
|
+
|
|
387921
|
+
@angular-devkit/core/src/virtual-fs/path.js:
|
|
387922
|
+
(**
|
|
387923
|
+
* @license
|
|
387924
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387925
|
+
*
|
|
387926
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387927
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387928
|
+
*)
|
|
387929
|
+
|
|
387930
|
+
@angular-devkit/core/src/virtual-fs/host/buffer.js:
|
|
387931
|
+
(**
|
|
387932
|
+
* @license
|
|
387933
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387934
|
+
*
|
|
387935
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387936
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387937
|
+
*)
|
|
387938
|
+
|
|
387939
|
+
@angular-devkit/core/src/virtual-fs/host/interface.js:
|
|
387940
|
+
(**
|
|
387941
|
+
* @license
|
|
387942
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387943
|
+
*
|
|
387944
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387945
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387946
|
+
*)
|
|
387947
|
+
|
|
387948
|
+
@angular-devkit/core/src/virtual-fs/host/memory.js:
|
|
387949
|
+
(**
|
|
387950
|
+
* @license
|
|
387951
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387952
|
+
*
|
|
387953
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387954
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387955
|
+
*)
|
|
387956
|
+
|
|
387957
|
+
@angular-devkit/core/src/virtual-fs/host/sync.js:
|
|
387958
|
+
(**
|
|
387959
|
+
* @license
|
|
387960
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387961
|
+
*
|
|
387962
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387963
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387964
|
+
*)
|
|
387965
|
+
|
|
387966
|
+
@angular-devkit/core/src/virtual-fs/host/test.js:
|
|
387967
|
+
(**
|
|
387968
|
+
* @license
|
|
387969
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387970
|
+
*
|
|
387971
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387972
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387973
|
+
*)
|
|
387974
|
+
|
|
387975
|
+
@angular-devkit/core/src/virtual-fs/host/resolver.js:
|
|
387976
|
+
(**
|
|
387977
|
+
* @license
|
|
387978
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387979
|
+
*
|
|
387980
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387981
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387982
|
+
*)
|
|
387983
|
+
|
|
387984
|
+
@angular-devkit/core/src/virtual-fs/host/alias.js:
|
|
387985
|
+
(**
|
|
387986
|
+
* @license
|
|
387987
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387988
|
+
*
|
|
387989
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387990
|
+
* found in the LICENSE file at https://angular.io/license
|
|
387991
|
+
*)
|
|
387992
|
+
|
|
387993
|
+
@angular-devkit/core/src/virtual-fs/host/create.js:
|
|
387994
|
+
(**
|
|
387995
|
+
* @license
|
|
387996
|
+
* Copyright Google LLC All Rights Reserved.
|
|
387997
|
+
*
|
|
387998
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
387999
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388000
|
+
*)
|
|
388001
|
+
|
|
388002
|
+
@angular-devkit/core/src/virtual-fs/host/empty.js:
|
|
388003
|
+
(**
|
|
388004
|
+
* @license
|
|
388005
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388006
|
+
*
|
|
388007
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388008
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388009
|
+
*)
|
|
388010
|
+
|
|
388011
|
+
@angular-devkit/core/src/virtual-fs/host/pattern.js:
|
|
388012
|
+
(**
|
|
388013
|
+
* @license
|
|
388014
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388015
|
+
*
|
|
388016
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388017
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388018
|
+
*)
|
|
388019
|
+
|
|
388020
|
+
@angular-devkit/core/src/virtual-fs/host/record.js:
|
|
388021
|
+
(**
|
|
388022
|
+
* @license
|
|
388023
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388024
|
+
*
|
|
388025
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388026
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388027
|
+
*)
|
|
388028
|
+
|
|
388029
|
+
@angular-devkit/core/src/virtual-fs/host/safe.js:
|
|
388030
|
+
(**
|
|
388031
|
+
* @license
|
|
388032
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388033
|
+
*
|
|
388034
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388035
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388036
|
+
*)
|
|
388037
|
+
|
|
388038
|
+
@angular-devkit/core/src/virtual-fs/host/scoped.js:
|
|
388039
|
+
(**
|
|
388040
|
+
* @license
|
|
388041
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388042
|
+
*
|
|
388043
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388044
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388045
|
+
*)
|
|
388046
|
+
|
|
388047
|
+
@angular-devkit/core/src/virtual-fs/host/index.js:
|
|
388048
|
+
(**
|
|
388049
|
+
* @license
|
|
388050
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388051
|
+
*
|
|
388052
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388053
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388054
|
+
*)
|
|
388055
|
+
|
|
388056
|
+
@angular-devkit/core/src/virtual-fs/index.js:
|
|
388057
|
+
(**
|
|
388058
|
+
* @license
|
|
388059
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388060
|
+
*
|
|
388061
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388062
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388063
|
+
*)
|
|
388064
|
+
|
|
388065
|
+
@angular-devkit/core/src/workspace/host.js:
|
|
388066
|
+
(**
|
|
388067
|
+
* @license
|
|
388068
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388069
|
+
*
|
|
388070
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388071
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388072
|
+
*)
|
|
388073
|
+
|
|
388074
|
+
@angular-devkit/core/src/workspace/json/metadata.js:
|
|
388075
|
+
(**
|
|
388076
|
+
* @license
|
|
388077
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388078
|
+
*
|
|
388079
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388080
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388081
|
+
*)
|
|
388082
|
+
|
|
388083
|
+
@angular-devkit/core/src/workspace/json/utilities.js:
|
|
388084
|
+
(**
|
|
388085
|
+
* @license
|
|
388086
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388087
|
+
*
|
|
388088
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388089
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388090
|
+
*)
|
|
388091
|
+
|
|
388092
|
+
@angular-devkit/core/src/workspace/json/reader.js:
|
|
388093
|
+
(**
|
|
388094
|
+
* @license
|
|
388095
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388096
|
+
*
|
|
388097
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388098
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388099
|
+
*)
|
|
388100
|
+
|
|
388101
|
+
@angular-devkit/core/src/workspace/json/writer.js:
|
|
388102
|
+
(**
|
|
388103
|
+
* @license
|
|
388104
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388105
|
+
*
|
|
388106
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388107
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388108
|
+
*)
|
|
388109
|
+
|
|
388110
|
+
@angular-devkit/core/src/workspace/core.js:
|
|
388111
|
+
(**
|
|
388112
|
+
* @license
|
|
388113
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388114
|
+
*
|
|
388115
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388116
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388117
|
+
*)
|
|
388118
|
+
|
|
388119
|
+
@angular-devkit/core/src/workspace/index.js:
|
|
388120
|
+
(**
|
|
388121
|
+
* @license
|
|
388122
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388123
|
+
*
|
|
388124
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388125
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388126
|
+
*)
|
|
388127
|
+
|
|
388128
|
+
@angular-devkit/core/src/index.js:
|
|
388129
|
+
(**
|
|
388130
|
+
* @license
|
|
388131
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388132
|
+
*
|
|
388133
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388134
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388135
|
+
*)
|
|
388136
|
+
|
|
388137
|
+
@angular-devkit/schematics/src/formats/html-selector.js:
|
|
388138
|
+
(**
|
|
388139
|
+
* @license
|
|
388140
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388141
|
+
*
|
|
388142
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388143
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388144
|
+
*)
|
|
388145
|
+
|
|
388146
|
+
@angular-devkit/schematics/src/formats/path.js:
|
|
388147
|
+
(**
|
|
388148
|
+
* @license
|
|
388149
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388150
|
+
*
|
|
388151
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388152
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388153
|
+
*)
|
|
388154
|
+
|
|
388155
|
+
@angular-devkit/schematics/src/formats/index.js:
|
|
388156
|
+
(**
|
|
388157
|
+
* @license
|
|
388158
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388159
|
+
*
|
|
388160
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388161
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388162
|
+
*)
|
|
388163
|
+
|
|
388164
|
+
@angular-devkit/schematics/src/tree/interface.js:
|
|
388165
|
+
(**
|
|
388166
|
+
* @license
|
|
388167
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388168
|
+
*
|
|
388169
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388170
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388171
|
+
*)
|
|
388172
|
+
|
|
388173
|
+
@angular-devkit/schematics/src/exception/exception.js:
|
|
388174
|
+
(**
|
|
388175
|
+
* @license
|
|
388176
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388177
|
+
*
|
|
388178
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388179
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388180
|
+
*)
|
|
388181
|
+
|
|
388182
|
+
@angular-devkit/schematics/src/tree/delegate.js:
|
|
388183
|
+
(**
|
|
388184
|
+
* @license
|
|
388185
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388186
|
+
*
|
|
388187
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388188
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388189
|
+
*)
|
|
388190
|
+
|
|
388191
|
+
@angular-devkit/schematics/src/tree/entry.js:
|
|
388192
|
+
(**
|
|
388193
|
+
* @license
|
|
388194
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388195
|
+
*
|
|
388196
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388197
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388198
|
+
*)
|
|
388199
|
+
|
|
388200
|
+
@angular-devkit/schematics/src/utility/update-buffer.js:
|
|
388201
|
+
(**
|
|
388202
|
+
* @license
|
|
388203
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388204
|
+
*
|
|
388205
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388206
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388207
|
+
*)
|
|
388208
|
+
|
|
388209
|
+
@angular-devkit/schematics/src/tree/recorder.js:
|
|
388210
|
+
(**
|
|
388211
|
+
* @license
|
|
388212
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388213
|
+
*
|
|
388214
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388215
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388216
|
+
*)
|
|
388217
|
+
|
|
388218
|
+
@angular-devkit/schematics/src/tree/scoped.js:
|
|
388219
|
+
(**
|
|
388220
|
+
* @license
|
|
388221
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388222
|
+
*
|
|
388223
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388224
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388225
|
+
*)
|
|
388226
|
+
|
|
388227
|
+
@angular-devkit/schematics/src/tree/host-tree.js:
|
|
388228
|
+
(**
|
|
388229
|
+
* @license
|
|
388230
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388231
|
+
*
|
|
388232
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388233
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388234
|
+
*)
|
|
388235
|
+
|
|
388236
|
+
@angular-devkit/schematics/src/tree/static.js:
|
|
388237
|
+
(**
|
|
388238
|
+
* @license
|
|
388239
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388240
|
+
*
|
|
388241
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388242
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388243
|
+
*)
|
|
388244
|
+
|
|
388245
|
+
@angular-devkit/schematics/src/tree/null.js:
|
|
388246
|
+
(**
|
|
388247
|
+
* @license
|
|
388248
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388249
|
+
*
|
|
388250
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388251
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388252
|
+
*)
|
|
388253
|
+
|
|
388254
|
+
@angular-devkit/schematics/src/rules/call.js:
|
|
388255
|
+
(**
|
|
388256
|
+
* @license
|
|
388257
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388258
|
+
*
|
|
388259
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388260
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388261
|
+
*)
|
|
388262
|
+
|
|
388263
|
+
@angular-devkit/schematics/src/engine/schematic.js:
|
|
388264
|
+
(**
|
|
388265
|
+
* @license
|
|
388266
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388267
|
+
*
|
|
388268
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388269
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388270
|
+
*)
|
|
388271
|
+
|
|
388272
|
+
@angular-devkit/schematics/src/engine/engine.js:
|
|
388273
|
+
(**
|
|
388274
|
+
* @license
|
|
388275
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388276
|
+
*
|
|
388277
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388278
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388279
|
+
*)
|
|
388280
|
+
|
|
388281
|
+
@angular-devkit/schematics/src/engine/interface.js:
|
|
388282
|
+
(**
|
|
388283
|
+
* @license
|
|
388284
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388285
|
+
*
|
|
388286
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388287
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388288
|
+
*)
|
|
388289
|
+
|
|
388290
|
+
@angular-devkit/schematics/src/engine/index.js:
|
|
388291
|
+
(**
|
|
388292
|
+
* @license
|
|
388293
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388294
|
+
*
|
|
388295
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388296
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388297
|
+
*)
|
|
388298
|
+
|
|
388299
|
+
@angular-devkit/core/node/cli-logger.js:
|
|
388300
|
+
(**
|
|
388301
|
+
* @license
|
|
388302
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388303
|
+
*
|
|
388304
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388305
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388306
|
+
*)
|
|
388307
|
+
|
|
388308
|
+
normalize-path/index.js:
|
|
388309
|
+
(*!
|
|
388310
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
388311
|
+
*
|
|
388312
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
388313
|
+
* Released under the MIT License.
|
|
388314
|
+
*)
|
|
388315
|
+
|
|
388316
|
+
is-extglob/index.js:
|
|
388317
|
+
(*!
|
|
388318
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
388319
|
+
*
|
|
388320
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
388321
|
+
* Licensed under the MIT License.
|
|
388322
|
+
*)
|
|
388323
|
+
|
|
388324
|
+
is-glob/index.js:
|
|
388325
|
+
(*!
|
|
388326
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
388327
|
+
*
|
|
388328
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
388329
|
+
* Released under the MIT License.
|
|
388330
|
+
*)
|
|
388331
|
+
|
|
388332
|
+
is-number/index.js:
|
|
388333
|
+
(*!
|
|
388334
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
388335
|
+
*
|
|
388336
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
388337
|
+
* Released under the MIT License.
|
|
388338
|
+
*)
|
|
388339
|
+
|
|
388340
|
+
to-regex-range/index.js:
|
|
388341
|
+
(*!
|
|
388342
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
388343
|
+
*
|
|
388344
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
388345
|
+
* Released under the MIT License.
|
|
388346
|
+
*)
|
|
388347
|
+
|
|
388348
|
+
fill-range/index.js:
|
|
388349
|
+
(*!
|
|
388350
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
388351
|
+
*
|
|
388352
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
388353
|
+
* Licensed under the MIT License.
|
|
388354
|
+
*)
|
|
388355
|
+
|
|
388356
|
+
@angular-devkit/core/node/host.js:
|
|
388357
|
+
(**
|
|
388358
|
+
* @license
|
|
388359
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388360
|
+
*
|
|
388361
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388362
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388363
|
+
*)
|
|
388364
|
+
|
|
388365
|
+
@angular-devkit/core/node/index.js:
|
|
388366
|
+
(**
|
|
388367
|
+
* @license
|
|
388368
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388369
|
+
*
|
|
388370
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388371
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388372
|
+
*)
|
|
388373
|
+
|
|
388374
|
+
@angular-devkit/schematics/src/tree/action.js:
|
|
388375
|
+
(**
|
|
388376
|
+
* @license
|
|
388377
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388378
|
+
*
|
|
388379
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388380
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388381
|
+
*)
|
|
388382
|
+
|
|
388383
|
+
@angular-devkit/schematics/src/sink/sink.js:
|
|
388384
|
+
(**
|
|
388385
|
+
* @license
|
|
388386
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388387
|
+
*
|
|
388388
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388389
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388390
|
+
*)
|
|
388391
|
+
|
|
388392
|
+
@angular-devkit/schematics/src/sink/host.js:
|
|
388393
|
+
(**
|
|
388394
|
+
* @license
|
|
388395
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388396
|
+
*
|
|
388397
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388398
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388399
|
+
*)
|
|
388400
|
+
|
|
388401
|
+
@angular-devkit/schematics/src/sink/dryrun.js:
|
|
388402
|
+
(**
|
|
388403
|
+
* @license
|
|
388404
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388405
|
+
*
|
|
388406
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388407
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388408
|
+
*)
|
|
388409
|
+
|
|
388410
|
+
@angular-devkit/schematics/src/workflow/base.js:
|
|
388411
|
+
(**
|
|
388412
|
+
* @license
|
|
388413
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388414
|
+
*
|
|
388415
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388416
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388417
|
+
*)
|
|
388418
|
+
|
|
388419
|
+
@angular-devkit/schematics/src/workflow/interface.js:
|
|
388420
|
+
(**
|
|
388421
|
+
* @license
|
|
388422
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388423
|
+
*
|
|
388424
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388425
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388426
|
+
*)
|
|
388427
|
+
|
|
388428
|
+
@angular-devkit/schematics/src/workflow/index.js:
|
|
388429
|
+
(**
|
|
388430
|
+
* @license
|
|
388431
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388432
|
+
*
|
|
388433
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388434
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388435
|
+
*)
|
|
388436
|
+
|
|
388437
|
+
@angular-devkit/schematics/src/rules/base.js:
|
|
388438
|
+
(**
|
|
388439
|
+
* @license
|
|
388440
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388441
|
+
*
|
|
388442
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388443
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388444
|
+
*)
|
|
388445
|
+
|
|
388446
|
+
@angular-devkit/schematics/src/rules/move.js:
|
|
388447
|
+
(**
|
|
388448
|
+
* @license
|
|
388449
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388450
|
+
*
|
|
388451
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388452
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388453
|
+
*)
|
|
388454
|
+
|
|
388455
|
+
@angular-devkit/schematics/src/rules/random.js:
|
|
388456
|
+
(**
|
|
388457
|
+
* @license
|
|
388458
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388459
|
+
*
|
|
388460
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388461
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388462
|
+
*)
|
|
388463
|
+
|
|
388464
|
+
@angular-devkit/schematics/src/rules/schematic.js:
|
|
388465
|
+
(**
|
|
388466
|
+
* @license
|
|
388467
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388468
|
+
*
|
|
388469
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388470
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388471
|
+
*)
|
|
388472
|
+
|
|
388473
|
+
@angular-devkit/schematics/src/rules/template.js:
|
|
388474
|
+
(**
|
|
388475
|
+
* @license
|
|
388476
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388477
|
+
*
|
|
388478
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388479
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388480
|
+
*)
|
|
388481
|
+
|
|
388482
|
+
@angular-devkit/schematics/src/rules/url.js:
|
|
388483
|
+
(**
|
|
388484
|
+
* @license
|
|
388485
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388486
|
+
*
|
|
388487
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388488
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388489
|
+
*)
|
|
388490
|
+
|
|
388491
|
+
@angular-devkit/schematics/src/tree/empty.js:
|
|
388492
|
+
(**
|
|
388493
|
+
* @license
|
|
388494
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388495
|
+
*
|
|
388496
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388497
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388498
|
+
*)
|
|
388499
|
+
|
|
388500
|
+
@angular-devkit/schematics/src/index.js:
|
|
388501
|
+
(**
|
|
388502
|
+
* @license
|
|
388503
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388504
|
+
*
|
|
388505
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388506
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388507
|
+
*)
|
|
388508
|
+
|
|
388509
|
+
@angular-devkit/schematics/tasks/package-manager/options.js:
|
|
388510
|
+
(**
|
|
388511
|
+
* @license
|
|
388512
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388513
|
+
*
|
|
388514
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388515
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388516
|
+
*)
|
|
388517
|
+
|
|
388518
|
+
@angular-devkit/schematics/tasks/repo-init/options.js:
|
|
388519
|
+
(**
|
|
388520
|
+
* @license
|
|
388521
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388522
|
+
*
|
|
388523
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388524
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388525
|
+
*)
|
|
388526
|
+
|
|
388527
|
+
@angular-devkit/schematics/tasks/run-schematic/options.js:
|
|
388528
|
+
(**
|
|
388529
|
+
* @license
|
|
388530
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388531
|
+
*
|
|
388532
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388533
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388534
|
+
*)
|
|
388535
|
+
|
|
388536
|
+
safe-buffer/index.js:
|
|
388537
|
+
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
388538
|
+
|
|
388539
|
+
@angular-devkit/schematics/tasks/package-manager/executor.js:
|
|
388540
|
+
(**
|
|
388541
|
+
* @license
|
|
388542
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388543
|
+
*
|
|
388544
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388545
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388546
|
+
*)
|
|
388547
|
+
|
|
388548
|
+
@angular-devkit/schematics/tasks/repo-init/executor.js:
|
|
388549
|
+
(**
|
|
388550
|
+
* @license
|
|
388551
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388552
|
+
*
|
|
388553
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388554
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388555
|
+
*)
|
|
388556
|
+
|
|
388557
|
+
@angular-devkit/schematics/tasks/run-schematic/executor.js:
|
|
388558
|
+
(**
|
|
388559
|
+
* @license
|
|
388560
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388561
|
+
*
|
|
388562
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388563
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388564
|
+
*)
|
|
388565
|
+
|
|
388566
|
+
@angular-devkit/schematics/tasks/node/index.js:
|
|
388567
|
+
(**
|
|
388568
|
+
* @license
|
|
388569
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388570
|
+
*
|
|
388571
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388572
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388573
|
+
*)
|
|
388574
|
+
|
|
388575
|
+
@angular-devkit/schematics/tools/description.js:
|
|
388576
|
+
(**
|
|
388577
|
+
* @license
|
|
388578
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388579
|
+
*
|
|
388580
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388581
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388582
|
+
*)
|
|
388583
|
+
|
|
388584
|
+
@angular-devkit/schematics/tools/export-ref.js:
|
|
388585
|
+
(**
|
|
388586
|
+
* @license
|
|
388587
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388588
|
+
*
|
|
388589
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388590
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388591
|
+
*)
|
|
388592
|
+
|
|
388593
|
+
@angular-devkit/schematics/tools/file-system-utility.js:
|
|
388594
|
+
(**
|
|
388595
|
+
* @license
|
|
388596
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388597
|
+
*
|
|
388598
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388599
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388600
|
+
*)
|
|
388601
|
+
|
|
388602
|
+
@angular-devkit/schematics/tools/file-system-engine-host-base.js:
|
|
388603
|
+
(**
|
|
388604
|
+
* @license
|
|
388605
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388606
|
+
*
|
|
388607
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388608
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388609
|
+
*)
|
|
388610
|
+
|
|
388611
|
+
@angular-devkit/schematics/tools/node-module-engine-host.js:
|
|
388612
|
+
(**
|
|
388613
|
+
* @license
|
|
388614
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388615
|
+
*
|
|
388616
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388617
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388618
|
+
*)
|
|
388619
|
+
|
|
388620
|
+
@angular-devkit/schematics/tools/schema-option-transform.js:
|
|
388621
|
+
(**
|
|
388622
|
+
* @license
|
|
388623
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388624
|
+
*
|
|
388625
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388626
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388627
|
+
*)
|
|
388628
|
+
|
|
388629
|
+
@angular-devkit/schematics/tools/workflow/node-workflow.js:
|
|
388630
|
+
(**
|
|
388631
|
+
* @license
|
|
388632
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388633
|
+
*
|
|
388634
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388635
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388636
|
+
*)
|
|
388637
|
+
|
|
388638
|
+
@angular-devkit/schematics/tools/file-system-engine-host.js:
|
|
388639
|
+
(**
|
|
388640
|
+
* @license
|
|
388641
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388642
|
+
*
|
|
388643
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388644
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388645
|
+
*)
|
|
388646
|
+
|
|
388647
|
+
@angular-devkit/schematics/tools/node-modules-test-engine-host.js:
|
|
388648
|
+
(**
|
|
388649
|
+
* @license
|
|
388650
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388651
|
+
*
|
|
388652
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388653
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388654
|
+
*)
|
|
388655
|
+
|
|
388656
|
+
@angular-devkit/schematics/tools/index.js:
|
|
388657
|
+
(**
|
|
388658
|
+
* @license
|
|
388659
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388660
|
+
*
|
|
388661
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388662
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388663
|
+
*)
|
|
388664
|
+
|
|
388665
|
+
@angular-devkit/schematics/testing/schematic-test-runner.js:
|
|
388666
|
+
(**
|
|
388667
|
+
* @license
|
|
388668
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388669
|
+
*
|
|
388670
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388671
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388672
|
+
*)
|
|
388673
|
+
|
|
388674
|
+
@angular-devkit/schematics/testing/index.js:
|
|
388675
|
+
(**
|
|
388676
|
+
* @license
|
|
388677
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388678
|
+
*
|
|
388679
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388680
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388681
|
+
*)
|
|
388682
|
+
|
|
388683
|
+
@angular-devkit/architect/src/jobs/api.js:
|
|
388684
|
+
(**
|
|
388685
|
+
* @license
|
|
388686
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388687
|
+
*
|
|
388688
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388689
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388690
|
+
*)
|
|
388691
|
+
|
|
388692
|
+
@angular-devkit/architect/src/jobs/strategy.js:
|
|
388693
|
+
(**
|
|
388694
|
+
* @license
|
|
388695
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388696
|
+
*
|
|
388697
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388698
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388699
|
+
*)
|
|
388700
|
+
|
|
388701
|
+
@angular-devkit/architect/src/jobs/create-job-handler.js:
|
|
388702
|
+
(**
|
|
388703
|
+
* @license
|
|
388704
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388705
|
+
*
|
|
388706
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388707
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388708
|
+
*)
|
|
388709
|
+
|
|
388710
|
+
@angular-devkit/architect/src/jobs/exception.js:
|
|
388711
|
+
(**
|
|
388712
|
+
* @license
|
|
388713
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388714
|
+
*
|
|
388715
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388716
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388717
|
+
*)
|
|
388718
|
+
|
|
388719
|
+
@angular-devkit/architect/src/jobs/dispatcher.js:
|
|
388720
|
+
(**
|
|
388721
|
+
* @license
|
|
388722
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388723
|
+
*
|
|
388724
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388725
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388726
|
+
*)
|
|
388727
|
+
|
|
388728
|
+
@angular-devkit/architect/src/jobs/fallback-registry.js:
|
|
388729
|
+
(**
|
|
388730
|
+
* @license
|
|
388731
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388732
|
+
*
|
|
388733
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388734
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388735
|
+
*)
|
|
388736
|
+
|
|
388737
|
+
@angular-devkit/architect/src/jobs/simple-registry.js:
|
|
388738
|
+
(**
|
|
388739
|
+
* @license
|
|
388740
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388741
|
+
*
|
|
388742
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388743
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388744
|
+
*)
|
|
388745
|
+
|
|
388746
|
+
@angular-devkit/architect/src/jobs/simple-scheduler.js:
|
|
388747
|
+
(**
|
|
388748
|
+
* @license
|
|
388749
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388750
|
+
*
|
|
388751
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388752
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388753
|
+
*)
|
|
388754
|
+
|
|
388755
|
+
@angular-devkit/architect/src/jobs/index.js:
|
|
388756
|
+
(**
|
|
388757
|
+
* @license
|
|
388758
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388759
|
+
*
|
|
388760
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388761
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388762
|
+
*)
|
|
388763
|
+
|
|
388764
|
+
@angular-devkit/architect/src/api.js:
|
|
388765
|
+
(**
|
|
388766
|
+
* @license
|
|
388767
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388768
|
+
*
|
|
388769
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388770
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388771
|
+
*)
|
|
388772
|
+
|
|
388773
|
+
@angular-devkit/architect/src/schedule-by-name.js:
|
|
388774
|
+
(**
|
|
388775
|
+
* @license
|
|
388776
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388777
|
+
*
|
|
388778
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388779
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388780
|
+
*)
|
|
388781
|
+
|
|
388782
|
+
@angular-devkit/architect/src/architect.js:
|
|
388783
|
+
(**
|
|
388784
|
+
* @license
|
|
388785
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388786
|
+
*
|
|
388787
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388788
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388789
|
+
*)
|
|
388790
|
+
|
|
388791
|
+
@angular-devkit/architect/src/internal.js:
|
|
388792
|
+
(**
|
|
388793
|
+
* @license
|
|
388794
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388795
|
+
*
|
|
388796
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388797
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388798
|
+
*)
|
|
388799
|
+
|
|
388800
|
+
@angular-devkit/architect/src/create-builder.js:
|
|
388801
|
+
(**
|
|
388802
|
+
* @license
|
|
388803
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388804
|
+
*
|
|
388805
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388806
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388807
|
+
*)
|
|
388808
|
+
|
|
388809
|
+
@angular-devkit/architect/src/index.js:
|
|
388810
|
+
(**
|
|
388811
|
+
* @license
|
|
388812
|
+
* Copyright Google LLC All Rights Reserved.
|
|
388813
|
+
*
|
|
388814
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
388815
|
+
* found in the LICENSE file at https://angular.io/license
|
|
388816
|
+
*)
|
|
388817
|
+
|
|
388818
|
+
typescript/lib/typescript.js:
|
|
388819
|
+
(*! *****************************************************************************
|
|
388820
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
388821
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
388822
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
388823
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
388824
|
+
|
|
388825
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
388826
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
388827
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
388828
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
388829
|
+
|
|
388830
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
388831
|
+
and limitations under the License.
|
|
388832
|
+
***************************************************************************** *)
|
|
388833
|
+
|
|
388834
|
+
cosmiconfig/dist/loaders.js:
|
|
388835
|
+
(* istanbul ignore next -- @preserve *)
|
|
388836
|
+
|
|
388837
|
+
cosmiconfig/dist/util.js:
|
|
388838
|
+
(* istanbul ignore next -- @preserve *)
|
|
388839
|
+
|
|
388840
|
+
cosmiconfig/dist/ExplorerBase.js:
|
|
388841
|
+
(* istanbul ignore if -- @preserve *)
|
|
388842
|
+
(* istanbul ignore next -- @preserve *)
|
|
388843
|
+
|
|
388844
|
+
cosmiconfig/dist/Explorer.js:
|
|
388845
|
+
(* istanbul ignore if -- @preserve *)
|
|
388846
|
+
|
|
388847
|
+
cosmiconfig/dist/ExplorerSync.js:
|
|
388848
|
+
(* istanbul ignore if -- @preserve *)
|
|
388849
|
+
*/
|