@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.
@@ -1,3 +1,4 @@
1
+ const require = (await import('node:module')).createRequire(import.meta.url);
1
2
  var __create = Object.create;
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -119063,6 +119064,13 @@ var require_package2 = __commonJS({
119063
119064
  var require_ejs = __commonJS({
119064
119065
  "node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports2) {
119065
119066
  "use strict";
119067
+ /**
119068
+ * @file Embedded JavaScript templating engine. {@link http://ejs.co}
119069
+ * @author Matthew Eernisse <mde@fleegix.org>
119070
+ * @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
119071
+ * @project EJS
119072
+ * @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
119073
+ */
119066
119074
  var fs7 = require("fs");
119067
119075
  var path13 = require("path");
119068
119076
  var utils2 = require_utils5();
@@ -124812,6 +124820,13 @@ var require_rimraf = __commonJS({
124812
124820
  // node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js
124813
124821
  var require_tmp = __commonJS({
124814
124822
  "node_modules/.pnpm/tmp@0.2.1/node_modules/tmp/lib/tmp.js"(exports2, module2) {
124823
+ /*!
124824
+ * Tmp
124825
+ *
124826
+ * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
124827
+ *
124828
+ * MIT Licensed
124829
+ */
124815
124830
  var fs7 = require("fs");
124816
124831
  var os6 = require("os");
124817
124832
  var path13 = require("path");
@@ -126202,6 +126217,13 @@ var require_offset_from_root = __commonJS({
126202
126217
  var require_utils6 = __commonJS({
126203
126218
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/utils.js"(exports2) {
126204
126219
  "use strict";
126220
+ /**
126221
+ * @license
126222
+ * Copyright Google LLC All Rights Reserved.
126223
+ *
126224
+ * Use of this source code is governed by an MIT-style license that can be
126225
+ * found in the LICENSE file at https://angular.io/license
126226
+ */
126205
126227
  Object.defineProperty(exports2, "__esModule", { value: true });
126206
126228
  exports2.isJsonArray = exports2.isJsonObject = void 0;
126207
126229
  function isJsonObject(value) {
@@ -126219,6 +126241,13 @@ var require_utils6 = __commonJS({
126219
126241
  var require_utility = __commonJS({
126220
126242
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/utility.js"(exports2) {
126221
126243
  "use strict";
126244
+ /**
126245
+ * @license
126246
+ * Copyright Google LLC All Rights Reserved.
126247
+ *
126248
+ * Use of this source code is governed by an MIT-style license that can be
126249
+ * found in the LICENSE file at https://angular.io/license
126250
+ */
126222
126251
  Object.defineProperty(exports2, "__esModule", { value: true });
126223
126252
  exports2.getTypesOfSchema = void 0;
126224
126253
  var utils_1 = require_utils6();
@@ -126299,6 +126328,13 @@ var require_utility = __commonJS({
126299
126328
  var require_transforms = __commonJS({
126300
126329
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/transforms.js"(exports2) {
126301
126330
  "use strict";
126331
+ /**
126332
+ * @license
126333
+ * Copyright Google LLC All Rights Reserved.
126334
+ *
126335
+ * Use of this source code is governed by an MIT-style license that can be
126336
+ * found in the LICENSE file at https://angular.io/license
126337
+ */
126302
126338
  Object.defineProperty(exports2, "__esModule", { value: true });
126303
126339
  exports2.addUndefinedDefaults = void 0;
126304
126340
  var utils_1 = require_utils6();
@@ -126377,6 +126413,13 @@ var require_transforms = __commonJS({
126377
126413
  var require_interface = __commonJS({
126378
126414
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/interface.js"(exports2) {
126379
126415
  "use strict";
126416
+ /**
126417
+ * @license
126418
+ * Copyright Google LLC All Rights Reserved.
126419
+ *
126420
+ * Use of this source code is governed by an MIT-style license that can be
126421
+ * found in the LICENSE file at https://angular.io/license
126422
+ */
126380
126423
  Object.defineProperty(exports2, "__esModule", { value: true });
126381
126424
  }
126382
126425
  });
@@ -126385,6 +126428,13 @@ var require_interface = __commonJS({
126385
126428
  var require_pointer = __commonJS({
126386
126429
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/pointer.js"(exports2) {
126387
126430
  "use strict";
126431
+ /**
126432
+ * @license
126433
+ * Copyright Google LLC All Rights Reserved.
126434
+ *
126435
+ * Use of this source code is governed by an MIT-style license that can be
126436
+ * found in the LICENSE file at https://angular.io/license
126437
+ */
126388
126438
  Object.defineProperty(exports2, "__esModule", { value: true });
126389
126439
  exports2.parseJsonPointer = exports2.joinJsonPointer = exports2.buildJsonPointer = void 0;
126390
126440
  function buildJsonPointer(fragments) {
@@ -129488,6 +129538,7 @@ var require_data = __commonJS({
129488
129538
  // node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js
129489
129539
  var require_uri_all = __commonJS({
129490
129540
  "node_modules/.pnpm/uri-js@4.4.1/node_modules/uri-js/dist/es5/uri.all.js"(exports2, module2) {
129541
+ /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
129491
129542
  (function(global2, factory) {
129492
129543
  typeof exports2 === "object" && typeof module2 !== "undefined" ? factory(exports2) : typeof define === "function" && define.amd ? define(["exports"], factory) : factory(global2.URI = global2.URI || {});
129493
129544
  })(exports2, function(exports3) {
@@ -143053,6 +143104,13 @@ var require_cjs = __commonJS({
143053
143104
  var require_exception = __commonJS({
143054
143105
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/exception.js"(exports2) {
143055
143106
  "use strict";
143107
+ /**
143108
+ * @license
143109
+ * Copyright Google LLC All Rights Reserved.
143110
+ *
143111
+ * Use of this source code is governed by an MIT-style license that can be
143112
+ * found in the LICENSE file at https://angular.io/license
143113
+ */
143056
143114
  Object.defineProperty(exports2, "__esModule", { value: true });
143057
143115
  exports2.PathIsFileException = exports2.PathIsDirectoryException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.UnknownException = exports2.BaseException = void 0;
143058
143116
  var BaseException = class extends Error {
@@ -143098,6 +143156,13 @@ var require_exception = __commonJS({
143098
143156
  var require_literals = __commonJS({
143099
143157
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/literals.js"(exports2) {
143100
143158
  "use strict";
143159
+ /**
143160
+ * @license
143161
+ * Copyright Google LLC All Rights Reserved.
143162
+ *
143163
+ * Use of this source code is governed by an MIT-style license that can be
143164
+ * found in the LICENSE file at https://angular.io/license
143165
+ */
143101
143166
  Object.defineProperty(exports2, "__esModule", { value: true });
143102
143167
  exports2.trimNewlines = exports2.stripIndents = exports2.stripIndent = exports2.indentBy = exports2.oneLine = void 0;
143103
143168
  function oneLine(strings, ...values) {
@@ -143142,6 +143207,13 @@ var require_literals = __commonJS({
143142
143207
  var require_strings = __commonJS({
143143
143208
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/strings.js"(exports2) {
143144
143209
  "use strict";
143210
+ /**
143211
+ * @license
143212
+ * Copyright Google LLC All Rights Reserved.
143213
+ *
143214
+ * Use of this source code is governed by an MIT-style license that can be
143215
+ * found in the LICENSE file at https://angular.io/license
143216
+ */
143145
143217
  Object.defineProperty(exports2, "__esModule", { value: true });
143146
143218
  exports2.levenshtein = exports2.capitalize = exports2.underscore = exports2.classify = exports2.camelize = exports2.dasherize = exports2.decamelize = void 0;
143147
143219
  var STRING_DASHERIZE_REGEXP = /[ _]/g;
@@ -143214,6 +143286,13 @@ var require_strings = __commonJS({
143214
143286
  var require_object = __commonJS({
143215
143287
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/object.js"(exports2) {
143216
143288
  "use strict";
143289
+ /**
143290
+ * @license
143291
+ * Copyright Google LLC All Rights Reserved.
143292
+ *
143293
+ * Use of this source code is governed by an MIT-style license that can be
143294
+ * found in the LICENSE file at https://angular.io/license
143295
+ */
143217
143296
  Object.defineProperty(exports2, "__esModule", { value: true });
143218
143297
  exports2.deepCopy = void 0;
143219
143298
  var copySymbol = Symbol();
@@ -145565,6 +145644,13 @@ var require_source_map = __commonJS({
145565
145644
  var require_template = __commonJS({
145566
145645
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/template.js"(exports2) {
145567
145646
  "use strict";
145647
+ /**
145648
+ * @license
145649
+ * Copyright Google LLC All Rights Reserved.
145650
+ *
145651
+ * Use of this source code is governed by an MIT-style license that can be
145652
+ * found in the LICENSE file at https://angular.io/license
145653
+ */
145568
145654
  Object.defineProperty(exports2, "__esModule", { value: true });
145569
145655
  exports2.template = exports2.templateParser = void 0;
145570
145656
  var source_map_1 = require_source_map();
@@ -145779,6 +145865,13 @@ var require_template = __commonJS({
145779
145865
  var require_partially_ordered_set = __commonJS({
145780
145866
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/partially-ordered-set.js"(exports2) {
145781
145867
  "use strict";
145868
+ /**
145869
+ * @license
145870
+ * Copyright Google LLC All Rights Reserved.
145871
+ *
145872
+ * Use of this source code is governed by an MIT-style license that can be
145873
+ * found in the LICENSE file at https://angular.io/license
145874
+ */
145782
145875
  Object.defineProperty(exports2, "__esModule", { value: true });
145783
145876
  exports2.PartiallyOrderedSet = exports2.CircularDependencyFoundException = exports2.DependencyNotFoundException = void 0;
145784
145877
  var exception_1 = require_exception();
@@ -145913,6 +146006,13 @@ var require_partially_ordered_set = __commonJS({
145913
146006
  var require_priority_queue = __commonJS({
145914
146007
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/priority-queue.js"(exports2) {
145915
146008
  "use strict";
146009
+ /**
146010
+ * @license
146011
+ * Copyright Google LLC All Rights Reserved.
146012
+ *
146013
+ * Use of this source code is governed by an MIT-style license that can be
146014
+ * found in the LICENSE file at https://angular.io/license
146015
+ */
145916
146016
  Object.defineProperty(exports2, "__esModule", { value: true });
145917
146017
  exports2.PriorityQueue = void 0;
145918
146018
  var PriorityQueue = class {
@@ -145959,6 +146059,13 @@ var require_priority_queue = __commonJS({
145959
146059
  var require_lang = __commonJS({
145960
146060
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/lang.js"(exports2) {
145961
146061
  "use strict";
146062
+ /**
146063
+ * @license
146064
+ * Copyright Google LLC All Rights Reserved.
146065
+ *
146066
+ * Use of this source code is governed by an MIT-style license that can be
146067
+ * found in the LICENSE file at https://angular.io/license
146068
+ */
145962
146069
  Object.defineProperty(exports2, "__esModule", { value: true });
145963
146070
  exports2.isPromise = void 0;
145964
146071
  function isPromise(obj) {
@@ -145972,6 +146079,13 @@ var require_lang = __commonJS({
145972
146079
  var require_utils7 = __commonJS({
145973
146080
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/utils/index.js"(exports2) {
145974
146081
  "use strict";
146082
+ /**
146083
+ * @license
146084
+ * Copyright Google LLC All Rights Reserved.
146085
+ *
146086
+ * Use of this source code is governed by an MIT-style license that can be
146087
+ * found in the LICENSE file at https://angular.io/license
146088
+ */
145975
146089
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
145976
146090
  if (k23 === void 0)
145977
146091
  k23 = k6;
@@ -146027,6 +146141,13 @@ var require_utils7 = __commonJS({
146027
146141
  var require_visitor = __commonJS({
146028
146142
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/visitor.js"(exports2) {
146029
146143
  "use strict";
146144
+ /**
146145
+ * @license
146146
+ * Copyright Google LLC All Rights Reserved.
146147
+ *
146148
+ * Use of this source code is governed by an MIT-style license that can be
146149
+ * found in the LICENSE file at https://angular.io/license
146150
+ */
146030
146151
  Object.defineProperty(exports2, "__esModule", { value: true });
146031
146152
  exports2.visitJsonSchema = exports2.visitJson = void 0;
146032
146153
  var rxjs_1 = require_cjs();
@@ -146147,6 +146268,13 @@ var require_visitor = __commonJS({
146147
146268
  var require_registry = __commonJS({
146148
146269
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/registry.js"(exports2) {
146149
146270
  "use strict";
146271
+ /**
146272
+ * @license
146273
+ * Copyright Google LLC All Rights Reserved.
146274
+ *
146275
+ * Use of this source code is governed by an MIT-style license that can be
146276
+ * found in the LICENSE file at https://angular.io/license
146277
+ */
146150
146278
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
146151
146279
  if (k23 === void 0)
146152
146280
  k23 = k6;
@@ -146653,6 +146781,13 @@ var require_registry = __commonJS({
146653
146781
  var require_schema = __commonJS({
146654
146782
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/schema.js"(exports2) {
146655
146783
  "use strict";
146784
+ /**
146785
+ * @license
146786
+ * Copyright Google LLC All Rights Reserved.
146787
+ *
146788
+ * Use of this source code is governed by an MIT-style license that can be
146789
+ * found in the LICENSE file at https://angular.io/license
146790
+ */
146656
146791
  Object.defineProperty(exports2, "__esModule", { value: true });
146657
146792
  exports2.mergeSchemas = exports2.isJsonSchema = void 0;
146658
146793
  var utils_1 = require_utils6();
@@ -146692,6 +146827,13 @@ var require_schema = __commonJS({
146692
146827
  var require_schema2 = __commonJS({
146693
146828
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/schema/index.js"(exports2) {
146694
146829
  "use strict";
146830
+ /**
146831
+ * @license
146832
+ * Copyright Google LLC All Rights Reserved.
146833
+ *
146834
+ * Use of this source code is governed by an MIT-style license that can be
146835
+ * found in the LICENSE file at https://angular.io/license
146836
+ */
146695
146837
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
146696
146838
  if (k23 === void 0)
146697
146839
  k23 = k6;
@@ -146746,6 +146888,13 @@ var require_schema2 = __commonJS({
146746
146888
  var require_json = __commonJS({
146747
146889
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/json/index.js"(exports2) {
146748
146890
  "use strict";
146891
+ /**
146892
+ * @license
146893
+ * Copyright Google LLC All Rights Reserved.
146894
+ *
146895
+ * Use of this source code is governed by an MIT-style license that can be
146896
+ * found in the LICENSE file at https://angular.io/license
146897
+ */
146749
146898
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
146750
146899
  if (k23 === void 0)
146751
146900
  k23 = k6;
@@ -146795,6 +146944,13 @@ var require_json = __commonJS({
146795
146944
  var require_logger = __commonJS({
146796
146945
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/logger.js"(exports2) {
146797
146946
  "use strict";
146947
+ /**
146948
+ * @license
146949
+ * Copyright Google LLC All Rights Reserved.
146950
+ *
146951
+ * Use of this source code is governed by an MIT-style license that can be
146952
+ * found in the LICENSE file at https://angular.io/license
146953
+ */
146798
146954
  Object.defineProperty(exports2, "__esModule", { value: true });
146799
146955
  exports2.Logger = void 0;
146800
146956
  var rxjs_1 = require_cjs();
@@ -146916,6 +147072,13 @@ var require_logger = __commonJS({
146916
147072
  var require_indent = __commonJS({
146917
147073
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/indent.js"(exports2) {
146918
147074
  "use strict";
147075
+ /**
147076
+ * @license
147077
+ * Copyright Google LLC All Rights Reserved.
147078
+ *
147079
+ * Use of this source code is governed by an MIT-style license that can be
147080
+ * found in the LICENSE file at https://angular.io/license
147081
+ */
146919
147082
  Object.defineProperty(exports2, "__esModule", { value: true });
146920
147083
  exports2.IndentLogger = void 0;
146921
147084
  var rxjs_1 = require_cjs();
@@ -146948,6 +147111,13 @@ var require_indent = __commonJS({
146948
147111
  var require_level = __commonJS({
146949
147112
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/level.js"(exports2) {
146950
147113
  "use strict";
147114
+ /**
147115
+ * @license
147116
+ * Copyright Google LLC All Rights Reserved.
147117
+ *
147118
+ * Use of this source code is governed by an MIT-style license that can be
147119
+ * found in the LICENSE file at https://angular.io/license
147120
+ */
146951
147121
  Object.defineProperty(exports2, "__esModule", { value: true });
146952
147122
  exports2.LevelCapLogger = exports2.LevelTransformLogger = void 0;
146953
147123
  var logger_1 = require_logger();
@@ -146997,6 +147167,13 @@ var require_level = __commonJS({
146997
147167
  var require_null_logger = __commonJS({
146998
147168
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/null-logger.js"(exports2) {
146999
147169
  "use strict";
147170
+ /**
147171
+ * @license
147172
+ * Copyright Google LLC All Rights Reserved.
147173
+ *
147174
+ * Use of this source code is governed by an MIT-style license that can be
147175
+ * found in the LICENSE file at https://angular.io/license
147176
+ */
147000
147177
  Object.defineProperty(exports2, "__esModule", { value: true });
147001
147178
  exports2.NullLogger = void 0;
147002
147179
  var rxjs_1 = require_cjs();
@@ -147032,6 +147209,13 @@ var require_null_logger = __commonJS({
147032
147209
  var require_transform_logger = __commonJS({
147033
147210
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/transform-logger.js"(exports2) {
147034
147211
  "use strict";
147212
+ /**
147213
+ * @license
147214
+ * Copyright Google LLC All Rights Reserved.
147215
+ *
147216
+ * Use of this source code is governed by an MIT-style license that can be
147217
+ * found in the LICENSE file at https://angular.io/license
147218
+ */
147035
147219
  Object.defineProperty(exports2, "__esModule", { value: true });
147036
147220
  exports2.TransformLogger = void 0;
147037
147221
  var logger_1 = require_logger();
@@ -147049,6 +147233,13 @@ var require_transform_logger = __commonJS({
147049
147233
  var require_logger2 = __commonJS({
147050
147234
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/logger/index.js"(exports2) {
147051
147235
  "use strict";
147236
+ /**
147237
+ * @license
147238
+ * Copyright Google LLC All Rights Reserved.
147239
+ *
147240
+ * Use of this source code is governed by an MIT-style license that can be
147241
+ * found in the LICENSE file at https://angular.io/license
147242
+ */
147052
147243
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
147053
147244
  if (k23 === void 0)
147054
147245
  k23 = k6;
@@ -147082,6 +147273,13 @@ var require_logger2 = __commonJS({
147082
147273
  var require_definitions = __commonJS({
147083
147274
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/definitions.js"(exports2) {
147084
147275
  "use strict";
147276
+ /**
147277
+ * @license
147278
+ * Copyright Google LLC All Rights Reserved.
147279
+ *
147280
+ * Use of this source code is governed by an MIT-style license that can be
147281
+ * found in the LICENSE file at https://angular.io/license
147282
+ */
147085
147283
  Object.defineProperty(exports2, "__esModule", { value: true });
147086
147284
  exports2.TargetDefinitionCollection = exports2.ProjectDefinitionCollection = void 0;
147087
147285
  var DefinitionCollection = class {
@@ -147248,6 +147446,13 @@ var require_definitions = __commonJS({
147248
147446
  var require_path2 = __commonJS({
147249
147447
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/path.js"(exports2) {
147250
147448
  "use strict";
147449
+ /**
147450
+ * @license
147451
+ * Copyright Google LLC All Rights Reserved.
147452
+ *
147453
+ * Use of this source code is governed by an MIT-style license that can be
147454
+ * found in the LICENSE file at https://angular.io/license
147455
+ */
147251
147456
  Object.defineProperty(exports2, "__esModule", { value: true });
147252
147457
  exports2.getSystemPath = exports2.asPosixPath = exports2.asWindowsPath = exports2.path = exports2.noCacheNormalize = exports2.normalize = exports2.resetNormalizeCache = exports2.fragment = exports2.resolve = exports2.relative = exports2.isAbsolute = exports2.join = exports2.dirname = exports2.basename = exports2.extname = exports2.split = exports2.NormalizedRoot = exports2.NormalizedSep = exports2.PathCannotBeFragmentException = exports2.PathMustBeAbsoluteException = exports2.InvalidPathException = void 0;
147253
147458
  var exception_1 = require_exception();
@@ -147451,6 +147656,13 @@ var require_path2 = __commonJS({
147451
147656
  var require_buffer2 = __commonJS({
147452
147657
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/buffer.js"(exports2) {
147453
147658
  "use strict";
147659
+ /**
147660
+ * @license
147661
+ * Copyright Google LLC All Rights Reserved.
147662
+ *
147663
+ * Use of this source code is governed by an MIT-style license that can be
147664
+ * found in the LICENSE file at https://angular.io/license
147665
+ */
147454
147666
  Object.defineProperty(exports2, "__esModule", { value: true });
147455
147667
  exports2.fileBuffer = exports2.fileBufferToString = exports2.stringToFileBuffer = void 0;
147456
147668
  var node_util_1 = require("node:util");
@@ -147476,6 +147688,13 @@ var require_buffer2 = __commonJS({
147476
147688
  var require_interface2 = __commonJS({
147477
147689
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/interface.js"(exports2) {
147478
147690
  "use strict";
147691
+ /**
147692
+ * @license
147693
+ * Copyright Google LLC All Rights Reserved.
147694
+ *
147695
+ * Use of this source code is governed by an MIT-style license that can be
147696
+ * found in the LICENSE file at https://angular.io/license
147697
+ */
147479
147698
  Object.defineProperty(exports2, "__esModule", { value: true });
147480
147699
  exports2.HostWatchEventType = void 0;
147481
147700
  var HostWatchEventType;
@@ -147492,6 +147711,13 @@ var require_interface2 = __commonJS({
147492
147711
  var require_memory = __commonJS({
147493
147712
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/memory.js"(exports2) {
147494
147713
  "use strict";
147714
+ /**
147715
+ * @license
147716
+ * Copyright Google LLC All Rights Reserved.
147717
+ *
147718
+ * Use of this source code is governed by an MIT-style license that can be
147719
+ * found in the LICENSE file at https://angular.io/license
147720
+ */
147495
147721
  Object.defineProperty(exports2, "__esModule", { value: true });
147496
147722
  exports2.SimpleMemoryHost = void 0;
147497
147723
  var rxjs_1 = require_cjs();
@@ -147808,6 +148034,13 @@ var require_memory = __commonJS({
147808
148034
  var require_sync8 = __commonJS({
147809
148035
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/sync.js"(exports2) {
147810
148036
  "use strict";
148037
+ /**
148038
+ * @license
148039
+ * Copyright Google LLC All Rights Reserved.
148040
+ *
148041
+ * Use of this source code is governed by an MIT-style license that can be
148042
+ * found in the LICENSE file at https://angular.io/license
148043
+ */
147811
148044
  Object.defineProperty(exports2, "__esModule", { value: true });
147812
148045
  exports2.SyncDelegateHost = exports2.SynchronousDelegateExpectedException = void 0;
147813
148046
  var exception_1 = require_exception();
@@ -147889,6 +148122,13 @@ var require_sync8 = __commonJS({
147889
148122
  var require_test = __commonJS({
147890
148123
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/test.js"(exports2) {
147891
148124
  "use strict";
148125
+ /**
148126
+ * @license
148127
+ * Copyright Google LLC All Rights Reserved.
148128
+ *
148129
+ * Use of this source code is governed by an MIT-style license that can be
148130
+ * found in the LICENSE file at https://angular.io/license
148131
+ */
147892
148132
  Object.defineProperty(exports2, "__esModule", { value: true });
147893
148133
  exports2.TestHost = void 0;
147894
148134
  var path_1 = require_path2();
@@ -148002,6 +148242,13 @@ var require_test = __commonJS({
148002
148242
  var require_resolver = __commonJS({
148003
148243
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/resolver.js"(exports2) {
148004
148244
  "use strict";
148245
+ /**
148246
+ * @license
148247
+ * Copyright Google LLC All Rights Reserved.
148248
+ *
148249
+ * Use of this source code is governed by an MIT-style license that can be
148250
+ * found in the LICENSE file at https://angular.io/license
148251
+ */
148005
148252
  Object.defineProperty(exports2, "__esModule", { value: true });
148006
148253
  exports2.ResolverHost = void 0;
148007
148254
  var ResolverHost = class {
@@ -148053,6 +148300,13 @@ var require_resolver = __commonJS({
148053
148300
  var require_alias = __commonJS({
148054
148301
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/alias.js"(exports2) {
148055
148302
  "use strict";
148303
+ /**
148304
+ * @license
148305
+ * Copyright Google LLC All Rights Reserved.
148306
+ *
148307
+ * Use of this source code is governed by an MIT-style license that can be
148308
+ * found in the LICENSE file at https://angular.io/license
148309
+ */
148056
148310
  Object.defineProperty(exports2, "__esModule", { value: true });
148057
148311
  exports2.AliasHost = void 0;
148058
148312
  var path_1 = require_path2();
@@ -148085,6 +148339,13 @@ var require_alias = __commonJS({
148085
148339
  var require_create = __commonJS({
148086
148340
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/create.js"(exports2) {
148087
148341
  "use strict";
148342
+ /**
148343
+ * @license
148344
+ * Copyright Google LLC All Rights Reserved.
148345
+ *
148346
+ * Use of this source code is governed by an MIT-style license that can be
148347
+ * found in the LICENSE file at https://angular.io/license
148348
+ */
148088
148349
  Object.defineProperty(exports2, "__esModule", { value: true });
148089
148350
  exports2.createSyncHost = void 0;
148090
148351
  var rxjs_1 = require_cjs();
@@ -148139,6 +148400,13 @@ var require_create = __commonJS({
148139
148400
  var require_empty2 = __commonJS({
148140
148401
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/empty.js"(exports2) {
148141
148402
  "use strict";
148403
+ /**
148404
+ * @license
148405
+ * Copyright Google LLC All Rights Reserved.
148406
+ *
148407
+ * Use of this source code is governed by an MIT-style license that can be
148408
+ * found in the LICENSE file at https://angular.io/license
148409
+ */
148142
148410
  Object.defineProperty(exports2, "__esModule", { value: true });
148143
148411
  exports2.Empty = void 0;
148144
148412
  var rxjs_1 = require_cjs();
@@ -149706,6 +149974,13 @@ var require_picomatch4 = __commonJS({
149706
149974
  var require_pattern3 = __commonJS({
149707
149975
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/pattern.js"(exports2) {
149708
149976
  "use strict";
149977
+ /**
149978
+ * @license
149979
+ * Copyright Google LLC All Rights Reserved.
149980
+ *
149981
+ * Use of this source code is governed by an MIT-style license that can be
149982
+ * found in the LICENSE file at https://angular.io/license
149983
+ */
149709
149984
  Object.defineProperty(exports2, "__esModule", { value: true });
149710
149985
  exports2.PatternMatchingHost = void 0;
149711
149986
  var picomatch_1 = require_picomatch4();
@@ -149737,6 +150012,13 @@ var require_pattern3 = __commonJS({
149737
150012
  var require_record = __commonJS({
149738
150013
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/record.js"(exports2) {
149739
150014
  "use strict";
150015
+ /**
150016
+ * @license
150017
+ * Copyright Google LLC All Rights Reserved.
150018
+ *
150019
+ * Use of this source code is governed by an MIT-style license that can be
150020
+ * found in the LICENSE file at https://angular.io/license
150021
+ */
149740
150022
  Object.defineProperty(exports2, "__esModule", { value: true });
149741
150023
  exports2.CordHost = void 0;
149742
150024
  var rxjs_1 = require_cjs();
@@ -150006,6 +150288,13 @@ var require_record = __commonJS({
150006
150288
  var require_safe = __commonJS({
150007
150289
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/safe.js"(exports2) {
150008
150290
  "use strict";
150291
+ /**
150292
+ * @license
150293
+ * Copyright Google LLC All Rights Reserved.
150294
+ *
150295
+ * Use of this source code is governed by an MIT-style license that can be
150296
+ * found in the LICENSE file at https://angular.io/license
150297
+ */
150009
150298
  Object.defineProperty(exports2, "__esModule", { value: true });
150010
150299
  exports2.SafeReadonlyHost = void 0;
150011
150300
  var rxjs_1 = require_cjs();
@@ -150046,6 +150335,13 @@ var require_safe = __commonJS({
150046
150335
  var require_scoped = __commonJS({
150047
150336
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/scoped.js"(exports2) {
150048
150337
  "use strict";
150338
+ /**
150339
+ * @license
150340
+ * Copyright Google LLC All Rights Reserved.
150341
+ *
150342
+ * Use of this source code is governed by an MIT-style license that can be
150343
+ * found in the LICENSE file at https://angular.io/license
150344
+ */
150049
150345
  Object.defineProperty(exports2, "__esModule", { value: true });
150050
150346
  exports2.ScopedHost = void 0;
150051
150347
  var path_1 = require_path2();
@@ -150068,6 +150364,13 @@ var require_scoped = __commonJS({
150068
150364
  var require_host = __commonJS({
150069
150365
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/host/index.js"(exports2) {
150070
150366
  "use strict";
150367
+ /**
150368
+ * @license
150369
+ * Copyright Google LLC All Rights Reserved.
150370
+ *
150371
+ * Use of this source code is governed by an MIT-style license that can be
150372
+ * found in the LICENSE file at https://angular.io/license
150373
+ */
150071
150374
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
150072
150375
  if (k23 === void 0)
150073
150376
  k23 = k6;
@@ -150128,6 +150431,13 @@ var require_host = __commonJS({
150128
150431
  var require_virtual_fs = __commonJS({
150129
150432
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/virtual-fs/index.js"(exports2) {
150130
150433
  "use strict";
150434
+ /**
150435
+ * @license
150436
+ * Copyright Google LLC All Rights Reserved.
150437
+ *
150438
+ * Use of this source code is governed by an MIT-style license that can be
150439
+ * found in the LICENSE file at https://angular.io/license
150440
+ */
150131
150441
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
150132
150442
  if (k23 === void 0)
150133
150443
  k23 = k6;
@@ -150177,6 +150487,13 @@ var require_virtual_fs = __commonJS({
150177
150487
  var require_host2 = __commonJS({
150178
150488
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/host.js"(exports2) {
150179
150489
  "use strict";
150490
+ /**
150491
+ * @license
150492
+ * Copyright Google LLC All Rights Reserved.
150493
+ *
150494
+ * Use of this source code is governed by an MIT-style license that can be
150495
+ * found in the LICENSE file at https://angular.io/license
150496
+ */
150180
150497
  Object.defineProperty(exports2, "__esModule", { value: true });
150181
150498
  exports2.createWorkspaceHost = void 0;
150182
150499
  var rxjs_1 = require_cjs();
@@ -150364,6 +150681,13 @@ var require_main = __commonJS({
150364
150681
  var require_metadata2 = __commonJS({
150365
150682
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/metadata.js"(exports2) {
150366
150683
  "use strict";
150684
+ /**
150685
+ * @license
150686
+ * Copyright Google LLC All Rights Reserved.
150687
+ *
150688
+ * Use of this source code is governed by an MIT-style license that can be
150689
+ * found in the LICENSE file at https://angular.io/license
150690
+ */
150367
150691
  Object.defineProperty(exports2, "__esModule", { value: true });
150368
150692
  exports2.JsonWorkspaceMetadata = exports2.JsonWorkspaceSymbol = void 0;
150369
150693
  var jsonc_parser_1 = require_main();
@@ -150420,6 +150744,13 @@ var require_metadata2 = __commonJS({
150420
150744
  var require_utilities = __commonJS({
150421
150745
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/utilities.js"(exports2) {
150422
150746
  "use strict";
150747
+ /**
150748
+ * @license
150749
+ * Copyright Google LLC All Rights Reserved.
150750
+ *
150751
+ * Use of this source code is governed by an MIT-style license that can be
150752
+ * found in the LICENSE file at https://angular.io/license
150753
+ */
150423
150754
  Object.defineProperty(exports2, "__esModule", { value: true });
150424
150755
  exports2.createVirtualAstObject = void 0;
150425
150756
  var json_1 = require_json();
@@ -150526,6 +150857,13 @@ var require_utilities = __commonJS({
150526
150857
  var require_reader3 = __commonJS({
150527
150858
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/reader.js"(exports2) {
150528
150859
  "use strict";
150860
+ /**
150861
+ * @license
150862
+ * Copyright Google LLC All Rights Reserved.
150863
+ *
150864
+ * Use of this source code is governed by an MIT-style license that can be
150865
+ * found in the LICENSE file at https://angular.io/license
150866
+ */
150529
150867
  Object.defineProperty(exports2, "__esModule", { value: true });
150530
150868
  exports2.readJsonWorkspace = void 0;
150531
150869
  var jsonc_parser_1 = require_main();
@@ -150740,6 +151078,13 @@ var require_reader3 = __commonJS({
150740
151078
  var require_writer = __commonJS({
150741
151079
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/json/writer.js"(exports2) {
150742
151080
  "use strict";
151081
+ /**
151082
+ * @license
151083
+ * Copyright Google LLC All Rights Reserved.
151084
+ *
151085
+ * Use of this source code is governed by an MIT-style license that can be
151086
+ * found in the LICENSE file at https://angular.io/license
151087
+ */
150743
151088
  Object.defineProperty(exports2, "__esModule", { value: true });
150744
151089
  exports2.writeJsonWorkspace = void 0;
150745
151090
  var jsonc_parser_1 = require_main();
@@ -150869,6 +151214,13 @@ var require_writer = __commonJS({
150869
151214
  var require_core3 = __commonJS({
150870
151215
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/core.js"(exports2) {
150871
151216
  "use strict";
151217
+ /**
151218
+ * @license
151219
+ * Copyright Google LLC All Rights Reserved.
151220
+ *
151221
+ * Use of this source code is governed by an MIT-style license that can be
151222
+ * found in the LICENSE file at https://angular.io/license
151223
+ */
150872
151224
  Object.defineProperty(exports2, "__esModule", { value: true });
150873
151225
  exports2.writeWorkspace = exports2.readWorkspace = exports2._test_removeWorkspaceFile = exports2._test_addWorkspaceFile = exports2.WorkspaceFormat = void 0;
150874
151226
  var virtual_fs_1 = require_virtual_fs();
@@ -150953,6 +151305,13 @@ var require_core3 = __commonJS({
150953
151305
  var require_workspace = __commonJS({
150954
151306
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/workspace/index.js"(exports2) {
150955
151307
  "use strict";
151308
+ /**
151309
+ * @license
151310
+ * Copyright Google LLC All Rights Reserved.
151311
+ *
151312
+ * Use of this source code is governed by an MIT-style license that can be
151313
+ * found in the LICENSE file at https://angular.io/license
151314
+ */
150956
151315
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
150957
151316
  if (k23 === void 0)
150958
151317
  k23 = k6;
@@ -150997,6 +151356,13 @@ var require_workspace = __commonJS({
150997
151356
  var require_src2 = __commonJS({
150998
151357
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/src/index.js"(exports2) {
150999
151358
  "use strict";
151359
+ /**
151360
+ * @license
151361
+ * Copyright Google LLC All Rights Reserved.
151362
+ *
151363
+ * Use of this source code is governed by an MIT-style license that can be
151364
+ * found in the LICENSE file at https://angular.io/license
151365
+ */
151000
151366
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
151001
151367
  if (k23 === void 0)
151002
151368
  k23 = k6;
@@ -151053,6 +151419,13 @@ var require_src2 = __commonJS({
151053
151419
  var require_html_selector = __commonJS({
151054
151420
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/html-selector.js"(exports2) {
151055
151421
  "use strict";
151422
+ /**
151423
+ * @license
151424
+ * Copyright Google LLC All Rights Reserved.
151425
+ *
151426
+ * Use of this source code is governed by an MIT-style license that can be
151427
+ * found in the LICENSE file at https://angular.io/license
151428
+ */
151056
151429
  Object.defineProperty(exports2, "__esModule", { value: true });
151057
151430
  exports2.htmlSelectorFormat = void 0;
151058
151431
  var unicodeRanges = [
@@ -151092,6 +151465,13 @@ var require_html_selector = __commonJS({
151092
151465
  var require_path3 = __commonJS({
151093
151466
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/path.js"(exports2) {
151094
151467
  "use strict";
151468
+ /**
151469
+ * @license
151470
+ * Copyright Google LLC All Rights Reserved.
151471
+ *
151472
+ * Use of this source code is governed by an MIT-style license that can be
151473
+ * found in the LICENSE file at https://angular.io/license
151474
+ */
151095
151475
  Object.defineProperty(exports2, "__esModule", { value: true });
151096
151476
  exports2.pathFormat = void 0;
151097
151477
  var core_1 = require_src2();
@@ -151111,6 +151491,13 @@ var require_path3 = __commonJS({
151111
151491
  var require_formats2 = __commonJS({
151112
151492
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/formats/index.js"(exports2) {
151113
151493
  "use strict";
151494
+ /**
151495
+ * @license
151496
+ * Copyright Google LLC All Rights Reserved.
151497
+ *
151498
+ * Use of this source code is governed by an MIT-style license that can be
151499
+ * found in the LICENSE file at https://angular.io/license
151500
+ */
151114
151501
  Object.defineProperty(exports2, "__esModule", { value: true });
151115
151502
  exports2.standardFormats = exports2.pathFormat = exports2.htmlSelectorFormat = void 0;
151116
151503
  var html_selector_1 = require_html_selector();
@@ -151131,6 +151518,13 @@ var require_formats2 = __commonJS({
151131
151518
  var require_interface3 = __commonJS({
151132
151519
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/interface.js"(exports2) {
151133
151520
  "use strict";
151521
+ /**
151522
+ * @license
151523
+ * Copyright Google LLC All Rights Reserved.
151524
+ *
151525
+ * Use of this source code is governed by an MIT-style license that can be
151526
+ * found in the LICENSE file at https://angular.io/license
151527
+ */
151134
151528
  Object.defineProperty(exports2, "__esModule", { value: true });
151135
151529
  exports2.Tree = exports2.TreeSymbol = exports2.FileVisitorCancelToken = exports2.MergeStrategy = void 0;
151136
151530
  var MergeStrategy;
@@ -151166,6 +151560,13 @@ var require_interface3 = __commonJS({
151166
151560
  var require_exception2 = __commonJS({
151167
151561
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/exception/exception.js"(exports2) {
151168
151562
  "use strict";
151563
+ /**
151564
+ * @license
151565
+ * Copyright Google LLC All Rights Reserved.
151566
+ *
151567
+ * Use of this source code is governed by an MIT-style license that can be
151568
+ * found in the LICENSE file at https://angular.io/license
151569
+ */
151169
151570
  Object.defineProperty(exports2, "__esModule", { value: true });
151170
151571
  exports2.UnimplementedException = exports2.UnsuccessfulWorkflowExecution = exports2.MergeConflictException = exports2.InvalidUpdateRecordException = exports2.ContentHasMutatedException = exports2.FileAlreadyExistException = exports2.FileDoesNotExistException = exports2.SchematicsException = void 0;
151171
151572
  var core_1 = require_src2();
@@ -151221,6 +151622,13 @@ var require_exception2 = __commonJS({
151221
151622
  var require_delegate = __commonJS({
151222
151623
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/delegate.js"(exports2) {
151223
151624
  "use strict";
151625
+ /**
151626
+ * @license
151627
+ * Copyright Google LLC All Rights Reserved.
151628
+ *
151629
+ * Use of this source code is governed by an MIT-style license that can be
151630
+ * found in the LICENSE file at https://angular.io/license
151631
+ */
151224
151632
  Object.defineProperty(exports2, "__esModule", { value: true });
151225
151633
  exports2.DelegateTree = void 0;
151226
151634
  var interface_1 = require_interface3();
@@ -151298,6 +151706,13 @@ var require_delegate = __commonJS({
151298
151706
  var require_entry3 = __commonJS({
151299
151707
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/entry.js"(exports2) {
151300
151708
  "use strict";
151709
+ /**
151710
+ * @license
151711
+ * Copyright Google LLC All Rights Reserved.
151712
+ *
151713
+ * Use of this source code is governed by an MIT-style license that can be
151714
+ * found in the LICENSE file at https://angular.io/license
151715
+ */
151301
151716
  Object.defineProperty(exports2, "__esModule", { value: true });
151302
151717
  exports2.LazyFileEntry = exports2.SimpleFileEntry = void 0;
151303
151718
  var SimpleFileEntry = class {
@@ -152761,6 +153176,13 @@ var require_magic_string_cjs = __commonJS({
152761
153176
  var require_update_buffer = __commonJS({
152762
153177
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/utility/update-buffer.js"(exports2) {
152763
153178
  "use strict";
153179
+ /**
153180
+ * @license
153181
+ * Copyright Google LLC All Rights Reserved.
153182
+ *
153183
+ * Use of this source code is governed by an MIT-style license that can be
153184
+ * found in the LICENSE file at https://angular.io/license
153185
+ */
152764
153186
  var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
152765
153187
  return mod && mod.__esModule ? mod : { "default": mod };
152766
153188
  };
@@ -152840,6 +153262,13 @@ var require_update_buffer = __commonJS({
152840
153262
  var require_recorder = __commonJS({
152841
153263
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/recorder.js"(exports2) {
152842
153264
  "use strict";
153265
+ /**
153266
+ * @license
153267
+ * Copyright Google LLC All Rights Reserved.
153268
+ *
153269
+ * Use of this source code is governed by an MIT-style license that can be
153270
+ * found in the LICENSE file at https://angular.io/license
153271
+ */
152843
153272
  Object.defineProperty(exports2, "__esModule", { value: true });
152844
153273
  exports2.UpdateRecorderBom = exports2.UpdateRecorderBase = void 0;
152845
153274
  var exception_1 = require_exception2();
@@ -152914,6 +153343,13 @@ var require_recorder = __commonJS({
152914
153343
  var require_scoped2 = __commonJS({
152915
153344
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/scoped.js"(exports2) {
152916
153345
  "use strict";
153346
+ /**
153347
+ * @license
153348
+ * Copyright Google LLC All Rights Reserved.
153349
+ *
153350
+ * Use of this source code is governed by an MIT-style license that can be
153351
+ * found in the LICENSE file at https://angular.io/license
153352
+ */
152917
153353
  Object.defineProperty(exports2, "__esModule", { value: true });
152918
153354
  exports2.ScopedTree = void 0;
152919
153355
  var core_1 = require_src2();
@@ -153091,6 +153527,13 @@ var require_scoped2 = __commonJS({
153091
153527
  var require_host_tree = __commonJS({
153092
153528
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/host-tree.js"(exports2) {
153093
153529
  "use strict";
153530
+ /**
153531
+ * @license
153532
+ * Copyright Google LLC All Rights Reserved.
153533
+ *
153534
+ * Use of this source code is governed by an MIT-style license that can be
153535
+ * found in the LICENSE file at https://angular.io/license
153536
+ */
153094
153537
  Object.defineProperty(exports2, "__esModule", { value: true });
153095
153538
  exports2.FilterHostTree = exports2.HostCreateTree = exports2.HostTree = exports2.HostDirEntry = void 0;
153096
153539
  var core_1 = require_src2();
@@ -153506,6 +153949,13 @@ var require_host_tree = __commonJS({
153506
153949
  var require_static = __commonJS({
153507
153950
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/static.js"(exports2) {
153508
153951
  "use strict";
153952
+ /**
153953
+ * @license
153954
+ * Copyright Google LLC All Rights Reserved.
153955
+ *
153956
+ * Use of this source code is governed by an MIT-style license that can be
153957
+ * found in the LICENSE file at https://angular.io/license
153958
+ */
153509
153959
  Object.defineProperty(exports2, "__esModule", { value: true });
153510
153960
  exports2.partition = exports2.merge = exports2.branch = exports2.empty = void 0;
153511
153961
  var exception_1 = require_exception2();
@@ -153542,6 +153992,13 @@ var require_static = __commonJS({
153542
153992
  var require_null = __commonJS({
153543
153993
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/null.js"(exports2) {
153544
153994
  "use strict";
153995
+ /**
153996
+ * @license
153997
+ * Copyright Google LLC All Rights Reserved.
153998
+ *
153999
+ * Use of this source code is governed by an MIT-style license that can be
154000
+ * found in the LICENSE file at https://angular.io/license
154001
+ */
153545
154002
  Object.defineProperty(exports2, "__esModule", { value: true });
153546
154003
  exports2.NullTree = exports2.NullTreeDirEntry = exports2.CannotCreateFileException = void 0;
153547
154004
  var core_1 = require_src2();
@@ -153642,6 +154099,13 @@ var require_null = __commonJS({
153642
154099
  var require_call = __commonJS({
153643
154100
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/call.js"(exports2) {
153644
154101
  "use strict";
154102
+ /**
154103
+ * @license
154104
+ * Copyright Google LLC All Rights Reserved.
154105
+ *
154106
+ * Use of this source code is governed by an MIT-style license that can be
154107
+ * found in the LICENSE file at https://angular.io/license
154108
+ */
153645
154109
  Object.defineProperty(exports2, "__esModule", { value: true });
153646
154110
  exports2.callRule = exports2.callSource = exports2.InvalidSourceResultException = exports2.InvalidRuleResultException = void 0;
153647
154111
  var core_1 = require_src2();
@@ -153722,6 +154186,13 @@ var require_call = __commonJS({
153722
154186
  var require_schematic = __commonJS({
153723
154187
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/schematic.js"(exports2) {
153724
154188
  "use strict";
154189
+ /**
154190
+ * @license
154191
+ * Copyright Google LLC All Rights Reserved.
154192
+ *
154193
+ * Use of this source code is governed by an MIT-style license that can be
154194
+ * found in the LICENSE file at https://angular.io/license
154195
+ */
153725
154196
  Object.defineProperty(exports2, "__esModule", { value: true });
153726
154197
  exports2.SchematicImpl = exports2.InvalidSchematicsNameException = void 0;
153727
154198
  var core_1 = require_src2();
@@ -153786,6 +154257,13 @@ var require_schematic = __commonJS({
153786
154257
  var require_engine = __commonJS({
153787
154258
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/engine.js"(exports2) {
153788
154259
  "use strict";
154260
+ /**
154261
+ * @license
154262
+ * Copyright Google LLC All Rights Reserved.
154263
+ *
154264
+ * Use of this source code is governed by an MIT-style license that can be
154265
+ * found in the LICENSE file at https://angular.io/license
154266
+ */
153789
154267
  Object.defineProperty(exports2, "__esModule", { value: true });
153790
154268
  exports2.SchematicEngine = exports2.TaskScheduler = exports2.CollectionImpl = exports2.UnknownTaskDependencyException = exports2.UnregisteredTaskException = exports2.SchematicEngineConflictingException = exports2.PrivateSchematicException = exports2.UnknownSchematicException = exports2.CircularCollectionException = exports2.UnknownCollectionException = exports2.UnknownUrlSourceProtocol = void 0;
153791
154269
  var core_1 = require_src2();
@@ -154080,6 +154558,13 @@ var require_engine = __commonJS({
154080
154558
  var require_interface4 = __commonJS({
154081
154559
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/interface.js"(exports2) {
154082
154560
  "use strict";
154561
+ /**
154562
+ * @license
154563
+ * Copyright Google LLC All Rights Reserved.
154564
+ *
154565
+ * Use of this source code is governed by an MIT-style license that can be
154566
+ * found in the LICENSE file at https://angular.io/license
154567
+ */
154083
154568
  Object.defineProperty(exports2, "__esModule", { value: true });
154084
154569
  }
154085
154570
  });
@@ -154088,6 +154573,13 @@ var require_interface4 = __commonJS({
154088
154573
  var require_engine2 = __commonJS({
154089
154574
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/engine/index.js"(exports2) {
154090
154575
  "use strict";
154576
+ /**
154577
+ * @license
154578
+ * Copyright Google LLC All Rights Reserved.
154579
+ *
154580
+ * Use of this source code is governed by an MIT-style license that can be
154581
+ * found in the LICENSE file at https://angular.io/license
154582
+ */
154091
154583
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
154092
154584
  if (k23 === void 0)
154093
154585
  k23 = k6;
@@ -154119,6 +154611,13 @@ var require_engine2 = __commonJS({
154119
154611
  var require_cli_logger = __commonJS({
154120
154612
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/cli-logger.js"(exports2) {
154121
154613
  "use strict";
154614
+ /**
154615
+ * @license
154616
+ * Copyright Google LLC All Rights Reserved.
154617
+ *
154618
+ * Use of this source code is governed by an MIT-style license that can be
154619
+ * found in the LICENSE file at https://angular.io/license
154620
+ */
154122
154621
  Object.defineProperty(exports2, "__esModule", { value: true });
154123
154622
  exports2.createConsoleLogger = void 0;
154124
154623
  var rxjs_1 = require_cjs();
@@ -155916,6 +156415,12 @@ var require_readdirp = __commonJS({
155916
156415
  // node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js
155917
156416
  var require_normalize_path = __commonJS({
155918
156417
  "node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path/index.js"(exports2, module2) {
156418
+ /*!
156419
+ * normalize-path <https://github.com/jonschlinkert/normalize-path>
156420
+ *
156421
+ * Copyright (c) 2014-2018, Jon Schlinkert.
156422
+ * Released under the MIT License.
156423
+ */
155919
156424
  module2.exports = function(path13, stripTrailing) {
155920
156425
  if (typeof path13 !== "string") {
155921
156426
  throw new TypeError("expected path to be a string");
@@ -156012,6 +156517,12 @@ var require_anymatch = __commonJS({
156012
156517
  // node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js
156013
156518
  var require_is_extglob2 = __commonJS({
156014
156519
  "node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob/index.js"(exports2, module2) {
156520
+ /*!
156521
+ * is-extglob <https://github.com/jonschlinkert/is-extglob>
156522
+ *
156523
+ * Copyright (c) 2014-2016, Jon Schlinkert.
156524
+ * Licensed under the MIT License.
156525
+ */
156015
156526
  module2.exports = function isExtglob(str2) {
156016
156527
  if (typeof str2 !== "string" || str2 === "") {
156017
156528
  return false;
@@ -156030,6 +156541,12 @@ var require_is_extglob2 = __commonJS({
156030
156541
  // node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js
156031
156542
  var require_is_glob2 = __commonJS({
156032
156543
  "node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js"(exports2, module2) {
156544
+ /*!
156545
+ * is-glob <https://github.com/jonschlinkert/is-glob>
156546
+ *
156547
+ * Copyright (c) 2014-2017, Jon Schlinkert.
156548
+ * Released under the MIT License.
156549
+ */
156033
156550
  var isExtglob = require_is_extglob2();
156034
156551
  var chars = { "{": "}", "(": ")", "[": "]" };
156035
156552
  var strictCheck = function(str2) {
@@ -156306,6 +156823,12 @@ var require_stringify2 = __commonJS({
156306
156823
  var require_is_number2 = __commonJS({
156307
156824
  "node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js"(exports2, module2) {
156308
156825
  "use strict";
156826
+ /*!
156827
+ * is-number <https://github.com/jonschlinkert/is-number>
156828
+ *
156829
+ * Copyright (c) 2014-present, Jon Schlinkert.
156830
+ * Released under the MIT License.
156831
+ */
156309
156832
  module2.exports = function(num) {
156310
156833
  if (typeof num === "number") {
156311
156834
  return num - num === 0;
@@ -156322,6 +156845,12 @@ var require_is_number2 = __commonJS({
156322
156845
  var require_to_regex_range2 = __commonJS({
156323
156846
  "node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js"(exports2, module2) {
156324
156847
  "use strict";
156848
+ /*!
156849
+ * to-regex-range <https://github.com/micromatch/to-regex-range>
156850
+ *
156851
+ * Copyright (c) 2015-present, Jon Schlinkert.
156852
+ * Released under the MIT License.
156853
+ */
156325
156854
  var isNumber = require_is_number2();
156326
156855
  var toRegexRange = (min, max, options8) => {
156327
156856
  if (isNumber(min) === false) {
@@ -156534,6 +157063,12 @@ var require_to_regex_range2 = __commonJS({
156534
157063
  var require_fill_range2 = __commonJS({
156535
157064
  "node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports2, module2) {
156536
157065
  "use strict";
157066
+ /*!
157067
+ * fill-range <https://github.com/jonschlinkert/fill-range>
157068
+ *
157069
+ * Copyright (c) 2014-present, Jon Schlinkert.
157070
+ * Licensed under the MIT License.
157071
+ */
156537
157072
  var util3 = require("util");
156538
157073
  var toRegexRange = require_to_regex_range2();
156539
157074
  var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
@@ -159376,6 +159911,13 @@ var require_chokidar = __commonJS({
159376
159911
  var require_host3 = __commonJS({
159377
159912
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/host.js"(exports2) {
159378
159913
  "use strict";
159914
+ /**
159915
+ * @license
159916
+ * Copyright Google LLC All Rights Reserved.
159917
+ *
159918
+ * Use of this source code is governed by an MIT-style license that can be
159919
+ * found in the LICENSE file at https://angular.io/license
159920
+ */
159379
159921
  Object.defineProperty(exports2, "__esModule", { value: true });
159380
159922
  exports2.NodeJsSyncHost = exports2.NodeJsAsyncHost = void 0;
159381
159923
  var node_fs_1 = require("node:fs");
@@ -159566,6 +160108,13 @@ var require_host3 = __commonJS({
159566
160108
  var require_node = __commonJS({
159567
160109
  "node_modules/.pnpm/@angular-devkit+core@17.2.0/node_modules/@angular-devkit/core/node/index.js"(exports2) {
159568
160110
  "use strict";
160111
+ /**
160112
+ * @license
160113
+ * Copyright Google LLC All Rights Reserved.
160114
+ *
160115
+ * Use of this source code is governed by an MIT-style license that can be
160116
+ * found in the LICENSE file at https://angular.io/license
160117
+ */
159569
160118
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
159570
160119
  if (k23 === void 0)
159571
160120
  k23 = k6;
@@ -159596,6 +160145,13 @@ var require_node = __commonJS({
159596
160145
  var require_action = __commonJS({
159597
160146
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/action.js"(exports2) {
159598
160147
  "use strict";
160148
+ /**
160149
+ * @license
160150
+ * Copyright Google LLC All Rights Reserved.
160151
+ *
160152
+ * Use of this source code is governed by an MIT-style license that can be
160153
+ * found in the LICENSE file at https://angular.io/license
160154
+ */
159599
160155
  Object.defineProperty(exports2, "__esModule", { value: true });
159600
160156
  exports2.isContentAction = exports2.ActionList = exports2.UnknownActionException = void 0;
159601
160157
  var core_1 = require_src2();
@@ -159731,6 +160287,13 @@ var require_action = __commonJS({
159731
160287
  var require_sink = __commonJS({
159732
160288
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/sink.js"(exports2) {
159733
160289
  "use strict";
160290
+ /**
160291
+ * @license
160292
+ * Copyright Google LLC All Rights Reserved.
160293
+ *
160294
+ * Use of this source code is governed by an MIT-style license that can be
160295
+ * found in the LICENSE file at https://angular.io/license
160296
+ */
159734
160297
  Object.defineProperty(exports2, "__esModule", { value: true });
159735
160298
  exports2.SimpleSinkBase = void 0;
159736
160299
  var rxjs_1 = require_cjs();
@@ -159843,6 +160406,13 @@ var require_sink = __commonJS({
159843
160406
  var require_host4 = __commonJS({
159844
160407
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/host.js"(exports2) {
159845
160408
  "use strict";
160409
+ /**
160410
+ * @license
160411
+ * Copyright Google LLC All Rights Reserved.
160412
+ *
160413
+ * Use of this source code is governed by an MIT-style license that can be
160414
+ * found in the LICENSE file at https://angular.io/license
160415
+ */
159846
160416
  Object.defineProperty(exports2, "__esModule", { value: true });
159847
160417
  exports2.HostSink = void 0;
159848
160418
  var rxjs_1 = require_cjs();
@@ -159913,6 +160483,13 @@ var require_host4 = __commonJS({
159913
160483
  var require_dryrun = __commonJS({
159914
160484
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/sink/dryrun.js"(exports2) {
159915
160485
  "use strict";
160486
+ /**
160487
+ * @license
160488
+ * Copyright Google LLC All Rights Reserved.
160489
+ *
160490
+ * Use of this source code is governed by an MIT-style license that can be
160491
+ * found in the LICENSE file at https://angular.io/license
160492
+ */
159916
160493
  Object.defineProperty(exports2, "__esModule", { value: true });
159917
160494
  exports2.DryRunSink = void 0;
159918
160495
  var core_1 = require_src2();
@@ -159985,6 +160562,13 @@ var require_dryrun = __commonJS({
159985
160562
  var require_base2 = __commonJS({
159986
160563
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/base.js"(exports2) {
159987
160564
  "use strict";
160565
+ /**
160566
+ * @license
160567
+ * Copyright Google LLC All Rights Reserved.
160568
+ *
160569
+ * Use of this source code is governed by an MIT-style license that can be
160570
+ * found in the LICENSE file at https://angular.io/license
160571
+ */
159988
160572
  Object.defineProperty(exports2, "__esModule", { value: true });
159989
160573
  exports2.BaseWorkflow = void 0;
159990
160574
  var core_1 = require_src2();
@@ -160108,6 +160692,13 @@ var require_base2 = __commonJS({
160108
160692
  var require_interface5 = __commonJS({
160109
160693
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/interface.js"(exports2) {
160110
160694
  "use strict";
160695
+ /**
160696
+ * @license
160697
+ * Copyright Google LLC All Rights Reserved.
160698
+ *
160699
+ * Use of this source code is governed by an MIT-style license that can be
160700
+ * found in the LICENSE file at https://angular.io/license
160701
+ */
160111
160702
  Object.defineProperty(exports2, "__esModule", { value: true });
160112
160703
  }
160113
160704
  });
@@ -160116,6 +160707,13 @@ var require_interface5 = __commonJS({
160116
160707
  var require_workflow = __commonJS({
160117
160708
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/workflow/index.js"(exports2) {
160118
160709
  "use strict";
160710
+ /**
160711
+ * @license
160712
+ * Copyright Google LLC All Rights Reserved.
160713
+ *
160714
+ * Use of this source code is governed by an MIT-style license that can be
160715
+ * found in the LICENSE file at https://angular.io/license
160716
+ */
160119
160717
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
160120
160718
  if (k23 === void 0)
160121
160719
  k23 = k6;
@@ -160146,6 +160744,13 @@ var require_workflow = __commonJS({
160146
160744
  var require_base3 = __commonJS({
160147
160745
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/base.js"(exports2) {
160148
160746
  "use strict";
160747
+ /**
160748
+ * @license
160749
+ * Copyright Google LLC All Rights Reserved.
160750
+ *
160751
+ * Use of this source code is governed by an MIT-style license that can be
160752
+ * found in the LICENSE file at https://angular.io/license
160753
+ */
160149
160754
  Object.defineProperty(exports2, "__esModule", { value: true });
160150
160755
  exports2.applyToSubtree = exports2.composeFileOperators = exports2.forEach = exports2.partitionApplyMerge = exports2.when = exports2.branchAndMerge = exports2.asSource = exports2.filter = exports2.noop = exports2.mergeWith = exports2.apply = exports2.chain = exports2.empty = exports2.source = void 0;
160151
160756
  var rxjs_1 = require_cjs();
@@ -160285,6 +160890,13 @@ var require_base3 = __commonJS({
160285
160890
  var require_move = __commonJS({
160286
160891
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/move.js"(exports2) {
160287
160892
  "use strict";
160893
+ /**
160894
+ * @license
160895
+ * Copyright Google LLC All Rights Reserved.
160896
+ *
160897
+ * Use of this source code is governed by an MIT-style license that can be
160898
+ * found in the LICENSE file at https://angular.io/license
160899
+ */
160288
160900
  Object.defineProperty(exports2, "__esModule", { value: true });
160289
160901
  exports2.move = void 0;
160290
160902
  var core_1 = require_src2();
@@ -160318,6 +160930,13 @@ var require_move = __commonJS({
160318
160930
  var require_random = __commonJS({
160319
160931
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/random.js"(exports2) {
160320
160932
  "use strict";
160933
+ /**
160934
+ * @license
160935
+ * Copyright Google LLC All Rights Reserved.
160936
+ *
160937
+ * Use of this source code is governed by an MIT-style license that can be
160938
+ * found in the LICENSE file at https://angular.io/license
160939
+ */
160321
160940
  Object.defineProperty(exports2, "__esModule", { value: true });
160322
160941
  var host_tree_1 = require_host_tree();
160323
160942
  function generateStringOfLength(l) {
@@ -160350,6 +160969,13 @@ var require_random = __commonJS({
160350
160969
  var require_schematic2 = __commonJS({
160351
160970
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/schematic.js"(exports2) {
160352
160971
  "use strict";
160972
+ /**
160973
+ * @license
160974
+ * Copyright Google LLC All Rights Reserved.
160975
+ *
160976
+ * Use of this source code is governed by an MIT-style license that can be
160977
+ * found in the LICENSE file at https://angular.io/license
160978
+ */
160353
160979
  Object.defineProperty(exports2, "__esModule", { value: true });
160354
160980
  exports2.schematic = exports2.externalSchematic = void 0;
160355
160981
  var rxjs_1 = require_cjs();
@@ -160384,6 +161010,13 @@ var require_schematic2 = __commonJS({
160384
161010
  var require_template2 = __commonJS({
160385
161011
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/template.js"(exports2) {
160386
161012
  "use strict";
161013
+ /**
161014
+ * @license
161015
+ * Copyright Google LLC All Rights Reserved.
161016
+ *
161017
+ * Use of this source code is governed by an MIT-style license that can be
161018
+ * found in the LICENSE file at https://angular.io/license
161019
+ */
160387
161020
  Object.defineProperty(exports2, "__esModule", { value: true });
160388
161021
  exports2.applyTemplates = exports2.template = exports2.renameTemplateFiles = exports2.pathTemplate = exports2.applyPathTemplate = exports2.contentTemplate = exports2.applyContentTemplate = exports2.InvalidPipeException = exports2.UnknownPipeException = exports2.OptionIsNotDefinedException = exports2.TEMPLATE_FILENAME_RE = void 0;
160389
161022
  var core_1 = require_src2();
@@ -160534,6 +161167,13 @@ var require_template2 = __commonJS({
160534
161167
  var require_url = __commonJS({
160535
161168
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/rules/url.js"(exports2) {
160536
161169
  "use strict";
161170
+ /**
161171
+ * @license
161172
+ * Copyright Google LLC All Rights Reserved.
161173
+ *
161174
+ * Use of this source code is governed by an MIT-style license that can be
161175
+ * found in the LICENSE file at https://angular.io/license
161176
+ */
160537
161177
  Object.defineProperty(exports2, "__esModule", { value: true });
160538
161178
  exports2.url = void 0;
160539
161179
  var url_1 = require("url");
@@ -160549,6 +161189,13 @@ var require_url = __commonJS({
160549
161189
  var require_empty3 = __commonJS({
160550
161190
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/tree/empty.js"(exports2) {
160551
161191
  "use strict";
161192
+ /**
161193
+ * @license
161194
+ * Copyright Google LLC All Rights Reserved.
161195
+ *
161196
+ * Use of this source code is governed by an MIT-style license that can be
161197
+ * found in the LICENSE file at https://angular.io/license
161198
+ */
160552
161199
  Object.defineProperty(exports2, "__esModule", { value: true });
160553
161200
  exports2.EmptyTree = void 0;
160554
161201
  var host_tree_1 = require_host_tree();
@@ -160565,6 +161212,13 @@ var require_empty3 = __commonJS({
160565
161212
  var require_src3 = __commonJS({
160566
161213
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/src/index.js"(exports2) {
160567
161214
  "use strict";
161215
+ /**
161216
+ * @license
161217
+ * Copyright Google LLC All Rights Reserved.
161218
+ *
161219
+ * Use of this source code is governed by an MIT-style license that can be
161220
+ * found in the LICENSE file at https://angular.io/license
161221
+ */
160568
161222
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
160569
161223
  if (k23 === void 0)
160570
161224
  k23 = k6;
@@ -160660,6 +161314,13 @@ var require_src3 = __commonJS({
160660
161314
  var require_options = __commonJS({
160661
161315
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/options.js"(exports2) {
160662
161316
  "use strict";
161317
+ /**
161318
+ * @license
161319
+ * Copyright Google LLC All Rights Reserved.
161320
+ *
161321
+ * Use of this source code is governed by an MIT-style license that can be
161322
+ * found in the LICENSE file at https://angular.io/license
161323
+ */
160663
161324
  Object.defineProperty(exports2, "__esModule", { value: true });
160664
161325
  exports2.NodePackageName = void 0;
160665
161326
  exports2.NodePackageName = "node-package";
@@ -160670,6 +161331,13 @@ var require_options = __commonJS({
160670
161331
  var require_options2 = __commonJS({
160671
161332
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/options.js"(exports2) {
160672
161333
  "use strict";
161334
+ /**
161335
+ * @license
161336
+ * Copyright Google LLC All Rights Reserved.
161337
+ *
161338
+ * Use of this source code is governed by an MIT-style license that can be
161339
+ * found in the LICENSE file at https://angular.io/license
161340
+ */
160673
161341
  Object.defineProperty(exports2, "__esModule", { value: true });
160674
161342
  exports2.RepositoryInitializerName = void 0;
160675
161343
  exports2.RepositoryInitializerName = "repo-init";
@@ -160680,6 +161348,13 @@ var require_options2 = __commonJS({
160680
161348
  var require_options3 = __commonJS({
160681
161349
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/options.js"(exports2) {
160682
161350
  "use strict";
161351
+ /**
161352
+ * @license
161353
+ * Copyright Google LLC All Rights Reserved.
161354
+ *
161355
+ * Use of this source code is governed by an MIT-style license that can be
161356
+ * found in the LICENSE file at https://angular.io/license
161357
+ */
160683
161358
  Object.defineProperty(exports2, "__esModule", { value: true });
160684
161359
  exports2.RunSchematicName = void 0;
160685
161360
  exports2.RunSchematicName = "run-schematic";
@@ -165700,6 +166375,7 @@ var require_stream_duplex = __commonJS({
165700
166375
  // node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js
165701
166376
  var require_safe_buffer = __commonJS({
165702
166377
  "node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer/index.js"(exports2, module2) {
166378
+ /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
165703
166379
  var buffer2 = require("buffer");
165704
166380
  var Buffer2 = buffer2.Buffer;
165705
166381
  function copyProps(src, dst) {
@@ -168174,6 +168850,13 @@ var require_ora = __commonJS({
168174
168850
  var require_executor = __commonJS({
168175
168851
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/package-manager/executor.js"(exports2) {
168176
168852
  "use strict";
168853
+ /**
168854
+ * @license
168855
+ * Copyright Google LLC All Rights Reserved.
168856
+ *
168857
+ * Use of this source code is governed by an MIT-style license that can be
168858
+ * found in the LICENSE file at https://angular.io/license
168859
+ */
168177
168860
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
168178
168861
  if (k23 === void 0)
168179
168862
  k23 = k6;
@@ -168345,6 +169028,13 @@ var require_executor = __commonJS({
168345
169028
  var require_executor2 = __commonJS({
168346
169029
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/repo-init/executor.js"(exports2) {
168347
169030
  "use strict";
169031
+ /**
169032
+ * @license
169033
+ * Copyright Google LLC All Rights Reserved.
169034
+ *
169035
+ * Use of this source code is governed by an MIT-style license that can be
169036
+ * found in the LICENSE file at https://angular.io/license
169037
+ */
168348
169038
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
168349
169039
  if (k23 === void 0)
168350
169040
  k23 = k6;
@@ -168441,6 +169131,13 @@ var require_executor2 = __commonJS({
168441
169131
  var require_executor3 = __commonJS({
168442
169132
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/run-schematic/executor.js"(exports2) {
168443
169133
  "use strict";
169134
+ /**
169135
+ * @license
169136
+ * Copyright Google LLC All Rights Reserved.
169137
+ *
169138
+ * Use of this source code is governed by an MIT-style license that can be
169139
+ * found in the LICENSE file at https://angular.io/license
169140
+ */
168444
169141
  Object.defineProperty(exports2, "__esModule", { value: true });
168445
169142
  function default_1() {
168446
169143
  return (options8, context) => {
@@ -168469,6 +169166,13 @@ var require_executor3 = __commonJS({
168469
169166
  var require_node3 = __commonJS({
168470
169167
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tasks/node/index.js"(exports2) {
168471
169168
  "use strict";
169169
+ /**
169170
+ * @license
169171
+ * Copyright Google LLC All Rights Reserved.
169172
+ *
169173
+ * Use of this source code is governed by an MIT-style license that can be
169174
+ * found in the LICENSE file at https://angular.io/license
169175
+ */
168472
169176
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
168473
169177
  if (k23 === void 0)
168474
169178
  k23 = k6;
@@ -168528,6 +169232,13 @@ var require_node3 = __commonJS({
168528
169232
  var require_description = __commonJS({
168529
169233
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/description.js"(exports2) {
168530
169234
  "use strict";
169235
+ /**
169236
+ * @license
169237
+ * Copyright Google LLC All Rights Reserved.
169238
+ *
169239
+ * Use of this source code is governed by an MIT-style license that can be
169240
+ * found in the LICENSE file at https://angular.io/license
169241
+ */
168531
169242
  Object.defineProperty(exports2, "__esModule", { value: true });
168532
169243
  }
168533
169244
  });
@@ -168536,6 +169247,13 @@ var require_description = __commonJS({
168536
169247
  var require_export_ref = __commonJS({
168537
169248
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/export-ref.js"(exports2) {
168538
169249
  "use strict";
169250
+ /**
169251
+ * @license
169252
+ * Copyright Google LLC All Rights Reserved.
169253
+ *
169254
+ * Use of this source code is governed by an MIT-style license that can be
169255
+ * found in the LICENSE file at https://angular.io/license
169256
+ */
168539
169257
  Object.defineProperty(exports2, "__esModule", { value: true });
168540
169258
  exports2.ExportStringRef = void 0;
168541
169259
  var path_1 = require("path");
@@ -168572,6 +169290,13 @@ var require_export_ref = __commonJS({
168572
169290
  var require_file_system_utility = __commonJS({
168573
169291
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-utility.js"(exports2) {
168574
169292
  "use strict";
169293
+ /**
169294
+ * @license
169295
+ * Copyright Google LLC All Rights Reserved.
169296
+ *
169297
+ * Use of this source code is governed by an MIT-style license that can be
169298
+ * found in the LICENSE file at https://angular.io/license
169299
+ */
168575
169300
  Object.defineProperty(exports2, "__esModule", { value: true });
168576
169301
  exports2.readJsonFile = void 0;
168577
169302
  var schematics_1 = require_src3();
@@ -168597,6 +169322,13 @@ var require_file_system_utility = __commonJS({
168597
169322
  var require_file_system_engine_host_base = __commonJS({
168598
169323
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host-base.js"(exports2) {
168599
169324
  "use strict";
169325
+ /**
169326
+ * @license
169327
+ * Copyright Google LLC All Rights Reserved.
169328
+ *
169329
+ * Use of this source code is governed by an MIT-style license that can be
169330
+ * found in the LICENSE file at https://angular.io/license
169331
+ */
168600
169332
  Object.defineProperty(exports2, "__esModule", { value: true });
168601
169333
  exports2.FileSystemEngineHostBase = exports2.SchematicNameCollisionException = exports2.SchematicMissingDescriptionException = exports2.SchematicMissingFieldsException = exports2.CollectionMissingFieldsException = exports2.CollectionMissingSchematicsMapException = exports2.FactoryCannotBeResolvedException = exports2.SchematicMissingFactoryException = exports2.InvalidCollectionJsonException = exports2.CollectionCannotBeResolvedException = void 0;
168602
169334
  var core_1 = require_src2();
@@ -168831,6 +169563,13 @@ var require_file_system_engine_host_base = __commonJS({
168831
169563
  var require_node_module_engine_host = __commonJS({
168832
169564
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-module-engine-host.js"(exports2) {
168833
169565
  "use strict";
169566
+ /**
169567
+ * @license
169568
+ * Copyright Google LLC All Rights Reserved.
169569
+ *
169570
+ * Use of this source code is governed by an MIT-style license that can be
169571
+ * found in the LICENSE file at https://angular.io/license
169572
+ */
168834
169573
  Object.defineProperty(exports2, "__esModule", { value: true });
168835
169574
  exports2.NodeModulesEngineHost = exports2.NodePackageDoesNotSupportSchematics = void 0;
168836
169575
  var core_1 = require_src2();
@@ -169459,6 +170198,13 @@ var require_operators = __commonJS({
169459
170198
  var require_schema_option_transform = __commonJS({
169460
170199
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/schema-option-transform.js"(exports2) {
169461
170200
  "use strict";
170201
+ /**
170202
+ * @license
170203
+ * Copyright Google LLC All Rights Reserved.
170204
+ *
170205
+ * Use of this source code is governed by an MIT-style license that can be
170206
+ * found in the LICENSE file at https://angular.io/license
170207
+ */
169462
170208
  Object.defineProperty(exports2, "__esModule", { value: true });
169463
170209
  exports2.validateOptionsWithSchema = exports2.InvalidInputOptions = void 0;
169464
170210
  var core_1 = require_src2();
@@ -169495,6 +170241,13 @@ Errors:
169495
170241
  var require_node_workflow = __commonJS({
169496
170242
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/workflow/node-workflow.js"(exports2) {
169497
170243
  "use strict";
170244
+ /**
170245
+ * @license
170246
+ * Copyright Google LLC All Rights Reserved.
170247
+ *
170248
+ * Use of this source code is governed by an MIT-style license that can be
170249
+ * found in the LICENSE file at https://angular.io/license
170250
+ */
169498
170251
  Object.defineProperty(exports2, "__esModule", { value: true });
169499
170252
  exports2.NodeWorkflow = void 0;
169500
170253
  var core_1 = require_src2();
@@ -169558,6 +170311,13 @@ var require_node_workflow = __commonJS({
169558
170311
  var require_file_system_engine_host = __commonJS({
169559
170312
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/file-system-engine-host.js"(exports2) {
169560
170313
  "use strict";
170314
+ /**
170315
+ * @license
170316
+ * Copyright Google LLC All Rights Reserved.
170317
+ *
170318
+ * Use of this source code is governed by an MIT-style license that can be
170319
+ * found in the LICENSE file at https://angular.io/license
170320
+ */
169561
170321
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
169562
170322
  if (k23 === void 0)
169563
170323
  k23 = k6;
@@ -169675,6 +170435,13 @@ var require_file_system_engine_host = __commonJS({
169675
170435
  var require_node_modules_test_engine_host = __commonJS({
169676
170436
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/node-modules-test-engine-host.js"(exports2) {
169677
170437
  "use strict";
170438
+ /**
170439
+ * @license
170440
+ * Copyright Google LLC All Rights Reserved.
170441
+ *
170442
+ * Use of this source code is governed by an MIT-style license that can be
170443
+ * found in the LICENSE file at https://angular.io/license
170444
+ */
169678
170445
  Object.defineProperty(exports2, "__esModule", { value: true });
169679
170446
  exports2.NodeModulesTestEngineHost = void 0;
169680
170447
  var node_module_engine_host_1 = require_node_module_engine_host();
@@ -169714,6 +170481,13 @@ var require_node_modules_test_engine_host = __commonJS({
169714
170481
  var require_tools = __commonJS({
169715
170482
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/tools/index.js"(exports2) {
169716
170483
  "use strict";
170484
+ /**
170485
+ * @license
170486
+ * Copyright Google LLC All Rights Reserved.
170487
+ *
170488
+ * Use of this source code is governed by an MIT-style license that can be
170489
+ * found in the LICENSE file at https://angular.io/license
170490
+ */
169717
170491
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
169718
170492
  if (k23 === void 0)
169719
170493
  k23 = k6;
@@ -169766,6 +170540,13 @@ var require_tools = __commonJS({
169766
170540
  var require_schematic_test_runner = __commonJS({
169767
170541
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/schematic-test-runner.js"(exports2) {
169768
170542
  "use strict";
170543
+ /**
170544
+ * @license
170545
+ * Copyright Google LLC All Rights Reserved.
170546
+ *
170547
+ * Use of this source code is governed by an MIT-style license that can be
170548
+ * found in the LICENSE file at https://angular.io/license
170549
+ */
169769
170550
  Object.defineProperty(exports2, "__esModule", { value: true });
169770
170551
  exports2.SchematicTestRunner = exports2.UnitTestTree = void 0;
169771
170552
  var core_1 = require_src2();
@@ -169847,6 +170628,13 @@ var require_schematic_test_runner = __commonJS({
169847
170628
  var require_testing = __commonJS({
169848
170629
  "node_modules/.pnpm/@angular-devkit+schematics@17.2.0/node_modules/@angular-devkit/schematics/testing/index.js"(exports2) {
169849
170630
  "use strict";
170631
+ /**
170632
+ * @license
170633
+ * Copyright Google LLC All Rights Reserved.
170634
+ *
170635
+ * Use of this source code is governed by an MIT-style license that can be
170636
+ * found in the LICENSE file at https://angular.io/license
170637
+ */
169850
170638
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
169851
170639
  if (k23 === void 0)
169852
170640
  k23 = k6;
@@ -170030,6 +170818,13 @@ var require_invoke_nx_generator = __commonJS({
170030
170818
  var require_api = __commonJS({
170031
170819
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/api.js"(exports2) {
170032
170820
  "use strict";
170821
+ /**
170822
+ * @license
170823
+ * Copyright Google LLC All Rights Reserved.
170824
+ *
170825
+ * Use of this source code is governed by an MIT-style license that can be
170826
+ * found in the LICENSE file at https://angular.io/license
170827
+ */
170033
170828
  Object.defineProperty(exports2, "__esModule", { value: true });
170034
170829
  exports2.isJobHandler = exports2.JobState = exports2.JobOutboundMessageKind = exports2.JobInboundMessageKind = void 0;
170035
170830
  var JobInboundMessageKind;
@@ -170070,6 +170865,13 @@ var require_api = __commonJS({
170070
170865
  var require_strategy = __commonJS({
170071
170866
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/strategy.js"(exports2) {
170072
170867
  "use strict";
170868
+ /**
170869
+ * @license
170870
+ * Copyright Google LLC All Rights Reserved.
170871
+ *
170872
+ * Use of this source code is governed by an MIT-style license that can be
170873
+ * found in the LICENSE file at https://angular.io/license
170874
+ */
170073
170875
  Object.defineProperty(exports2, "__esModule", { value: true });
170074
170876
  exports2.memoize = exports2.reuse = exports2.serialize = void 0;
170075
170877
  var core_1 = require_src2();
@@ -170145,6 +170947,13 @@ var require_strategy = __commonJS({
170145
170947
  var require_create_job_handler = __commonJS({
170146
170948
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/create-job-handler.js"(exports2) {
170147
170949
  "use strict";
170950
+ /**
170951
+ * @license
170952
+ * Copyright Google LLC All Rights Reserved.
170953
+ *
170954
+ * Use of this source code is governed by an MIT-style license that can be
170955
+ * found in the LICENSE file at https://angular.io/license
170956
+ */
170148
170957
  Object.defineProperty(exports2, "__esModule", { value: true });
170149
170958
  exports2.createLoggerJob = exports2.createJobFactory = exports2.createJobHandler = exports2.ChannelAlreadyExistException = void 0;
170150
170959
  var core_1 = require_src2();
@@ -170263,6 +171072,13 @@ var require_create_job_handler = __commonJS({
170263
171072
  var require_exception3 = __commonJS({
170264
171073
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/exception.js"(exports2) {
170265
171074
  "use strict";
171075
+ /**
171076
+ * @license
171077
+ * Copyright Google LLC All Rights Reserved.
171078
+ *
171079
+ * Use of this source code is governed by an MIT-style license that can be
171080
+ * found in the LICENSE file at https://angular.io/license
171081
+ */
170266
171082
  Object.defineProperty(exports2, "__esModule", { value: true });
170267
171083
  exports2.JobDoesNotExistException = exports2.JobNameAlreadyRegisteredException = void 0;
170268
171084
  var core_1 = require_src2();
@@ -170285,6 +171101,13 @@ var require_exception3 = __commonJS({
170285
171101
  var require_dispatcher = __commonJS({
170286
171102
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/dispatcher.js"(exports2) {
170287
171103
  "use strict";
171104
+ /**
171105
+ * @license
171106
+ * Copyright Google LLC All Rights Reserved.
171107
+ *
171108
+ * Use of this source code is governed by an MIT-style license that can be
171109
+ * found in the LICENSE file at https://angular.io/license
171110
+ */
170288
171111
  Object.defineProperty(exports2, "__esModule", { value: true });
170289
171112
  exports2.createDispatcher = void 0;
170290
171113
  var api_1 = require_api();
@@ -170328,6 +171151,13 @@ var require_dispatcher = __commonJS({
170328
171151
  var require_fallback_registry = __commonJS({
170329
171152
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/fallback-registry.js"(exports2) {
170330
171153
  "use strict";
171154
+ /**
171155
+ * @license
171156
+ * Copyright Google LLC All Rights Reserved.
171157
+ *
171158
+ * Use of this source code is governed by an MIT-style license that can be
171159
+ * found in the LICENSE file at https://angular.io/license
171160
+ */
170331
171161
  Object.defineProperty(exports2, "__esModule", { value: true });
170332
171162
  exports2.FallbackRegistry = void 0;
170333
171163
  var rxjs_1 = require_cjs();
@@ -170351,6 +171181,13 @@ var require_fallback_registry = __commonJS({
170351
171181
  var require_simple_registry = __commonJS({
170352
171182
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-registry.js"(exports2) {
170353
171183
  "use strict";
171184
+ /**
171185
+ * @license
171186
+ * Copyright Google LLC All Rights Reserved.
171187
+ *
171188
+ * Use of this source code is governed by an MIT-style license that can be
171189
+ * found in the LICENSE file at https://angular.io/license
171190
+ */
170354
171191
  Object.defineProperty(exports2, "__esModule", { value: true });
170355
171192
  exports2.SimpleJobRegistry = void 0;
170356
171193
  var core_1 = require_src2();
@@ -170414,6 +171251,13 @@ var require_simple_registry = __commonJS({
170414
171251
  var require_simple_scheduler = __commonJS({
170415
171252
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/simple-scheduler.js"(exports2) {
170416
171253
  "use strict";
171254
+ /**
171255
+ * @license
171256
+ * Copyright Google LLC All Rights Reserved.
171257
+ *
171258
+ * Use of this source code is governed by an MIT-style license that can be
171259
+ * found in the LICENSE file at https://angular.io/license
171260
+ */
170417
171261
  Object.defineProperty(exports2, "__esModule", { value: true });
170418
171262
  exports2.SimpleScheduler = exports2.JobOutputSchemaValidationError = exports2.JobInboundMessageSchemaValidationError = exports2.JobArgumentSchemaValidationError = void 0;
170419
171263
  var core_1 = require_src2();
@@ -170783,6 +171627,13 @@ var require_simple_scheduler = __commonJS({
170783
171627
  var require_jobs = __commonJS({
170784
171628
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/jobs/index.js"(exports2) {
170785
171629
  "use strict";
171630
+ /**
171631
+ * @license
171632
+ * Copyright Google LLC All Rights Reserved.
171633
+ *
171634
+ * Use of this source code is governed by an MIT-style license that can be
171635
+ * found in the LICENSE file at https://angular.io/license
171636
+ */
170786
171637
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
170787
171638
  if (k23 === void 0)
170788
171639
  k23 = k6;
@@ -170854,6 +171705,13 @@ var require_progress_schema = __commonJS({
170854
171705
  var require_api2 = __commonJS({
170855
171706
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/api.js"(exports2) {
170856
171707
  "use strict";
171708
+ /**
171709
+ * @license
171710
+ * Copyright Google LLC All Rights Reserved.
171711
+ *
171712
+ * Use of this source code is governed by an MIT-style license that can be
171713
+ * found in the LICENSE file at https://angular.io/license
171714
+ */
170857
171715
  Object.defineProperty(exports2, "__esModule", { value: true });
170858
171716
  exports2.scheduleTargetAndForget = exports2.targetFromTargetString = exports2.targetStringFromTarget = exports2.fromAsyncIterable = exports2.isBuilderOutput = exports2.BuilderProgressState = void 0;
170859
171717
  var rxjs_1 = require_cjs();
@@ -171016,6 +171874,13 @@ var require_progress_schema2 = __commonJS({
171016
171874
  var require_schedule_by_name = __commonJS({
171017
171875
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/schedule-by-name.js"(exports2) {
171018
171876
  "use strict";
171877
+ /**
171878
+ * @license
171879
+ * Copyright Google LLC All Rights Reserved.
171880
+ *
171881
+ * Use of this source code is governed by an MIT-style license that can be
171882
+ * found in the LICENSE file at https://angular.io/license
171883
+ */
171019
171884
  Object.defineProperty(exports2, "__esModule", { value: true });
171020
171885
  exports2.scheduleByTarget = exports2.scheduleByName = void 0;
171021
171886
  var rxjs_1 = require_cjs();
@@ -171197,6 +172062,13 @@ var require_output_schema = __commonJS({
171197
172062
  var require_architect = __commonJS({
171198
172063
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/architect.js"(exports2) {
171199
172064
  "use strict";
172065
+ /**
172066
+ * @license
172067
+ * Copyright Google LLC All Rights Reserved.
172068
+ *
172069
+ * Use of this source code is governed by an MIT-style license that can be
172070
+ * found in the LICENSE file at https://angular.io/license
172071
+ */
171200
172072
  Object.defineProperty(exports2, "__esModule", { value: true });
171201
172073
  exports2.Architect = void 0;
171202
172074
  var core_1 = require_src2();
@@ -171463,6 +172335,13 @@ var require_architect = __commonJS({
171463
172335
  var require_internal = __commonJS({
171464
172336
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/internal.js"(exports2) {
171465
172337
  "use strict";
172338
+ /**
172339
+ * @license
172340
+ * Copyright Google LLC All Rights Reserved.
172341
+ *
172342
+ * Use of this source code is governed by an MIT-style license that can be
172343
+ * found in the LICENSE file at https://angular.io/license
172344
+ */
171466
172345
  Object.defineProperty(exports2, "__esModule", { value: true });
171467
172346
  exports2.BuilderVersionSymbol = exports2.BuilderSymbol = void 0;
171468
172347
  exports2.BuilderSymbol = Symbol.for("@angular-devkit/architect:builder");
@@ -171515,6 +172394,13 @@ var require_package3 = __commonJS({
171515
172394
  var require_create_builder = __commonJS({
171516
172395
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/create-builder.js"(exports2) {
171517
172396
  "use strict";
172397
+ /**
172398
+ * @license
172399
+ * Copyright Google LLC All Rights Reserved.
172400
+ *
172401
+ * Use of this source code is governed by an MIT-style license that can be
172402
+ * found in the LICENSE file at https://angular.io/license
172403
+ */
171518
172404
  Object.defineProperty(exports2, "__esModule", { value: true });
171519
172405
  exports2.createBuilder = void 0;
171520
172406
  var core_1 = require_src2();
@@ -171681,6 +172567,13 @@ var require_create_builder = __commonJS({
171681
172567
  var require_src4 = __commonJS({
171682
172568
  "node_modules/.pnpm/@angular-devkit+architect@0.1702.0/node_modules/@angular-devkit/architect/src/index.js"(exports2) {
171683
172569
  "use strict";
172570
+ /**
172571
+ * @license
172572
+ * Copyright Google LLC All Rights Reserved.
172573
+ *
172574
+ * Use of this source code is governed by an MIT-style license that can be
172575
+ * found in the LICENSE file at https://angular.io/license
172576
+ */
171684
172577
  var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? function(o2, m2, k6, k23) {
171685
172578
  if (k23 === void 0)
171686
172579
  k23 = k6;
@@ -180336,6 +181229,20 @@ var require_source_map_support = __commonJS({
180336
181229
  var require_typescript = __commonJS({
180337
181230
  "node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/typescript.js"(exports2, module2) {
180338
181231
  "use strict";
181232
+ /*! *****************************************************************************
181233
+ Copyright (c) Microsoft Corporation. All rights reserved.
181234
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
181235
+ this file except in compliance with the License. You may obtain a copy of the
181236
+ License at http://www.apache.org/licenses/LICENSE-2.0
181237
+
181238
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
181239
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
181240
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
181241
+ MERCHANTABLITY OR NON-INFRINGEMENT.
181242
+
181243
+ See the Apache Version 2.0 License for specific language governing permissions
181244
+ and limitations under the License.
181245
+ ***************************************************************************** */
180339
181246
  var ts8 = (() => {
180340
181247
  var __defProp4 = Object.defineProperty;
180341
181248
  var __getOwnPropNames3 = Object.getOwnPropertyNames;
@@ -380822,6 +381729,7 @@ ${error.message}`;
380822
381729
  exports2.loadYaml = loadYaml2;
380823
381730
  var typescript;
380824
381731
  var loadTsSync = function loadTsSync2(filepath, content) {
381732
+ /* istanbul ignore next -- @preserve */
380825
381733
  if (typescript === void 0) {
380826
381734
  typescript = require_typescript();
380827
381735
  }
@@ -381133,6 +382041,7 @@ var require_util5 = __commonJS({
381133
382041
  return Object.fromEntries(Object.entries(options8).filter(([, value]) => value !== void 0));
381134
382042
  }
381135
382043
  exports2.removeUndefinedValuesFromObject = removeUndefinedValuesFromObject;
382044
+ /* istanbul ignore next -- @preserve */
381136
382045
  async function isDirectory2(path13) {
381137
382046
  try {
381138
382047
  const stat2 = await fs_1.promises.stat(path13);
@@ -381145,6 +382054,7 @@ var require_util5 = __commonJS({
381145
382054
  }
381146
382055
  }
381147
382056
  exports2.isDirectory = isDirectory2;
382057
+ /* istanbul ignore next -- @preserve */
381148
382058
  function isDirectorySync(path13) {
381149
382059
  try {
381150
382060
  const stat2 = fs_1.default.statSync(path13);
@@ -381261,6 +382171,7 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
381261
382171
  let currentDir = startDir;
381262
382172
  while (currentDir !== stopDir) {
381263
382173
  const parentDir = path_1.default.dirname(currentDir);
382174
+ /* istanbul ignore if -- @preserve */
381264
382175
  if (parentDir === currentDir) {
381265
382176
  break;
381266
382177
  }
@@ -381272,6 +382183,7 @@ ${[...importStack, fullPath].map((path13, i3) => `${i3 + 1}. ${path13}`).join("\
381272
382183
  };
381273
382184
  exports2.ExplorerBase = ExplorerBase;
381274
382185
  function getExtensionDescription(extension) {
382186
+ /* istanbul ignore next -- @preserve */
381275
382187
  return extension ? `extension "${extension}"` : "files without extensions";
381276
382188
  }
381277
382189
  exports2.getExtensionDescription = getExtensionDescription;
@@ -381352,11 +382264,13 @@ var require_Explorer = __commonJS({
381352
382264
  from = path_1.default.resolve(from);
381353
382265
  const dirs = this.#getDirs(from);
381354
382266
  const firstDirIter = await dirs.next();
382267
+ /* istanbul ignore if -- @preserve */
381355
382268
  if (firstDirIter.done) {
381356
382269
  throw new Error(`Could not find any folders to iterate through (start from ${from})`);
381357
382270
  }
381358
382271
  let currentDir = firstDirIter.value;
381359
382272
  const search = async () => {
382273
+ /* istanbul ignore if -- @preserve */
381360
382274
  if (await (0, util_js_1.isDirectory)(currentDir.path)) {
381361
382275
  for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlaces)) {
381362
382276
  try {
@@ -381455,6 +382369,7 @@ var require_Explorer = __commonJS({
381455
382369
  }
381456
382370
  }
381457
382371
  const parentDir = path_1.default.dirname(currentDir);
382372
+ /* istanbul ignore if -- @preserve */
381458
382373
  if (parentDir === currentDir) {
381459
382374
  break;
381460
382375
  }
@@ -381510,11 +382425,13 @@ var require_ExplorerSync = __commonJS({
381510
382425
  from = path_1.default.resolve(from);
381511
382426
  const dirs = this.#getDirs(from);
381512
382427
  const firstDirIter = dirs.next();
382428
+ /* istanbul ignore if -- @preserve */
381513
382429
  if (firstDirIter.done) {
381514
382430
  throw new Error(`Could not find any folders to iterate through (start from ${from})`);
381515
382431
  }
381516
382432
  let currentDir = firstDirIter.value;
381517
382433
  const search = () => {
382434
+ /* istanbul ignore if -- @preserve */
381518
382435
  if ((0, util_js_1.isDirectorySync)(currentDir.path)) {
381519
382436
  for (const filepath of this.getSearchPlacesForDir(currentDir, defaults_1.globalConfigSearchPlacesSync)) {
381520
382437
  try {
@@ -381613,6 +382530,7 @@ var require_ExplorerSync = __commonJS({
381613
382530
  }
381614
382531
  }
381615
382532
  const parentDir = path_1.default.dirname(currentDir);
382533
+ /* istanbul ignore if -- @preserve */
381616
382534
  if (parentDir === currentDir) {
381617
382535
  break;
381618
382536
  }
@@ -395238,6 +396156,7 @@ var require_out5 = __commonJS({
395238
396156
  // node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js
395239
396157
  var require_queue_microtask2 = __commonJS({
395240
396158
  "node_modules/.pnpm/queue-microtask@1.2.3/node_modules/queue-microtask/index.js"(exports2, module2) {
396159
+ /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
395241
396160
  var promise;
395242
396161
  module2.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
395243
396162
  throw err;
@@ -395248,6 +396167,7 @@ var require_queue_microtask2 = __commonJS({
395248
396167
  // node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js
395249
396168
  var require_run_parallel2 = __commonJS({
395250
396169
  "node_modules/.pnpm/run-parallel@1.2.0/node_modules/run-parallel/index.js"(exports2, module2) {
396170
+ /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
395251
396171
  module2.exports = runParallel;
395252
396172
  var queueMicrotask2 = require_queue_microtask2();
395253
396173
  function runParallel(tasks, cb) {
@@ -401361,1195 +402281,3 @@ var generator_default = withRunGenerator(
401361
402281
  0 && (module.exports = {
401362
402282
  browserLibraryGeneratorFn
401363
402283
  });
401364
- /*! Bundled license information:
401365
-
401366
- ejs/lib/ejs.js:
401367
- (**
401368
- * @file Embedded JavaScript templating engine. {@link http://ejs.co}
401369
- * @author Matthew Eernisse <mde@fleegix.org>
401370
- * @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
401371
- * @project EJS
401372
- * @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
401373
- *)
401374
-
401375
- tmp/lib/tmp.js:
401376
- (*!
401377
- * Tmp
401378
- *
401379
- * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
401380
- *
401381
- * MIT Licensed
401382
- *)
401383
-
401384
- @angular-devkit/core/src/json/utils.js:
401385
- (**
401386
- * @license
401387
- * Copyright Google LLC All Rights Reserved.
401388
- *
401389
- * Use of this source code is governed by an MIT-style license that can be
401390
- * found in the LICENSE file at https://angular.io/license
401391
- *)
401392
-
401393
- @angular-devkit/core/src/json/schema/utility.js:
401394
- (**
401395
- * @license
401396
- * Copyright Google LLC All Rights Reserved.
401397
- *
401398
- * Use of this source code is governed by an MIT-style license that can be
401399
- * found in the LICENSE file at https://angular.io/license
401400
- *)
401401
-
401402
- @angular-devkit/core/src/json/schema/transforms.js:
401403
- (**
401404
- * @license
401405
- * Copyright Google LLC All Rights Reserved.
401406
- *
401407
- * Use of this source code is governed by an MIT-style license that can be
401408
- * found in the LICENSE file at https://angular.io/license
401409
- *)
401410
-
401411
- @angular-devkit/core/src/json/schema/interface.js:
401412
- (**
401413
- * @license
401414
- * Copyright Google LLC All Rights Reserved.
401415
- *
401416
- * Use of this source code is governed by an MIT-style license that can be
401417
- * found in the LICENSE file at https://angular.io/license
401418
- *)
401419
-
401420
- @angular-devkit/core/src/json/schema/pointer.js:
401421
- (**
401422
- * @license
401423
- * Copyright Google LLC All Rights Reserved.
401424
- *
401425
- * Use of this source code is governed by an MIT-style license that can be
401426
- * found in the LICENSE file at https://angular.io/license
401427
- *)
401428
-
401429
- uri-js/dist/es5/uri.all.js:
401430
- (** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
401431
-
401432
- @angular-devkit/core/src/exception.js:
401433
- (**
401434
- * @license
401435
- * Copyright Google LLC All Rights Reserved.
401436
- *
401437
- * Use of this source code is governed by an MIT-style license that can be
401438
- * found in the LICENSE file at https://angular.io/license
401439
- *)
401440
-
401441
- @angular-devkit/core/src/utils/literals.js:
401442
- (**
401443
- * @license
401444
- * Copyright Google LLC All Rights Reserved.
401445
- *
401446
- * Use of this source code is governed by an MIT-style license that can be
401447
- * found in the LICENSE file at https://angular.io/license
401448
- *)
401449
-
401450
- @angular-devkit/core/src/utils/strings.js:
401451
- (**
401452
- * @license
401453
- * Copyright Google LLC All Rights Reserved.
401454
- *
401455
- * Use of this source code is governed by an MIT-style license that can be
401456
- * found in the LICENSE file at https://angular.io/license
401457
- *)
401458
-
401459
- @angular-devkit/core/src/utils/object.js:
401460
- (**
401461
- * @license
401462
- * Copyright Google LLC All Rights Reserved.
401463
- *
401464
- * Use of this source code is governed by an MIT-style license that can be
401465
- * found in the LICENSE file at https://angular.io/license
401466
- *)
401467
-
401468
- @angular-devkit/core/src/utils/template.js:
401469
- (**
401470
- * @license
401471
- * Copyright Google LLC All Rights Reserved.
401472
- *
401473
- * Use of this source code is governed by an MIT-style license that can be
401474
- * found in the LICENSE file at https://angular.io/license
401475
- *)
401476
-
401477
- @angular-devkit/core/src/utils/partially-ordered-set.js:
401478
- (**
401479
- * @license
401480
- * Copyright Google LLC All Rights Reserved.
401481
- *
401482
- * Use of this source code is governed by an MIT-style license that can be
401483
- * found in the LICENSE file at https://angular.io/license
401484
- *)
401485
-
401486
- @angular-devkit/core/src/utils/priority-queue.js:
401487
- (**
401488
- * @license
401489
- * Copyright Google LLC All Rights Reserved.
401490
- *
401491
- * Use of this source code is governed by an MIT-style license that can be
401492
- * found in the LICENSE file at https://angular.io/license
401493
- *)
401494
-
401495
- @angular-devkit/core/src/utils/lang.js:
401496
- (**
401497
- * @license
401498
- * Copyright Google LLC All Rights Reserved.
401499
- *
401500
- * Use of this source code is governed by an MIT-style license that can be
401501
- * found in the LICENSE file at https://angular.io/license
401502
- *)
401503
-
401504
- @angular-devkit/core/src/utils/index.js:
401505
- (**
401506
- * @license
401507
- * Copyright Google LLC All Rights Reserved.
401508
- *
401509
- * Use of this source code is governed by an MIT-style license that can be
401510
- * found in the LICENSE file at https://angular.io/license
401511
- *)
401512
-
401513
- @angular-devkit/core/src/json/schema/visitor.js:
401514
- (**
401515
- * @license
401516
- * Copyright Google LLC All Rights Reserved.
401517
- *
401518
- * Use of this source code is governed by an MIT-style license that can be
401519
- * found in the LICENSE file at https://angular.io/license
401520
- *)
401521
-
401522
- @angular-devkit/core/src/json/schema/registry.js:
401523
- (**
401524
- * @license
401525
- * Copyright Google LLC All Rights Reserved.
401526
- *
401527
- * Use of this source code is governed by an MIT-style license that can be
401528
- * found in the LICENSE file at https://angular.io/license
401529
- *)
401530
-
401531
- @angular-devkit/core/src/json/schema/schema.js:
401532
- (**
401533
- * @license
401534
- * Copyright Google LLC All Rights Reserved.
401535
- *
401536
- * Use of this source code is governed by an MIT-style license that can be
401537
- * found in the LICENSE file at https://angular.io/license
401538
- *)
401539
-
401540
- @angular-devkit/core/src/json/schema/index.js:
401541
- (**
401542
- * @license
401543
- * Copyright Google LLC All Rights Reserved.
401544
- *
401545
- * Use of this source code is governed by an MIT-style license that can be
401546
- * found in the LICENSE file at https://angular.io/license
401547
- *)
401548
-
401549
- @angular-devkit/core/src/json/index.js:
401550
- (**
401551
- * @license
401552
- * Copyright Google LLC All Rights Reserved.
401553
- *
401554
- * Use of this source code is governed by an MIT-style license that can be
401555
- * found in the LICENSE file at https://angular.io/license
401556
- *)
401557
-
401558
- @angular-devkit/core/src/logger/logger.js:
401559
- (**
401560
- * @license
401561
- * Copyright Google LLC All Rights Reserved.
401562
- *
401563
- * Use of this source code is governed by an MIT-style license that can be
401564
- * found in the LICENSE file at https://angular.io/license
401565
- *)
401566
-
401567
- @angular-devkit/core/src/logger/indent.js:
401568
- (**
401569
- * @license
401570
- * Copyright Google LLC All Rights Reserved.
401571
- *
401572
- * Use of this source code is governed by an MIT-style license that can be
401573
- * found in the LICENSE file at https://angular.io/license
401574
- *)
401575
-
401576
- @angular-devkit/core/src/logger/level.js:
401577
- (**
401578
- * @license
401579
- * Copyright Google LLC All Rights Reserved.
401580
- *
401581
- * Use of this source code is governed by an MIT-style license that can be
401582
- * found in the LICENSE file at https://angular.io/license
401583
- *)
401584
-
401585
- @angular-devkit/core/src/logger/null-logger.js:
401586
- (**
401587
- * @license
401588
- * Copyright Google LLC All Rights Reserved.
401589
- *
401590
- * Use of this source code is governed by an MIT-style license that can be
401591
- * found in the LICENSE file at https://angular.io/license
401592
- *)
401593
-
401594
- @angular-devkit/core/src/logger/transform-logger.js:
401595
- (**
401596
- * @license
401597
- * Copyright Google LLC All Rights Reserved.
401598
- *
401599
- * Use of this source code is governed by an MIT-style license that can be
401600
- * found in the LICENSE file at https://angular.io/license
401601
- *)
401602
-
401603
- @angular-devkit/core/src/logger/index.js:
401604
- (**
401605
- * @license
401606
- * Copyright Google LLC All Rights Reserved.
401607
- *
401608
- * Use of this source code is governed by an MIT-style license that can be
401609
- * found in the LICENSE file at https://angular.io/license
401610
- *)
401611
-
401612
- @angular-devkit/core/src/workspace/definitions.js:
401613
- (**
401614
- * @license
401615
- * Copyright Google LLC All Rights Reserved.
401616
- *
401617
- * Use of this source code is governed by an MIT-style license that can be
401618
- * found in the LICENSE file at https://angular.io/license
401619
- *)
401620
-
401621
- @angular-devkit/core/src/virtual-fs/path.js:
401622
- (**
401623
- * @license
401624
- * Copyright Google LLC All Rights Reserved.
401625
- *
401626
- * Use of this source code is governed by an MIT-style license that can be
401627
- * found in the LICENSE file at https://angular.io/license
401628
- *)
401629
-
401630
- @angular-devkit/core/src/virtual-fs/host/buffer.js:
401631
- (**
401632
- * @license
401633
- * Copyright Google LLC All Rights Reserved.
401634
- *
401635
- * Use of this source code is governed by an MIT-style license that can be
401636
- * found in the LICENSE file at https://angular.io/license
401637
- *)
401638
-
401639
- @angular-devkit/core/src/virtual-fs/host/interface.js:
401640
- (**
401641
- * @license
401642
- * Copyright Google LLC All Rights Reserved.
401643
- *
401644
- * Use of this source code is governed by an MIT-style license that can be
401645
- * found in the LICENSE file at https://angular.io/license
401646
- *)
401647
-
401648
- @angular-devkit/core/src/virtual-fs/host/memory.js:
401649
- (**
401650
- * @license
401651
- * Copyright Google LLC All Rights Reserved.
401652
- *
401653
- * Use of this source code is governed by an MIT-style license that can be
401654
- * found in the LICENSE file at https://angular.io/license
401655
- *)
401656
-
401657
- @angular-devkit/core/src/virtual-fs/host/sync.js:
401658
- (**
401659
- * @license
401660
- * Copyright Google LLC All Rights Reserved.
401661
- *
401662
- * Use of this source code is governed by an MIT-style license that can be
401663
- * found in the LICENSE file at https://angular.io/license
401664
- *)
401665
-
401666
- @angular-devkit/core/src/virtual-fs/host/test.js:
401667
- (**
401668
- * @license
401669
- * Copyright Google LLC All Rights Reserved.
401670
- *
401671
- * Use of this source code is governed by an MIT-style license that can be
401672
- * found in the LICENSE file at https://angular.io/license
401673
- *)
401674
-
401675
- @angular-devkit/core/src/virtual-fs/host/resolver.js:
401676
- (**
401677
- * @license
401678
- * Copyright Google LLC All Rights Reserved.
401679
- *
401680
- * Use of this source code is governed by an MIT-style license that can be
401681
- * found in the LICENSE file at https://angular.io/license
401682
- *)
401683
-
401684
- @angular-devkit/core/src/virtual-fs/host/alias.js:
401685
- (**
401686
- * @license
401687
- * Copyright Google LLC All Rights Reserved.
401688
- *
401689
- * Use of this source code is governed by an MIT-style license that can be
401690
- * found in the LICENSE file at https://angular.io/license
401691
- *)
401692
-
401693
- @angular-devkit/core/src/virtual-fs/host/create.js:
401694
- (**
401695
- * @license
401696
- * Copyright Google LLC All Rights Reserved.
401697
- *
401698
- * Use of this source code is governed by an MIT-style license that can be
401699
- * found in the LICENSE file at https://angular.io/license
401700
- *)
401701
-
401702
- @angular-devkit/core/src/virtual-fs/host/empty.js:
401703
- (**
401704
- * @license
401705
- * Copyright Google LLC All Rights Reserved.
401706
- *
401707
- * Use of this source code is governed by an MIT-style license that can be
401708
- * found in the LICENSE file at https://angular.io/license
401709
- *)
401710
-
401711
- @angular-devkit/core/src/virtual-fs/host/pattern.js:
401712
- (**
401713
- * @license
401714
- * Copyright Google LLC All Rights Reserved.
401715
- *
401716
- * Use of this source code is governed by an MIT-style license that can be
401717
- * found in the LICENSE file at https://angular.io/license
401718
- *)
401719
-
401720
- @angular-devkit/core/src/virtual-fs/host/record.js:
401721
- (**
401722
- * @license
401723
- * Copyright Google LLC All Rights Reserved.
401724
- *
401725
- * Use of this source code is governed by an MIT-style license that can be
401726
- * found in the LICENSE file at https://angular.io/license
401727
- *)
401728
-
401729
- @angular-devkit/core/src/virtual-fs/host/safe.js:
401730
- (**
401731
- * @license
401732
- * Copyright Google LLC All Rights Reserved.
401733
- *
401734
- * Use of this source code is governed by an MIT-style license that can be
401735
- * found in the LICENSE file at https://angular.io/license
401736
- *)
401737
-
401738
- @angular-devkit/core/src/virtual-fs/host/scoped.js:
401739
- (**
401740
- * @license
401741
- * Copyright Google LLC All Rights Reserved.
401742
- *
401743
- * Use of this source code is governed by an MIT-style license that can be
401744
- * found in the LICENSE file at https://angular.io/license
401745
- *)
401746
-
401747
- @angular-devkit/core/src/virtual-fs/host/index.js:
401748
- (**
401749
- * @license
401750
- * Copyright Google LLC All Rights Reserved.
401751
- *
401752
- * Use of this source code is governed by an MIT-style license that can be
401753
- * found in the LICENSE file at https://angular.io/license
401754
- *)
401755
-
401756
- @angular-devkit/core/src/virtual-fs/index.js:
401757
- (**
401758
- * @license
401759
- * Copyright Google LLC All Rights Reserved.
401760
- *
401761
- * Use of this source code is governed by an MIT-style license that can be
401762
- * found in the LICENSE file at https://angular.io/license
401763
- *)
401764
-
401765
- @angular-devkit/core/src/workspace/host.js:
401766
- (**
401767
- * @license
401768
- * Copyright Google LLC All Rights Reserved.
401769
- *
401770
- * Use of this source code is governed by an MIT-style license that can be
401771
- * found in the LICENSE file at https://angular.io/license
401772
- *)
401773
-
401774
- @angular-devkit/core/src/workspace/json/metadata.js:
401775
- (**
401776
- * @license
401777
- * Copyright Google LLC All Rights Reserved.
401778
- *
401779
- * Use of this source code is governed by an MIT-style license that can be
401780
- * found in the LICENSE file at https://angular.io/license
401781
- *)
401782
-
401783
- @angular-devkit/core/src/workspace/json/utilities.js:
401784
- (**
401785
- * @license
401786
- * Copyright Google LLC All Rights Reserved.
401787
- *
401788
- * Use of this source code is governed by an MIT-style license that can be
401789
- * found in the LICENSE file at https://angular.io/license
401790
- *)
401791
-
401792
- @angular-devkit/core/src/workspace/json/reader.js:
401793
- (**
401794
- * @license
401795
- * Copyright Google LLC All Rights Reserved.
401796
- *
401797
- * Use of this source code is governed by an MIT-style license that can be
401798
- * found in the LICENSE file at https://angular.io/license
401799
- *)
401800
-
401801
- @angular-devkit/core/src/workspace/json/writer.js:
401802
- (**
401803
- * @license
401804
- * Copyright Google LLC All Rights Reserved.
401805
- *
401806
- * Use of this source code is governed by an MIT-style license that can be
401807
- * found in the LICENSE file at https://angular.io/license
401808
- *)
401809
-
401810
- @angular-devkit/core/src/workspace/core.js:
401811
- (**
401812
- * @license
401813
- * Copyright Google LLC All Rights Reserved.
401814
- *
401815
- * Use of this source code is governed by an MIT-style license that can be
401816
- * found in the LICENSE file at https://angular.io/license
401817
- *)
401818
-
401819
- @angular-devkit/core/src/workspace/index.js:
401820
- (**
401821
- * @license
401822
- * Copyright Google LLC All Rights Reserved.
401823
- *
401824
- * Use of this source code is governed by an MIT-style license that can be
401825
- * found in the LICENSE file at https://angular.io/license
401826
- *)
401827
-
401828
- @angular-devkit/core/src/index.js:
401829
- (**
401830
- * @license
401831
- * Copyright Google LLC All Rights Reserved.
401832
- *
401833
- * Use of this source code is governed by an MIT-style license that can be
401834
- * found in the LICENSE file at https://angular.io/license
401835
- *)
401836
-
401837
- @angular-devkit/schematics/src/formats/html-selector.js:
401838
- (**
401839
- * @license
401840
- * Copyright Google LLC All Rights Reserved.
401841
- *
401842
- * Use of this source code is governed by an MIT-style license that can be
401843
- * found in the LICENSE file at https://angular.io/license
401844
- *)
401845
-
401846
- @angular-devkit/schematics/src/formats/path.js:
401847
- (**
401848
- * @license
401849
- * Copyright Google LLC All Rights Reserved.
401850
- *
401851
- * Use of this source code is governed by an MIT-style license that can be
401852
- * found in the LICENSE file at https://angular.io/license
401853
- *)
401854
-
401855
- @angular-devkit/schematics/src/formats/index.js:
401856
- (**
401857
- * @license
401858
- * Copyright Google LLC All Rights Reserved.
401859
- *
401860
- * Use of this source code is governed by an MIT-style license that can be
401861
- * found in the LICENSE file at https://angular.io/license
401862
- *)
401863
-
401864
- @angular-devkit/schematics/src/tree/interface.js:
401865
- (**
401866
- * @license
401867
- * Copyright Google LLC All Rights Reserved.
401868
- *
401869
- * Use of this source code is governed by an MIT-style license that can be
401870
- * found in the LICENSE file at https://angular.io/license
401871
- *)
401872
-
401873
- @angular-devkit/schematics/src/exception/exception.js:
401874
- (**
401875
- * @license
401876
- * Copyright Google LLC All Rights Reserved.
401877
- *
401878
- * Use of this source code is governed by an MIT-style license that can be
401879
- * found in the LICENSE file at https://angular.io/license
401880
- *)
401881
-
401882
- @angular-devkit/schematics/src/tree/delegate.js:
401883
- (**
401884
- * @license
401885
- * Copyright Google LLC All Rights Reserved.
401886
- *
401887
- * Use of this source code is governed by an MIT-style license that can be
401888
- * found in the LICENSE file at https://angular.io/license
401889
- *)
401890
-
401891
- @angular-devkit/schematics/src/tree/entry.js:
401892
- (**
401893
- * @license
401894
- * Copyright Google LLC All Rights Reserved.
401895
- *
401896
- * Use of this source code is governed by an MIT-style license that can be
401897
- * found in the LICENSE file at https://angular.io/license
401898
- *)
401899
-
401900
- @angular-devkit/schematics/src/utility/update-buffer.js:
401901
- (**
401902
- * @license
401903
- * Copyright Google LLC All Rights Reserved.
401904
- *
401905
- * Use of this source code is governed by an MIT-style license that can be
401906
- * found in the LICENSE file at https://angular.io/license
401907
- *)
401908
-
401909
- @angular-devkit/schematics/src/tree/recorder.js:
401910
- (**
401911
- * @license
401912
- * Copyright Google LLC All Rights Reserved.
401913
- *
401914
- * Use of this source code is governed by an MIT-style license that can be
401915
- * found in the LICENSE file at https://angular.io/license
401916
- *)
401917
-
401918
- @angular-devkit/schematics/src/tree/scoped.js:
401919
- (**
401920
- * @license
401921
- * Copyright Google LLC All Rights Reserved.
401922
- *
401923
- * Use of this source code is governed by an MIT-style license that can be
401924
- * found in the LICENSE file at https://angular.io/license
401925
- *)
401926
-
401927
- @angular-devkit/schematics/src/tree/host-tree.js:
401928
- (**
401929
- * @license
401930
- * Copyright Google LLC All Rights Reserved.
401931
- *
401932
- * Use of this source code is governed by an MIT-style license that can be
401933
- * found in the LICENSE file at https://angular.io/license
401934
- *)
401935
-
401936
- @angular-devkit/schematics/src/tree/static.js:
401937
- (**
401938
- * @license
401939
- * Copyright Google LLC All Rights Reserved.
401940
- *
401941
- * Use of this source code is governed by an MIT-style license that can be
401942
- * found in the LICENSE file at https://angular.io/license
401943
- *)
401944
-
401945
- @angular-devkit/schematics/src/tree/null.js:
401946
- (**
401947
- * @license
401948
- * Copyright Google LLC All Rights Reserved.
401949
- *
401950
- * Use of this source code is governed by an MIT-style license that can be
401951
- * found in the LICENSE file at https://angular.io/license
401952
- *)
401953
-
401954
- @angular-devkit/schematics/src/rules/call.js:
401955
- (**
401956
- * @license
401957
- * Copyright Google LLC All Rights Reserved.
401958
- *
401959
- * Use of this source code is governed by an MIT-style license that can be
401960
- * found in the LICENSE file at https://angular.io/license
401961
- *)
401962
-
401963
- @angular-devkit/schematics/src/engine/schematic.js:
401964
- (**
401965
- * @license
401966
- * Copyright Google LLC All Rights Reserved.
401967
- *
401968
- * Use of this source code is governed by an MIT-style license that can be
401969
- * found in the LICENSE file at https://angular.io/license
401970
- *)
401971
-
401972
- @angular-devkit/schematics/src/engine/engine.js:
401973
- (**
401974
- * @license
401975
- * Copyright Google LLC All Rights Reserved.
401976
- *
401977
- * Use of this source code is governed by an MIT-style license that can be
401978
- * found in the LICENSE file at https://angular.io/license
401979
- *)
401980
-
401981
- @angular-devkit/schematics/src/engine/interface.js:
401982
- (**
401983
- * @license
401984
- * Copyright Google LLC All Rights Reserved.
401985
- *
401986
- * Use of this source code is governed by an MIT-style license that can be
401987
- * found in the LICENSE file at https://angular.io/license
401988
- *)
401989
-
401990
- @angular-devkit/schematics/src/engine/index.js:
401991
- (**
401992
- * @license
401993
- * Copyright Google LLC All Rights Reserved.
401994
- *
401995
- * Use of this source code is governed by an MIT-style license that can be
401996
- * found in the LICENSE file at https://angular.io/license
401997
- *)
401998
-
401999
- @angular-devkit/core/node/cli-logger.js:
402000
- (**
402001
- * @license
402002
- * Copyright Google LLC All Rights Reserved.
402003
- *
402004
- * Use of this source code is governed by an MIT-style license that can be
402005
- * found in the LICENSE file at https://angular.io/license
402006
- *)
402007
-
402008
- normalize-path/index.js:
402009
- (*!
402010
- * normalize-path <https://github.com/jonschlinkert/normalize-path>
402011
- *
402012
- * Copyright (c) 2014-2018, Jon Schlinkert.
402013
- * Released under the MIT License.
402014
- *)
402015
-
402016
- is-extglob/index.js:
402017
- (*!
402018
- * is-extglob <https://github.com/jonschlinkert/is-extglob>
402019
- *
402020
- * Copyright (c) 2014-2016, Jon Schlinkert.
402021
- * Licensed under the MIT License.
402022
- *)
402023
-
402024
- is-glob/index.js:
402025
- (*!
402026
- * is-glob <https://github.com/jonschlinkert/is-glob>
402027
- *
402028
- * Copyright (c) 2014-2017, Jon Schlinkert.
402029
- * Released under the MIT License.
402030
- *)
402031
-
402032
- is-number/index.js:
402033
- (*!
402034
- * is-number <https://github.com/jonschlinkert/is-number>
402035
- *
402036
- * Copyright (c) 2014-present, Jon Schlinkert.
402037
- * Released under the MIT License.
402038
- *)
402039
-
402040
- to-regex-range/index.js:
402041
- (*!
402042
- * to-regex-range <https://github.com/micromatch/to-regex-range>
402043
- *
402044
- * Copyright (c) 2015-present, Jon Schlinkert.
402045
- * Released under the MIT License.
402046
- *)
402047
-
402048
- fill-range/index.js:
402049
- (*!
402050
- * fill-range <https://github.com/jonschlinkert/fill-range>
402051
- *
402052
- * Copyright (c) 2014-present, Jon Schlinkert.
402053
- * Licensed under the MIT License.
402054
- *)
402055
-
402056
- @angular-devkit/core/node/host.js:
402057
- (**
402058
- * @license
402059
- * Copyright Google LLC All Rights Reserved.
402060
- *
402061
- * Use of this source code is governed by an MIT-style license that can be
402062
- * found in the LICENSE file at https://angular.io/license
402063
- *)
402064
-
402065
- @angular-devkit/core/node/index.js:
402066
- (**
402067
- * @license
402068
- * Copyright Google LLC All Rights Reserved.
402069
- *
402070
- * Use of this source code is governed by an MIT-style license that can be
402071
- * found in the LICENSE file at https://angular.io/license
402072
- *)
402073
-
402074
- @angular-devkit/schematics/src/tree/action.js:
402075
- (**
402076
- * @license
402077
- * Copyright Google LLC All Rights Reserved.
402078
- *
402079
- * Use of this source code is governed by an MIT-style license that can be
402080
- * found in the LICENSE file at https://angular.io/license
402081
- *)
402082
-
402083
- @angular-devkit/schematics/src/sink/sink.js:
402084
- (**
402085
- * @license
402086
- * Copyright Google LLC All Rights Reserved.
402087
- *
402088
- * Use of this source code is governed by an MIT-style license that can be
402089
- * found in the LICENSE file at https://angular.io/license
402090
- *)
402091
-
402092
- @angular-devkit/schematics/src/sink/host.js:
402093
- (**
402094
- * @license
402095
- * Copyright Google LLC All Rights Reserved.
402096
- *
402097
- * Use of this source code is governed by an MIT-style license that can be
402098
- * found in the LICENSE file at https://angular.io/license
402099
- *)
402100
-
402101
- @angular-devkit/schematics/src/sink/dryrun.js:
402102
- (**
402103
- * @license
402104
- * Copyright Google LLC All Rights Reserved.
402105
- *
402106
- * Use of this source code is governed by an MIT-style license that can be
402107
- * found in the LICENSE file at https://angular.io/license
402108
- *)
402109
-
402110
- @angular-devkit/schematics/src/workflow/base.js:
402111
- (**
402112
- * @license
402113
- * Copyright Google LLC All Rights Reserved.
402114
- *
402115
- * Use of this source code is governed by an MIT-style license that can be
402116
- * found in the LICENSE file at https://angular.io/license
402117
- *)
402118
-
402119
- @angular-devkit/schematics/src/workflow/interface.js:
402120
- (**
402121
- * @license
402122
- * Copyright Google LLC All Rights Reserved.
402123
- *
402124
- * Use of this source code is governed by an MIT-style license that can be
402125
- * found in the LICENSE file at https://angular.io/license
402126
- *)
402127
-
402128
- @angular-devkit/schematics/src/workflow/index.js:
402129
- (**
402130
- * @license
402131
- * Copyright Google LLC All Rights Reserved.
402132
- *
402133
- * Use of this source code is governed by an MIT-style license that can be
402134
- * found in the LICENSE file at https://angular.io/license
402135
- *)
402136
-
402137
- @angular-devkit/schematics/src/rules/base.js:
402138
- (**
402139
- * @license
402140
- * Copyright Google LLC All Rights Reserved.
402141
- *
402142
- * Use of this source code is governed by an MIT-style license that can be
402143
- * found in the LICENSE file at https://angular.io/license
402144
- *)
402145
-
402146
- @angular-devkit/schematics/src/rules/move.js:
402147
- (**
402148
- * @license
402149
- * Copyright Google LLC All Rights Reserved.
402150
- *
402151
- * Use of this source code is governed by an MIT-style license that can be
402152
- * found in the LICENSE file at https://angular.io/license
402153
- *)
402154
-
402155
- @angular-devkit/schematics/src/rules/random.js:
402156
- (**
402157
- * @license
402158
- * Copyright Google LLC All Rights Reserved.
402159
- *
402160
- * Use of this source code is governed by an MIT-style license that can be
402161
- * found in the LICENSE file at https://angular.io/license
402162
- *)
402163
-
402164
- @angular-devkit/schematics/src/rules/schematic.js:
402165
- (**
402166
- * @license
402167
- * Copyright Google LLC All Rights Reserved.
402168
- *
402169
- * Use of this source code is governed by an MIT-style license that can be
402170
- * found in the LICENSE file at https://angular.io/license
402171
- *)
402172
-
402173
- @angular-devkit/schematics/src/rules/template.js:
402174
- (**
402175
- * @license
402176
- * Copyright Google LLC All Rights Reserved.
402177
- *
402178
- * Use of this source code is governed by an MIT-style license that can be
402179
- * found in the LICENSE file at https://angular.io/license
402180
- *)
402181
-
402182
- @angular-devkit/schematics/src/rules/url.js:
402183
- (**
402184
- * @license
402185
- * Copyright Google LLC All Rights Reserved.
402186
- *
402187
- * Use of this source code is governed by an MIT-style license that can be
402188
- * found in the LICENSE file at https://angular.io/license
402189
- *)
402190
-
402191
- @angular-devkit/schematics/src/tree/empty.js:
402192
- (**
402193
- * @license
402194
- * Copyright Google LLC All Rights Reserved.
402195
- *
402196
- * Use of this source code is governed by an MIT-style license that can be
402197
- * found in the LICENSE file at https://angular.io/license
402198
- *)
402199
-
402200
- @angular-devkit/schematics/src/index.js:
402201
- (**
402202
- * @license
402203
- * Copyright Google LLC All Rights Reserved.
402204
- *
402205
- * Use of this source code is governed by an MIT-style license that can be
402206
- * found in the LICENSE file at https://angular.io/license
402207
- *)
402208
-
402209
- @angular-devkit/schematics/tasks/package-manager/options.js:
402210
- (**
402211
- * @license
402212
- * Copyright Google LLC All Rights Reserved.
402213
- *
402214
- * Use of this source code is governed by an MIT-style license that can be
402215
- * found in the LICENSE file at https://angular.io/license
402216
- *)
402217
-
402218
- @angular-devkit/schematics/tasks/repo-init/options.js:
402219
- (**
402220
- * @license
402221
- * Copyright Google LLC All Rights Reserved.
402222
- *
402223
- * Use of this source code is governed by an MIT-style license that can be
402224
- * found in the LICENSE file at https://angular.io/license
402225
- *)
402226
-
402227
- @angular-devkit/schematics/tasks/run-schematic/options.js:
402228
- (**
402229
- * @license
402230
- * Copyright Google LLC All Rights Reserved.
402231
- *
402232
- * Use of this source code is governed by an MIT-style license that can be
402233
- * found in the LICENSE file at https://angular.io/license
402234
- *)
402235
-
402236
- safe-buffer/index.js:
402237
- (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
402238
-
402239
- @angular-devkit/schematics/tasks/package-manager/executor.js:
402240
- (**
402241
- * @license
402242
- * Copyright Google LLC All Rights Reserved.
402243
- *
402244
- * Use of this source code is governed by an MIT-style license that can be
402245
- * found in the LICENSE file at https://angular.io/license
402246
- *)
402247
-
402248
- @angular-devkit/schematics/tasks/repo-init/executor.js:
402249
- (**
402250
- * @license
402251
- * Copyright Google LLC All Rights Reserved.
402252
- *
402253
- * Use of this source code is governed by an MIT-style license that can be
402254
- * found in the LICENSE file at https://angular.io/license
402255
- *)
402256
-
402257
- @angular-devkit/schematics/tasks/run-schematic/executor.js:
402258
- (**
402259
- * @license
402260
- * Copyright Google LLC All Rights Reserved.
402261
- *
402262
- * Use of this source code is governed by an MIT-style license that can be
402263
- * found in the LICENSE file at https://angular.io/license
402264
- *)
402265
-
402266
- @angular-devkit/schematics/tasks/node/index.js:
402267
- (**
402268
- * @license
402269
- * Copyright Google LLC All Rights Reserved.
402270
- *
402271
- * Use of this source code is governed by an MIT-style license that can be
402272
- * found in the LICENSE file at https://angular.io/license
402273
- *)
402274
-
402275
- @angular-devkit/schematics/tools/description.js:
402276
- (**
402277
- * @license
402278
- * Copyright Google LLC All Rights Reserved.
402279
- *
402280
- * Use of this source code is governed by an MIT-style license that can be
402281
- * found in the LICENSE file at https://angular.io/license
402282
- *)
402283
-
402284
- @angular-devkit/schematics/tools/export-ref.js:
402285
- (**
402286
- * @license
402287
- * Copyright Google LLC All Rights Reserved.
402288
- *
402289
- * Use of this source code is governed by an MIT-style license that can be
402290
- * found in the LICENSE file at https://angular.io/license
402291
- *)
402292
-
402293
- @angular-devkit/schematics/tools/file-system-utility.js:
402294
- (**
402295
- * @license
402296
- * Copyright Google LLC All Rights Reserved.
402297
- *
402298
- * Use of this source code is governed by an MIT-style license that can be
402299
- * found in the LICENSE file at https://angular.io/license
402300
- *)
402301
-
402302
- @angular-devkit/schematics/tools/file-system-engine-host-base.js:
402303
- (**
402304
- * @license
402305
- * Copyright Google LLC All Rights Reserved.
402306
- *
402307
- * Use of this source code is governed by an MIT-style license that can be
402308
- * found in the LICENSE file at https://angular.io/license
402309
- *)
402310
-
402311
- @angular-devkit/schematics/tools/node-module-engine-host.js:
402312
- (**
402313
- * @license
402314
- * Copyright Google LLC All Rights Reserved.
402315
- *
402316
- * Use of this source code is governed by an MIT-style license that can be
402317
- * found in the LICENSE file at https://angular.io/license
402318
- *)
402319
-
402320
- @angular-devkit/schematics/tools/schema-option-transform.js:
402321
- (**
402322
- * @license
402323
- * Copyright Google LLC All Rights Reserved.
402324
- *
402325
- * Use of this source code is governed by an MIT-style license that can be
402326
- * found in the LICENSE file at https://angular.io/license
402327
- *)
402328
-
402329
- @angular-devkit/schematics/tools/workflow/node-workflow.js:
402330
- (**
402331
- * @license
402332
- * Copyright Google LLC All Rights Reserved.
402333
- *
402334
- * Use of this source code is governed by an MIT-style license that can be
402335
- * found in the LICENSE file at https://angular.io/license
402336
- *)
402337
-
402338
- @angular-devkit/schematics/tools/file-system-engine-host.js:
402339
- (**
402340
- * @license
402341
- * Copyright Google LLC All Rights Reserved.
402342
- *
402343
- * Use of this source code is governed by an MIT-style license that can be
402344
- * found in the LICENSE file at https://angular.io/license
402345
- *)
402346
-
402347
- @angular-devkit/schematics/tools/node-modules-test-engine-host.js:
402348
- (**
402349
- * @license
402350
- * Copyright Google LLC All Rights Reserved.
402351
- *
402352
- * Use of this source code is governed by an MIT-style license that can be
402353
- * found in the LICENSE file at https://angular.io/license
402354
- *)
402355
-
402356
- @angular-devkit/schematics/tools/index.js:
402357
- (**
402358
- * @license
402359
- * Copyright Google LLC All Rights Reserved.
402360
- *
402361
- * Use of this source code is governed by an MIT-style license that can be
402362
- * found in the LICENSE file at https://angular.io/license
402363
- *)
402364
-
402365
- @angular-devkit/schematics/testing/schematic-test-runner.js:
402366
- (**
402367
- * @license
402368
- * Copyright Google LLC All Rights Reserved.
402369
- *
402370
- * Use of this source code is governed by an MIT-style license that can be
402371
- * found in the LICENSE file at https://angular.io/license
402372
- *)
402373
-
402374
- @angular-devkit/schematics/testing/index.js:
402375
- (**
402376
- * @license
402377
- * Copyright Google LLC All Rights Reserved.
402378
- *
402379
- * Use of this source code is governed by an MIT-style license that can be
402380
- * found in the LICENSE file at https://angular.io/license
402381
- *)
402382
-
402383
- @angular-devkit/architect/src/jobs/api.js:
402384
- (**
402385
- * @license
402386
- * Copyright Google LLC All Rights Reserved.
402387
- *
402388
- * Use of this source code is governed by an MIT-style license that can be
402389
- * found in the LICENSE file at https://angular.io/license
402390
- *)
402391
-
402392
- @angular-devkit/architect/src/jobs/strategy.js:
402393
- (**
402394
- * @license
402395
- * Copyright Google LLC All Rights Reserved.
402396
- *
402397
- * Use of this source code is governed by an MIT-style license that can be
402398
- * found in the LICENSE file at https://angular.io/license
402399
- *)
402400
-
402401
- @angular-devkit/architect/src/jobs/create-job-handler.js:
402402
- (**
402403
- * @license
402404
- * Copyright Google LLC All Rights Reserved.
402405
- *
402406
- * Use of this source code is governed by an MIT-style license that can be
402407
- * found in the LICENSE file at https://angular.io/license
402408
- *)
402409
-
402410
- @angular-devkit/architect/src/jobs/exception.js:
402411
- (**
402412
- * @license
402413
- * Copyright Google LLC All Rights Reserved.
402414
- *
402415
- * Use of this source code is governed by an MIT-style license that can be
402416
- * found in the LICENSE file at https://angular.io/license
402417
- *)
402418
-
402419
- @angular-devkit/architect/src/jobs/dispatcher.js:
402420
- (**
402421
- * @license
402422
- * Copyright Google LLC All Rights Reserved.
402423
- *
402424
- * Use of this source code is governed by an MIT-style license that can be
402425
- * found in the LICENSE file at https://angular.io/license
402426
- *)
402427
-
402428
- @angular-devkit/architect/src/jobs/fallback-registry.js:
402429
- (**
402430
- * @license
402431
- * Copyright Google LLC All Rights Reserved.
402432
- *
402433
- * Use of this source code is governed by an MIT-style license that can be
402434
- * found in the LICENSE file at https://angular.io/license
402435
- *)
402436
-
402437
- @angular-devkit/architect/src/jobs/simple-registry.js:
402438
- (**
402439
- * @license
402440
- * Copyright Google LLC All Rights Reserved.
402441
- *
402442
- * Use of this source code is governed by an MIT-style license that can be
402443
- * found in the LICENSE file at https://angular.io/license
402444
- *)
402445
-
402446
- @angular-devkit/architect/src/jobs/simple-scheduler.js:
402447
- (**
402448
- * @license
402449
- * Copyright Google LLC All Rights Reserved.
402450
- *
402451
- * Use of this source code is governed by an MIT-style license that can be
402452
- * found in the LICENSE file at https://angular.io/license
402453
- *)
402454
-
402455
- @angular-devkit/architect/src/jobs/index.js:
402456
- (**
402457
- * @license
402458
- * Copyright Google LLC All Rights Reserved.
402459
- *
402460
- * Use of this source code is governed by an MIT-style license that can be
402461
- * found in the LICENSE file at https://angular.io/license
402462
- *)
402463
-
402464
- @angular-devkit/architect/src/api.js:
402465
- (**
402466
- * @license
402467
- * Copyright Google LLC All Rights Reserved.
402468
- *
402469
- * Use of this source code is governed by an MIT-style license that can be
402470
- * found in the LICENSE file at https://angular.io/license
402471
- *)
402472
-
402473
- @angular-devkit/architect/src/schedule-by-name.js:
402474
- (**
402475
- * @license
402476
- * Copyright Google LLC All Rights Reserved.
402477
- *
402478
- * Use of this source code is governed by an MIT-style license that can be
402479
- * found in the LICENSE file at https://angular.io/license
402480
- *)
402481
-
402482
- @angular-devkit/architect/src/architect.js:
402483
- (**
402484
- * @license
402485
- * Copyright Google LLC All Rights Reserved.
402486
- *
402487
- * Use of this source code is governed by an MIT-style license that can be
402488
- * found in the LICENSE file at https://angular.io/license
402489
- *)
402490
-
402491
- @angular-devkit/architect/src/internal.js:
402492
- (**
402493
- * @license
402494
- * Copyright Google LLC All Rights Reserved.
402495
- *
402496
- * Use of this source code is governed by an MIT-style license that can be
402497
- * found in the LICENSE file at https://angular.io/license
402498
- *)
402499
-
402500
- @angular-devkit/architect/src/create-builder.js:
402501
- (**
402502
- * @license
402503
- * Copyright Google LLC All Rights Reserved.
402504
- *
402505
- * Use of this source code is governed by an MIT-style license that can be
402506
- * found in the LICENSE file at https://angular.io/license
402507
- *)
402508
-
402509
- @angular-devkit/architect/src/index.js:
402510
- (**
402511
- * @license
402512
- * Copyright Google LLC All Rights Reserved.
402513
- *
402514
- * Use of this source code is governed by an MIT-style license that can be
402515
- * found in the LICENSE file at https://angular.io/license
402516
- *)
402517
-
402518
- typescript/lib/typescript.js:
402519
- (*! *****************************************************************************
402520
- Copyright (c) Microsoft Corporation. All rights reserved.
402521
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
402522
- this file except in compliance with the License. You may obtain a copy of the
402523
- License at http://www.apache.org/licenses/LICENSE-2.0
402524
-
402525
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
402526
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
402527
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
402528
- MERCHANTABLITY OR NON-INFRINGEMENT.
402529
-
402530
- See the Apache Version 2.0 License for specific language governing permissions
402531
- and limitations under the License.
402532
- ***************************************************************************** *)
402533
-
402534
- cosmiconfig/dist/loaders.js:
402535
- (* istanbul ignore next -- @preserve *)
402536
-
402537
- cosmiconfig/dist/util.js:
402538
- (* istanbul ignore next -- @preserve *)
402539
-
402540
- cosmiconfig/dist/ExplorerBase.js:
402541
- (* istanbul ignore if -- @preserve *)
402542
- (* istanbul ignore next -- @preserve *)
402543
-
402544
- cosmiconfig/dist/Explorer.js:
402545
- (* istanbul ignore if -- @preserve *)
402546
-
402547
- cosmiconfig/dist/ExplorerSync.js:
402548
- (* istanbul ignore if -- @preserve *)
402549
-
402550
- queue-microtask/index.js:
402551
- (*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
402552
-
402553
- run-parallel/index.js:
402554
- (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
402555
- */