@storm-software/workspace-tools 1.60.6 → 1.60.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/index.js +1010 -1294
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +920 -1192
- package/src/executors/design-tokens/executor.js +918 -1186
- package/src/executors/npm-publish/executor.js +893 -1154
- package/src/executors/tsup/executor.js +1010 -1294
- package/src/executors/tsup-browser/executor.js +1010 -1294
- package/src/executors/tsup-neutral/executor.js +1010 -1294
- package/src/executors/tsup-node/executor.js +1010 -1294
- package/src/executors/typia/executor.js +26 -34
- package/src/generators/browser-library/generator.js +920 -1192
- package/src/generators/config-schema/generator.js +918 -1186
- package/src/generators/init/init.js +893 -1154
- package/src/generators/neutral-library/generator.js +920 -1192
- package/src/generators/node-library/generator.js +920 -1192
- package/src/generators/preset/generator.js +918 -1186
- package/src/generators/release-version/generator.js +918 -1186
- package/src/utils/index.js +999 -1278
package/src/utils/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
const require = (await import('node:module')).createRequire(import.meta.url);
|
|
1
2
|
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -3836,6 +3837,20 @@ var require_source_map_support = __commonJS({
|
|
|
3836
3837
|
var require_typescript = __commonJS({
|
|
3837
3838
|
"node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/typescript.js"(exports2, module2) {
|
|
3838
3839
|
"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
|
+
***************************************************************************** */
|
|
3839
3854
|
var ts9 = (() => {
|
|
3840
3855
|
var __defProp4 = Object.defineProperty;
|
|
3841
3856
|
var __getOwnPropNames3 = Object.getOwnPropertyNames;
|
|
@@ -345899,6 +345914,13 @@ var require_package2 = __commonJS({
|
|
|
345899
345914
|
var require_ejs = __commonJS({
|
|
345900
345915
|
"node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports2) {
|
|
345901
345916
|
"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
|
+
*/
|
|
345902
345924
|
var fs7 = require("fs");
|
|
345903
345925
|
var path13 = require("path");
|
|
345904
345926
|
var utils2 = require_utils5();
|
|
@@ -351648,6 +351670,13 @@ var require_rimraf = __commonJS({
|
|
|
351648
351670
|
// node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js
|
|
351649
351671
|
var require_tmp = __commonJS({
|
|
351650
351672
|
"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
|
+
*/
|
|
351651
351680
|
var fs7 = require("fs");
|
|
351652
351681
|
var os6 = require("os");
|
|
351653
351682
|
var path13 = require("path");
|
|
@@ -353038,6 +353067,13 @@ var require_offset_from_root = __commonJS({
|
|
|
353038
353067
|
var require_utils6 = __commonJS({
|
|
353039
353068
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/utils.js"(exports2) {
|
|
353040
353069
|
"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
|
+
*/
|
|
353041
353077
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353042
353078
|
exports2.isJsonArray = exports2.isJsonObject = void 0;
|
|
353043
353079
|
function isJsonObject(value) {
|
|
@@ -353055,6 +353091,13 @@ var require_utils6 = __commonJS({
|
|
|
353055
353091
|
var require_utility = __commonJS({
|
|
353056
353092
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/utility.js"(exports2) {
|
|
353057
353093
|
"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
|
+
*/
|
|
353058
353101
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353059
353102
|
exports2.getTypesOfSchema = void 0;
|
|
353060
353103
|
var utils_1 = require_utils6();
|
|
@@ -353135,6 +353178,13 @@ var require_utility = __commonJS({
|
|
|
353135
353178
|
var require_transforms = __commonJS({
|
|
353136
353179
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/transforms.js"(exports2) {
|
|
353137
353180
|
"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
|
+
*/
|
|
353138
353188
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353139
353189
|
exports2.addUndefinedDefaults = void 0;
|
|
353140
353190
|
var utils_1 = require_utils6();
|
|
@@ -353213,6 +353263,13 @@ var require_transforms = __commonJS({
|
|
|
353213
353263
|
var require_interface = __commonJS({
|
|
353214
353264
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/interface.js"(exports2) {
|
|
353215
353265
|
"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
|
+
*/
|
|
353216
353273
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353217
353274
|
}
|
|
353218
353275
|
});
|
|
@@ -353221,6 +353278,13 @@ var require_interface = __commonJS({
|
|
|
353221
353278
|
var require_pointer = __commonJS({
|
|
353222
353279
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/pointer.js"(exports2) {
|
|
353223
353280
|
"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
|
+
*/
|
|
353224
353288
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
353225
353289
|
exports2.parseJsonPointer = exports2.joinJsonPointer = exports2.buildJsonPointer = void 0;
|
|
353226
353290
|
function buildJsonPointer(fragments) {
|
|
@@ -356324,6 +356388,7 @@ var require_data = __commonJS({
|
|
|
356324
356388
|
// node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js
|
|
356325
356389
|
var require_uri_all = __commonJS({
|
|
356326
356390
|
"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 */
|
|
356327
356392
|
(function(global2, factory) {
|
|
356328
356393
|
typeof exports2 === "object" && typeof module2 !== "undefined" ? factory(exports2) : typeof define === "function" && define.amd ? define(["exports"], factory) : factory(global2.URI = global2.URI || {});
|
|
356329
356394
|
})(exports2, function(exports3) {
|
|
@@ -369889,6 +369954,13 @@ var require_cjs = __commonJS({
|
|
|
369889
369954
|
var require_exception = __commonJS({
|
|
369890
369955
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/exception.js"(exports2) {
|
|
369891
369956
|
"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
|
+
*/
|
|
369892
369964
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
369893
369965
|
exports2.PathIsFileException = exports2.PathIsDirectoryException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.UnknownException = exports2.BaseException = void 0;
|
|
369894
369966
|
var BaseException = class extends Error {
|
|
@@ -369934,6 +370006,13 @@ var require_exception = __commonJS({
|
|
|
369934
370006
|
var require_literals = __commonJS({
|
|
369935
370007
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/literals.js"(exports2) {
|
|
369936
370008
|
"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
|
+
*/
|
|
369937
370016
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
369938
370017
|
exports2.trimNewlines = exports2.stripIndents = exports2.stripIndent = exports2.indentBy = exports2.oneLine = void 0;
|
|
369939
370018
|
function oneLine(strings, ...values) {
|
|
@@ -369978,6 +370057,13 @@ var require_literals = __commonJS({
|
|
|
369978
370057
|
var require_strings = __commonJS({
|
|
369979
370058
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/strings.js"(exports2) {
|
|
369980
370059
|
"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
|
+
*/
|
|
369981
370067
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
369982
370068
|
exports2.levenshtein = exports2.capitalize = exports2.underscore = exports2.classify = exports2.camelize = exports2.dasherize = exports2.decamelize = void 0;
|
|
369983
370069
|
var STRING_DASHERIZE_REGEXP = /[ _]/g;
|
|
@@ -370050,6 +370136,13 @@ var require_strings = __commonJS({
|
|
|
370050
370136
|
var require_object = __commonJS({
|
|
370051
370137
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/object.js"(exports2) {
|
|
370052
370138
|
"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
|
+
*/
|
|
370053
370146
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
370054
370147
|
exports2.deepCopy = void 0;
|
|
370055
370148
|
var copySymbol = Symbol();
|
|
@@ -372401,6 +372494,13 @@ var require_source_map2 = __commonJS({
|
|
|
372401
372494
|
var require_template = __commonJS({
|
|
372402
372495
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/template.js"(exports2) {
|
|
372403
372496
|
"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
|
+
*/
|
|
372404
372504
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372405
372505
|
exports2.template = exports2.templateParser = void 0;
|
|
372406
372506
|
var source_map_1 = require_source_map2();
|
|
@@ -372615,6 +372715,13 @@ var require_template = __commonJS({
|
|
|
372615
372715
|
var require_partially_ordered_set = __commonJS({
|
|
372616
372716
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/partially-ordered-set.js"(exports2) {
|
|
372617
372717
|
"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
|
+
*/
|
|
372618
372725
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372619
372726
|
exports2.PartiallyOrderedSet = exports2.CircularDependencyFoundException = exports2.DependencyNotFoundException = void 0;
|
|
372620
372727
|
var exception_1 = require_exception();
|
|
@@ -372749,6 +372856,13 @@ var require_partially_ordered_set = __commonJS({
|
|
|
372749
372856
|
var require_priority_queue = __commonJS({
|
|
372750
372857
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/priority-queue.js"(exports2) {
|
|
372751
372858
|
"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
|
+
*/
|
|
372752
372866
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372753
372867
|
exports2.PriorityQueue = void 0;
|
|
372754
372868
|
var PriorityQueue = class {
|
|
@@ -372795,6 +372909,13 @@ var require_priority_queue = __commonJS({
|
|
|
372795
372909
|
var require_lang = __commonJS({
|
|
372796
372910
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/lang.js"(exports2) {
|
|
372797
372911
|
"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
|
+
*/
|
|
372798
372919
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372799
372920
|
exports2.isPromise = void 0;
|
|
372800
372921
|
function isPromise(obj) {
|
|
@@ -372808,6 +372929,13 @@ var require_lang = __commonJS({
|
|
|
372808
372929
|
var require_utils7 = __commonJS({
|
|
372809
372930
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/index.js"(exports2) {
|
|
372810
372931
|
"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
|
+
*/
|
|
372811
372939
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
372812
372940
|
if (k23 === void 0)
|
|
372813
372941
|
k23 = k6;
|
|
@@ -372863,6 +372991,13 @@ var require_utils7 = __commonJS({
|
|
|
372863
372991
|
var require_visitor = __commonJS({
|
|
372864
372992
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/visitor.js"(exports2) {
|
|
372865
372993
|
"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
|
+
*/
|
|
372866
373001
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
372867
373002
|
exports2.visitJsonSchema = exports2.visitJson = void 0;
|
|
372868
373003
|
var rxjs_1 = require_cjs();
|
|
@@ -372983,6 +373118,13 @@ var require_visitor = __commonJS({
|
|
|
372983
373118
|
var require_registry = __commonJS({
|
|
372984
373119
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/registry.js"(exports2) {
|
|
372985
373120
|
"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
|
+
*/
|
|
372986
373128
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
372987
373129
|
if (k23 === void 0)
|
|
372988
373130
|
k23 = k6;
|
|
@@ -373489,6 +373631,13 @@ var require_registry = __commonJS({
|
|
|
373489
373631
|
var require_schema = __commonJS({
|
|
373490
373632
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/schema.js"(exports2) {
|
|
373491
373633
|
"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
|
+
*/
|
|
373492
373641
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373493
373642
|
exports2.mergeSchemas = exports2.isJsonSchema = void 0;
|
|
373494
373643
|
var utils_1 = require_utils6();
|
|
@@ -373528,6 +373677,13 @@ var require_schema = __commonJS({
|
|
|
373528
373677
|
var require_schema2 = __commonJS({
|
|
373529
373678
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/index.js"(exports2) {
|
|
373530
373679
|
"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
|
+
*/
|
|
373531
373687
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373532
373688
|
if (k23 === void 0)
|
|
373533
373689
|
k23 = k6;
|
|
@@ -373582,6 +373738,13 @@ var require_schema2 = __commonJS({
|
|
|
373582
373738
|
var require_json = __commonJS({
|
|
373583
373739
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/index.js"(exports2) {
|
|
373584
373740
|
"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
|
+
*/
|
|
373585
373748
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373586
373749
|
if (k23 === void 0)
|
|
373587
373750
|
k23 = k6;
|
|
@@ -373631,6 +373794,13 @@ var require_json = __commonJS({
|
|
|
373631
373794
|
var require_logger = __commonJS({
|
|
373632
373795
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/logger.js"(exports2) {
|
|
373633
373796
|
"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
|
+
*/
|
|
373634
373804
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373635
373805
|
exports2.Logger = void 0;
|
|
373636
373806
|
var rxjs_1 = require_cjs();
|
|
@@ -373752,6 +373922,13 @@ var require_logger = __commonJS({
|
|
|
373752
373922
|
var require_indent = __commonJS({
|
|
373753
373923
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/indent.js"(exports2) {
|
|
373754
373924
|
"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
|
+
*/
|
|
373755
373932
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373756
373933
|
exports2.IndentLogger = void 0;
|
|
373757
373934
|
var rxjs_1 = require_cjs();
|
|
@@ -373784,6 +373961,13 @@ var require_indent = __commonJS({
|
|
|
373784
373961
|
var require_level = __commonJS({
|
|
373785
373962
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/level.js"(exports2) {
|
|
373786
373963
|
"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
|
+
*/
|
|
373787
373971
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373788
373972
|
exports2.LevelCapLogger = exports2.LevelTransformLogger = void 0;
|
|
373789
373973
|
var logger_1 = require_logger();
|
|
@@ -373833,6 +374017,13 @@ var require_level = __commonJS({
|
|
|
373833
374017
|
var require_null_logger = __commonJS({
|
|
373834
374018
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/null-logger.js"(exports2) {
|
|
373835
374019
|
"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
|
+
*/
|
|
373836
374027
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373837
374028
|
exports2.NullLogger = void 0;
|
|
373838
374029
|
var rxjs_1 = require_cjs();
|
|
@@ -373868,6 +374059,13 @@ var require_null_logger = __commonJS({
|
|
|
373868
374059
|
var require_transform_logger = __commonJS({
|
|
373869
374060
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/transform-logger.js"(exports2) {
|
|
373870
374061
|
"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
|
+
*/
|
|
373871
374069
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373872
374070
|
exports2.TransformLogger = void 0;
|
|
373873
374071
|
var logger_1 = require_logger();
|
|
@@ -373885,6 +374083,13 @@ var require_transform_logger = __commonJS({
|
|
|
373885
374083
|
var require_logger2 = __commonJS({
|
|
373886
374084
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/index.js"(exports2) {
|
|
373887
374085
|
"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
|
+
*/
|
|
373888
374093
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
373889
374094
|
if (k23 === void 0)
|
|
373890
374095
|
k23 = k6;
|
|
@@ -373918,6 +374123,13 @@ var require_logger2 = __commonJS({
|
|
|
373918
374123
|
var require_definitions = __commonJS({
|
|
373919
374124
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/definitions.js"(exports2) {
|
|
373920
374125
|
"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
|
+
*/
|
|
373921
374133
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
373922
374134
|
exports2.TargetDefinitionCollection = exports2.ProjectDefinitionCollection = void 0;
|
|
373923
374135
|
var DefinitionCollection = class {
|
|
@@ -374084,6 +374296,13 @@ var require_definitions = __commonJS({
|
|
|
374084
374296
|
var require_path2 = __commonJS({
|
|
374085
374297
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/path.js"(exports2) {
|
|
374086
374298
|
"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
|
+
*/
|
|
374087
374306
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374088
374307
|
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;
|
|
374089
374308
|
var exception_1 = require_exception();
|
|
@@ -374287,6 +374506,13 @@ var require_path2 = __commonJS({
|
|
|
374287
374506
|
var require_buffer2 = __commonJS({
|
|
374288
374507
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/buffer.js"(exports2) {
|
|
374289
374508
|
"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
|
+
*/
|
|
374290
374516
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374291
374517
|
exports2.fileBuffer = exports2.fileBufferToString = exports2.stringToFileBuffer = void 0;
|
|
374292
374518
|
var node_util_1 = require("node:util");
|
|
@@ -374312,6 +374538,13 @@ var require_buffer2 = __commonJS({
|
|
|
374312
374538
|
var require_interface2 = __commonJS({
|
|
374313
374539
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/interface.js"(exports2) {
|
|
374314
374540
|
"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
|
+
*/
|
|
374315
374548
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374316
374549
|
exports2.HostWatchEventType = void 0;
|
|
374317
374550
|
var HostWatchEventType;
|
|
@@ -374328,6 +374561,13 @@ var require_interface2 = __commonJS({
|
|
|
374328
374561
|
var require_memory = __commonJS({
|
|
374329
374562
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/memory.js"(exports2) {
|
|
374330
374563
|
"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
|
+
*/
|
|
374331
374571
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374332
374572
|
exports2.SimpleMemoryHost = void 0;
|
|
374333
374573
|
var rxjs_1 = require_cjs();
|
|
@@ -374644,6 +374884,13 @@ var require_memory = __commonJS({
|
|
|
374644
374884
|
var require_sync8 = __commonJS({
|
|
374645
374885
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/sync.js"(exports2) {
|
|
374646
374886
|
"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
|
+
*/
|
|
374647
374894
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374648
374895
|
exports2.SyncDelegateHost = exports2.SynchronousDelegateExpectedException = void 0;
|
|
374649
374896
|
var exception_1 = require_exception();
|
|
@@ -374725,6 +374972,13 @@ var require_sync8 = __commonJS({
|
|
|
374725
374972
|
var require_test = __commonJS({
|
|
374726
374973
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/test.js"(exports2) {
|
|
374727
374974
|
"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
|
+
*/
|
|
374728
374982
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374729
374983
|
exports2.TestHost = void 0;
|
|
374730
374984
|
var path_1 = require_path2();
|
|
@@ -374838,6 +375092,13 @@ var require_test = __commonJS({
|
|
|
374838
375092
|
var require_resolver = __commonJS({
|
|
374839
375093
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/resolver.js"(exports2) {
|
|
374840
375094
|
"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
|
+
*/
|
|
374841
375102
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374842
375103
|
exports2.ResolverHost = void 0;
|
|
374843
375104
|
var ResolverHost = class {
|
|
@@ -374889,6 +375150,13 @@ var require_resolver = __commonJS({
|
|
|
374889
375150
|
var require_alias = __commonJS({
|
|
374890
375151
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/alias.js"(exports2) {
|
|
374891
375152
|
"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
|
+
*/
|
|
374892
375160
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374893
375161
|
exports2.AliasHost = void 0;
|
|
374894
375162
|
var path_1 = require_path2();
|
|
@@ -374921,6 +375189,13 @@ var require_alias = __commonJS({
|
|
|
374921
375189
|
var require_create = __commonJS({
|
|
374922
375190
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/create.js"(exports2) {
|
|
374923
375191
|
"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
|
+
*/
|
|
374924
375199
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374925
375200
|
exports2.createSyncHost = void 0;
|
|
374926
375201
|
var rxjs_1 = require_cjs();
|
|
@@ -374975,6 +375250,13 @@ var require_create = __commonJS({
|
|
|
374975
375250
|
var require_empty2 = __commonJS({
|
|
374976
375251
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/empty.js"(exports2) {
|
|
374977
375252
|
"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
|
+
*/
|
|
374978
375260
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
374979
375261
|
exports2.Empty = void 0;
|
|
374980
375262
|
var rxjs_1 = require_cjs();
|
|
@@ -376542,6 +376824,13 @@ var require_picomatch4 = __commonJS({
|
|
|
376542
376824
|
var require_pattern3 = __commonJS({
|
|
376543
376825
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/pattern.js"(exports2) {
|
|
376544
376826
|
"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
|
+
*/
|
|
376545
376834
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376546
376835
|
exports2.PatternMatchingHost = void 0;
|
|
376547
376836
|
var picomatch_1 = require_picomatch4();
|
|
@@ -376573,6 +376862,13 @@ var require_pattern3 = __commonJS({
|
|
|
376573
376862
|
var require_record = __commonJS({
|
|
376574
376863
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/record.js"(exports2) {
|
|
376575
376864
|
"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
|
+
*/
|
|
376576
376872
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376577
376873
|
exports2.CordHost = void 0;
|
|
376578
376874
|
var rxjs_1 = require_cjs();
|
|
@@ -376842,6 +377138,13 @@ var require_record = __commonJS({
|
|
|
376842
377138
|
var require_safe = __commonJS({
|
|
376843
377139
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/safe.js"(exports2) {
|
|
376844
377140
|
"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
|
+
*/
|
|
376845
377148
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376846
377149
|
exports2.SafeReadonlyHost = void 0;
|
|
376847
377150
|
var rxjs_1 = require_cjs();
|
|
@@ -376882,6 +377185,13 @@ var require_safe = __commonJS({
|
|
|
376882
377185
|
var require_scoped = __commonJS({
|
|
376883
377186
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/scoped.js"(exports2) {
|
|
376884
377187
|
"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
|
+
*/
|
|
376885
377195
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
376886
377196
|
exports2.ScopedHost = void 0;
|
|
376887
377197
|
var path_1 = require_path2();
|
|
@@ -376904,6 +377214,13 @@ var require_scoped = __commonJS({
|
|
|
376904
377214
|
var require_host = __commonJS({
|
|
376905
377215
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/index.js"(exports2) {
|
|
376906
377216
|
"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
|
+
*/
|
|
376907
377224
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
376908
377225
|
if (k23 === void 0)
|
|
376909
377226
|
k23 = k6;
|
|
@@ -376964,6 +377281,13 @@ var require_host = __commonJS({
|
|
|
376964
377281
|
var require_virtual_fs = __commonJS({
|
|
376965
377282
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/index.js"(exports2) {
|
|
376966
377283
|
"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
|
+
*/
|
|
376967
377291
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
376968
377292
|
if (k23 === void 0)
|
|
376969
377293
|
k23 = k6;
|
|
@@ -377013,6 +377337,13 @@ var require_virtual_fs = __commonJS({
|
|
|
377013
377337
|
var require_host2 = __commonJS({
|
|
377014
377338
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/host.js"(exports2) {
|
|
377015
377339
|
"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
|
+
*/
|
|
377016
377347
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377017
377348
|
exports2.createWorkspaceHost = void 0;
|
|
377018
377349
|
var rxjs_1 = require_cjs();
|
|
@@ -377200,6 +377531,13 @@ var require_main = __commonJS({
|
|
|
377200
377531
|
var require_metadata2 = __commonJS({
|
|
377201
377532
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/metadata.js"(exports2) {
|
|
377202
377533
|
"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
|
+
*/
|
|
377203
377541
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377204
377542
|
exports2.JsonWorkspaceMetadata = exports2.JsonWorkspaceSymbol = void 0;
|
|
377205
377543
|
var jsonc_parser_1 = require_main();
|
|
@@ -377256,6 +377594,13 @@ var require_metadata2 = __commonJS({
|
|
|
377256
377594
|
var require_utilities = __commonJS({
|
|
377257
377595
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/utilities.js"(exports2) {
|
|
377258
377596
|
"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
|
+
*/
|
|
377259
377604
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377260
377605
|
exports2.createVirtualAstObject = void 0;
|
|
377261
377606
|
var json_1 = require_json();
|
|
@@ -377362,6 +377707,13 @@ var require_utilities = __commonJS({
|
|
|
377362
377707
|
var require_reader3 = __commonJS({
|
|
377363
377708
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/reader.js"(exports2) {
|
|
377364
377709
|
"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
|
+
*/
|
|
377365
377717
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377366
377718
|
exports2.readJsonWorkspace = void 0;
|
|
377367
377719
|
var jsonc_parser_1 = require_main();
|
|
@@ -377576,6 +377928,13 @@ var require_reader3 = __commonJS({
|
|
|
377576
377928
|
var require_writer = __commonJS({
|
|
377577
377929
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/writer.js"(exports2) {
|
|
377578
377930
|
"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
|
+
*/
|
|
377579
377938
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377580
377939
|
exports2.writeJsonWorkspace = void 0;
|
|
377581
377940
|
var jsonc_parser_1 = require_main();
|
|
@@ -377705,6 +378064,13 @@ var require_writer = __commonJS({
|
|
|
377705
378064
|
var require_core3 = __commonJS({
|
|
377706
378065
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/core.js"(exports2) {
|
|
377707
378066
|
"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
|
+
*/
|
|
377708
378074
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377709
378075
|
exports2.writeWorkspace = exports2.readWorkspace = exports2._test_removeWorkspaceFile = exports2._test_addWorkspaceFile = exports2.WorkspaceFormat = void 0;
|
|
377710
378076
|
var virtual_fs_1 = require_virtual_fs();
|
|
@@ -377789,6 +378155,13 @@ var require_core3 = __commonJS({
|
|
|
377789
378155
|
var require_workspace = __commonJS({
|
|
377790
378156
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/index.js"(exports2) {
|
|
377791
378157
|
"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
|
+
*/
|
|
377792
378165
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
377793
378166
|
if (k23 === void 0)
|
|
377794
378167
|
k23 = k6;
|
|
@@ -377833,6 +378206,13 @@ var require_workspace = __commonJS({
|
|
|
377833
378206
|
var require_src3 = __commonJS({
|
|
377834
378207
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/index.js"(exports2) {
|
|
377835
378208
|
"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
|
+
*/
|
|
377836
378216
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
377837
378217
|
if (k23 === void 0)
|
|
377838
378218
|
k23 = k6;
|
|
@@ -377889,6 +378269,13 @@ var require_src3 = __commonJS({
|
|
|
377889
378269
|
var require_html_selector = __commonJS({
|
|
377890
378270
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/html-selector.js"(exports2) {
|
|
377891
378271
|
"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
|
+
*/
|
|
377892
378279
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377893
378280
|
exports2.htmlSelectorFormat = void 0;
|
|
377894
378281
|
var unicodeRanges = [
|
|
@@ -377928,6 +378315,13 @@ var require_html_selector = __commonJS({
|
|
|
377928
378315
|
var require_path3 = __commonJS({
|
|
377929
378316
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/path.js"(exports2) {
|
|
377930
378317
|
"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
|
+
*/
|
|
377931
378325
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377932
378326
|
exports2.pathFormat = void 0;
|
|
377933
378327
|
var core_1 = require_src3();
|
|
@@ -377947,6 +378341,13 @@ var require_path3 = __commonJS({
|
|
|
377947
378341
|
var require_formats2 = __commonJS({
|
|
377948
378342
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/index.js"(exports2) {
|
|
377949
378343
|
"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
|
+
*/
|
|
377950
378351
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377951
378352
|
exports2.standardFormats = exports2.pathFormat = exports2.htmlSelectorFormat = void 0;
|
|
377952
378353
|
var html_selector_1 = require_html_selector();
|
|
@@ -377967,6 +378368,13 @@ var require_formats2 = __commonJS({
|
|
|
377967
378368
|
var require_interface3 = __commonJS({
|
|
377968
378369
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/interface.js"(exports2) {
|
|
377969
378370
|
"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
|
+
*/
|
|
377970
378378
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
377971
378379
|
exports2.Tree = exports2.TreeSymbol = exports2.FileVisitorCancelToken = exports2.MergeStrategy = void 0;
|
|
377972
378380
|
var MergeStrategy;
|
|
@@ -378002,6 +378410,13 @@ var require_interface3 = __commonJS({
|
|
|
378002
378410
|
var require_exception2 = __commonJS({
|
|
378003
378411
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/exception/exception.js"(exports2) {
|
|
378004
378412
|
"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
|
+
*/
|
|
378005
378420
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378006
378421
|
exports2.UnimplementedException = exports2.UnsuccessfulWorkflowExecution = exports2.MergeConflictException = exports2.InvalidUpdateRecordException = exports2.ContentHasMutatedException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.SchematicsException = void 0;
|
|
378007
378422
|
var core_1 = require_src3();
|
|
@@ -378057,6 +378472,13 @@ var require_exception2 = __commonJS({
|
|
|
378057
378472
|
var require_delegate = __commonJS({
|
|
378058
378473
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/delegate.js"(exports2) {
|
|
378059
378474
|
"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
|
+
*/
|
|
378060
378482
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378061
378483
|
exports2.DelegateTree = void 0;
|
|
378062
378484
|
var interface_1 = require_interface3();
|
|
@@ -378134,6 +378556,13 @@ var require_delegate = __commonJS({
|
|
|
378134
378556
|
var require_entry3 = __commonJS({
|
|
378135
378557
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/entry.js"(exports2) {
|
|
378136
378558
|
"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
|
+
*/
|
|
378137
378566
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
378138
378567
|
exports2.LazyFileEntry = exports2.SimpleFileEntry = void 0;
|
|
378139
378568
|
var SimpleFileEntry = class {
|
|
@@ -379597,6 +380026,13 @@ var require_magic_string_cjs = __commonJS({
|
|
|
379597
380026
|
var require_update_buffer = __commonJS({
|
|
379598
380027
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/utility/update-buffer.js"(exports2) {
|
|
379599
380028
|
"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
|
+
*/
|
|
379600
380036
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
|
|
379601
380037
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
379602
380038
|
};
|
|
@@ -379676,6 +380112,13 @@ var require_update_buffer = __commonJS({
|
|
|
379676
380112
|
var require_recorder = __commonJS({
|
|
379677
380113
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/recorder.js"(exports2) {
|
|
379678
380114
|
"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
|
+
*/
|
|
379679
380122
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
379680
380123
|
exports2.UpdateRecorderBom = exports2.UpdateRecorderBase = void 0;
|
|
379681
380124
|
var exception_1 = require_exception2();
|
|
@@ -379750,6 +380193,13 @@ var require_recorder = __commonJS({
|
|
|
379750
380193
|
var require_scoped2 = __commonJS({
|
|
379751
380194
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/scoped.js"(exports2) {
|
|
379752
380195
|
"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
|
+
*/
|
|
379753
380203
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
379754
380204
|
exports2.ScopedTree = void 0;
|
|
379755
380205
|
var core_1 = require_src3();
|
|
@@ -379927,6 +380377,13 @@ var require_scoped2 = __commonJS({
|
|
|
379927
380377
|
var require_host_tree = __commonJS({
|
|
379928
380378
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/host-tree.js"(exports2) {
|
|
379929
380379
|
"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
|
+
*/
|
|
379930
380387
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
379931
380388
|
exports2.FilterHostTree = exports2.HostCreateTree = exports2.HostTree = exports2.HostDirEntry = void 0;
|
|
379932
380389
|
var core_1 = require_src3();
|
|
@@ -380342,6 +380799,13 @@ var require_host_tree = __commonJS({
|
|
|
380342
380799
|
var require_static = __commonJS({
|
|
380343
380800
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/static.js"(exports2) {
|
|
380344
380801
|
"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
|
+
*/
|
|
380345
380809
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380346
380810
|
exports2.partition = exports2.merge = exports2.branch = exports2.empty = void 0;
|
|
380347
380811
|
var exception_1 = require_exception2();
|
|
@@ -380378,6 +380842,13 @@ var require_static = __commonJS({
|
|
|
380378
380842
|
var require_null = __commonJS({
|
|
380379
380843
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/null.js"(exports2) {
|
|
380380
380844
|
"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
|
+
*/
|
|
380381
380852
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380382
380853
|
exports2.NullTree = exports2.NullTreeDirEntry = exports2.CannotCreateFileException = void 0;
|
|
380383
380854
|
var core_1 = require_src3();
|
|
@@ -380478,6 +380949,13 @@ var require_null = __commonJS({
|
|
|
380478
380949
|
var require_call = __commonJS({
|
|
380479
380950
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/call.js"(exports2) {
|
|
380480
380951
|
"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
|
+
*/
|
|
380481
380959
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380482
380960
|
exports2.callRule = exports2.callSource = exports2.InvalidSourceResultException = exports2.InvalidRuleResultException = void 0;
|
|
380483
380961
|
var core_1 = require_src3();
|
|
@@ -380558,6 +381036,13 @@ var require_call = __commonJS({
|
|
|
380558
381036
|
var require_schematic = __commonJS({
|
|
380559
381037
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/schematic.js"(exports2) {
|
|
380560
381038
|
"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
|
+
*/
|
|
380561
381046
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380562
381047
|
exports2.SchematicImpl = exports2.InvalidSchematicsNameException = void 0;
|
|
380563
381048
|
var core_1 = require_src3();
|
|
@@ -380622,6 +381107,13 @@ var require_schematic = __commonJS({
|
|
|
380622
381107
|
var require_engine = __commonJS({
|
|
380623
381108
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/engine.js"(exports2) {
|
|
380624
381109
|
"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
|
+
*/
|
|
380625
381117
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380626
381118
|
exports2.SchematicEngine = exports2.TaskScheduler = exports2.CollectionImpl = exports2.UnknownTaskDependencyException = exports2.UnregisteredTaskException = exports2.SchematicEngineConflictingException = exports2.PrivateSchematicException = exports2.UnknownSchematicException = exports2.CircularCollectionException = exports2.UnknownCollectionException = exports2.UnknownUrlSourceProtocol = void 0;
|
|
380627
381119
|
var core_1 = require_src3();
|
|
@@ -380916,6 +381408,13 @@ var require_engine = __commonJS({
|
|
|
380916
381408
|
var require_interface4 = __commonJS({
|
|
380917
381409
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/interface.js"(exports2) {
|
|
380918
381410
|
"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
|
+
*/
|
|
380919
381418
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380920
381419
|
}
|
|
380921
381420
|
});
|
|
@@ -380924,6 +381423,13 @@ var require_interface4 = __commonJS({
|
|
|
380924
381423
|
var require_engine2 = __commonJS({
|
|
380925
381424
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/index.js"(exports2) {
|
|
380926
381425
|
"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
|
+
*/
|
|
380927
381433
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
380928
381434
|
if (k23 === void 0)
|
|
380929
381435
|
k23 = k6;
|
|
@@ -380955,6 +381461,13 @@ var require_engine2 = __commonJS({
|
|
|
380955
381461
|
var require_cli_logger = __commonJS({
|
|
380956
381462
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/cli-logger.js"(exports2) {
|
|
380957
381463
|
"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
|
+
*/
|
|
380958
381471
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
380959
381472
|
exports2.createConsoleLogger = void 0;
|
|
380960
381473
|
var rxjs_1 = require_cjs();
|
|
@@ -382752,6 +383265,12 @@ var require_readdirp = __commonJS({
|
|
|
382752
383265
|
// node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js
|
|
382753
383266
|
var require_normalize_path = __commonJS({
|
|
382754
383267
|
"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
|
+
*/
|
|
382755
383274
|
module2.exports = function(path13, stripTrailing) {
|
|
382756
383275
|
if (typeof path13 !== "string") {
|
|
382757
383276
|
throw new TypeError("expected path to be a string");
|
|
@@ -382848,6 +383367,12 @@ var require_anymatch = __commonJS({
|
|
|
382848
383367
|
// node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
|
|
382849
383368
|
var require_is_extglob2 = __commonJS({
|
|
382850
383369
|
"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
|
+
*/
|
|
382851
383376
|
module2.exports = function isExtglob(str2) {
|
|
382852
383377
|
if (typeof str2 !== "string" || str2 === "") {
|
|
382853
383378
|
return false;
|
|
@@ -382866,6 +383391,12 @@ var require_is_extglob2 = __commonJS({
|
|
|
382866
383391
|
// node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
|
|
382867
383392
|
var require_is_glob2 = __commonJS({
|
|
382868
383393
|
"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
|
+
*/
|
|
382869
383400
|
var isExtglob = require_is_extglob2();
|
|
382870
383401
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
382871
383402
|
var strictCheck = function(str2) {
|
|
@@ -383142,6 +383673,12 @@ var require_stringify2 = __commonJS({
|
|
|
383142
383673
|
var require_is_number2 = __commonJS({
|
|
383143
383674
|
"node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports2, module2) {
|
|
383144
383675
|
"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
|
+
*/
|
|
383145
383682
|
module2.exports = function(num) {
|
|
383146
383683
|
if (typeof num === "number") {
|
|
383147
383684
|
return num - num === 0;
|
|
@@ -383158,6 +383695,12 @@ var require_is_number2 = __commonJS({
|
|
|
383158
383695
|
var require_to_regex_range2 = __commonJS({
|
|
383159
383696
|
"node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports2, module2) {
|
|
383160
383697
|
"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
|
+
*/
|
|
383161
383704
|
var isNumber = require_is_number2();
|
|
383162
383705
|
var toRegexRange = (min, max, options8) => {
|
|
383163
383706
|
if (isNumber(min) === false) {
|
|
@@ -383370,6 +383913,12 @@ var require_to_regex_range2 = __commonJS({
|
|
|
383370
383913
|
var require_fill_range2 = __commonJS({
|
|
383371
383914
|
"node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports2, module2) {
|
|
383372
383915
|
"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
|
+
*/
|
|
383373
383922
|
var util3 = require("util");
|
|
383374
383923
|
var toRegexRange = require_to_regex_range2();
|
|
383375
383924
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -386212,6 +386761,13 @@ var require_chokidar = __commonJS({
|
|
|
386212
386761
|
var require_host3 = __commonJS({
|
|
386213
386762
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/host.js"(exports2) {
|
|
386214
386763
|
"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
|
+
*/
|
|
386215
386771
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386216
386772
|
exports2.NodeJsSyncHost = exports2.NodeJsAsyncHost = void 0;
|
|
386217
386773
|
var node_fs_1 = require("node:fs");
|
|
@@ -386402,6 +386958,13 @@ var require_host3 = __commonJS({
|
|
|
386402
386958
|
var require_node = __commonJS({
|
|
386403
386959
|
"node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/index.js"(exports2) {
|
|
386404
386960
|
"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
|
+
*/
|
|
386405
386968
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
386406
386969
|
if (k23 === void 0)
|
|
386407
386970
|
k23 = k6;
|
|
@@ -386432,6 +386995,13 @@ var require_node = __commonJS({
|
|
|
386432
386995
|
var require_action = __commonJS({
|
|
386433
386996
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/action.js"(exports2) {
|
|
386434
386997
|
"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
|
+
*/
|
|
386435
387005
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386436
387006
|
exports2.isContentAction = exports2.ActionList = exports2.UnknownActionException = void 0;
|
|
386437
387007
|
var core_1 = require_src3();
|
|
@@ -386567,6 +387137,13 @@ var require_action = __commonJS({
|
|
|
386567
387137
|
var require_sink = __commonJS({
|
|
386568
387138
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/sink.js"(exports2) {
|
|
386569
387139
|
"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
|
+
*/
|
|
386570
387147
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386571
387148
|
exports2.SimpleSinkBase = void 0;
|
|
386572
387149
|
var rxjs_1 = require_cjs();
|
|
@@ -386679,6 +387256,13 @@ var require_sink = __commonJS({
|
|
|
386679
387256
|
var require_host4 = __commonJS({
|
|
386680
387257
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/host.js"(exports2) {
|
|
386681
387258
|
"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
|
+
*/
|
|
386682
387266
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386683
387267
|
exports2.HostSink = void 0;
|
|
386684
387268
|
var rxjs_1 = require_cjs();
|
|
@@ -386749,6 +387333,13 @@ var require_host4 = __commonJS({
|
|
|
386749
387333
|
var require_dryrun = __commonJS({
|
|
386750
387334
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/dryrun.js"(exports2) {
|
|
386751
387335
|
"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
|
+
*/
|
|
386752
387343
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386753
387344
|
exports2.DryRunSink = void 0;
|
|
386754
387345
|
var core_1 = require_src3();
|
|
@@ -386821,6 +387412,13 @@ var require_dryrun = __commonJS({
|
|
|
386821
387412
|
var require_base2 = __commonJS({
|
|
386822
387413
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/base.js"(exports2) {
|
|
386823
387414
|
"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
|
+
*/
|
|
386824
387422
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386825
387423
|
exports2.BaseWorkflow = void 0;
|
|
386826
387424
|
var core_1 = require_src3();
|
|
@@ -386944,6 +387542,13 @@ var require_base2 = __commonJS({
|
|
|
386944
387542
|
var require_interface5 = __commonJS({
|
|
386945
387543
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/interface.js"(exports2) {
|
|
386946
387544
|
"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
|
+
*/
|
|
386947
387552
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386948
387553
|
}
|
|
386949
387554
|
});
|
|
@@ -386952,6 +387557,13 @@ var require_interface5 = __commonJS({
|
|
|
386952
387557
|
var require_workflow = __commonJS({
|
|
386953
387558
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/index.js"(exports2) {
|
|
386954
387559
|
"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
|
+
*/
|
|
386955
387567
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
386956
387568
|
if (k23 === void 0)
|
|
386957
387569
|
k23 = k6;
|
|
@@ -386982,6 +387594,13 @@ var require_workflow = __commonJS({
|
|
|
386982
387594
|
var require_base3 = __commonJS({
|
|
386983
387595
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/base.js"(exports2) {
|
|
386984
387596
|
"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
|
+
*/
|
|
386985
387604
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
386986
387605
|
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;
|
|
386987
387606
|
var rxjs_1 = require_cjs();
|
|
@@ -387121,6 +387740,13 @@ var require_base3 = __commonJS({
|
|
|
387121
387740
|
var require_move = __commonJS({
|
|
387122
387741
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/move.js"(exports2) {
|
|
387123
387742
|
"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
|
+
*/
|
|
387124
387750
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387125
387751
|
exports2.move = void 0;
|
|
387126
387752
|
var core_1 = require_src3();
|
|
@@ -387154,6 +387780,13 @@ var require_move = __commonJS({
|
|
|
387154
387780
|
var require_random = __commonJS({
|
|
387155
387781
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/random.js"(exports2) {
|
|
387156
387782
|
"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
|
+
*/
|
|
387157
387790
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387158
387791
|
var host_tree_1 = require_host_tree();
|
|
387159
387792
|
function generateStringOfLength(l) {
|
|
@@ -387186,6 +387819,13 @@ var require_random = __commonJS({
|
|
|
387186
387819
|
var require_schematic2 = __commonJS({
|
|
387187
387820
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/schematic.js"(exports2) {
|
|
387188
387821
|
"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
|
+
*/
|
|
387189
387829
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387190
387830
|
exports2.schematic = exports2.externalSchematic = void 0;
|
|
387191
387831
|
var rxjs_1 = require_cjs();
|
|
@@ -387220,6 +387860,13 @@ var require_schematic2 = __commonJS({
|
|
|
387220
387860
|
var require_template2 = __commonJS({
|
|
387221
387861
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/template.js"(exports2) {
|
|
387222
387862
|
"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
|
+
*/
|
|
387223
387870
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387224
387871
|
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;
|
|
387225
387872
|
var core_1 = require_src3();
|
|
@@ -387370,6 +388017,13 @@ var require_template2 = __commonJS({
|
|
|
387370
388017
|
var require_url = __commonJS({
|
|
387371
388018
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/url.js"(exports2) {
|
|
387372
388019
|
"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
|
+
*/
|
|
387373
388027
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387374
388028
|
exports2.url = void 0;
|
|
387375
388029
|
var url_1 = require("url");
|
|
@@ -387385,6 +388039,13 @@ var require_url = __commonJS({
|
|
|
387385
388039
|
var require_empty3 = __commonJS({
|
|
387386
388040
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/empty.js"(exports2) {
|
|
387387
388041
|
"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
|
+
*/
|
|
387388
388049
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387389
388050
|
exports2.EmptyTree = void 0;
|
|
387390
388051
|
var host_tree_1 = require_host_tree();
|
|
@@ -387401,6 +388062,13 @@ var require_empty3 = __commonJS({
|
|
|
387401
388062
|
var require_src4 = __commonJS({
|
|
387402
388063
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/index.js"(exports2) {
|
|
387403
388064
|
"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
|
+
*/
|
|
387404
388072
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
387405
388073
|
if (k23 === void 0)
|
|
387406
388074
|
k23 = k6;
|
|
@@ -387496,6 +388164,13 @@ var require_src4 = __commonJS({
|
|
|
387496
388164
|
var require_options = __commonJS({
|
|
387497
388165
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/options.js"(exports2) {
|
|
387498
388166
|
"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
|
+
*/
|
|
387499
388174
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387500
388175
|
exports2.NodePackageName = void 0;
|
|
387501
388176
|
exports2.NodePackageName = "node-package";
|
|
@@ -387506,6 +388181,13 @@ var require_options = __commonJS({
|
|
|
387506
388181
|
var require_options2 = __commonJS({
|
|
387507
388182
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/options.js"(exports2) {
|
|
387508
388183
|
"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
|
+
*/
|
|
387509
388191
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387510
388192
|
exports2.RepositoryInitializerName = void 0;
|
|
387511
388193
|
exports2.RepositoryInitializerName = "repo-init";
|
|
@@ -387516,6 +388198,13 @@ var require_options2 = __commonJS({
|
|
|
387516
388198
|
var require_options3 = __commonJS({
|
|
387517
388199
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/options.js"(exports2) {
|
|
387518
388200
|
"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
|
+
*/
|
|
387519
388208
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
387520
388209
|
exports2.RunSchematicName = void 0;
|
|
387521
388210
|
exports2.RunSchematicName = "run-schematic";
|
|
@@ -390989,6 +391678,7 @@ var require_stream_duplex = __commonJS({
|
|
|
390989
391678
|
// node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
|
|
390990
391679
|
var require_safe_buffer = __commonJS({
|
|
390991
391680
|
"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> */
|
|
390992
391682
|
var buffer2 = require("buffer");
|
|
390993
391683
|
var Buffer2 = buffer2.Buffer;
|
|
390994
391684
|
function copyProps(src, dst) {
|
|
@@ -393463,6 +394153,13 @@ var require_ora = __commonJS({
|
|
|
393463
394153
|
var require_executor = __commonJS({
|
|
393464
394154
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js"(exports2) {
|
|
393465
394155
|
"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
|
+
*/
|
|
393466
394163
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
393467
394164
|
if (k23 === void 0)
|
|
393468
394165
|
k23 = k6;
|
|
@@ -393634,6 +394331,13 @@ var require_executor = __commonJS({
|
|
|
393634
394331
|
var require_executor2 = __commonJS({
|
|
393635
394332
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/executor.js"(exports2) {
|
|
393636
394333
|
"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
|
+
*/
|
|
393637
394341
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
393638
394342
|
if (k23 === void 0)
|
|
393639
394343
|
k23 = k6;
|
|
@@ -393730,6 +394434,13 @@ var require_executor2 = __commonJS({
|
|
|
393730
394434
|
var require_executor3 = __commonJS({
|
|
393731
394435
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/executor.js"(exports2) {
|
|
393732
394436
|
"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
|
+
*/
|
|
393733
394444
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
393734
394445
|
function default_1() {
|
|
393735
394446
|
return (options8, context) => {
|
|
@@ -393758,6 +394469,13 @@ var require_executor3 = __commonJS({
|
|
|
393758
394469
|
var require_node3 = __commonJS({
|
|
393759
394470
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/node/index.js"(exports2) {
|
|
393760
394471
|
"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
|
+
*/
|
|
393761
394479
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
393762
394480
|
if (k23 === void 0)
|
|
393763
394481
|
k23 = k6;
|
|
@@ -393817,6 +394535,13 @@ var require_node3 = __commonJS({
|
|
|
393817
394535
|
var require_description = __commonJS({
|
|
393818
394536
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/description.js"(exports2) {
|
|
393819
394537
|
"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
|
+
*/
|
|
393820
394545
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
393821
394546
|
}
|
|
393822
394547
|
});
|
|
@@ -393825,6 +394550,13 @@ var require_description = __commonJS({
|
|
|
393825
394550
|
var require_export_ref = __commonJS({
|
|
393826
394551
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/export-ref.js"(exports2) {
|
|
393827
394552
|
"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
|
+
*/
|
|
393828
394560
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
393829
394561
|
exports2.ExportStringRef = void 0;
|
|
393830
394562
|
var path_1 = require("path");
|
|
@@ -393861,6 +394593,13 @@ var require_export_ref = __commonJS({
|
|
|
393861
394593
|
var require_file_system_utility = __commonJS({
|
|
393862
394594
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-utility.js"(exports2) {
|
|
393863
394595
|
"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
|
+
*/
|
|
393864
394603
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
393865
394604
|
exports2.readJsonFile = void 0;
|
|
393866
394605
|
var schematics_1 = require_src4();
|
|
@@ -393886,6 +394625,13 @@ var require_file_system_utility = __commonJS({
|
|
|
393886
394625
|
var require_file_system_engine_host_base = __commonJS({
|
|
393887
394626
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host-base.js"(exports2) {
|
|
393888
394627
|
"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
|
+
*/
|
|
393889
394635
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
393890
394636
|
exports2.FileSystemEngineHostBase = exports2.SchematicNameCollisionException = exports2.SchematicMissingDescriptionException = exports2.SchematicMissingFieldsException = exports2.CollectionMissingFieldsException = exports2.CollectionMissingSchematicsMapException = exports2.FactoryCannotBeResolvedException = exports2.SchematicMissingFactoryException = exports2.InvalidCollectionJsonException = exports2.CollectionCannotBeResolvedException = void 0;
|
|
393891
394637
|
var core_1 = require_src3();
|
|
@@ -394120,6 +394866,13 @@ var require_file_system_engine_host_base = __commonJS({
|
|
|
394120
394866
|
var require_node_module_engine_host = __commonJS({
|
|
394121
394867
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-module-engine-host.js"(exports2) {
|
|
394122
394868
|
"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
|
+
*/
|
|
394123
394876
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394124
394877
|
exports2.NodeModulesEngineHost = exports2.NodePackageDoesNotSupportSchematics = void 0;
|
|
394125
394878
|
var core_1 = require_src3();
|
|
@@ -394748,6 +395501,13 @@ var require_operators = __commonJS({
|
|
|
394748
395501
|
var require_schema_option_transform = __commonJS({
|
|
394749
395502
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/schema-option-transform.js"(exports2) {
|
|
394750
395503
|
"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
|
+
*/
|
|
394751
395511
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394752
395512
|
exports2.validateOptionsWithSchema = exports2.InvalidInputOptions = void 0;
|
|
394753
395513
|
var core_1 = require_src3();
|
|
@@ -394784,6 +395544,13 @@ Errors:
|
|
|
394784
395544
|
var require_node_workflow = __commonJS({
|
|
394785
395545
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/workflow/node-workflow.js"(exports2) {
|
|
394786
395546
|
"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
|
+
*/
|
|
394787
395554
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394788
395555
|
exports2.NodeWorkflow = void 0;
|
|
394789
395556
|
var core_1 = require_src3();
|
|
@@ -394847,6 +395614,13 @@ var require_node_workflow = __commonJS({
|
|
|
394847
395614
|
var require_file_system_engine_host = __commonJS({
|
|
394848
395615
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host.js"(exports2) {
|
|
394849
395616
|
"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
|
+
*/
|
|
394850
395624
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
394851
395625
|
if (k23 === void 0)
|
|
394852
395626
|
k23 = k6;
|
|
@@ -394964,6 +395738,13 @@ var require_file_system_engine_host = __commonJS({
|
|
|
394964
395738
|
var require_node_modules_test_engine_host = __commonJS({
|
|
394965
395739
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-modules-test-engine-host.js"(exports2) {
|
|
394966
395740
|
"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
|
+
*/
|
|
394967
395748
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
394968
395749
|
exports2.NodeModulesTestEngineHost = void 0;
|
|
394969
395750
|
var node_module_engine_host_1 = require_node_module_engine_host();
|
|
@@ -395003,6 +395784,13 @@ var require_node_modules_test_engine_host = __commonJS({
|
|
|
395003
395784
|
var require_tools = __commonJS({
|
|
395004
395785
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/index.js"(exports2) {
|
|
395005
395786
|
"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
|
+
*/
|
|
395006
395794
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
395007
395795
|
if (k23 === void 0)
|
|
395008
395796
|
k23 = k6;
|
|
@@ -395055,6 +395843,13 @@ var require_tools = __commonJS({
|
|
|
395055
395843
|
var require_schematic_test_runner = __commonJS({
|
|
395056
395844
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/schematic-test-runner.js"(exports2) {
|
|
395057
395845
|
"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
|
+
*/
|
|
395058
395853
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395059
395854
|
exports2.SchematicTestRunner = exports2.UnitTestTree = void 0;
|
|
395060
395855
|
var core_1 = require_src3();
|
|
@@ -395136,6 +395931,13 @@ var require_schematic_test_runner = __commonJS({
|
|
|
395136
395931
|
var require_testing = __commonJS({
|
|
395137
395932
|
"node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/index.js"(exports2) {
|
|
395138
395933
|
"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
|
+
*/
|
|
395139
395941
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
395140
395942
|
if (k23 === void 0)
|
|
395141
395943
|
k23 = k6;
|
|
@@ -395319,6 +396121,13 @@ var require_invoke_nx_generator = __commonJS({
|
|
|
395319
396121
|
var require_api = __commonJS({
|
|
395320
396122
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/api.js"(exports2) {
|
|
395321
396123
|
"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
|
+
*/
|
|
395322
396131
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395323
396132
|
exports2.isJobHandler = exports2.JobState = exports2.JobOutboundMessageKind = exports2.JobInboundMessageKind = void 0;
|
|
395324
396133
|
var JobInboundMessageKind;
|
|
@@ -395359,6 +396168,13 @@ var require_api = __commonJS({
|
|
|
395359
396168
|
var require_strategy = __commonJS({
|
|
395360
396169
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/strategy.js"(exports2) {
|
|
395361
396170
|
"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
|
+
*/
|
|
395362
396178
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395363
396179
|
exports2.memoize = exports2.reuse = exports2.serialize = void 0;
|
|
395364
396180
|
var core_1 = require_src3();
|
|
@@ -395434,6 +396250,13 @@ var require_strategy = __commonJS({
|
|
|
395434
396250
|
var require_create_job_handler = __commonJS({
|
|
395435
396251
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/create-job-handler.js"(exports2) {
|
|
395436
396252
|
"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
|
+
*/
|
|
395437
396260
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395438
396261
|
exports2.createLoggerJob = exports2.createJobFactory = exports2.createJobHandler = exports2.ChannelAlreadyExistException = void 0;
|
|
395439
396262
|
var core_1 = require_src3();
|
|
@@ -395552,6 +396375,13 @@ var require_create_job_handler = __commonJS({
|
|
|
395552
396375
|
var require_exception3 = __commonJS({
|
|
395553
396376
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/exception.js"(exports2) {
|
|
395554
396377
|
"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
|
+
*/
|
|
395555
396385
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395556
396386
|
exports2.JobDoesNotExistException = exports2.JobNameAlreadyRegisteredException = void 0;
|
|
395557
396387
|
var core_1 = require_src3();
|
|
@@ -395574,6 +396404,13 @@ var require_exception3 = __commonJS({
|
|
|
395574
396404
|
var require_dispatcher = __commonJS({
|
|
395575
396405
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/dispatcher.js"(exports2) {
|
|
395576
396406
|
"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
|
+
*/
|
|
395577
396414
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395578
396415
|
exports2.createDispatcher = void 0;
|
|
395579
396416
|
var api_1 = require_api();
|
|
@@ -395617,6 +396454,13 @@ var require_dispatcher = __commonJS({
|
|
|
395617
396454
|
var require_fallback_registry = __commonJS({
|
|
395618
396455
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/fallback-registry.js"(exports2) {
|
|
395619
396456
|
"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
|
+
*/
|
|
395620
396464
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395621
396465
|
exports2.FallbackRegistry = void 0;
|
|
395622
396466
|
var rxjs_1 = require_cjs();
|
|
@@ -395640,6 +396484,13 @@ var require_fallback_registry = __commonJS({
|
|
|
395640
396484
|
var require_simple_registry = __commonJS({
|
|
395641
396485
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-registry.js"(exports2) {
|
|
395642
396486
|
"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
|
+
*/
|
|
395643
396494
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395644
396495
|
exports2.SimpleJobRegistry = void 0;
|
|
395645
396496
|
var core_1 = require_src3();
|
|
@@ -395703,6 +396554,13 @@ var require_simple_registry = __commonJS({
|
|
|
395703
396554
|
var require_simple_scheduler = __commonJS({
|
|
395704
396555
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-scheduler.js"(exports2) {
|
|
395705
396556
|
"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
|
+
*/
|
|
395706
396564
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
395707
396565
|
exports2.SimpleScheduler = exports2.JobOutputSchemaValidationError = exports2.JobInboundMessageSchemaValidationError = exports2.JobArgumentSchemaValidationError = void 0;
|
|
395708
396566
|
var core_1 = require_src3();
|
|
@@ -396072,6 +396930,13 @@ var require_simple_scheduler = __commonJS({
|
|
|
396072
396930
|
var require_jobs = __commonJS({
|
|
396073
396931
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/index.js"(exports2) {
|
|
396074
396932
|
"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
|
+
*/
|
|
396075
396940
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
396076
396941
|
if (k23 === void 0)
|
|
396077
396942
|
k23 = k6;
|
|
@@ -396143,6 +397008,13 @@ var require_progress_schema = __commonJS({
|
|
|
396143
397008
|
var require_api2 = __commonJS({
|
|
396144
397009
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/api.js"(exports2) {
|
|
396145
397010
|
"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
|
+
*/
|
|
396146
397018
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396147
397019
|
exports2.scheduleTargetAndForget = exports2.targetFromTargetString = exports2.targetStringFromTarget = exports2.fromAsyncIterable = exports2.isBuilderOutput = exports2.BuilderProgressState = void 0;
|
|
396148
397020
|
var rxjs_1 = require_cjs();
|
|
@@ -396305,6 +397177,13 @@ var require_progress_schema2 = __commonJS({
|
|
|
396305
397177
|
var require_schedule_by_name = __commonJS({
|
|
396306
397178
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/schedule-by-name.js"(exports2) {
|
|
396307
397179
|
"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
|
+
*/
|
|
396308
397187
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396309
397188
|
exports2.scheduleByTarget = exports2.scheduleByName = void 0;
|
|
396310
397189
|
var rxjs_1 = require_cjs();
|
|
@@ -396486,6 +397365,13 @@ var require_output_schema = __commonJS({
|
|
|
396486
397365
|
var require_architect = __commonJS({
|
|
396487
397366
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/architect.js"(exports2) {
|
|
396488
397367
|
"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
|
+
*/
|
|
396489
397375
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396490
397376
|
exports2.Architect = void 0;
|
|
396491
397377
|
var core_1 = require_src3();
|
|
@@ -396752,6 +397638,13 @@ var require_architect = __commonJS({
|
|
|
396752
397638
|
var require_internal = __commonJS({
|
|
396753
397639
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/internal.js"(exports2) {
|
|
396754
397640
|
"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
|
+
*/
|
|
396755
397648
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396756
397649
|
exports2.BuilderVersionSymbol = exports2.BuilderSymbol = void 0;
|
|
396757
397650
|
exports2.BuilderSymbol = Symbol.for("@angular-devkit/architect:builder");
|
|
@@ -396804,6 +397697,13 @@ var require_package3 = __commonJS({
|
|
|
396804
397697
|
var require_create_builder = __commonJS({
|
|
396805
397698
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/create-builder.js"(exports2) {
|
|
396806
397699
|
"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
|
+
*/
|
|
396807
397707
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
396808
397708
|
exports2.createBuilder = void 0;
|
|
396809
397709
|
var core_1 = require_src3();
|
|
@@ -396970,6 +397870,13 @@ var require_create_builder = __commonJS({
|
|
|
396970
397870
|
var require_src5 = __commonJS({
|
|
396971
397871
|
"node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/index.js"(exports2) {
|
|
396972
397872
|
"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
|
+
*/
|
|
396973
397880
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
|
|
396974
397881
|
if (k23 === void 0)
|
|
396975
397882
|
k23 = k6;
|
|
@@ -398134,6 +399041,7 @@ var require_out5 = __commonJS({
|
|
|
398134
399041
|
// node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js
|
|
398135
399042
|
var require_queue_microtask2 = __commonJS({
|
|
398136
399043
|
"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> */
|
|
398137
399045
|
var promise;
|
|
398138
399046
|
module2.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
|
|
398139
399047
|
throw err;
|
|
@@ -398144,6 +399052,7 @@ var require_queue_microtask2 = __commonJS({
|
|
|
398144
399052
|
// node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js
|
|
398145
399053
|
var require_run_parallel2 = __commonJS({
|
|
398146
399054
|
"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> */
|
|
398147
399056
|
module2.exports = runParallel;
|
|
398148
399057
|
var queueMicrotask2 = require_queue_microtask2();
|
|
398149
399058
|
function runParallel(tasks, cb) {
|
|
@@ -432311,6 +433220,15 @@ If this is important to you, please consider supporting Rollup to make a native
|
|
|
432311
433220
|
var require_parseAst = __commonJS({
|
|
432312
433221
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/parseAst.js"(exports2) {
|
|
432313
433222
|
"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
|
+
*/
|
|
432314
433232
|
var native_js = require_native();
|
|
432315
433233
|
var node_path = require("node:path");
|
|
432316
433234
|
function rangeContains(range, index) {
|
|
@@ -434626,6 +435544,15 @@ ${smallChunks} are below minChunkSize.`
|
|
|
434626
435544
|
var require_rollup = __commonJS({
|
|
434627
435545
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/rollup.js"(exports2) {
|
|
434628
435546
|
"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
|
+
*/
|
|
434629
435556
|
var parseAst_js = require_parseAst();
|
|
434630
435557
|
var process$1 = require("node:process");
|
|
434631
435558
|
var tty2 = require("tty");
|
|
@@ -452325,6 +453252,15 @@ ${outro}`;
|
|
|
452325
453252
|
var require_fsevents_importer = __commonJS({
|
|
452326
453253
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/fsevents-importer.js"(exports2) {
|
|
452327
453254
|
"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
|
+
*/
|
|
452328
453264
|
var fsEvents;
|
|
452329
453265
|
var fsEventsImportError;
|
|
452330
453266
|
async function loadFsEvents() {
|
|
@@ -452353,6 +453289,15 @@ var require_fsevents_importer = __commonJS({
|
|
|
452353
453289
|
var require_shared = __commonJS({
|
|
452354
453290
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/index.js"(exports2) {
|
|
452355
453291
|
"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
|
+
*/
|
|
452356
453301
|
var rollup = require_rollup();
|
|
452357
453302
|
var require$$0$1 = require("fs");
|
|
452358
453303
|
var require$$2 = require("util");
|
|
@@ -452593,6 +453538,12 @@ var require_shared = __commonJS({
|
|
|
452593
453538
|
readdirp$1.default = readdirp$1;
|
|
452594
453539
|
var readdirp_1 = readdirp$1;
|
|
452595
453540
|
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
|
+
*/
|
|
452596
453547
|
var normalizePath$2 = function(path14, stripTrailing) {
|
|
452597
453548
|
if (typeof path14 !== "string") {
|
|
452598
453549
|
throw new TypeError("expected path to be a string");
|
|
@@ -452678,6 +453629,12 @@ var require_shared = __commonJS({
|
|
|
452678
453629
|
anymatch$1.default = anymatch$1;
|
|
452679
453630
|
anymatch$2.exports = anymatch$1;
|
|
452680
453631
|
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
|
+
*/
|
|
452681
453638
|
var isExtglob$1 = function isExtglob2(str2) {
|
|
452682
453639
|
if (typeof str2 !== "string" || str2 === "") {
|
|
452683
453640
|
return false;
|
|
@@ -452690,6 +453647,12 @@ var require_shared = __commonJS({
|
|
|
452690
453647
|
}
|
|
452691
453648
|
return false;
|
|
452692
453649
|
};
|
|
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
|
+
*/
|
|
452693
453656
|
var isExtglob = isExtglob$1;
|
|
452694
453657
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
452695
453658
|
var strictCheck = function(str2) {
|
|
@@ -452941,6 +453904,12 @@ var require_shared = __commonJS({
|
|
|
452941
453904
|
};
|
|
452942
453905
|
return stringify2(ast);
|
|
452943
453906
|
};
|
|
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
|
+
*/
|
|
452944
453913
|
var isNumber$2 = function(num) {
|
|
452945
453914
|
if (typeof num === "number") {
|
|
452946
453915
|
return num - num === 0;
|
|
@@ -452950,6 +453919,12 @@ var require_shared = __commonJS({
|
|
|
452950
453919
|
}
|
|
452951
453920
|
return false;
|
|
452952
453921
|
};
|
|
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
|
+
*/
|
|
452953
453928
|
var isNumber$1 = isNumber$2;
|
|
452954
453929
|
var toRegexRange$1 = (min2, max, options8) => {
|
|
452955
453930
|
if (isNumber$1(min2) === false) {
|
|
@@ -453155,6 +454130,12 @@ var require_shared = __commonJS({
|
|
|
453155
454130
|
toRegexRange$1.cache = {};
|
|
453156
454131
|
toRegexRange$1.clearCache = () => toRegexRange$1.cache = {};
|
|
453157
454132
|
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
|
+
*/
|
|
453158
454139
|
var util3 = require$$2;
|
|
453159
454140
|
var toRegexRange = toRegexRange_1;
|
|
453160
454141
|
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -455920,6 +456901,15 @@ var require_shared = __commonJS({
|
|
|
455920
456901
|
var require_watch = __commonJS({
|
|
455921
456902
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/shared/watch.js"(exports2) {
|
|
455922
456903
|
"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
|
+
*/
|
|
455923
456913
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
455924
456914
|
var node_path = require("node:path");
|
|
455925
456915
|
var process4 = require("node:process");
|
|
@@ -456219,6 +457209,15 @@ var require_watch = __commonJS({
|
|
|
456219
457209
|
var require_rollup2 = __commonJS({
|
|
456220
457210
|
"node_modules/.pnpm/rollup@4.10.0/node_modules/rollup/dist/rollup.js"(exports2) {
|
|
456221
457211
|
"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
|
+
*/
|
|
456222
457221
|
Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
|
|
456223
457222
|
var rollup = require_rollup();
|
|
456224
457223
|
var parseAst_js = require_parseAst();
|
|
@@ -463971,1281 +464970,3 @@ var createTypeScriptCompilationOptions = (normalizedOptions, projectName) => {
|
|
|
463971
464970
|
typescriptVersion,
|
|
463972
464971
|
verdaccioVersion
|
|
463973
464972
|
});
|
|
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
|
-
*/
|