@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
package/src/utils/index.js
CHANGED
|
@@ -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;
|
|
@@ -3837,20 +3836,6 @@ var require_source_map_support = __commonJS({
|
|
|
3837
3836
|
var require_typescript = __commonJS({
|
|
3838
3837
|
"node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/typescript.js"(exports2, module2) {
|
|
3839
3838
|
"use strict";
|
|
3840
|
-
/*! *****************************************************************************
|
|
3841
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3842
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
3843
|
-
this file except in compliance with the License. You may obtain a copy of the
|
|
3844
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
3845
|
-
|
|
3846
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
3847
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
3848
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
3849
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
3850
|
-
|
|
3851
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
|
3852
|
-
and limitations under the License.
|
|
3853
|
-
***************************************************************************** */
|
|
3854
3839
|
var ts9 = (() => {
|
|
3855
3840
|
var __defProp4 = Object.defineProperty;
|
|
3856
3841
|
var __getOwnPropNames3 = Object.getOwnPropertyNames;
|
|
@@ -345914,13 +345899,6 @@ var require_package2 = __commonJS({
|
|
|
345914
345899
|
var require_ejs = __commonJS({
|
|
345915
345900
|
"node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports2) {
|
|
345916
345901
|
"use strict";
|
|
345917
|
-
/**
|
|
345918
|
-
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
345919
|
-
* @author Matthew Eernisse <mde@fleegix.org>
|
|
345920
|
-
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
345921
|
-
* @project EJS
|
|
345922
|
-
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
345923
|
-
*/
|
|
345924
345902
|
var fs7 = require("fs");
|
|
345925
345903
|
var path13 = require("path");
|
|
345926
345904
|
var utils2 = require_utils5();
|
|
@@ -351670,13 +351648,6 @@ var require_rimraf = __commonJS({
|
|
|
351670
351648
|
// node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js
|
|
351671
351649
|
var require_tmp = __commonJS({
|
|
351672
351650
|
"node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js"(exports2, module2) {
|
|
351673
|
-
/*!
|
|
351674
|
-
* Tmp
|
|
351675
|
-
*
|
|
351676
|
-
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
351677
|
-
*
|
|
351678
|
-
* MIT Licensed
|
|
351679
|
-
*/
|
|
351680
351651
|
var fs7 = require("fs");
|
|
351681
351652
|
var os6 = require("os");
|
|
351682
351653
|
var path13 = require("path");
|
|
@@ -353067,13 +353038,6 @@ var require_offset_from_root = __commonJS({
|
|
|
353067
353038
|
var require_utils6 = __commonJS({
|
|
353068
353039
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/utils.js"(exports2) {
|
|
353069
353040
|
"use strict";
|
|
353070
|
-
/**
|
|
353071
|
-
* @license
|
|
353072
|
-
* Copyright Google LLC All Rights Reserved.
|
|
353073
|
-
*
|
|
353074
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
353075
|
-
* found in the LICENSE file at https://angular.io/license
|
|
353076
|
-
*/
|
|
353077
353041
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353078
353042
|
exports2.isJsonArray = exports2.isJsonObject = void 0;
|
|
353079
353043
|
function isJsonObject(value) {
|
|
@@ -353091,13 +353055,6 @@ var require_utils6 = __commonJS({
|
|
|
353091
353055
|
var require_utility = __commonJS({
|
|
353092
353056
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/utility.js"(exports2) {
|
|
353093
353057
|
"use strict";
|
|
353094
|
-
/**
|
|
353095
|
-
* @license
|
|
353096
|
-
* Copyright Google LLC All Rights Reserved.
|
|
353097
|
-
*
|
|
353098
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
353099
|
-
* found in the LICENSE file at https://angular.io/license
|
|
353100
|
-
*/
|
|
353101
353058
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353102
353059
|
exports2.getTypesOfSchema = void 0;
|
|
353103
353060
|
var utils_1 = require_utils6();
|
|
@@ -353178,13 +353135,6 @@ var require_utility = __commonJS({
|
|
|
353178
353135
|
var require_transforms = __commonJS({
|
|
353179
353136
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/transforms.js"(exports2) {
|
|
353180
353137
|
"use strict";
|
|
353181
|
-
/**
|
|
353182
|
-
* @license
|
|
353183
|
-
* Copyright Google LLC All Rights Reserved.
|
|
353184
|
-
*
|
|
353185
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
353186
|
-
* found in the LICENSE file at https://angular.io/license
|
|
353187
|
-
*/
|
|
353188
353138
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353189
353139
|
exports2.addUndefinedDefaults = void 0;
|
|
353190
353140
|
var utils_1 = require_utils6();
|
|
@@ -353263,13 +353213,6 @@ var require_transforms = __commonJS({
|
|
|
353263
353213
|
var require_interface = __commonJS({
|
|
353264
353214
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/interface.js"(exports2) {
|
|
353265
353215
|
"use strict";
|
|
353266
|
-
/**
|
|
353267
|
-
* @license
|
|
353268
|
-
* Copyright Google LLC All Rights Reserved.
|
|
353269
|
-
*
|
|
353270
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
353271
|
-
* found in the LICENSE file at https://angular.io/license
|
|
353272
|
-
*/
|
|
353273
353216
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353274
353217
|
}
|
|
353275
353218
|
});
|
|
@@ -353278,13 +353221,6 @@ var require_interface = __commonJS({
|
|
|
353278
353221
|
var require_pointer = __commonJS({
|
|
353279
353222
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/pointer.js"(exports2) {
|
|
353280
353223
|
"use strict";
|
|
353281
|
-
/**
|
|
353282
|
-
* @license
|
|
353283
|
-
* Copyright Google LLC All Rights Reserved.
|
|
353284
|
-
*
|
|
353285
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
353286
|
-
* found in the LICENSE file at https://angular.io/license
|
|
353287
|
-
*/
|
|
353288
353224
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353289
353225
|
exports2.parseJsonPointer = exports2.joinJsonPointer = exports2.buildJsonPointer = void 0;
|
|
353290
353226
|
function buildJsonPointer(fragments) {
|
|
@@ -356388,7 +356324,6 @@ var require_data = __commonJS({
|
|
|
356388
356324
|
// node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js
|
|
356389
356325
|
var require_uri_all = __commonJS({
|
|
356390
356326
|
"node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js"(exports2, module2) {
|
|
356391
|
-
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
356392
356327
|
(function(global2, factory) {
|
|
356393
356328
|
typeof exports2 === "object" && typeof module2 !== "undefined" ? factory(exports2) : typeof define === "function" && define.amd ? define(["exports"], factory) : factory(global2.URI = global2.URI || {});
|
|
356394
356329
|
})(exports2, function(exports3) {
|
|
@@ -369954,13 +369889,6 @@ var require_cjs = __commonJS({
|
|
|
369954
369889
|
var require_exception = __commonJS({
|
|
369955
369890
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/exception.js"(exports2) {
|
|
369956
369891
|
"use strict";
|
|
369957
|
-
/**
|
|
369958
|
-
* @license
|
|
369959
|
-
* Copyright Google LLC All Rights Reserved.
|
|
369960
|
-
*
|
|
369961
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
369962
|
-
* found in the LICENSE file at https://angular.io/license
|
|
369963
|
-
*/
|
|
369964
369892
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
369965
369893
|
exports2.PathIsFileException = exports2.PathIsDirectoryException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.UnknownException = exports2.BaseException = void 0;
|
|
369966
369894
|
var BaseException = class extends Error {
|
|
@@ -370006,13 +369934,6 @@ var require_exception = __commonJS({
|
|
|
370006
369934
|
var require_literals = __commonJS({
|
|
370007
369935
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/literals.js"(exports2) {
|
|
370008
369936
|
"use strict";
|
|
370009
|
-
/**
|
|
370010
|
-
* @license
|
|
370011
|
-
* Copyright Google LLC All Rights Reserved.
|
|
370012
|
-
*
|
|
370013
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
370014
|
-
* found in the LICENSE file at https://angular.io/license
|
|
370015
|
-
*/
|
|
370016
369937
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
370017
369938
|
exports2.trimNewlines = exports2.stripIndents = exports2.stripIndent = exports2.indentBy = exports2.oneLine = void 0;
|
|
370018
369939
|
function oneLine(strings, ...values) {
|
|
@@ -370057,13 +369978,6 @@ var require_literals = __commonJS({
|
|
|
370057
369978
|
var require_strings = __commonJS({
|
|
370058
369979
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/strings.js"(exports2) {
|
|
370059
369980
|
"use strict";
|
|
370060
|
-
/**
|
|
370061
|
-
* @license
|
|
370062
|
-
* Copyright Google LLC All Rights Reserved.
|
|
370063
|
-
*
|
|
370064
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
370065
|
-
* found in the LICENSE file at https://angular.io/license
|
|
370066
|
-
*/
|
|
370067
369981
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
370068
369982
|
exports2.levenshtein = exports2.capitalize = exports2.underscore = exports2.classify = exports2.camelize = exports2.dasherize = exports2.decamelize = void 0;
|
|
370069
369983
|
var STRING_DASHERIZE_REGEXP = /[ _]/g;
|
|
@@ -370136,13 +370050,6 @@ var require_strings = __commonJS({
|
|
|
370136
370050
|
var require_object = __commonJS({
|
|
370137
370051
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/object.js"(exports2) {
|
|
370138
370052
|
"use strict";
|
|
370139
|
-
/**
|
|
370140
|
-
* @license
|
|
370141
|
-
* Copyright Google LLC All Rights Reserved.
|
|
370142
|
-
*
|
|
370143
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
370144
|
-
* found in the LICENSE file at https://angular.io/license
|
|
370145
|
-
*/
|
|
370146
370053
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
370147
370054
|
exports2.deepCopy = void 0;
|
|
370148
370055
|
var copySymbol = Symbol();
|
|
@@ -372494,13 +372401,6 @@ var require_source_map2 = __commonJS({
|
|
|
372494
372401
|
var require_template = __commonJS({
|
|
372495
372402
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/template.js"(exports2) {
|
|
372496
372403
|
"use strict";
|
|
372497
|
-
/**
|
|
372498
|
-
* @license
|
|
372499
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372500
|
-
*
|
|
372501
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372502
|
-
* found in the LICENSE file at https://angular.io/license
|
|
372503
|
-
*/
|
|
372504
372404
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372505
372405
|
exports2.template = exports2.templateParser = void 0;
|
|
372506
372406
|
var source_map_1 = require_source_map2();
|
|
@@ -372715,13 +372615,6 @@ var require_template = __commonJS({
|
|
|
372715
372615
|
var require_partially_ordered_set = __commonJS({
|
|
372716
372616
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/partially-ordered-set.js"(exports2) {
|
|
372717
372617
|
"use strict";
|
|
372718
|
-
/**
|
|
372719
|
-
* @license
|
|
372720
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372721
|
-
*
|
|
372722
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372723
|
-
* found in the LICENSE file at https://angular.io/license
|
|
372724
|
-
*/
|
|
372725
372618
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372726
372619
|
exports2.PartiallyOrderedSet = exports2.CircularDependencyFoundException = exports2.DependencyNotFoundException = void 0;
|
|
372727
372620
|
var exception_1 = require_exception();
|
|
@@ -372856,13 +372749,6 @@ var require_partially_ordered_set = __commonJS({
|
|
|
372856
372749
|
var require_priority_queue = __commonJS({
|
|
372857
372750
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/priority-queue.js"(exports2) {
|
|
372858
372751
|
"use strict";
|
|
372859
|
-
/**
|
|
372860
|
-
* @license
|
|
372861
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372862
|
-
*
|
|
372863
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372864
|
-
* found in the LICENSE file at https://angular.io/license
|
|
372865
|
-
*/
|
|
372866
372752
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372867
372753
|
exports2.PriorityQueue = void 0;
|
|
372868
372754
|
var PriorityQueue = class {
|
|
@@ -372909,13 +372795,6 @@ var require_priority_queue = __commonJS({
|
|
|
372909
372795
|
var require_lang = __commonJS({
|
|
372910
372796
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/lang.js"(exports2) {
|
|
372911
372797
|
"use strict";
|
|
372912
|
-
/**
|
|
372913
|
-
* @license
|
|
372914
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372915
|
-
*
|
|
372916
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372917
|
-
* found in the LICENSE file at https://angular.io/license
|
|
372918
|
-
*/
|
|
372919
372798
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372920
372799
|
exports2.isPromise = void 0;
|
|
372921
372800
|
function isPromise(obj) {
|
|
@@ -372929,13 +372808,6 @@ var require_lang = __commonJS({
|
|
|
372929
372808
|
var require_utils7 = __commonJS({
|
|
372930
372809
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/index.js"(exports2) {
|
|
372931
372810
|
"use strict";
|
|
372932
|
-
/**
|
|
372933
|
-
* @license
|
|
372934
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372935
|
-
*
|
|
372936
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372937
|
-
* found in the LICENSE file at https://angular.io/license
|
|
372938
|
-
*/
|
|
372939
372811
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
372940
372812
|
if (k23 === void 0)
|
|
372941
372813
|
k23 = k6;
|
|
@@ -372991,13 +372863,6 @@ var require_utils7 = __commonJS({
|
|
|
372991
372863
|
var require_visitor = __commonJS({
|
|
372992
372864
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/visitor.js"(exports2) {
|
|
372993
372865
|
"use strict";
|
|
372994
|
-
/**
|
|
372995
|
-
* @license
|
|
372996
|
-
* Copyright Google LLC All Rights Reserved.
|
|
372997
|
-
*
|
|
372998
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
372999
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373000
|
-
*/
|
|
373001
372866
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373002
372867
|
exports2.visitJsonSchema = exports2.visitJson = void 0;
|
|
373003
372868
|
var rxjs_1 = require_cjs();
|
|
@@ -373118,13 +372983,6 @@ var require_visitor = __commonJS({
|
|
|
373118
372983
|
var require_registry = __commonJS({
|
|
373119
372984
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/registry.js"(exports2) {
|
|
373120
372985
|
"use strict";
|
|
373121
|
-
/**
|
|
373122
|
-
* @license
|
|
373123
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373124
|
-
*
|
|
373125
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373126
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373127
|
-
*/
|
|
373128
372986
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373129
372987
|
if (k23 === void 0)
|
|
373130
372988
|
k23 = k6;
|
|
@@ -373631,13 +373489,6 @@ var require_registry = __commonJS({
|
|
|
373631
373489
|
var require_schema = __commonJS({
|
|
373632
373490
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/schema.js"(exports2) {
|
|
373633
373491
|
"use strict";
|
|
373634
|
-
/**
|
|
373635
|
-
* @license
|
|
373636
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373637
|
-
*
|
|
373638
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373639
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373640
|
-
*/
|
|
373641
373492
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373642
373493
|
exports2.mergeSchemas = exports2.isJsonSchema = void 0;
|
|
373643
373494
|
var utils_1 = require_utils6();
|
|
@@ -373677,13 +373528,6 @@ var require_schema = __commonJS({
|
|
|
373677
373528
|
var require_schema2 = __commonJS({
|
|
373678
373529
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/index.js"(exports2) {
|
|
373679
373530
|
"use strict";
|
|
373680
|
-
/**
|
|
373681
|
-
* @license
|
|
373682
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373683
|
-
*
|
|
373684
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373685
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373686
|
-
*/
|
|
373687
373531
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373688
373532
|
if (k23 === void 0)
|
|
373689
373533
|
k23 = k6;
|
|
@@ -373738,13 +373582,6 @@ var require_schema2 = __commonJS({
|
|
|
373738
373582
|
var require_json = __commonJS({
|
|
373739
373583
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/index.js"(exports2) {
|
|
373740
373584
|
"use strict";
|
|
373741
|
-
/**
|
|
373742
|
-
* @license
|
|
373743
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373744
|
-
*
|
|
373745
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373746
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373747
|
-
*/
|
|
373748
373585
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373749
373586
|
if (k23 === void 0)
|
|
373750
373587
|
k23 = k6;
|
|
@@ -373794,13 +373631,6 @@ var require_json = __commonJS({
|
|
|
373794
373631
|
var require_logger = __commonJS({
|
|
373795
373632
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/logger.js"(exports2) {
|
|
373796
373633
|
"use strict";
|
|
373797
|
-
/**
|
|
373798
|
-
* @license
|
|
373799
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373800
|
-
*
|
|
373801
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373802
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373803
|
-
*/
|
|
373804
373634
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373805
373635
|
exports2.Logger = void 0;
|
|
373806
373636
|
var rxjs_1 = require_cjs();
|
|
@@ -373922,13 +373752,6 @@ var require_logger = __commonJS({
|
|
|
373922
373752
|
var require_indent = __commonJS({
|
|
373923
373753
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/indent.js"(exports2) {
|
|
373924
373754
|
"use strict";
|
|
373925
|
-
/**
|
|
373926
|
-
* @license
|
|
373927
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373928
|
-
*
|
|
373929
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373930
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373931
|
-
*/
|
|
373932
373755
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373933
373756
|
exports2.IndentLogger = void 0;
|
|
373934
373757
|
var rxjs_1 = require_cjs();
|
|
@@ -373961,13 +373784,6 @@ var require_indent = __commonJS({
|
|
|
373961
373784
|
var require_level = __commonJS({
|
|
373962
373785
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/level.js"(exports2) {
|
|
373963
373786
|
"use strict";
|
|
373964
|
-
/**
|
|
373965
|
-
* @license
|
|
373966
|
-
* Copyright Google LLC All Rights Reserved.
|
|
373967
|
-
*
|
|
373968
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
373969
|
-
* found in the LICENSE file at https://angular.io/license
|
|
373970
|
-
*/
|
|
373971
373787
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373972
373788
|
exports2.LevelCapLogger = exports2.LevelTransformLogger = void 0;
|
|
373973
373789
|
var logger_1 = require_logger();
|
|
@@ -374017,13 +373833,6 @@ var require_level = __commonJS({
|
|
|
374017
373833
|
var require_null_logger = __commonJS({
|
|
374018
373834
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/null-logger.js"(exports2) {
|
|
374019
373835
|
"use strict";
|
|
374020
|
-
/**
|
|
374021
|
-
* @license
|
|
374022
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374023
|
-
*
|
|
374024
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374025
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374026
|
-
*/
|
|
374027
373836
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374028
373837
|
exports2.NullLogger = void 0;
|
|
374029
373838
|
var rxjs_1 = require_cjs();
|
|
@@ -374059,13 +373868,6 @@ var require_null_logger = __commonJS({
|
|
|
374059
373868
|
var require_transform_logger = __commonJS({
|
|
374060
373869
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/transform-logger.js"(exports2) {
|
|
374061
373870
|
"use strict";
|
|
374062
|
-
/**
|
|
374063
|
-
* @license
|
|
374064
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374065
|
-
*
|
|
374066
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374067
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374068
|
-
*/
|
|
374069
373871
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374070
373872
|
exports2.TransformLogger = void 0;
|
|
374071
373873
|
var logger_1 = require_logger();
|
|
@@ -374083,13 +373885,6 @@ var require_transform_logger = __commonJS({
|
|
|
374083
373885
|
var require_logger2 = __commonJS({
|
|
374084
373886
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/index.js"(exports2) {
|
|
374085
373887
|
"use strict";
|
|
374086
|
-
/**
|
|
374087
|
-
* @license
|
|
374088
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374089
|
-
*
|
|
374090
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374091
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374092
|
-
*/
|
|
374093
373888
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
374094
373889
|
if (k23 === void 0)
|
|
374095
373890
|
k23 = k6;
|
|
@@ -374123,13 +373918,6 @@ var require_logger2 = __commonJS({
|
|
|
374123
373918
|
var require_definitions = __commonJS({
|
|
374124
373919
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/definitions.js"(exports2) {
|
|
374125
373920
|
"use strict";
|
|
374126
|
-
/**
|
|
374127
|
-
* @license
|
|
374128
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374129
|
-
*
|
|
374130
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374131
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374132
|
-
*/
|
|
374133
373921
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374134
373922
|
exports2.TargetDefinitionCollection = exports2.ProjectDefinitionCollection = void 0;
|
|
374135
373923
|
var DefinitionCollection = class {
|
|
@@ -374296,13 +374084,6 @@ var require_definitions = __commonJS({
|
|
|
374296
374084
|
var require_path2 = __commonJS({
|
|
374297
374085
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/path.js"(exports2) {
|
|
374298
374086
|
"use strict";
|
|
374299
|
-
/**
|
|
374300
|
-
* @license
|
|
374301
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374302
|
-
*
|
|
374303
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374304
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374305
|
-
*/
|
|
374306
374087
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374307
374088
|
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;
|
|
374308
374089
|
var exception_1 = require_exception();
|
|
@@ -374506,13 +374287,6 @@ var require_path2 = __commonJS({
|
|
|
374506
374287
|
var require_buffer2 = __commonJS({
|
|
374507
374288
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/buffer.js"(exports2) {
|
|
374508
374289
|
"use strict";
|
|
374509
|
-
/**
|
|
374510
|
-
* @license
|
|
374511
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374512
|
-
*
|
|
374513
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374514
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374515
|
-
*/
|
|
374516
374290
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374517
374291
|
exports2.fileBuffer = exports2.fileBufferToString = exports2.stringToFileBuffer = void 0;
|
|
374518
374292
|
var node_util_1 = require("node:util");
|
|
@@ -374538,13 +374312,6 @@ var require_buffer2 = __commonJS({
|
|
|
374538
374312
|
var require_interface2 = __commonJS({
|
|
374539
374313
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/interface.js"(exports2) {
|
|
374540
374314
|
"use strict";
|
|
374541
|
-
/**
|
|
374542
|
-
* @license
|
|
374543
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374544
|
-
*
|
|
374545
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374546
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374547
|
-
*/
|
|
374548
374315
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374549
374316
|
exports2.HostWatchEventType = void 0;
|
|
374550
374317
|
var HostWatchEventType;
|
|
@@ -374561,13 +374328,6 @@ var require_interface2 = __commonJS({
|
|
|
374561
374328
|
var require_memory = __commonJS({
|
|
374562
374329
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/memory.js"(exports2) {
|
|
374563
374330
|
"use strict";
|
|
374564
|
-
/**
|
|
374565
|
-
* @license
|
|
374566
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374567
|
-
*
|
|
374568
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374569
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374570
|
-
*/
|
|
374571
374331
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374572
374332
|
exports2.SimpleMemoryHost = void 0;
|
|
374573
374333
|
var rxjs_1 = require_cjs();
|
|
@@ -374884,13 +374644,6 @@ var require_memory = __commonJS({
|
|
|
374884
374644
|
var require_sync8 = __commonJS({
|
|
374885
374645
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/sync.js"(exports2) {
|
|
374886
374646
|
"use strict";
|
|
374887
|
-
/**
|
|
374888
|
-
* @license
|
|
374889
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374890
|
-
*
|
|
374891
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374892
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374893
|
-
*/
|
|
374894
374647
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374895
374648
|
exports2.SyncDelegateHost = exports2.SynchronousDelegateExpectedException = void 0;
|
|
374896
374649
|
var exception_1 = require_exception();
|
|
@@ -374972,13 +374725,6 @@ var require_sync8 = __commonJS({
|
|
|
374972
374725
|
var require_test = __commonJS({
|
|
374973
374726
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/test.js"(exports2) {
|
|
374974
374727
|
"use strict";
|
|
374975
|
-
/**
|
|
374976
|
-
* @license
|
|
374977
|
-
* Copyright Google LLC All Rights Reserved.
|
|
374978
|
-
*
|
|
374979
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
374980
|
-
* found in the LICENSE file at https://angular.io/license
|
|
374981
|
-
*/
|
|
374982
374728
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374983
374729
|
exports2.TestHost = void 0;
|
|
374984
374730
|
var path_1 = require_path2();
|
|
@@ -375092,13 +374838,6 @@ var require_test = __commonJS({
|
|
|
375092
374838
|
var require_resolver = __commonJS({
|
|
375093
374839
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/resolver.js"(exports2) {
|
|
375094
374840
|
"use strict";
|
|
375095
|
-
/**
|
|
375096
|
-
* @license
|
|
375097
|
-
* Copyright Google LLC All Rights Reserved.
|
|
375098
|
-
*
|
|
375099
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
375100
|
-
* found in the LICENSE file at https://angular.io/license
|
|
375101
|
-
*/
|
|
375102
374841
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375103
374842
|
exports2.ResolverHost = void 0;
|
|
375104
374843
|
var ResolverHost = class {
|
|
@@ -375150,13 +374889,6 @@ var require_resolver = __commonJS({
|
|
|
375150
374889
|
var require_alias = __commonJS({
|
|
375151
374890
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/alias.js"(exports2) {
|
|
375152
374891
|
"use strict";
|
|
375153
|
-
/**
|
|
375154
|
-
* @license
|
|
375155
|
-
* Copyright Google LLC All Rights Reserved.
|
|
375156
|
-
*
|
|
375157
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
375158
|
-
* found in the LICENSE file at https://angular.io/license
|
|
375159
|
-
*/
|
|
375160
374892
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375161
374893
|
exports2.AliasHost = void 0;
|
|
375162
374894
|
var path_1 = require_path2();
|
|
@@ -375189,13 +374921,6 @@ var require_alias = __commonJS({
|
|
|
375189
374921
|
var require_create = __commonJS({
|
|
375190
374922
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/create.js"(exports2) {
|
|
375191
374923
|
"use strict";
|
|
375192
|
-
/**
|
|
375193
|
-
* @license
|
|
375194
|
-
* Copyright Google LLC All Rights Reserved.
|
|
375195
|
-
*
|
|
375196
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
375197
|
-
* found in the LICENSE file at https://angular.io/license
|
|
375198
|
-
*/
|
|
375199
374924
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375200
374925
|
exports2.createSyncHost = void 0;
|
|
375201
374926
|
var rxjs_1 = require_cjs();
|
|
@@ -375250,13 +374975,6 @@ var require_create = __commonJS({
|
|
|
375250
374975
|
var require_empty2 = __commonJS({
|
|
375251
374976
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/empty.js"(exports2) {
|
|
375252
374977
|
"use strict";
|
|
375253
|
-
/**
|
|
375254
|
-
* @license
|
|
375255
|
-
* Copyright Google LLC All Rights Reserved.
|
|
375256
|
-
*
|
|
375257
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
375258
|
-
* found in the LICENSE file at https://angular.io/license
|
|
375259
|
-
*/
|
|
375260
374978
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
375261
374979
|
exports2.Empty = void 0;
|
|
375262
374980
|
var rxjs_1 = require_cjs();
|
|
@@ -376824,13 +376542,6 @@ var require_picomatch4 = __commonJS({
|
|
|
376824
376542
|
var require_pattern3 = __commonJS({
|
|
376825
376543
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/pattern.js"(exports2) {
|
|
376826
376544
|
"use strict";
|
|
376827
|
-
/**
|
|
376828
|
-
* @license
|
|
376829
|
-
* Copyright Google LLC All Rights Reserved.
|
|
376830
|
-
*
|
|
376831
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
376832
|
-
* found in the LICENSE file at https://angular.io/license
|
|
376833
|
-
*/
|
|
376834
376545
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376835
376546
|
exports2.PatternMatchingHost = void 0;
|
|
376836
376547
|
var picomatch_1 = require_picomatch4();
|
|
@@ -376862,13 +376573,6 @@ var require_pattern3 = __commonJS({
|
|
|
376862
376573
|
var require_record = __commonJS({
|
|
376863
376574
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/record.js"(exports2) {
|
|
376864
376575
|
"use strict";
|
|
376865
|
-
/**
|
|
376866
|
-
* @license
|
|
376867
|
-
* Copyright Google LLC All Rights Reserved.
|
|
376868
|
-
*
|
|
376869
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
376870
|
-
* found in the LICENSE file at https://angular.io/license
|
|
376871
|
-
*/
|
|
376872
376576
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376873
376577
|
exports2.CordHost = void 0;
|
|
376874
376578
|
var rxjs_1 = require_cjs();
|
|
@@ -377138,13 +376842,6 @@ var require_record = __commonJS({
|
|
|
377138
376842
|
var require_safe = __commonJS({
|
|
377139
376843
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/safe.js"(exports2) {
|
|
377140
376844
|
"use strict";
|
|
377141
|
-
/**
|
|
377142
|
-
* @license
|
|
377143
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377144
|
-
*
|
|
377145
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377146
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377147
|
-
*/
|
|
377148
376845
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377149
376846
|
exports2.SafeReadonlyHost = void 0;
|
|
377150
376847
|
var rxjs_1 = require_cjs();
|
|
@@ -377185,13 +376882,6 @@ var require_safe = __commonJS({
|
|
|
377185
376882
|
var require_scoped = __commonJS({
|
|
377186
376883
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/scoped.js"(exports2) {
|
|
377187
376884
|
"use strict";
|
|
377188
|
-
/**
|
|
377189
|
-
* @license
|
|
377190
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377191
|
-
*
|
|
377192
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377193
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377194
|
-
*/
|
|
377195
376885
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377196
376886
|
exports2.ScopedHost = void 0;
|
|
377197
376887
|
var path_1 = require_path2();
|
|
@@ -377214,13 +376904,6 @@ var require_scoped = __commonJS({
|
|
|
377214
376904
|
var require_host = __commonJS({
|
|
377215
376905
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/index.js"(exports2) {
|
|
377216
376906
|
"use strict";
|
|
377217
|
-
/**
|
|
377218
|
-
* @license
|
|
377219
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377220
|
-
*
|
|
377221
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377222
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377223
|
-
*/
|
|
377224
376907
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
377225
376908
|
if (k23 === void 0)
|
|
377226
376909
|
k23 = k6;
|
|
@@ -377281,13 +376964,6 @@ var require_host = __commonJS({
|
|
|
377281
376964
|
var require_virtual_fs = __commonJS({
|
|
377282
376965
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/index.js"(exports2) {
|
|
377283
376966
|
"use strict";
|
|
377284
|
-
/**
|
|
377285
|
-
* @license
|
|
377286
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377287
|
-
*
|
|
377288
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377289
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377290
|
-
*/
|
|
377291
376967
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
377292
376968
|
if (k23 === void 0)
|
|
377293
376969
|
k23 = k6;
|
|
@@ -377337,13 +377013,6 @@ var require_virtual_fs = __commonJS({
|
|
|
377337
377013
|
var require_host2 = __commonJS({
|
|
377338
377014
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/host.js"(exports2) {
|
|
377339
377015
|
"use strict";
|
|
377340
|
-
/**
|
|
377341
|
-
* @license
|
|
377342
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377343
|
-
*
|
|
377344
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377345
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377346
|
-
*/
|
|
377347
377016
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377348
377017
|
exports2.createWorkspaceHost = void 0;
|
|
377349
377018
|
var rxjs_1 = require_cjs();
|
|
@@ -377531,13 +377200,6 @@ var require_main = __commonJS({
|
|
|
377531
377200
|
var require_metadata2 = __commonJS({
|
|
377532
377201
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/metadata.js"(exports2) {
|
|
377533
377202
|
"use strict";
|
|
377534
|
-
/**
|
|
377535
|
-
* @license
|
|
377536
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377537
|
-
*
|
|
377538
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377539
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377540
|
-
*/
|
|
377541
377203
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377542
377204
|
exports2.JsonWorkspaceMetadata = exports2.JsonWorkspaceSymbol = void 0;
|
|
377543
377205
|
var jsonc_parser_1 = require_main();
|
|
@@ -377594,13 +377256,6 @@ var require_metadata2 = __commonJS({
|
|
|
377594
377256
|
var require_utilities = __commonJS({
|
|
377595
377257
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/utilities.js"(exports2) {
|
|
377596
377258
|
"use strict";
|
|
377597
|
-
/**
|
|
377598
|
-
* @license
|
|
377599
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377600
|
-
*
|
|
377601
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377602
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377603
|
-
*/
|
|
377604
377259
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377605
377260
|
exports2.createVirtualAstObject = void 0;
|
|
377606
377261
|
var json_1 = require_json();
|
|
@@ -377707,13 +377362,6 @@ var require_utilities = __commonJS({
|
|
|
377707
377362
|
var require_reader3 = __commonJS({
|
|
377708
377363
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/reader.js"(exports2) {
|
|
377709
377364
|
"use strict";
|
|
377710
|
-
/**
|
|
377711
|
-
* @license
|
|
377712
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377713
|
-
*
|
|
377714
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377715
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377716
|
-
*/
|
|
377717
377365
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377718
377366
|
exports2.readJsonWorkspace = void 0;
|
|
377719
377367
|
var jsonc_parser_1 = require_main();
|
|
@@ -377928,13 +377576,6 @@ var require_reader3 = __commonJS({
|
|
|
377928
377576
|
var require_writer = __commonJS({
|
|
377929
377577
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/writer.js"(exports2) {
|
|
377930
377578
|
"use strict";
|
|
377931
|
-
/**
|
|
377932
|
-
* @license
|
|
377933
|
-
* Copyright Google LLC All Rights Reserved.
|
|
377934
|
-
*
|
|
377935
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
377936
|
-
* found in the LICENSE file at https://angular.io/license
|
|
377937
|
-
*/
|
|
377938
377579
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377939
377580
|
exports2.writeJsonWorkspace = void 0;
|
|
377940
377581
|
var jsonc_parser_1 = require_main();
|
|
@@ -378064,13 +377705,6 @@ var require_writer = __commonJS({
|
|
|
378064
377705
|
var require_core3 = __commonJS({
|
|
378065
377706
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/core.js"(exports2) {
|
|
378066
377707
|
"use strict";
|
|
378067
|
-
/**
|
|
378068
|
-
* @license
|
|
378069
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378070
|
-
*
|
|
378071
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378072
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378073
|
-
*/
|
|
378074
377708
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378075
377709
|
exports2.writeWorkspace = exports2.readWorkspace = exports2._test_removeWorkspaceFile = exports2._test_addWorkspaceFile = exports2.WorkspaceFormat = void 0;
|
|
378076
377710
|
var virtual_fs_1 = require_virtual_fs();
|
|
@@ -378155,13 +377789,6 @@ var require_core3 = __commonJS({
|
|
|
378155
377789
|
var require_workspace = __commonJS({
|
|
378156
377790
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/index.js"(exports2) {
|
|
378157
377791
|
"use strict";
|
|
378158
|
-
/**
|
|
378159
|
-
* @license
|
|
378160
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378161
|
-
*
|
|
378162
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378163
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378164
|
-
*/
|
|
378165
377792
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
378166
377793
|
if (k23 === void 0)
|
|
378167
377794
|
k23 = k6;
|
|
@@ -378206,13 +377833,6 @@ var require_workspace = __commonJS({
|
|
|
378206
377833
|
var require_src3 = __commonJS({
|
|
378207
377834
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/index.js"(exports2) {
|
|
378208
377835
|
"use strict";
|
|
378209
|
-
/**
|
|
378210
|
-
* @license
|
|
378211
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378212
|
-
*
|
|
378213
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378214
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378215
|
-
*/
|
|
378216
377836
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
378217
377837
|
if (k23 === void 0)
|
|
378218
377838
|
k23 = k6;
|
|
@@ -378269,13 +377889,6 @@ var require_src3 = __commonJS({
|
|
|
378269
377889
|
var require_html_selector = __commonJS({
|
|
378270
377890
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/html-selector.js"(exports2) {
|
|
378271
377891
|
"use strict";
|
|
378272
|
-
/**
|
|
378273
|
-
* @license
|
|
378274
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378275
|
-
*
|
|
378276
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378277
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378278
|
-
*/
|
|
378279
377892
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378280
377893
|
exports2.htmlSelectorFormat = void 0;
|
|
378281
377894
|
var unicodeRanges = [
|
|
@@ -378315,13 +377928,6 @@ var require_html_selector = __commonJS({
|
|
|
378315
377928
|
var require_path3 = __commonJS({
|
|
378316
377929
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/path.js"(exports2) {
|
|
378317
377930
|
"use strict";
|
|
378318
|
-
/**
|
|
378319
|
-
* @license
|
|
378320
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378321
|
-
*
|
|
378322
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378323
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378324
|
-
*/
|
|
378325
377931
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378326
377932
|
exports2.pathFormat = void 0;
|
|
378327
377933
|
var core_1 = require_src3();
|
|
@@ -378341,13 +377947,6 @@ var require_path3 = __commonJS({
|
|
|
378341
377947
|
var require_formats2 = __commonJS({
|
|
378342
377948
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/index.js"(exports2) {
|
|
378343
377949
|
"use strict";
|
|
378344
|
-
/**
|
|
378345
|
-
* @license
|
|
378346
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378347
|
-
*
|
|
378348
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378349
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378350
|
-
*/
|
|
378351
377950
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378352
377951
|
exports2.standardFormats = exports2.pathFormat = exports2.htmlSelectorFormat = void 0;
|
|
378353
377952
|
var html_selector_1 = require_html_selector();
|
|
@@ -378368,13 +377967,6 @@ var require_formats2 = __commonJS({
|
|
|
378368
377967
|
var require_interface3 = __commonJS({
|
|
378369
377968
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/interface.js"(exports2) {
|
|
378370
377969
|
"use strict";
|
|
378371
|
-
/**
|
|
378372
|
-
* @license
|
|
378373
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378374
|
-
*
|
|
378375
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378376
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378377
|
-
*/
|
|
378378
377970
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378379
377971
|
exports2.Tree = exports2.TreeSymbol = exports2.FileVisitorCancelToken = exports2.MergeStrategy = void 0;
|
|
378380
377972
|
var MergeStrategy;
|
|
@@ -378410,13 +378002,6 @@ var require_interface3 = __commonJS({
|
|
|
378410
378002
|
var require_exception2 = __commonJS({
|
|
378411
378003
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/exception/exception.js"(exports2) {
|
|
378412
378004
|
"use strict";
|
|
378413
|
-
/**
|
|
378414
|
-
* @license
|
|
378415
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378416
|
-
*
|
|
378417
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378418
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378419
|
-
*/
|
|
378420
378005
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378421
378006
|
exports2.UnimplementedException = exports2.UnsuccessfulWorkflowExecution = exports2.MergeConflictException = exports2.InvalidUpdateRecordException = exports2.ContentHasMutatedException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.SchematicsException = void 0;
|
|
378422
378007
|
var core_1 = require_src3();
|
|
@@ -378472,13 +378057,6 @@ var require_exception2 = __commonJS({
|
|
|
378472
378057
|
var require_delegate = __commonJS({
|
|
378473
378058
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/delegate.js"(exports2) {
|
|
378474
378059
|
"use strict";
|
|
378475
|
-
/**
|
|
378476
|
-
* @license
|
|
378477
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378478
|
-
*
|
|
378479
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378480
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378481
|
-
*/
|
|
378482
378060
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378483
378061
|
exports2.DelegateTree = void 0;
|
|
378484
378062
|
var interface_1 = require_interface3();
|
|
@@ -378556,13 +378134,6 @@ var require_delegate = __commonJS({
|
|
|
378556
378134
|
var require_entry3 = __commonJS({
|
|
378557
378135
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/entry.js"(exports2) {
|
|
378558
378136
|
"use strict";
|
|
378559
|
-
/**
|
|
378560
|
-
* @license
|
|
378561
|
-
* Copyright Google LLC All Rights Reserved.
|
|
378562
|
-
*
|
|
378563
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
378564
|
-
* found in the LICENSE file at https://angular.io/license
|
|
378565
|
-
*/
|
|
378566
378137
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378567
378138
|
exports2.LazyFileEntry = exports2.SimpleFileEntry = void 0;
|
|
378568
378139
|
var SimpleFileEntry = class {
|
|
@@ -380026,13 +379597,6 @@ var require_magic_string_cjs = __commonJS({
|
|
|
380026
379597
|
var require_update_buffer = __commonJS({
|
|
380027
379598
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/utility/update-buffer.js"(exports2) {
|
|
380028
379599
|
"use strict";
|
|
380029
|
-
/**
|
|
380030
|
-
* @license
|
|
380031
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380032
|
-
*
|
|
380033
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380034
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380035
|
-
*/
|
|
380036
379600
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
|
|
380037
379601
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
380038
379602
|
};
|
|
@@ -380112,13 +379676,6 @@ var require_update_buffer = __commonJS({
|
|
|
380112
379676
|
var require_recorder = __commonJS({
|
|
380113
379677
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/recorder.js"(exports2) {
|
|
380114
379678
|
"use strict";
|
|
380115
|
-
/**
|
|
380116
|
-
* @license
|
|
380117
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380118
|
-
*
|
|
380119
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380120
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380121
|
-
*/
|
|
380122
379679
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380123
379680
|
exports2.UpdateRecorderBom = exports2.UpdateRecorderBase = void 0;
|
|
380124
379681
|
var exception_1 = require_exception2();
|
|
@@ -380193,13 +379750,6 @@ var require_recorder = __commonJS({
|
|
|
380193
379750
|
var require_scoped2 = __commonJS({
|
|
380194
379751
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/scoped.js"(exports2) {
|
|
380195
379752
|
"use strict";
|
|
380196
|
-
/**
|
|
380197
|
-
* @license
|
|
380198
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380199
|
-
*
|
|
380200
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380201
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380202
|
-
*/
|
|
380203
379753
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380204
379754
|
exports2.ScopedTree = void 0;
|
|
380205
379755
|
var core_1 = require_src3();
|
|
@@ -380377,13 +379927,6 @@ var require_scoped2 = __commonJS({
|
|
|
380377
379927
|
var require_host_tree = __commonJS({
|
|
380378
379928
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/host-tree.js"(exports2) {
|
|
380379
379929
|
"use strict";
|
|
380380
|
-
/**
|
|
380381
|
-
* @license
|
|
380382
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380383
|
-
*
|
|
380384
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380385
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380386
|
-
*/
|
|
380387
379930
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380388
379931
|
exports2.FilterHostTree = exports2.HostCreateTree = exports2.HostTree = exports2.HostDirEntry = void 0;
|
|
380389
379932
|
var core_1 = require_src3();
|
|
@@ -380799,13 +380342,6 @@ var require_host_tree = __commonJS({
|
|
|
380799
380342
|
var require_static = __commonJS({
|
|
380800
380343
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/static.js"(exports2) {
|
|
380801
380344
|
"use strict";
|
|
380802
|
-
/**
|
|
380803
|
-
* @license
|
|
380804
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380805
|
-
*
|
|
380806
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380807
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380808
|
-
*/
|
|
380809
380345
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380810
380346
|
exports2.partition = exports2.merge = exports2.branch = exports2.empty = void 0;
|
|
380811
380347
|
var exception_1 = require_exception2();
|
|
@@ -380842,13 +380378,6 @@ var require_static = __commonJS({
|
|
|
380842
380378
|
var require_null = __commonJS({
|
|
380843
380379
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/null.js"(exports2) {
|
|
380844
380380
|
"use strict";
|
|
380845
|
-
/**
|
|
380846
|
-
* @license
|
|
380847
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380848
|
-
*
|
|
380849
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380850
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380851
|
-
*/
|
|
380852
380381
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380853
380382
|
exports2.NullTree = exports2.NullTreeDirEntry = exports2.CannotCreateFileException = void 0;
|
|
380854
380383
|
var core_1 = require_src3();
|
|
@@ -380949,13 +380478,6 @@ var require_null = __commonJS({
|
|
|
380949
380478
|
var require_call = __commonJS({
|
|
380950
380479
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/call.js"(exports2) {
|
|
380951
380480
|
"use strict";
|
|
380952
|
-
/**
|
|
380953
|
-
* @license
|
|
380954
|
-
* Copyright Google LLC All Rights Reserved.
|
|
380955
|
-
*
|
|
380956
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
380957
|
-
* found in the LICENSE file at https://angular.io/license
|
|
380958
|
-
*/
|
|
380959
380481
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380960
380482
|
exports2.callRule = exports2.callSource = exports2.InvalidSourceResultException = exports2.InvalidRuleResultException = void 0;
|
|
380961
380483
|
var core_1 = require_src3();
|
|
@@ -381036,13 +380558,6 @@ var require_call = __commonJS({
|
|
|
381036
380558
|
var require_schematic = __commonJS({
|
|
381037
380559
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/schematic.js"(exports2) {
|
|
381038
380560
|
"use strict";
|
|
381039
|
-
/**
|
|
381040
|
-
* @license
|
|
381041
|
-
* Copyright Google LLC All Rights Reserved.
|
|
381042
|
-
*
|
|
381043
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
381044
|
-
* found in the LICENSE file at https://angular.io/license
|
|
381045
|
-
*/
|
|
381046
380561
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
381047
380562
|
exports2.SchematicImpl = exports2.InvalidSchematicsNameException = void 0;
|
|
381048
380563
|
var core_1 = require_src3();
|
|
@@ -381107,13 +380622,6 @@ var require_schematic = __commonJS({
|
|
|
381107
380622
|
var require_engine = __commonJS({
|
|
381108
380623
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/engine.js"(exports2) {
|
|
381109
380624
|
"use strict";
|
|
381110
|
-
/**
|
|
381111
|
-
* @license
|
|
381112
|
-
* Copyright Google LLC All Rights Reserved.
|
|
381113
|
-
*
|
|
381114
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
381115
|
-
* found in the LICENSE file at https://angular.io/license
|
|
381116
|
-
*/
|
|
381117
380625
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
381118
380626
|
exports2.SchematicEngine = exports2.TaskScheduler = exports2.CollectionImpl = exports2.UnknownTaskDependencyException = exports2.UnregisteredTaskException = exports2.SchematicEngineConflictingException = exports2.PrivateSchematicException = exports2.UnknownSchematicException = exports2.CircularCollectionException = exports2.UnknownCollectionException = exports2.UnknownUrlSourceProtocol = void 0;
|
|
381119
380627
|
var core_1 = require_src3();
|
|
@@ -381408,13 +380916,6 @@ var require_engine = __commonJS({
|
|
|
381408
380916
|
var require_interface4 = __commonJS({
|
|
381409
380917
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/interface.js"(exports2) {
|
|
381410
380918
|
"use strict";
|
|
381411
|
-
/**
|
|
381412
|
-
* @license
|
|
381413
|
-
* Copyright Google LLC All Rights Reserved.
|
|
381414
|
-
*
|
|
381415
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
381416
|
-
* found in the LICENSE file at https://angular.io/license
|
|
381417
|
-
*/
|
|
381418
380919
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
381419
380920
|
}
|
|
381420
380921
|
});
|
|
@@ -381423,13 +380924,6 @@ var require_interface4 = __commonJS({
|
|
|
381423
380924
|
var require_engine2 = __commonJS({
|
|
381424
380925
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/index.js"(exports2) {
|
|
381425
380926
|
"use strict";
|
|
381426
|
-
/**
|
|
381427
|
-
* @license
|
|
381428
|
-
* Copyright Google LLC All Rights Reserved.
|
|
381429
|
-
*
|
|
381430
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
381431
|
-
* found in the LICENSE file at https://angular.io/license
|
|
381432
|
-
*/
|
|
381433
380927
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
381434
380928
|
if (k23 === void 0)
|
|
381435
380929
|
k23 = k6;
|
|
@@ -381461,13 +380955,6 @@ var require_engine2 = __commonJS({
|
|
|
381461
380955
|
var require_cli_logger = __commonJS({
|
|
381462
380956
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/cli-logger.js"(exports2) {
|
|
381463
380957
|
"use strict";
|
|
381464
|
-
/**
|
|
381465
|
-
* @license
|
|
381466
|
-
* Copyright Google LLC All Rights Reserved.
|
|
381467
|
-
*
|
|
381468
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
381469
|
-
* found in the LICENSE file at https://angular.io/license
|
|
381470
|
-
*/
|
|
381471
380958
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
381472
380959
|
exports2.createConsoleLogger = void 0;
|
|
381473
380960
|
var rxjs_1 = require_cjs();
|
|
@@ -383265,12 +382752,6 @@ var require_readdirp = __commonJS({
|
|
|
383265
382752
|
// node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js
|
|
383266
382753
|
var require_normalize_path = __commonJS({
|
|
383267
382754
|
"node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js"(exports2, module2) {
|
|
383268
|
-
/*!
|
|
383269
|
-
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
383270
|
-
*
|
|
383271
|
-
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
383272
|
-
* Released under the MIT License.
|
|
383273
|
-
*/
|
|
383274
382755
|
module2.exports = function(path13, stripTrailing) {
|
|
383275
382756
|
if (typeof path13 !== "string") {
|
|
383276
382757
|
throw new TypeError("expected path to be a string");
|
|
@@ -383367,12 +382848,6 @@ var require_anymatch = __commonJS({
|
|
|
383367
382848
|
// node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
|
|
383368
382849
|
var require_is_extglob2 = __commonJS({
|
|
383369
382850
|
"node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js"(exports2, module2) {
|
|
383370
|
-
/*!
|
|
383371
|
-
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
383372
|
-
*
|
|
383373
|
-
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
383374
|
-
* Licensed under the MIT License.
|
|
383375
|
-
*/
|
|
383376
382851
|
module2.exports = function isExtglob(str2) {
|
|
383377
382852
|
if (typeof str2 !== "string" || str2 === "") {
|
|
383378
382853
|
return false;
|
|
@@ -383391,12 +382866,6 @@ var require_is_extglob2 = __commonJS({
|
|
|
383391
382866
|
// node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
|
|
383392
382867
|
var require_is_glob2 = __commonJS({
|
|
383393
382868
|
"node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js"(exports2, module2) {
|
|
383394
|
-
/*!
|
|
383395
|
-
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
383396
|
-
*
|
|
383397
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
383398
|
-
* Released under the MIT License.
|
|
383399
|
-
*/
|
|
383400
382869
|
var isExtglob = require_is_extglob2();
|
|
383401
382870
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
383402
382871
|
var strictCheck = function(str2) {
|
|
@@ -383673,12 +383142,6 @@ var require_stringify2 = __commonJS({
|
|
|
383673
383142
|
var require_is_number2 = __commonJS({
|
|
383674
383143
|
"node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports2, module2) {
|
|
383675
383144
|
"use strict";
|
|
383676
|
-
/*!
|
|
383677
|
-
* is-number <https://github.com/jonschlinkert/is-number>
|
|
383678
|
-
*
|
|
383679
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
383680
|
-
* Released under the MIT License.
|
|
383681
|
-
*/
|
|
383682
383145
|
module2.exports = function(num) {
|
|
383683
383146
|
if (typeof num === "number") {
|
|
383684
383147
|
return num - num === 0;
|
|
@@ -383695,12 +383158,6 @@ var require_is_number2 = __commonJS({
|
|
|
383695
383158
|
var require_to_regex_range2 = __commonJS({
|
|
383696
383159
|
"node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports2, module2) {
|
|
383697
383160
|
"use strict";
|
|
383698
|
-
/*!
|
|
383699
|
-
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
383700
|
-
*
|
|
383701
|
-
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
383702
|
-
* Released under the MIT License.
|
|
383703
|
-
*/
|
|
383704
383161
|
var isNumber = require_is_number2();
|
|
383705
383162
|
var toRegexRange = (min, max, options8) => {
|
|
383706
383163
|
if (isNumber(min) === false) {
|
|
@@ -383913,12 +383370,6 @@ var require_to_regex_range2 = __commonJS({
|
|
|
383913
383370
|
var require_fill_range2 = __commonJS({
|
|
383914
383371
|
"node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports2, module2) {
|
|
383915
383372
|
"use strict";
|
|
383916
|
-
/*!
|
|
383917
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
383918
|
-
*
|
|
383919
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
383920
|
-
* Licensed under the MIT License.
|
|
383921
|
-
*/
|
|
383922
383373
|
var util3 = require("util");
|
|
383923
383374
|
var toRegexRange = require_to_regex_range2();
|
|
383924
383375
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -386761,13 +386212,6 @@ var require_chokidar = __commonJS({
|
|
|
386761
386212
|
var require_host3 = __commonJS({
|
|
386762
386213
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/host.js"(exports2) {
|
|
386763
386214
|
"use strict";
|
|
386764
|
-
/**
|
|
386765
|
-
* @license
|
|
386766
|
-
* Copyright Google LLC All Rights Reserved.
|
|
386767
|
-
*
|
|
386768
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
386769
|
-
* found in the LICENSE file at https://angular.io/license
|
|
386770
|
-
*/
|
|
386771
386215
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386772
386216
|
exports2.NodeJsSyncHost = exports2.NodeJsAsyncHost = void 0;
|
|
386773
386217
|
var node_fs_1 = require("node:fs");
|
|
@@ -386958,13 +386402,6 @@ var require_host3 = __commonJS({
|
|
|
386958
386402
|
var require_node = __commonJS({
|
|
386959
386403
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/index.js"(exports2) {
|
|
386960
386404
|
"use strict";
|
|
386961
|
-
/**
|
|
386962
|
-
* @license
|
|
386963
|
-
* Copyright Google LLC All Rights Reserved.
|
|
386964
|
-
*
|
|
386965
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
386966
|
-
* found in the LICENSE file at https://angular.io/license
|
|
386967
|
-
*/
|
|
386968
386405
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
386969
386406
|
if (k23 === void 0)
|
|
386970
386407
|
k23 = k6;
|
|
@@ -386995,13 +386432,6 @@ var require_node = __commonJS({
|
|
|
386995
386432
|
var require_action = __commonJS({
|
|
386996
386433
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/action.js"(exports2) {
|
|
386997
386434
|
"use strict";
|
|
386998
|
-
/**
|
|
386999
|
-
* @license
|
|
387000
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387001
|
-
*
|
|
387002
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387003
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387004
|
-
*/
|
|
387005
386435
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387006
386436
|
exports2.isContentAction = exports2.ActionList = exports2.UnknownActionException = void 0;
|
|
387007
386437
|
var core_1 = require_src3();
|
|
@@ -387137,13 +386567,6 @@ var require_action = __commonJS({
|
|
|
387137
386567
|
var require_sink = __commonJS({
|
|
387138
386568
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/sink.js"(exports2) {
|
|
387139
386569
|
"use strict";
|
|
387140
|
-
/**
|
|
387141
|
-
* @license
|
|
387142
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387143
|
-
*
|
|
387144
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387145
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387146
|
-
*/
|
|
387147
386570
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387148
386571
|
exports2.SimpleSinkBase = void 0;
|
|
387149
386572
|
var rxjs_1 = require_cjs();
|
|
@@ -387256,13 +386679,6 @@ var require_sink = __commonJS({
|
|
|
387256
386679
|
var require_host4 = __commonJS({
|
|
387257
386680
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/host.js"(exports2) {
|
|
387258
386681
|
"use strict";
|
|
387259
|
-
/**
|
|
387260
|
-
* @license
|
|
387261
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387262
|
-
*
|
|
387263
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387264
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387265
|
-
*/
|
|
387266
386682
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387267
386683
|
exports2.HostSink = void 0;
|
|
387268
386684
|
var rxjs_1 = require_cjs();
|
|
@@ -387333,13 +386749,6 @@ var require_host4 = __commonJS({
|
|
|
387333
386749
|
var require_dryrun = __commonJS({
|
|
387334
386750
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/dryrun.js"(exports2) {
|
|
387335
386751
|
"use strict";
|
|
387336
|
-
/**
|
|
387337
|
-
* @license
|
|
387338
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387339
|
-
*
|
|
387340
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387341
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387342
|
-
*/
|
|
387343
386752
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387344
386753
|
exports2.DryRunSink = void 0;
|
|
387345
386754
|
var core_1 = require_src3();
|
|
@@ -387412,13 +386821,6 @@ var require_dryrun = __commonJS({
|
|
|
387412
386821
|
var require_base2 = __commonJS({
|
|
387413
386822
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/base.js"(exports2) {
|
|
387414
386823
|
"use strict";
|
|
387415
|
-
/**
|
|
387416
|
-
* @license
|
|
387417
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387418
|
-
*
|
|
387419
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387420
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387421
|
-
*/
|
|
387422
386824
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387423
386825
|
exports2.BaseWorkflow = void 0;
|
|
387424
386826
|
var core_1 = require_src3();
|
|
@@ -387542,13 +386944,6 @@ var require_base2 = __commonJS({
|
|
|
387542
386944
|
var require_interface5 = __commonJS({
|
|
387543
386945
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/interface.js"(exports2) {
|
|
387544
386946
|
"use strict";
|
|
387545
|
-
/**
|
|
387546
|
-
* @license
|
|
387547
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387548
|
-
*
|
|
387549
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387550
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387551
|
-
*/
|
|
387552
386947
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387553
386948
|
}
|
|
387554
386949
|
});
|
|
@@ -387557,13 +386952,6 @@ var require_interface5 = __commonJS({
|
|
|
387557
386952
|
var require_workflow = __commonJS({
|
|
387558
386953
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/index.js"(exports2) {
|
|
387559
386954
|
"use strict";
|
|
387560
|
-
/**
|
|
387561
|
-
* @license
|
|
387562
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387563
|
-
*
|
|
387564
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387565
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387566
|
-
*/
|
|
387567
386955
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
387568
386956
|
if (k23 === void 0)
|
|
387569
386957
|
k23 = k6;
|
|
@@ -387594,13 +386982,6 @@ var require_workflow = __commonJS({
|
|
|
387594
386982
|
var require_base3 = __commonJS({
|
|
387595
386983
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/base.js"(exports2) {
|
|
387596
386984
|
"use strict";
|
|
387597
|
-
/**
|
|
387598
|
-
* @license
|
|
387599
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387600
|
-
*
|
|
387601
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387602
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387603
|
-
*/
|
|
387604
386985
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387605
386986
|
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;
|
|
387606
386987
|
var rxjs_1 = require_cjs();
|
|
@@ -387740,13 +387121,6 @@ var require_base3 = __commonJS({
|
|
|
387740
387121
|
var require_move = __commonJS({
|
|
387741
387122
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/move.js"(exports2) {
|
|
387742
387123
|
"use strict";
|
|
387743
|
-
/**
|
|
387744
|
-
* @license
|
|
387745
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387746
|
-
*
|
|
387747
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387748
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387749
|
-
*/
|
|
387750
387124
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387751
387125
|
exports2.move = void 0;
|
|
387752
387126
|
var core_1 = require_src3();
|
|
@@ -387780,13 +387154,6 @@ var require_move = __commonJS({
|
|
|
387780
387154
|
var require_random = __commonJS({
|
|
387781
387155
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/random.js"(exports2) {
|
|
387782
387156
|
"use strict";
|
|
387783
|
-
/**
|
|
387784
|
-
* @license
|
|
387785
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387786
|
-
*
|
|
387787
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387788
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387789
|
-
*/
|
|
387790
387157
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387791
387158
|
var host_tree_1 = require_host_tree();
|
|
387792
387159
|
function generateStringOfLength(l) {
|
|
@@ -387819,13 +387186,6 @@ var require_random = __commonJS({
|
|
|
387819
387186
|
var require_schematic2 = __commonJS({
|
|
387820
387187
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/schematic.js"(exports2) {
|
|
387821
387188
|
"use strict";
|
|
387822
|
-
/**
|
|
387823
|
-
* @license
|
|
387824
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387825
|
-
*
|
|
387826
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387827
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387828
|
-
*/
|
|
387829
387189
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387830
387190
|
exports2.schematic = exports2.externalSchematic = void 0;
|
|
387831
387191
|
var rxjs_1 = require_cjs();
|
|
@@ -387860,13 +387220,6 @@ var require_schematic2 = __commonJS({
|
|
|
387860
387220
|
var require_template2 = __commonJS({
|
|
387861
387221
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/template.js"(exports2) {
|
|
387862
387222
|
"use strict";
|
|
387863
|
-
/**
|
|
387864
|
-
* @license
|
|
387865
|
-
* Copyright Google LLC All Rights Reserved.
|
|
387866
|
-
*
|
|
387867
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
387868
|
-
* found in the LICENSE file at https://angular.io/license
|
|
387869
|
-
*/
|
|
387870
387223
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387871
387224
|
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;
|
|
387872
387225
|
var core_1 = require_src3();
|
|
@@ -388017,13 +387370,6 @@ var require_template2 = __commonJS({
|
|
|
388017
387370
|
var require_url = __commonJS({
|
|
388018
387371
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/url.js"(exports2) {
|
|
388019
387372
|
"use strict";
|
|
388020
|
-
/**
|
|
388021
|
-
* @license
|
|
388022
|
-
* Copyright Google LLC All Rights Reserved.
|
|
388023
|
-
*
|
|
388024
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
388025
|
-
* found in the LICENSE file at https://angular.io/license
|
|
388026
|
-
*/
|
|
388027
387373
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388028
387374
|
exports2.url = void 0;
|
|
388029
387375
|
var url_1 = require("url");
|
|
@@ -388039,13 +387385,6 @@ var require_url = __commonJS({
|
|
|
388039
387385
|
var require_empty3 = __commonJS({
|
|
388040
387386
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/empty.js"(exports2) {
|
|
388041
387387
|
"use strict";
|
|
388042
|
-
/**
|
|
388043
|
-
* @license
|
|
388044
|
-
* Copyright Google LLC All Rights Reserved.
|
|
388045
|
-
*
|
|
388046
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
388047
|
-
* found in the LICENSE file at https://angular.io/license
|
|
388048
|
-
*/
|
|
388049
387388
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388050
387389
|
exports2.EmptyTree = void 0;
|
|
388051
387390
|
var host_tree_1 = require_host_tree();
|
|
@@ -388062,13 +387401,6 @@ var require_empty3 = __commonJS({
|
|
|
388062
387401
|
var require_src4 = __commonJS({
|
|
388063
387402
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/index.js"(exports2) {
|
|
388064
387403
|
"use strict";
|
|
388065
|
-
/**
|
|
388066
|
-
* @license
|
|
388067
|
-
* Copyright Google LLC All Rights Reserved.
|
|
388068
|
-
*
|
|
388069
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
388070
|
-
* found in the LICENSE file at https://angular.io/license
|
|
388071
|
-
*/
|
|
388072
387404
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
388073
387405
|
if (k23 === void 0)
|
|
388074
387406
|
k23 = k6;
|
|
@@ -388164,13 +387496,6 @@ var require_src4 = __commonJS({
|
|
|
388164
387496
|
var require_options = __commonJS({
|
|
388165
387497
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/options.js"(exports2) {
|
|
388166
387498
|
"use strict";
|
|
388167
|
-
/**
|
|
388168
|
-
* @license
|
|
388169
|
-
* Copyright Google LLC All Rights Reserved.
|
|
388170
|
-
*
|
|
388171
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
388172
|
-
* found in the LICENSE file at https://angular.io/license
|
|
388173
|
-
*/
|
|
388174
387499
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388175
387500
|
exports2.NodePackageName = void 0;
|
|
388176
387501
|
exports2.NodePackageName = "node-package";
|
|
@@ -388181,13 +387506,6 @@ var require_options = __commonJS({
|
|
|
388181
387506
|
var require_options2 = __commonJS({
|
|
388182
387507
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/options.js"(exports2) {
|
|
388183
387508
|
"use strict";
|
|
388184
|
-
/**
|
|
388185
|
-
* @license
|
|
388186
|
-
* Copyright Google LLC All Rights Reserved.
|
|
388187
|
-
*
|
|
388188
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
388189
|
-
* found in the LICENSE file at https://angular.io/license
|
|
388190
|
-
*/
|
|
388191
387509
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388192
387510
|
exports2.RepositoryInitializerName = void 0;
|
|
388193
387511
|
exports2.RepositoryInitializerName = "repo-init";
|
|
@@ -388198,13 +387516,6 @@ var require_options2 = __commonJS({
|
|
|
388198
387516
|
var require_options3 = __commonJS({
|
|
388199
387517
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/options.js"(exports2) {
|
|
388200
387518
|
"use strict";
|
|
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
387519
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
388209
387520
|
exports2.RunSchematicName = void 0;
|
|
388210
387521
|
exports2.RunSchematicName = "run-schematic";
|
|
@@ -391678,7 +390989,6 @@ var require_stream_duplex = __commonJS({
|
|
|
391678
390989
|
// node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
|
|
391679
390990
|
var require_safe_buffer = __commonJS({
|
|
391680
390991
|
"node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports2, module2) {
|
|
391681
|
-
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
391682
390992
|
var buffer2 = require("buffer");
|
|
391683
390993
|
var Buffer2 = buffer2.Buffer;
|
|
391684
390994
|
function copyProps(src, dst) {
|
|
@@ -394153,13 +393463,6 @@ var require_ora = __commonJS({
|
|
|
394153
393463
|
var require_executor = __commonJS({
|
|
394154
393464
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js"(exports2) {
|
|
394155
393465
|
"use strict";
|
|
394156
|
-
/**
|
|
394157
|
-
* @license
|
|
394158
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394159
|
-
*
|
|
394160
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394161
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394162
|
-
*/
|
|
394163
393466
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
394164
393467
|
if (k23 === void 0)
|
|
394165
393468
|
k23 = k6;
|
|
@@ -394331,13 +393634,6 @@ var require_executor = __commonJS({
|
|
|
394331
393634
|
var require_executor2 = __commonJS({
|
|
394332
393635
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/executor.js"(exports2) {
|
|
394333
393636
|
"use strict";
|
|
394334
|
-
/**
|
|
394335
|
-
* @license
|
|
394336
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394337
|
-
*
|
|
394338
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394339
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394340
|
-
*/
|
|
394341
393637
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
394342
393638
|
if (k23 === void 0)
|
|
394343
393639
|
k23 = k6;
|
|
@@ -394434,13 +393730,6 @@ var require_executor2 = __commonJS({
|
|
|
394434
393730
|
var require_executor3 = __commonJS({
|
|
394435
393731
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/executor.js"(exports2) {
|
|
394436
393732
|
"use strict";
|
|
394437
|
-
/**
|
|
394438
|
-
* @license
|
|
394439
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394440
|
-
*
|
|
394441
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394442
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394443
|
-
*/
|
|
394444
393733
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394445
393734
|
function default_1() {
|
|
394446
393735
|
return (options8, context) => {
|
|
@@ -394469,13 +393758,6 @@ var require_executor3 = __commonJS({
|
|
|
394469
393758
|
var require_node3 = __commonJS({
|
|
394470
393759
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/node/index.js"(exports2) {
|
|
394471
393760
|
"use strict";
|
|
394472
|
-
/**
|
|
394473
|
-
* @license
|
|
394474
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394475
|
-
*
|
|
394476
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394477
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394478
|
-
*/
|
|
394479
393761
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
394480
393762
|
if (k23 === void 0)
|
|
394481
393763
|
k23 = k6;
|
|
@@ -394535,13 +393817,6 @@ var require_node3 = __commonJS({
|
|
|
394535
393817
|
var require_description = __commonJS({
|
|
394536
393818
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/description.js"(exports2) {
|
|
394537
393819
|
"use strict";
|
|
394538
|
-
/**
|
|
394539
|
-
* @license
|
|
394540
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394541
|
-
*
|
|
394542
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394543
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394544
|
-
*/
|
|
394545
393820
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394546
393821
|
}
|
|
394547
393822
|
});
|
|
@@ -394550,13 +393825,6 @@ var require_description = __commonJS({
|
|
|
394550
393825
|
var require_export_ref = __commonJS({
|
|
394551
393826
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/export-ref.js"(exports2) {
|
|
394552
393827
|
"use strict";
|
|
394553
|
-
/**
|
|
394554
|
-
* @license
|
|
394555
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394556
|
-
*
|
|
394557
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394558
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394559
|
-
*/
|
|
394560
393828
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394561
393829
|
exports2.ExportStringRef = void 0;
|
|
394562
393830
|
var path_1 = require("path");
|
|
@@ -394593,13 +393861,6 @@ var require_export_ref = __commonJS({
|
|
|
394593
393861
|
var require_file_system_utility = __commonJS({
|
|
394594
393862
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-utility.js"(exports2) {
|
|
394595
393863
|
"use strict";
|
|
394596
|
-
/**
|
|
394597
|
-
* @license
|
|
394598
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394599
|
-
*
|
|
394600
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394601
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394602
|
-
*/
|
|
394603
393864
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394604
393865
|
exports2.readJsonFile = void 0;
|
|
394605
393866
|
var schematics_1 = require_src4();
|
|
@@ -394625,13 +393886,6 @@ var require_file_system_utility = __commonJS({
|
|
|
394625
393886
|
var require_file_system_engine_host_base = __commonJS({
|
|
394626
393887
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host-base.js"(exports2) {
|
|
394627
393888
|
"use strict";
|
|
394628
|
-
/**
|
|
394629
|
-
* @license
|
|
394630
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394631
|
-
*
|
|
394632
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394633
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394634
|
-
*/
|
|
394635
393889
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394636
393890
|
exports2.FileSystemEngineHostBase = exports2.SchematicNameCollisionException = exports2.SchematicMissingDescriptionException = exports2.SchematicMissingFieldsException = exports2.CollectionMissingFieldsException = exports2.CollectionMissingSchematicsMapException = exports2.FactoryCannotBeResolvedException = exports2.SchematicMissingFactoryException = exports2.InvalidCollectionJsonException = exports2.CollectionCannotBeResolvedException = void 0;
|
|
394637
393891
|
var core_1 = require_src3();
|
|
@@ -394866,13 +394120,6 @@ var require_file_system_engine_host_base = __commonJS({
|
|
|
394866
394120
|
var require_node_module_engine_host = __commonJS({
|
|
394867
394121
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-module-engine-host.js"(exports2) {
|
|
394868
394122
|
"use strict";
|
|
394869
|
-
/**
|
|
394870
|
-
* @license
|
|
394871
|
-
* Copyright Google LLC All Rights Reserved.
|
|
394872
|
-
*
|
|
394873
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
394874
|
-
* found in the LICENSE file at https://angular.io/license
|
|
394875
|
-
*/
|
|
394876
394123
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394877
394124
|
exports2.NodeModulesEngineHost = exports2.NodePackageDoesNotSupportSchematics = void 0;
|
|
394878
394125
|
var core_1 = require_src3();
|
|
@@ -395501,13 +394748,6 @@ var require_operators = __commonJS({
|
|
|
395501
394748
|
var require_schema_option_transform = __commonJS({
|
|
395502
394749
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/schema-option-transform.js"(exports2) {
|
|
395503
394750
|
"use strict";
|
|
395504
|
-
/**
|
|
395505
|
-
* @license
|
|
395506
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395507
|
-
*
|
|
395508
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395509
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395510
|
-
*/
|
|
395511
394751
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395512
394752
|
exports2.validateOptionsWithSchema = exports2.InvalidInputOptions = void 0;
|
|
395513
394753
|
var core_1 = require_src3();
|
|
@@ -395544,13 +394784,6 @@ Errors:
|
|
|
395544
394784
|
var require_node_workflow = __commonJS({
|
|
395545
394785
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/workflow/node-workflow.js"(exports2) {
|
|
395546
394786
|
"use strict";
|
|
395547
|
-
/**
|
|
395548
|
-
* @license
|
|
395549
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395550
|
-
*
|
|
395551
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395552
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395553
|
-
*/
|
|
395554
394787
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395555
394788
|
exports2.NodeWorkflow = void 0;
|
|
395556
394789
|
var core_1 = require_src3();
|
|
@@ -395614,13 +394847,6 @@ var require_node_workflow = __commonJS({
|
|
|
395614
394847
|
var require_file_system_engine_host = __commonJS({
|
|
395615
394848
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host.js"(exports2) {
|
|
395616
394849
|
"use strict";
|
|
395617
|
-
/**
|
|
395618
|
-
* @license
|
|
395619
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395620
|
-
*
|
|
395621
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395622
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395623
|
-
*/
|
|
395624
394850
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
395625
394851
|
if (k23 === void 0)
|
|
395626
394852
|
k23 = k6;
|
|
@@ -395738,13 +394964,6 @@ var require_file_system_engine_host = __commonJS({
|
|
|
395738
394964
|
var require_node_modules_test_engine_host = __commonJS({
|
|
395739
394965
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-modules-test-engine-host.js"(exports2) {
|
|
395740
394966
|
"use strict";
|
|
395741
|
-
/**
|
|
395742
|
-
* @license
|
|
395743
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395744
|
-
*
|
|
395745
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395746
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395747
|
-
*/
|
|
395748
394967
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395749
394968
|
exports2.NodeModulesTestEngineHost = void 0;
|
|
395750
394969
|
var node_module_engine_host_1 = require_node_module_engine_host();
|
|
@@ -395784,13 +395003,6 @@ var require_node_modules_test_engine_host = __commonJS({
|
|
|
395784
395003
|
var require_tools = __commonJS({
|
|
395785
395004
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/index.js"(exports2) {
|
|
395786
395005
|
"use strict";
|
|
395787
|
-
/**
|
|
395788
|
-
* @license
|
|
395789
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395790
|
-
*
|
|
395791
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395792
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395793
|
-
*/
|
|
395794
395006
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
395795
395007
|
if (k23 === void 0)
|
|
395796
395008
|
k23 = k6;
|
|
@@ -395843,13 +395055,6 @@ var require_tools = __commonJS({
|
|
|
395843
395055
|
var require_schematic_test_runner = __commonJS({
|
|
395844
395056
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/schematic-test-runner.js"(exports2) {
|
|
395845
395057
|
"use strict";
|
|
395846
|
-
/**
|
|
395847
|
-
* @license
|
|
395848
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395849
|
-
*
|
|
395850
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395851
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395852
|
-
*/
|
|
395853
395058
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395854
395059
|
exports2.SchematicTestRunner = exports2.UnitTestTree = void 0;
|
|
395855
395060
|
var core_1 = require_src3();
|
|
@@ -395931,13 +395136,6 @@ var require_schematic_test_runner = __commonJS({
|
|
|
395931
395136
|
var require_testing = __commonJS({
|
|
395932
395137
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/index.js"(exports2) {
|
|
395933
395138
|
"use strict";
|
|
395934
|
-
/**
|
|
395935
|
-
* @license
|
|
395936
|
-
* Copyright Google LLC All Rights Reserved.
|
|
395937
|
-
*
|
|
395938
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
395939
|
-
* found in the LICENSE file at https://angular.io/license
|
|
395940
|
-
*/
|
|
395941
395139
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
395942
395140
|
if (k23 === void 0)
|
|
395943
395141
|
k23 = k6;
|
|
@@ -396121,13 +395319,6 @@ var require_invoke_nx_generator = __commonJS({
|
|
|
396121
395319
|
var require_api = __commonJS({
|
|
396122
395320
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/api.js"(exports2) {
|
|
396123
395321
|
"use strict";
|
|
396124
|
-
/**
|
|
396125
|
-
* @license
|
|
396126
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396127
|
-
*
|
|
396128
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396129
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396130
|
-
*/
|
|
396131
395322
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396132
395323
|
exports2.isJobHandler = exports2.JobState = exports2.JobOutboundMessageKind = exports2.JobInboundMessageKind = void 0;
|
|
396133
395324
|
var JobInboundMessageKind;
|
|
@@ -396168,13 +395359,6 @@ var require_api = __commonJS({
|
|
|
396168
395359
|
var require_strategy = __commonJS({
|
|
396169
395360
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/strategy.js"(exports2) {
|
|
396170
395361
|
"use strict";
|
|
396171
|
-
/**
|
|
396172
|
-
* @license
|
|
396173
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396174
|
-
*
|
|
396175
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396176
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396177
|
-
*/
|
|
396178
395362
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396179
395363
|
exports2.memoize = exports2.reuse = exports2.serialize = void 0;
|
|
396180
395364
|
var core_1 = require_src3();
|
|
@@ -396250,13 +395434,6 @@ var require_strategy = __commonJS({
|
|
|
396250
395434
|
var require_create_job_handler = __commonJS({
|
|
396251
395435
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/create-job-handler.js"(exports2) {
|
|
396252
395436
|
"use strict";
|
|
396253
|
-
/**
|
|
396254
|
-
* @license
|
|
396255
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396256
|
-
*
|
|
396257
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396258
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396259
|
-
*/
|
|
396260
395437
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396261
395438
|
exports2.createLoggerJob = exports2.createJobFactory = exports2.createJobHandler = exports2.ChannelAlreadyExistException = void 0;
|
|
396262
395439
|
var core_1 = require_src3();
|
|
@@ -396375,13 +395552,6 @@ var require_create_job_handler = __commonJS({
|
|
|
396375
395552
|
var require_exception3 = __commonJS({
|
|
396376
395553
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/exception.js"(exports2) {
|
|
396377
395554
|
"use strict";
|
|
396378
|
-
/**
|
|
396379
|
-
* @license
|
|
396380
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396381
|
-
*
|
|
396382
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396383
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396384
|
-
*/
|
|
396385
395555
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396386
395556
|
exports2.JobDoesNotExistException = exports2.JobNameAlreadyRegisteredException = void 0;
|
|
396387
395557
|
var core_1 = require_src3();
|
|
@@ -396404,13 +395574,6 @@ var require_exception3 = __commonJS({
|
|
|
396404
395574
|
var require_dispatcher = __commonJS({
|
|
396405
395575
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/dispatcher.js"(exports2) {
|
|
396406
395576
|
"use strict";
|
|
396407
|
-
/**
|
|
396408
|
-
* @license
|
|
396409
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396410
|
-
*
|
|
396411
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396412
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396413
|
-
*/
|
|
396414
395577
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396415
395578
|
exports2.createDispatcher = void 0;
|
|
396416
395579
|
var api_1 = require_api();
|
|
@@ -396454,13 +395617,6 @@ var require_dispatcher = __commonJS({
|
|
|
396454
395617
|
var require_fallback_registry = __commonJS({
|
|
396455
395618
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/fallback-registry.js"(exports2) {
|
|
396456
395619
|
"use strict";
|
|
396457
|
-
/**
|
|
396458
|
-
* @license
|
|
396459
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396460
|
-
*
|
|
396461
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396462
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396463
|
-
*/
|
|
396464
395620
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396465
395621
|
exports2.FallbackRegistry = void 0;
|
|
396466
395622
|
var rxjs_1 = require_cjs();
|
|
@@ -396484,13 +395640,6 @@ var require_fallback_registry = __commonJS({
|
|
|
396484
395640
|
var require_simple_registry = __commonJS({
|
|
396485
395641
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-registry.js"(exports2) {
|
|
396486
395642
|
"use strict";
|
|
396487
|
-
/**
|
|
396488
|
-
* @license
|
|
396489
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396490
|
-
*
|
|
396491
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396492
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396493
|
-
*/
|
|
396494
395643
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396495
395644
|
exports2.SimpleJobRegistry = void 0;
|
|
396496
395645
|
var core_1 = require_src3();
|
|
@@ -396554,13 +395703,6 @@ var require_simple_registry = __commonJS({
|
|
|
396554
395703
|
var require_simple_scheduler = __commonJS({
|
|
396555
395704
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-scheduler.js"(exports2) {
|
|
396556
395705
|
"use strict";
|
|
396557
|
-
/**
|
|
396558
|
-
* @license
|
|
396559
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396560
|
-
*
|
|
396561
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396562
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396563
|
-
*/
|
|
396564
395706
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396565
395707
|
exports2.SimpleScheduler = exports2.JobOutputSchemaValidationError = exports2.JobInboundMessageSchemaValidationError = exports2.JobArgumentSchemaValidationError = void 0;
|
|
396566
395708
|
var core_1 = require_src3();
|
|
@@ -396930,13 +396072,6 @@ var require_simple_scheduler = __commonJS({
|
|
|
396930
396072
|
var require_jobs = __commonJS({
|
|
396931
396073
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/index.js"(exports2) {
|
|
396932
396074
|
"use strict";
|
|
396933
|
-
/**
|
|
396934
|
-
* @license
|
|
396935
|
-
* Copyright Google LLC All Rights Reserved.
|
|
396936
|
-
*
|
|
396937
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
396938
|
-
* found in the LICENSE file at https://angular.io/license
|
|
396939
|
-
*/
|
|
396940
396075
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
396941
396076
|
if (k23 === void 0)
|
|
396942
396077
|
k23 = k6;
|
|
@@ -397008,13 +396143,6 @@ var require_progress_schema = __commonJS({
|
|
|
397008
396143
|
var require_api2 = __commonJS({
|
|
397009
396144
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/api.js"(exports2) {
|
|
397010
396145
|
"use strict";
|
|
397011
|
-
/**
|
|
397012
|
-
* @license
|
|
397013
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397014
|
-
*
|
|
397015
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397016
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397017
|
-
*/
|
|
397018
396146
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
397019
396147
|
exports2.scheduleTargetAndForget = exports2.targetFromTargetString = exports2.targetStringFromTarget = exports2.fromAsyncIterable = exports2.isBuilderOutput = exports2.BuilderProgressState = void 0;
|
|
397020
396148
|
var rxjs_1 = require_cjs();
|
|
@@ -397177,13 +396305,6 @@ var require_progress_schema2 = __commonJS({
|
|
|
397177
396305
|
var require_schedule_by_name = __commonJS({
|
|
397178
396306
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/schedule-by-name.js"(exports2) {
|
|
397179
396307
|
"use strict";
|
|
397180
|
-
/**
|
|
397181
|
-
* @license
|
|
397182
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397183
|
-
*
|
|
397184
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397185
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397186
|
-
*/
|
|
397187
396308
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
397188
396309
|
exports2.scheduleByTarget = exports2.scheduleByName = void 0;
|
|
397189
396310
|
var rxjs_1 = require_cjs();
|
|
@@ -397365,13 +396486,6 @@ var require_output_schema = __commonJS({
|
|
|
397365
396486
|
var require_architect = __commonJS({
|
|
397366
396487
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/architect.js"(exports2) {
|
|
397367
396488
|
"use strict";
|
|
397368
|
-
/**
|
|
397369
|
-
* @license
|
|
397370
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397371
|
-
*
|
|
397372
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397373
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397374
|
-
*/
|
|
397375
396489
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
397376
396490
|
exports2.Architect = void 0;
|
|
397377
396491
|
var core_1 = require_src3();
|
|
@@ -397638,13 +396752,6 @@ var require_architect = __commonJS({
|
|
|
397638
396752
|
var require_internal = __commonJS({
|
|
397639
396753
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/internal.js"(exports2) {
|
|
397640
396754
|
"use strict";
|
|
397641
|
-
/**
|
|
397642
|
-
* @license
|
|
397643
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397644
|
-
*
|
|
397645
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397646
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397647
|
-
*/
|
|
397648
396755
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
397649
396756
|
exports2.BuilderVersionSymbol = exports2.BuilderSymbol = void 0;
|
|
397650
396757
|
exports2.BuilderSymbol = Symbol.for("@angular-devkit/architect:builder");
|
|
@@ -397697,13 +396804,6 @@ var require_package3 = __commonJS({
|
|
|
397697
396804
|
var require_create_builder = __commonJS({
|
|
397698
396805
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/create-builder.js"(exports2) {
|
|
397699
396806
|
"use strict";
|
|
397700
|
-
/**
|
|
397701
|
-
* @license
|
|
397702
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397703
|
-
*
|
|
397704
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397705
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397706
|
-
*/
|
|
397707
396807
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
397708
396808
|
exports2.createBuilder = void 0;
|
|
397709
396809
|
var core_1 = require_src3();
|
|
@@ -397870,13 +396970,6 @@ var require_create_builder = __commonJS({
|
|
|
397870
396970
|
var require_src5 = __commonJS({
|
|
397871
396971
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/index.js"(exports2) {
|
|
397872
396972
|
"use strict";
|
|
397873
|
-
/**
|
|
397874
|
-
* @license
|
|
397875
|
-
* Copyright Google LLC All Rights Reserved.
|
|
397876
|
-
*
|
|
397877
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
397878
|
-
* found in the LICENSE file at https://angular.io/license
|
|
397879
|
-
*/
|
|
397880
396973
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
397881
396974
|
if (k23 === void 0)
|
|
397882
396975
|
k23 = k6;
|
|
@@ -399041,7 +398134,6 @@ var require_out5 = __commonJS({
|
|
|
399041
398134
|
// node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js
|
|
399042
398135
|
var require_queue_microtask2 = __commonJS({
|
|
399043
398136
|
"node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js"(exports2, module2) {
|
|
399044
|
-
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
399045
398137
|
var promise;
|
|
399046
398138
|
module2.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
|
|
399047
398139
|
throw err;
|
|
@@ -399052,7 +398144,6 @@ var require_queue_microtask2 = __commonJS({
|
|
|
399052
398144
|
// node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js
|
|
399053
398145
|
var require_run_parallel2 = __commonJS({
|
|
399054
398146
|
"node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js"(exports2, module2) {
|
|
399055
|
-
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
399056
398147
|
module2.exports = runParallel;
|
|
399057
398148
|
var queueMicrotask2 = require_queue_microtask2();
|
|
399058
398149
|
function runParallel(tasks, cb) {
|
|
@@ -433220,15 +432311,6 @@ If this is important to you, please consider supporting Rollup to make a native
|
|
|
433220
432311
|
var require_parseAst = __commonJS({
|
|
433221
432312
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/parseAst.js"(exports2) {
|
|
433222
432313
|
"use strict";
|
|
433223
|
-
/*
|
|
433224
|
-
@license
|
|
433225
|
-
Rollup.js v4.10.0
|
|
433226
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
433227
|
-
|
|
433228
|
-
https://github.com/rollup/rollup
|
|
433229
|
-
|
|
433230
|
-
Released under the MIT License.
|
|
433231
|
-
*/
|
|
433232
432314
|
var native_js = require_native();
|
|
433233
432315
|
var node_path = require("node:path");
|
|
433234
432316
|
function rangeContains(range, index) {
|
|
@@ -435544,15 +434626,6 @@ ${smallChunks} are below minChunkSize.`
|
|
|
435544
434626
|
var require_rollup = __commonJS({
|
|
435545
434627
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/rollup.js"(exports2) {
|
|
435546
434628
|
"use strict";
|
|
435547
|
-
/*
|
|
435548
|
-
@license
|
|
435549
|
-
Rollup.js v4.10.0
|
|
435550
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
435551
|
-
|
|
435552
|
-
https://github.com/rollup/rollup
|
|
435553
|
-
|
|
435554
|
-
Released under the MIT License.
|
|
435555
|
-
*/
|
|
435556
434629
|
var parseAst_js = require_parseAst();
|
|
435557
434630
|
var process$1 = require("node:process");
|
|
435558
434631
|
var tty2 = require("tty");
|
|
@@ -453252,15 +452325,6 @@ ${outro}`;
|
|
|
453252
452325
|
var require_fsevents_importer = __commonJS({
|
|
453253
452326
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/fsevents-importer.js"(exports2) {
|
|
453254
452327
|
"use strict";
|
|
453255
|
-
/*
|
|
453256
|
-
@license
|
|
453257
|
-
Rollup.js v4.10.0
|
|
453258
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
453259
|
-
|
|
453260
|
-
https://github.com/rollup/rollup
|
|
453261
|
-
|
|
453262
|
-
Released under the MIT License.
|
|
453263
|
-
*/
|
|
453264
452328
|
var fsEvents;
|
|
453265
452329
|
var fsEventsImportError;
|
|
453266
452330
|
async function loadFsEvents() {
|
|
@@ -453289,15 +452353,6 @@ var require_fsevents_importer = __commonJS({
|
|
|
453289
452353
|
var require_shared = __commonJS({
|
|
453290
452354
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/index.js"(exports2) {
|
|
453291
452355
|
"use strict";
|
|
453292
|
-
/*
|
|
453293
|
-
@license
|
|
453294
|
-
Rollup.js v4.10.0
|
|
453295
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
453296
|
-
|
|
453297
|
-
https://github.com/rollup/rollup
|
|
453298
|
-
|
|
453299
|
-
Released under the MIT License.
|
|
453300
|
-
*/
|
|
453301
452356
|
var rollup = require_rollup();
|
|
453302
452357
|
var require$$0$1 = require("fs");
|
|
453303
452358
|
var require$$2 = require("util");
|
|
@@ -453538,12 +452593,6 @@ var require_shared = __commonJS({
|
|
|
453538
452593
|
readdirp$1.default = readdirp$1;
|
|
453539
452594
|
var readdirp_1 = readdirp$1;
|
|
453540
452595
|
var anymatch$2 = { exports: {} };
|
|
453541
|
-
/*!
|
|
453542
|
-
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
453543
|
-
*
|
|
453544
|
-
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
453545
|
-
* Released under the MIT License.
|
|
453546
|
-
*/
|
|
453547
452596
|
var normalizePath$2 = function(path14, stripTrailing) {
|
|
453548
452597
|
if (typeof path14 !== "string") {
|
|
453549
452598
|
throw new TypeError("expected path to be a string");
|
|
@@ -453629,12 +452678,6 @@ var require_shared = __commonJS({
|
|
|
453629
452678
|
anymatch$1.default = anymatch$1;
|
|
453630
452679
|
anymatch$2.exports = anymatch$1;
|
|
453631
452680
|
var anymatchExports = anymatch$2.exports;
|
|
453632
|
-
/*!
|
|
453633
|
-
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
453634
|
-
*
|
|
453635
|
-
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
453636
|
-
* Licensed under the MIT License.
|
|
453637
|
-
*/
|
|
453638
452681
|
var isExtglob$1 = function isExtglob2(str2) {
|
|
453639
452682
|
if (typeof str2 !== "string" || str2 === "") {
|
|
453640
452683
|
return false;
|
|
@@ -453647,12 +452690,6 @@ var require_shared = __commonJS({
|
|
|
453647
452690
|
}
|
|
453648
452691
|
return false;
|
|
453649
452692
|
};
|
|
453650
|
-
/*!
|
|
453651
|
-
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
453652
|
-
*
|
|
453653
|
-
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
453654
|
-
* Released under the MIT License.
|
|
453655
|
-
*/
|
|
453656
452693
|
var isExtglob = isExtglob$1;
|
|
453657
452694
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
453658
452695
|
var strictCheck = function(str2) {
|
|
@@ -453904,12 +452941,6 @@ var require_shared = __commonJS({
|
|
|
453904
452941
|
};
|
|
453905
452942
|
return stringify2(ast);
|
|
453906
452943
|
};
|
|
453907
|
-
/*!
|
|
453908
|
-
* is-number <https://github.com/jonschlinkert/is-number>
|
|
453909
|
-
*
|
|
453910
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
453911
|
-
* Released under the MIT License.
|
|
453912
|
-
*/
|
|
453913
452944
|
var isNumber$2 = function(num) {
|
|
453914
452945
|
if (typeof num === "number") {
|
|
453915
452946
|
return num - num === 0;
|
|
@@ -453919,12 +452950,6 @@ var require_shared = __commonJS({
|
|
|
453919
452950
|
}
|
|
453920
452951
|
return false;
|
|
453921
452952
|
};
|
|
453922
|
-
/*!
|
|
453923
|
-
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
453924
|
-
*
|
|
453925
|
-
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
453926
|
-
* Released under the MIT License.
|
|
453927
|
-
*/
|
|
453928
452953
|
var isNumber$1 = isNumber$2;
|
|
453929
452954
|
var toRegexRange$1 = (min2, max, options8) => {
|
|
453930
452955
|
if (isNumber$1(min2) === false) {
|
|
@@ -454130,12 +453155,6 @@ var require_shared = __commonJS({
|
|
|
454130
453155
|
toRegexRange$1.cache = {};
|
|
454131
453156
|
toRegexRange$1.clearCache = () => toRegexRange$1.cache = {};
|
|
454132
453157
|
var toRegexRange_1 = toRegexRange$1;
|
|
454133
|
-
/*!
|
|
454134
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
454135
|
-
*
|
|
454136
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
454137
|
-
* Licensed under the MIT License.
|
|
454138
|
-
*/
|
|
454139
453158
|
var util3 = require$$2;
|
|
454140
453159
|
var toRegexRange = toRegexRange_1;
|
|
454141
453160
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -456901,15 +455920,6 @@ var require_shared = __commonJS({
|
|
|
456901
455920
|
var require_watch = __commonJS({
|
|
456902
455921
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/watch.js"(exports2) {
|
|
456903
455922
|
"use strict";
|
|
456904
|
-
/*
|
|
456905
|
-
@license
|
|
456906
|
-
Rollup.js v4.10.0
|
|
456907
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
456908
|
-
|
|
456909
|
-
https://github.com/rollup/rollup
|
|
456910
|
-
|
|
456911
|
-
Released under the MIT License.
|
|
456912
|
-
*/
|
|
456913
455923
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
456914
455924
|
var node_path = require("node:path");
|
|
456915
455925
|
var process4 = require("node:process");
|
|
@@ -457209,15 +456219,6 @@ var require_watch = __commonJS({
|
|
|
457209
456219
|
var require_rollup2 = __commonJS({
|
|
457210
456220
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/rollup.js"(exports2) {
|
|
457211
456221
|
"use strict";
|
|
457212
|
-
/*
|
|
457213
|
-
@license
|
|
457214
|
-
Rollup.js v4.10.0
|
|
457215
|
-
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
457216
|
-
|
|
457217
|
-
https://github.com/rollup/rollup
|
|
457218
|
-
|
|
457219
|
-
Released under the MIT License.
|
|
457220
|
-
*/
|
|
457221
456222
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
457222
456223
|
var rollup = require_rollup();
|
|
457223
456224
|
var parseAst_js = require_parseAst();
|
|
@@ -464970,3 +463971,1281 @@ var createTypeScriptCompilationOptions = (normalizedOptions, projectName) => {
|
|
|
464970
463971
|
typescriptVersion,
|
|
464971
463972
|
verdaccioVersion
|
|
464972
463973
|
});
|
|
463974
|
+
/*! Bundled license information:
|
|
463975
|
+
|
|
463976
|
+
typescript/lib/typescript.js:
|
|
463977
|
+
(*! *****************************************************************************
|
|
463978
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
463979
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
463980
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
463981
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
463982
|
+
|
|
463983
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
463984
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
463985
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
463986
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
463987
|
+
|
|
463988
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
463989
|
+
and limitations under the License.
|
|
463990
|
+
***************************************************************************** *)
|
|
463991
|
+
|
|
463992
|
+
ejs/lib/ejs.js:
|
|
463993
|
+
(**
|
|
463994
|
+
* @file Embedded JavaScript templating engine. {@link http://ejs.co}
|
|
463995
|
+
* @author Matthew Eernisse <mde@fleegix.org>
|
|
463996
|
+
* @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
|
|
463997
|
+
* @project EJS
|
|
463998
|
+
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
463999
|
+
*)
|
|
464000
|
+
|
|
464001
|
+
tmp/lib/tmp.js:
|
|
464002
|
+
(*!
|
|
464003
|
+
* Tmp
|
|
464004
|
+
*
|
|
464005
|
+
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
|
464006
|
+
*
|
|
464007
|
+
* MIT Licensed
|
|
464008
|
+
*)
|
|
464009
|
+
|
|
464010
|
+
@angular-devkit/core/src/json/utils.js:
|
|
464011
|
+
(**
|
|
464012
|
+
* @license
|
|
464013
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464014
|
+
*
|
|
464015
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464016
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464017
|
+
*)
|
|
464018
|
+
|
|
464019
|
+
@angular-devkit/core/src/json/schema/utility.js:
|
|
464020
|
+
(**
|
|
464021
|
+
* @license
|
|
464022
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464023
|
+
*
|
|
464024
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464025
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464026
|
+
*)
|
|
464027
|
+
|
|
464028
|
+
@angular-devkit/core/src/json/schema/transforms.js:
|
|
464029
|
+
(**
|
|
464030
|
+
* @license
|
|
464031
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464032
|
+
*
|
|
464033
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464034
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464035
|
+
*)
|
|
464036
|
+
|
|
464037
|
+
@angular-devkit/core/src/json/schema/interface.js:
|
|
464038
|
+
(**
|
|
464039
|
+
* @license
|
|
464040
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464041
|
+
*
|
|
464042
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464043
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464044
|
+
*)
|
|
464045
|
+
|
|
464046
|
+
@angular-devkit/core/src/json/schema/pointer.js:
|
|
464047
|
+
(**
|
|
464048
|
+
* @license
|
|
464049
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464050
|
+
*
|
|
464051
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464052
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464053
|
+
*)
|
|
464054
|
+
|
|
464055
|
+
uri-js/dist/es5/uri.all.js:
|
|
464056
|
+
(** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
|
|
464057
|
+
|
|
464058
|
+
@angular-devkit/core/src/exception.js:
|
|
464059
|
+
(**
|
|
464060
|
+
* @license
|
|
464061
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464062
|
+
*
|
|
464063
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464064
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464065
|
+
*)
|
|
464066
|
+
|
|
464067
|
+
@angular-devkit/core/src/utils/literals.js:
|
|
464068
|
+
(**
|
|
464069
|
+
* @license
|
|
464070
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464071
|
+
*
|
|
464072
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464073
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464074
|
+
*)
|
|
464075
|
+
|
|
464076
|
+
@angular-devkit/core/src/utils/strings.js:
|
|
464077
|
+
(**
|
|
464078
|
+
* @license
|
|
464079
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464080
|
+
*
|
|
464081
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464082
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464083
|
+
*)
|
|
464084
|
+
|
|
464085
|
+
@angular-devkit/core/src/utils/object.js:
|
|
464086
|
+
(**
|
|
464087
|
+
* @license
|
|
464088
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464089
|
+
*
|
|
464090
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464091
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464092
|
+
*)
|
|
464093
|
+
|
|
464094
|
+
@angular-devkit/core/src/utils/template.js:
|
|
464095
|
+
(**
|
|
464096
|
+
* @license
|
|
464097
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464098
|
+
*
|
|
464099
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464100
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464101
|
+
*)
|
|
464102
|
+
|
|
464103
|
+
@angular-devkit/core/src/utils/partially-ordered-set.js:
|
|
464104
|
+
(**
|
|
464105
|
+
* @license
|
|
464106
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464107
|
+
*
|
|
464108
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464109
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464110
|
+
*)
|
|
464111
|
+
|
|
464112
|
+
@angular-devkit/core/src/utils/priority-queue.js:
|
|
464113
|
+
(**
|
|
464114
|
+
* @license
|
|
464115
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464116
|
+
*
|
|
464117
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464118
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464119
|
+
*)
|
|
464120
|
+
|
|
464121
|
+
@angular-devkit/core/src/utils/lang.js:
|
|
464122
|
+
(**
|
|
464123
|
+
* @license
|
|
464124
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464125
|
+
*
|
|
464126
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464127
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464128
|
+
*)
|
|
464129
|
+
|
|
464130
|
+
@angular-devkit/core/src/utils/index.js:
|
|
464131
|
+
(**
|
|
464132
|
+
* @license
|
|
464133
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464134
|
+
*
|
|
464135
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464136
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464137
|
+
*)
|
|
464138
|
+
|
|
464139
|
+
@angular-devkit/core/src/json/schema/visitor.js:
|
|
464140
|
+
(**
|
|
464141
|
+
* @license
|
|
464142
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464143
|
+
*
|
|
464144
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464145
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464146
|
+
*)
|
|
464147
|
+
|
|
464148
|
+
@angular-devkit/core/src/json/schema/registry.js:
|
|
464149
|
+
(**
|
|
464150
|
+
* @license
|
|
464151
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464152
|
+
*
|
|
464153
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464154
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464155
|
+
*)
|
|
464156
|
+
|
|
464157
|
+
@angular-devkit/core/src/json/schema/schema.js:
|
|
464158
|
+
(**
|
|
464159
|
+
* @license
|
|
464160
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464161
|
+
*
|
|
464162
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464163
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464164
|
+
*)
|
|
464165
|
+
|
|
464166
|
+
@angular-devkit/core/src/json/schema/index.js:
|
|
464167
|
+
(**
|
|
464168
|
+
* @license
|
|
464169
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464170
|
+
*
|
|
464171
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464172
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464173
|
+
*)
|
|
464174
|
+
|
|
464175
|
+
@angular-devkit/core/src/json/index.js:
|
|
464176
|
+
(**
|
|
464177
|
+
* @license
|
|
464178
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464179
|
+
*
|
|
464180
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464181
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464182
|
+
*)
|
|
464183
|
+
|
|
464184
|
+
@angular-devkit/core/src/logger/logger.js:
|
|
464185
|
+
(**
|
|
464186
|
+
* @license
|
|
464187
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464188
|
+
*
|
|
464189
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464190
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464191
|
+
*)
|
|
464192
|
+
|
|
464193
|
+
@angular-devkit/core/src/logger/indent.js:
|
|
464194
|
+
(**
|
|
464195
|
+
* @license
|
|
464196
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464197
|
+
*
|
|
464198
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464199
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464200
|
+
*)
|
|
464201
|
+
|
|
464202
|
+
@angular-devkit/core/src/logger/level.js:
|
|
464203
|
+
(**
|
|
464204
|
+
* @license
|
|
464205
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464206
|
+
*
|
|
464207
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464208
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464209
|
+
*)
|
|
464210
|
+
|
|
464211
|
+
@angular-devkit/core/src/logger/null-logger.js:
|
|
464212
|
+
(**
|
|
464213
|
+
* @license
|
|
464214
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464215
|
+
*
|
|
464216
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464217
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464218
|
+
*)
|
|
464219
|
+
|
|
464220
|
+
@angular-devkit/core/src/logger/transform-logger.js:
|
|
464221
|
+
(**
|
|
464222
|
+
* @license
|
|
464223
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464224
|
+
*
|
|
464225
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464226
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464227
|
+
*)
|
|
464228
|
+
|
|
464229
|
+
@angular-devkit/core/src/logger/index.js:
|
|
464230
|
+
(**
|
|
464231
|
+
* @license
|
|
464232
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464233
|
+
*
|
|
464234
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464235
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464236
|
+
*)
|
|
464237
|
+
|
|
464238
|
+
@angular-devkit/core/src/workspace/definitions.js:
|
|
464239
|
+
(**
|
|
464240
|
+
* @license
|
|
464241
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464242
|
+
*
|
|
464243
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464244
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464245
|
+
*)
|
|
464246
|
+
|
|
464247
|
+
@angular-devkit/core/src/virtual-fs/path.js:
|
|
464248
|
+
(**
|
|
464249
|
+
* @license
|
|
464250
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464251
|
+
*
|
|
464252
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464253
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464254
|
+
*)
|
|
464255
|
+
|
|
464256
|
+
@angular-devkit/core/src/virtual-fs/host/buffer.js:
|
|
464257
|
+
(**
|
|
464258
|
+
* @license
|
|
464259
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464260
|
+
*
|
|
464261
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464262
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464263
|
+
*)
|
|
464264
|
+
|
|
464265
|
+
@angular-devkit/core/src/virtual-fs/host/interface.js:
|
|
464266
|
+
(**
|
|
464267
|
+
* @license
|
|
464268
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464269
|
+
*
|
|
464270
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464271
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464272
|
+
*)
|
|
464273
|
+
|
|
464274
|
+
@angular-devkit/core/src/virtual-fs/host/memory.js:
|
|
464275
|
+
(**
|
|
464276
|
+
* @license
|
|
464277
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464278
|
+
*
|
|
464279
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464280
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464281
|
+
*)
|
|
464282
|
+
|
|
464283
|
+
@angular-devkit/core/src/virtual-fs/host/sync.js:
|
|
464284
|
+
(**
|
|
464285
|
+
* @license
|
|
464286
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464287
|
+
*
|
|
464288
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464289
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464290
|
+
*)
|
|
464291
|
+
|
|
464292
|
+
@angular-devkit/core/src/virtual-fs/host/test.js:
|
|
464293
|
+
(**
|
|
464294
|
+
* @license
|
|
464295
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464296
|
+
*
|
|
464297
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464298
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464299
|
+
*)
|
|
464300
|
+
|
|
464301
|
+
@angular-devkit/core/src/virtual-fs/host/resolver.js:
|
|
464302
|
+
(**
|
|
464303
|
+
* @license
|
|
464304
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464305
|
+
*
|
|
464306
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464307
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464308
|
+
*)
|
|
464309
|
+
|
|
464310
|
+
@angular-devkit/core/src/virtual-fs/host/alias.js:
|
|
464311
|
+
(**
|
|
464312
|
+
* @license
|
|
464313
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464314
|
+
*
|
|
464315
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464316
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464317
|
+
*)
|
|
464318
|
+
|
|
464319
|
+
@angular-devkit/core/src/virtual-fs/host/create.js:
|
|
464320
|
+
(**
|
|
464321
|
+
* @license
|
|
464322
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464323
|
+
*
|
|
464324
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464325
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464326
|
+
*)
|
|
464327
|
+
|
|
464328
|
+
@angular-devkit/core/src/virtual-fs/host/empty.js:
|
|
464329
|
+
(**
|
|
464330
|
+
* @license
|
|
464331
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464332
|
+
*
|
|
464333
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464334
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464335
|
+
*)
|
|
464336
|
+
|
|
464337
|
+
@angular-devkit/core/src/virtual-fs/host/pattern.js:
|
|
464338
|
+
(**
|
|
464339
|
+
* @license
|
|
464340
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464341
|
+
*
|
|
464342
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464343
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464344
|
+
*)
|
|
464345
|
+
|
|
464346
|
+
@angular-devkit/core/src/virtual-fs/host/record.js:
|
|
464347
|
+
(**
|
|
464348
|
+
* @license
|
|
464349
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464350
|
+
*
|
|
464351
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464352
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464353
|
+
*)
|
|
464354
|
+
|
|
464355
|
+
@angular-devkit/core/src/virtual-fs/host/safe.js:
|
|
464356
|
+
(**
|
|
464357
|
+
* @license
|
|
464358
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464359
|
+
*
|
|
464360
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464361
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464362
|
+
*)
|
|
464363
|
+
|
|
464364
|
+
@angular-devkit/core/src/virtual-fs/host/scoped.js:
|
|
464365
|
+
(**
|
|
464366
|
+
* @license
|
|
464367
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464368
|
+
*
|
|
464369
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464370
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464371
|
+
*)
|
|
464372
|
+
|
|
464373
|
+
@angular-devkit/core/src/virtual-fs/host/index.js:
|
|
464374
|
+
(**
|
|
464375
|
+
* @license
|
|
464376
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464377
|
+
*
|
|
464378
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464379
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464380
|
+
*)
|
|
464381
|
+
|
|
464382
|
+
@angular-devkit/core/src/virtual-fs/index.js:
|
|
464383
|
+
(**
|
|
464384
|
+
* @license
|
|
464385
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464386
|
+
*
|
|
464387
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464388
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464389
|
+
*)
|
|
464390
|
+
|
|
464391
|
+
@angular-devkit/core/src/workspace/host.js:
|
|
464392
|
+
(**
|
|
464393
|
+
* @license
|
|
464394
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464395
|
+
*
|
|
464396
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464397
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464398
|
+
*)
|
|
464399
|
+
|
|
464400
|
+
@angular-devkit/core/src/workspace/json/metadata.js:
|
|
464401
|
+
(**
|
|
464402
|
+
* @license
|
|
464403
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464404
|
+
*
|
|
464405
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464406
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464407
|
+
*)
|
|
464408
|
+
|
|
464409
|
+
@angular-devkit/core/src/workspace/json/utilities.js:
|
|
464410
|
+
(**
|
|
464411
|
+
* @license
|
|
464412
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464413
|
+
*
|
|
464414
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464415
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464416
|
+
*)
|
|
464417
|
+
|
|
464418
|
+
@angular-devkit/core/src/workspace/json/reader.js:
|
|
464419
|
+
(**
|
|
464420
|
+
* @license
|
|
464421
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464422
|
+
*
|
|
464423
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464424
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464425
|
+
*)
|
|
464426
|
+
|
|
464427
|
+
@angular-devkit/core/src/workspace/json/writer.js:
|
|
464428
|
+
(**
|
|
464429
|
+
* @license
|
|
464430
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464431
|
+
*
|
|
464432
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464433
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464434
|
+
*)
|
|
464435
|
+
|
|
464436
|
+
@angular-devkit/core/src/workspace/core.js:
|
|
464437
|
+
(**
|
|
464438
|
+
* @license
|
|
464439
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464440
|
+
*
|
|
464441
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464442
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464443
|
+
*)
|
|
464444
|
+
|
|
464445
|
+
@angular-devkit/core/src/workspace/index.js:
|
|
464446
|
+
(**
|
|
464447
|
+
* @license
|
|
464448
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464449
|
+
*
|
|
464450
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464451
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464452
|
+
*)
|
|
464453
|
+
|
|
464454
|
+
@angular-devkit/core/src/index.js:
|
|
464455
|
+
(**
|
|
464456
|
+
* @license
|
|
464457
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464458
|
+
*
|
|
464459
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464460
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464461
|
+
*)
|
|
464462
|
+
|
|
464463
|
+
@angular-devkit/schematics/src/formats/html-selector.js:
|
|
464464
|
+
(**
|
|
464465
|
+
* @license
|
|
464466
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464467
|
+
*
|
|
464468
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464469
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464470
|
+
*)
|
|
464471
|
+
|
|
464472
|
+
@angular-devkit/schematics/src/formats/path.js:
|
|
464473
|
+
(**
|
|
464474
|
+
* @license
|
|
464475
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464476
|
+
*
|
|
464477
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464478
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464479
|
+
*)
|
|
464480
|
+
|
|
464481
|
+
@angular-devkit/schematics/src/formats/index.js:
|
|
464482
|
+
(**
|
|
464483
|
+
* @license
|
|
464484
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464485
|
+
*
|
|
464486
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464487
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464488
|
+
*)
|
|
464489
|
+
|
|
464490
|
+
@angular-devkit/schematics/src/tree/interface.js:
|
|
464491
|
+
(**
|
|
464492
|
+
* @license
|
|
464493
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464494
|
+
*
|
|
464495
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464496
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464497
|
+
*)
|
|
464498
|
+
|
|
464499
|
+
@angular-devkit/schematics/src/exception/exception.js:
|
|
464500
|
+
(**
|
|
464501
|
+
* @license
|
|
464502
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464503
|
+
*
|
|
464504
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464505
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464506
|
+
*)
|
|
464507
|
+
|
|
464508
|
+
@angular-devkit/schematics/src/tree/delegate.js:
|
|
464509
|
+
(**
|
|
464510
|
+
* @license
|
|
464511
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464512
|
+
*
|
|
464513
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464514
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464515
|
+
*)
|
|
464516
|
+
|
|
464517
|
+
@angular-devkit/schematics/src/tree/entry.js:
|
|
464518
|
+
(**
|
|
464519
|
+
* @license
|
|
464520
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464521
|
+
*
|
|
464522
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464523
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464524
|
+
*)
|
|
464525
|
+
|
|
464526
|
+
@angular-devkit/schematics/src/utility/update-buffer.js:
|
|
464527
|
+
(**
|
|
464528
|
+
* @license
|
|
464529
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464530
|
+
*
|
|
464531
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464532
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464533
|
+
*)
|
|
464534
|
+
|
|
464535
|
+
@angular-devkit/schematics/src/tree/recorder.js:
|
|
464536
|
+
(**
|
|
464537
|
+
* @license
|
|
464538
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464539
|
+
*
|
|
464540
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464541
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464542
|
+
*)
|
|
464543
|
+
|
|
464544
|
+
@angular-devkit/schematics/src/tree/scoped.js:
|
|
464545
|
+
(**
|
|
464546
|
+
* @license
|
|
464547
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464548
|
+
*
|
|
464549
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464550
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464551
|
+
*)
|
|
464552
|
+
|
|
464553
|
+
@angular-devkit/schematics/src/tree/host-tree.js:
|
|
464554
|
+
(**
|
|
464555
|
+
* @license
|
|
464556
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464557
|
+
*
|
|
464558
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464559
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464560
|
+
*)
|
|
464561
|
+
|
|
464562
|
+
@angular-devkit/schematics/src/tree/static.js:
|
|
464563
|
+
(**
|
|
464564
|
+
* @license
|
|
464565
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464566
|
+
*
|
|
464567
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464568
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464569
|
+
*)
|
|
464570
|
+
|
|
464571
|
+
@angular-devkit/schematics/src/tree/null.js:
|
|
464572
|
+
(**
|
|
464573
|
+
* @license
|
|
464574
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464575
|
+
*
|
|
464576
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464577
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464578
|
+
*)
|
|
464579
|
+
|
|
464580
|
+
@angular-devkit/schematics/src/rules/call.js:
|
|
464581
|
+
(**
|
|
464582
|
+
* @license
|
|
464583
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464584
|
+
*
|
|
464585
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464586
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464587
|
+
*)
|
|
464588
|
+
|
|
464589
|
+
@angular-devkit/schematics/src/engine/schematic.js:
|
|
464590
|
+
(**
|
|
464591
|
+
* @license
|
|
464592
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464593
|
+
*
|
|
464594
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464595
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464596
|
+
*)
|
|
464597
|
+
|
|
464598
|
+
@angular-devkit/schematics/src/engine/engine.js:
|
|
464599
|
+
(**
|
|
464600
|
+
* @license
|
|
464601
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464602
|
+
*
|
|
464603
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464604
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464605
|
+
*)
|
|
464606
|
+
|
|
464607
|
+
@angular-devkit/schematics/src/engine/interface.js:
|
|
464608
|
+
(**
|
|
464609
|
+
* @license
|
|
464610
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464611
|
+
*
|
|
464612
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464613
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464614
|
+
*)
|
|
464615
|
+
|
|
464616
|
+
@angular-devkit/schematics/src/engine/index.js:
|
|
464617
|
+
(**
|
|
464618
|
+
* @license
|
|
464619
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464620
|
+
*
|
|
464621
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464622
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464623
|
+
*)
|
|
464624
|
+
|
|
464625
|
+
@angular-devkit/core/node/cli-logger.js:
|
|
464626
|
+
(**
|
|
464627
|
+
* @license
|
|
464628
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464629
|
+
*
|
|
464630
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464631
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464632
|
+
*)
|
|
464633
|
+
|
|
464634
|
+
normalize-path/index.js:
|
|
464635
|
+
(*!
|
|
464636
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
464637
|
+
*
|
|
464638
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
464639
|
+
* Released under the MIT License.
|
|
464640
|
+
*)
|
|
464641
|
+
|
|
464642
|
+
is-extglob/index.js:
|
|
464643
|
+
(*!
|
|
464644
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
464645
|
+
*
|
|
464646
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
464647
|
+
* Licensed under the MIT License.
|
|
464648
|
+
*)
|
|
464649
|
+
|
|
464650
|
+
is-glob/index.js:
|
|
464651
|
+
(*!
|
|
464652
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
464653
|
+
*
|
|
464654
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
464655
|
+
* Released under the MIT License.
|
|
464656
|
+
*)
|
|
464657
|
+
|
|
464658
|
+
is-number/index.js:
|
|
464659
|
+
(*!
|
|
464660
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
464661
|
+
*
|
|
464662
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
464663
|
+
* Released under the MIT License.
|
|
464664
|
+
*)
|
|
464665
|
+
|
|
464666
|
+
to-regex-range/index.js:
|
|
464667
|
+
(*!
|
|
464668
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
464669
|
+
*
|
|
464670
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
464671
|
+
* Released under the MIT License.
|
|
464672
|
+
*)
|
|
464673
|
+
|
|
464674
|
+
fill-range/index.js:
|
|
464675
|
+
(*!
|
|
464676
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
464677
|
+
*
|
|
464678
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
464679
|
+
* Licensed under the MIT License.
|
|
464680
|
+
*)
|
|
464681
|
+
|
|
464682
|
+
@angular-devkit/core/node/host.js:
|
|
464683
|
+
(**
|
|
464684
|
+
* @license
|
|
464685
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464686
|
+
*
|
|
464687
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464688
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464689
|
+
*)
|
|
464690
|
+
|
|
464691
|
+
@angular-devkit/core/node/index.js:
|
|
464692
|
+
(**
|
|
464693
|
+
* @license
|
|
464694
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464695
|
+
*
|
|
464696
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464697
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464698
|
+
*)
|
|
464699
|
+
|
|
464700
|
+
@angular-devkit/schematics/src/tree/action.js:
|
|
464701
|
+
(**
|
|
464702
|
+
* @license
|
|
464703
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464704
|
+
*
|
|
464705
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464706
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464707
|
+
*)
|
|
464708
|
+
|
|
464709
|
+
@angular-devkit/schematics/src/sink/sink.js:
|
|
464710
|
+
(**
|
|
464711
|
+
* @license
|
|
464712
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464713
|
+
*
|
|
464714
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464715
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464716
|
+
*)
|
|
464717
|
+
|
|
464718
|
+
@angular-devkit/schematics/src/sink/host.js:
|
|
464719
|
+
(**
|
|
464720
|
+
* @license
|
|
464721
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464722
|
+
*
|
|
464723
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464724
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464725
|
+
*)
|
|
464726
|
+
|
|
464727
|
+
@angular-devkit/schematics/src/sink/dryrun.js:
|
|
464728
|
+
(**
|
|
464729
|
+
* @license
|
|
464730
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464731
|
+
*
|
|
464732
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464733
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464734
|
+
*)
|
|
464735
|
+
|
|
464736
|
+
@angular-devkit/schematics/src/workflow/base.js:
|
|
464737
|
+
(**
|
|
464738
|
+
* @license
|
|
464739
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464740
|
+
*
|
|
464741
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464742
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464743
|
+
*)
|
|
464744
|
+
|
|
464745
|
+
@angular-devkit/schematics/src/workflow/interface.js:
|
|
464746
|
+
(**
|
|
464747
|
+
* @license
|
|
464748
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464749
|
+
*
|
|
464750
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464751
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464752
|
+
*)
|
|
464753
|
+
|
|
464754
|
+
@angular-devkit/schematics/src/workflow/index.js:
|
|
464755
|
+
(**
|
|
464756
|
+
* @license
|
|
464757
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464758
|
+
*
|
|
464759
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464760
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464761
|
+
*)
|
|
464762
|
+
|
|
464763
|
+
@angular-devkit/schematics/src/rules/base.js:
|
|
464764
|
+
(**
|
|
464765
|
+
* @license
|
|
464766
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464767
|
+
*
|
|
464768
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464769
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464770
|
+
*)
|
|
464771
|
+
|
|
464772
|
+
@angular-devkit/schematics/src/rules/move.js:
|
|
464773
|
+
(**
|
|
464774
|
+
* @license
|
|
464775
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464776
|
+
*
|
|
464777
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464778
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464779
|
+
*)
|
|
464780
|
+
|
|
464781
|
+
@angular-devkit/schematics/src/rules/random.js:
|
|
464782
|
+
(**
|
|
464783
|
+
* @license
|
|
464784
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464785
|
+
*
|
|
464786
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464787
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464788
|
+
*)
|
|
464789
|
+
|
|
464790
|
+
@angular-devkit/schematics/src/rules/schematic.js:
|
|
464791
|
+
(**
|
|
464792
|
+
* @license
|
|
464793
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464794
|
+
*
|
|
464795
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464796
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464797
|
+
*)
|
|
464798
|
+
|
|
464799
|
+
@angular-devkit/schematics/src/rules/template.js:
|
|
464800
|
+
(**
|
|
464801
|
+
* @license
|
|
464802
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464803
|
+
*
|
|
464804
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464805
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464806
|
+
*)
|
|
464807
|
+
|
|
464808
|
+
@angular-devkit/schematics/src/rules/url.js:
|
|
464809
|
+
(**
|
|
464810
|
+
* @license
|
|
464811
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464812
|
+
*
|
|
464813
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464814
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464815
|
+
*)
|
|
464816
|
+
|
|
464817
|
+
@angular-devkit/schematics/src/tree/empty.js:
|
|
464818
|
+
(**
|
|
464819
|
+
* @license
|
|
464820
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464821
|
+
*
|
|
464822
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464823
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464824
|
+
*)
|
|
464825
|
+
|
|
464826
|
+
@angular-devkit/schematics/src/index.js:
|
|
464827
|
+
(**
|
|
464828
|
+
* @license
|
|
464829
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464830
|
+
*
|
|
464831
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464832
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464833
|
+
*)
|
|
464834
|
+
|
|
464835
|
+
@angular-devkit/schematics/tasks/package-manager/options.js:
|
|
464836
|
+
(**
|
|
464837
|
+
* @license
|
|
464838
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464839
|
+
*
|
|
464840
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464841
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464842
|
+
*)
|
|
464843
|
+
|
|
464844
|
+
@angular-devkit/schematics/tasks/repo-init/options.js:
|
|
464845
|
+
(**
|
|
464846
|
+
* @license
|
|
464847
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464848
|
+
*
|
|
464849
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464850
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464851
|
+
*)
|
|
464852
|
+
|
|
464853
|
+
@angular-devkit/schematics/tasks/run-schematic/options.js:
|
|
464854
|
+
(**
|
|
464855
|
+
* @license
|
|
464856
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464857
|
+
*
|
|
464858
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464859
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464860
|
+
*)
|
|
464861
|
+
|
|
464862
|
+
safe-buffer/index.js:
|
|
464863
|
+
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
464864
|
+
|
|
464865
|
+
@angular-devkit/schematics/tasks/package-manager/executor.js:
|
|
464866
|
+
(**
|
|
464867
|
+
* @license
|
|
464868
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464869
|
+
*
|
|
464870
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464871
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464872
|
+
*)
|
|
464873
|
+
|
|
464874
|
+
@angular-devkit/schematics/tasks/repo-init/executor.js:
|
|
464875
|
+
(**
|
|
464876
|
+
* @license
|
|
464877
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464878
|
+
*
|
|
464879
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464880
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464881
|
+
*)
|
|
464882
|
+
|
|
464883
|
+
@angular-devkit/schematics/tasks/run-schematic/executor.js:
|
|
464884
|
+
(**
|
|
464885
|
+
* @license
|
|
464886
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464887
|
+
*
|
|
464888
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464889
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464890
|
+
*)
|
|
464891
|
+
|
|
464892
|
+
@angular-devkit/schematics/tasks/node/index.js:
|
|
464893
|
+
(**
|
|
464894
|
+
* @license
|
|
464895
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464896
|
+
*
|
|
464897
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464898
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464899
|
+
*)
|
|
464900
|
+
|
|
464901
|
+
@angular-devkit/schematics/tools/description.js:
|
|
464902
|
+
(**
|
|
464903
|
+
* @license
|
|
464904
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464905
|
+
*
|
|
464906
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464907
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464908
|
+
*)
|
|
464909
|
+
|
|
464910
|
+
@angular-devkit/schematics/tools/export-ref.js:
|
|
464911
|
+
(**
|
|
464912
|
+
* @license
|
|
464913
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464914
|
+
*
|
|
464915
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464916
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464917
|
+
*)
|
|
464918
|
+
|
|
464919
|
+
@angular-devkit/schematics/tools/file-system-utility.js:
|
|
464920
|
+
(**
|
|
464921
|
+
* @license
|
|
464922
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464923
|
+
*
|
|
464924
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464925
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464926
|
+
*)
|
|
464927
|
+
|
|
464928
|
+
@angular-devkit/schematics/tools/file-system-engine-host-base.js:
|
|
464929
|
+
(**
|
|
464930
|
+
* @license
|
|
464931
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464932
|
+
*
|
|
464933
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464934
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464935
|
+
*)
|
|
464936
|
+
|
|
464937
|
+
@angular-devkit/schematics/tools/node-module-engine-host.js:
|
|
464938
|
+
(**
|
|
464939
|
+
* @license
|
|
464940
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464941
|
+
*
|
|
464942
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464943
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464944
|
+
*)
|
|
464945
|
+
|
|
464946
|
+
@angular-devkit/schematics/tools/schema-option-transform.js:
|
|
464947
|
+
(**
|
|
464948
|
+
* @license
|
|
464949
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464950
|
+
*
|
|
464951
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464952
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464953
|
+
*)
|
|
464954
|
+
|
|
464955
|
+
@angular-devkit/schematics/tools/workflow/node-workflow.js:
|
|
464956
|
+
(**
|
|
464957
|
+
* @license
|
|
464958
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464959
|
+
*
|
|
464960
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464961
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464962
|
+
*)
|
|
464963
|
+
|
|
464964
|
+
@angular-devkit/schematics/tools/file-system-engine-host.js:
|
|
464965
|
+
(**
|
|
464966
|
+
* @license
|
|
464967
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464968
|
+
*
|
|
464969
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464970
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464971
|
+
*)
|
|
464972
|
+
|
|
464973
|
+
@angular-devkit/schematics/tools/node-modules-test-engine-host.js:
|
|
464974
|
+
(**
|
|
464975
|
+
* @license
|
|
464976
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464977
|
+
*
|
|
464978
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464979
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464980
|
+
*)
|
|
464981
|
+
|
|
464982
|
+
@angular-devkit/schematics/tools/index.js:
|
|
464983
|
+
(**
|
|
464984
|
+
* @license
|
|
464985
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464986
|
+
*
|
|
464987
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464988
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464989
|
+
*)
|
|
464990
|
+
|
|
464991
|
+
@angular-devkit/schematics/testing/schematic-test-runner.js:
|
|
464992
|
+
(**
|
|
464993
|
+
* @license
|
|
464994
|
+
* Copyright Google LLC All Rights Reserved.
|
|
464995
|
+
*
|
|
464996
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
464997
|
+
* found in the LICENSE file at https://angular.io/license
|
|
464998
|
+
*)
|
|
464999
|
+
|
|
465000
|
+
@angular-devkit/schematics/testing/index.js:
|
|
465001
|
+
(**
|
|
465002
|
+
* @license
|
|
465003
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465004
|
+
*
|
|
465005
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465006
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465007
|
+
*)
|
|
465008
|
+
|
|
465009
|
+
@angular-devkit/architect/src/jobs/api.js:
|
|
465010
|
+
(**
|
|
465011
|
+
* @license
|
|
465012
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465013
|
+
*
|
|
465014
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465015
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465016
|
+
*)
|
|
465017
|
+
|
|
465018
|
+
@angular-devkit/architect/src/jobs/strategy.js:
|
|
465019
|
+
(**
|
|
465020
|
+
* @license
|
|
465021
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465022
|
+
*
|
|
465023
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465024
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465025
|
+
*)
|
|
465026
|
+
|
|
465027
|
+
@angular-devkit/architect/src/jobs/create-job-handler.js:
|
|
465028
|
+
(**
|
|
465029
|
+
* @license
|
|
465030
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465031
|
+
*
|
|
465032
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465033
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465034
|
+
*)
|
|
465035
|
+
|
|
465036
|
+
@angular-devkit/architect/src/jobs/exception.js:
|
|
465037
|
+
(**
|
|
465038
|
+
* @license
|
|
465039
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465040
|
+
*
|
|
465041
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465042
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465043
|
+
*)
|
|
465044
|
+
|
|
465045
|
+
@angular-devkit/architect/src/jobs/dispatcher.js:
|
|
465046
|
+
(**
|
|
465047
|
+
* @license
|
|
465048
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465049
|
+
*
|
|
465050
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465051
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465052
|
+
*)
|
|
465053
|
+
|
|
465054
|
+
@angular-devkit/architect/src/jobs/fallback-registry.js:
|
|
465055
|
+
(**
|
|
465056
|
+
* @license
|
|
465057
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465058
|
+
*
|
|
465059
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465060
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465061
|
+
*)
|
|
465062
|
+
|
|
465063
|
+
@angular-devkit/architect/src/jobs/simple-registry.js:
|
|
465064
|
+
(**
|
|
465065
|
+
* @license
|
|
465066
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465067
|
+
*
|
|
465068
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465069
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465070
|
+
*)
|
|
465071
|
+
|
|
465072
|
+
@angular-devkit/architect/src/jobs/simple-scheduler.js:
|
|
465073
|
+
(**
|
|
465074
|
+
* @license
|
|
465075
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465076
|
+
*
|
|
465077
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465078
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465079
|
+
*)
|
|
465080
|
+
|
|
465081
|
+
@angular-devkit/architect/src/jobs/index.js:
|
|
465082
|
+
(**
|
|
465083
|
+
* @license
|
|
465084
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465085
|
+
*
|
|
465086
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465087
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465088
|
+
*)
|
|
465089
|
+
|
|
465090
|
+
@angular-devkit/architect/src/api.js:
|
|
465091
|
+
(**
|
|
465092
|
+
* @license
|
|
465093
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465094
|
+
*
|
|
465095
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465096
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465097
|
+
*)
|
|
465098
|
+
|
|
465099
|
+
@angular-devkit/architect/src/schedule-by-name.js:
|
|
465100
|
+
(**
|
|
465101
|
+
* @license
|
|
465102
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465103
|
+
*
|
|
465104
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465105
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465106
|
+
*)
|
|
465107
|
+
|
|
465108
|
+
@angular-devkit/architect/src/architect.js:
|
|
465109
|
+
(**
|
|
465110
|
+
* @license
|
|
465111
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465112
|
+
*
|
|
465113
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465114
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465115
|
+
*)
|
|
465116
|
+
|
|
465117
|
+
@angular-devkit/architect/src/internal.js:
|
|
465118
|
+
(**
|
|
465119
|
+
* @license
|
|
465120
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465121
|
+
*
|
|
465122
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465123
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465124
|
+
*)
|
|
465125
|
+
|
|
465126
|
+
@angular-devkit/architect/src/create-builder.js:
|
|
465127
|
+
(**
|
|
465128
|
+
* @license
|
|
465129
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465130
|
+
*
|
|
465131
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465132
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465133
|
+
*)
|
|
465134
|
+
|
|
465135
|
+
@angular-devkit/architect/src/index.js:
|
|
465136
|
+
(**
|
|
465137
|
+
* @license
|
|
465138
|
+
* Copyright Google LLC All Rights Reserved.
|
|
465139
|
+
*
|
|
465140
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
465141
|
+
* found in the LICENSE file at https://angular.io/license
|
|
465142
|
+
*)
|
|
465143
|
+
|
|
465144
|
+
queue-microtask/index.js:
|
|
465145
|
+
(*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
465146
|
+
|
|
465147
|
+
run-parallel/index.js:
|
|
465148
|
+
(*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
465149
|
+
|
|
465150
|
+
rollup/dist/shared/parseAst.js:
|
|
465151
|
+
(*
|
|
465152
|
+
@license
|
|
465153
|
+
Rollup.js v4.10.0
|
|
465154
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465155
|
+
|
|
465156
|
+
https://github.com/rollup/rollup
|
|
465157
|
+
|
|
465158
|
+
Released under the MIT License.
|
|
465159
|
+
*)
|
|
465160
|
+
|
|
465161
|
+
rollup/dist/shared/rollup.js:
|
|
465162
|
+
(*
|
|
465163
|
+
@license
|
|
465164
|
+
Rollup.js v4.10.0
|
|
465165
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465166
|
+
|
|
465167
|
+
https://github.com/rollup/rollup
|
|
465168
|
+
|
|
465169
|
+
Released under the MIT License.
|
|
465170
|
+
*)
|
|
465171
|
+
|
|
465172
|
+
rollup/dist/shared/fsevents-importer.js:
|
|
465173
|
+
(*
|
|
465174
|
+
@license
|
|
465175
|
+
Rollup.js v4.10.0
|
|
465176
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465177
|
+
|
|
465178
|
+
https://github.com/rollup/rollup
|
|
465179
|
+
|
|
465180
|
+
Released under the MIT License.
|
|
465181
|
+
*)
|
|
465182
|
+
|
|
465183
|
+
rollup/dist/shared/index.js:
|
|
465184
|
+
(*
|
|
465185
|
+
@license
|
|
465186
|
+
Rollup.js v4.10.0
|
|
465187
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465188
|
+
|
|
465189
|
+
https://github.com/rollup/rollup
|
|
465190
|
+
|
|
465191
|
+
Released under the MIT License.
|
|
465192
|
+
*)
|
|
465193
|
+
(*!
|
|
465194
|
+
* normalize-path <https://github.com/jonschlinkert/normalize-path>
|
|
465195
|
+
*
|
|
465196
|
+
* Copyright (c) 2014-2018, Jon Schlinkert.
|
|
465197
|
+
* Released under the MIT License.
|
|
465198
|
+
*)
|
|
465199
|
+
(*!
|
|
465200
|
+
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
465201
|
+
*
|
|
465202
|
+
* Copyright (c) 2014-2016, Jon Schlinkert.
|
|
465203
|
+
* Licensed under the MIT License.
|
|
465204
|
+
*)
|
|
465205
|
+
(*!
|
|
465206
|
+
* is-glob <https://github.com/jonschlinkert/is-glob>
|
|
465207
|
+
*
|
|
465208
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
465209
|
+
* Released under the MIT License.
|
|
465210
|
+
*)
|
|
465211
|
+
(*!
|
|
465212
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
465213
|
+
*
|
|
465214
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
465215
|
+
* Released under the MIT License.
|
|
465216
|
+
*)
|
|
465217
|
+
(*!
|
|
465218
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
465219
|
+
*
|
|
465220
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
465221
|
+
* Released under the MIT License.
|
|
465222
|
+
*)
|
|
465223
|
+
(*!
|
|
465224
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
465225
|
+
*
|
|
465226
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
465227
|
+
* Licensed under the MIT License.
|
|
465228
|
+
*)
|
|
465229
|
+
|
|
465230
|
+
rollup/dist/shared/watch.js:
|
|
465231
|
+
(*
|
|
465232
|
+
@license
|
|
465233
|
+
Rollup.js v4.10.0
|
|
465234
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465235
|
+
|
|
465236
|
+
https://github.com/rollup/rollup
|
|
465237
|
+
|
|
465238
|
+
Released under the MIT License.
|
|
465239
|
+
*)
|
|
465240
|
+
|
|
465241
|
+
rollup/dist/rollup.js:
|
|
465242
|
+
(*
|
|
465243
|
+
@license
|
|
465244
|
+
Rollup.js v4.10.0
|
|
465245
|
+
Sat, 10 Feb 2024 05:58:12 GMT - commit 762420860765e8e46e24d48b38f5b98ca31735fa
|
|
465246
|
+
|
|
465247
|
+
https://github.com/rollup/rollup
|
|
465248
|
+
|
|
465249
|
+
Released under the MIT License.
|
|
465250
|
+
*)
|
|
465251
|
+
*/
|