@storm-software/workspace-tools 1.60.7 → 1.60.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
  }
@@ -389398,1189 +390316,3 @@ async function getNpmRegistry() {
389398
390316
  0 && (module.exports = {
389399
390317
  releaseVersionGeneratorFn
389400
390318
  });
389401
- /*! Bundled license information:
389402
-
389403
- ejs/lib/ejs.js:
389404
- (**
389405
- * @file Embedded JavaScript templating engine. {@link http://ejs.co}
389406
- * @author Matthew Eernisse <mde@fleegix.org>
389407
- * @author Tiancheng "Timothy" Gu <timothygu99@gmail.com>
389408
- * @project EJS
389409
- * @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
389410
- *)
389411
-
389412
- tmp/lib/tmp.js:
389413
- (*!
389414
- * Tmp
389415
- *
389416
- * Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
389417
- *
389418
- * MIT Licensed
389419
- *)
389420
-
389421
- @angular-devkit/core/src/json/utils.js:
389422
- (**
389423
- * @license
389424
- * Copyright Google LLC All Rights Reserved.
389425
- *
389426
- * Use of this source code is governed by an MIT-style license that can be
389427
- * found in the LICENSE file at https://angular.io/license
389428
- *)
389429
-
389430
- @angular-devkit/core/src/json/schema/utility.js:
389431
- (**
389432
- * @license
389433
- * Copyright Google LLC All Rights Reserved.
389434
- *
389435
- * Use of this source code is governed by an MIT-style license that can be
389436
- * found in the LICENSE file at https://angular.io/license
389437
- *)
389438
-
389439
- @angular-devkit/core/src/json/schema/transforms.js:
389440
- (**
389441
- * @license
389442
- * Copyright Google LLC All Rights Reserved.
389443
- *
389444
- * Use of this source code is governed by an MIT-style license that can be
389445
- * found in the LICENSE file at https://angular.io/license
389446
- *)
389447
-
389448
- @angular-devkit/core/src/json/schema/interface.js:
389449
- (**
389450
- * @license
389451
- * Copyright Google LLC All Rights Reserved.
389452
- *
389453
- * Use of this source code is governed by an MIT-style license that can be
389454
- * found in the LICENSE file at https://angular.io/license
389455
- *)
389456
-
389457
- @angular-devkit/core/src/json/schema/pointer.js:
389458
- (**
389459
- * @license
389460
- * Copyright Google LLC All Rights Reserved.
389461
- *
389462
- * Use of this source code is governed by an MIT-style license that can be
389463
- * found in the LICENSE file at https://angular.io/license
389464
- *)
389465
-
389466
- uri-js/dist/es5/uri.all.js:
389467
- (** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
389468
-
389469
- @angular-devkit/core/src/exception.js:
389470
- (**
389471
- * @license
389472
- * Copyright Google LLC All Rights Reserved.
389473
- *
389474
- * Use of this source code is governed by an MIT-style license that can be
389475
- * found in the LICENSE file at https://angular.io/license
389476
- *)
389477
-
389478
- @angular-devkit/core/src/utils/literals.js:
389479
- (**
389480
- * @license
389481
- * Copyright Google LLC All Rights Reserved.
389482
- *
389483
- * Use of this source code is governed by an MIT-style license that can be
389484
- * found in the LICENSE file at https://angular.io/license
389485
- *)
389486
-
389487
- @angular-devkit/core/src/utils/strings.js:
389488
- (**
389489
- * @license
389490
- * Copyright Google LLC All Rights Reserved.
389491
- *
389492
- * Use of this source code is governed by an MIT-style license that can be
389493
- * found in the LICENSE file at https://angular.io/license
389494
- *)
389495
-
389496
- @angular-devkit/core/src/utils/object.js:
389497
- (**
389498
- * @license
389499
- * Copyright Google LLC All Rights Reserved.
389500
- *
389501
- * Use of this source code is governed by an MIT-style license that can be
389502
- * found in the LICENSE file at https://angular.io/license
389503
- *)
389504
-
389505
- @angular-devkit/core/src/utils/template.js:
389506
- (**
389507
- * @license
389508
- * Copyright Google LLC All Rights Reserved.
389509
- *
389510
- * Use of this source code is governed by an MIT-style license that can be
389511
- * found in the LICENSE file at https://angular.io/license
389512
- *)
389513
-
389514
- @angular-devkit/core/src/utils/partially-ordered-set.js:
389515
- (**
389516
- * @license
389517
- * Copyright Google LLC All Rights Reserved.
389518
- *
389519
- * Use of this source code is governed by an MIT-style license that can be
389520
- * found in the LICENSE file at https://angular.io/license
389521
- *)
389522
-
389523
- @angular-devkit/core/src/utils/priority-queue.js:
389524
- (**
389525
- * @license
389526
- * Copyright Google LLC All Rights Reserved.
389527
- *
389528
- * Use of this source code is governed by an MIT-style license that can be
389529
- * found in the LICENSE file at https://angular.io/license
389530
- *)
389531
-
389532
- @angular-devkit/core/src/utils/lang.js:
389533
- (**
389534
- * @license
389535
- * Copyright Google LLC All Rights Reserved.
389536
- *
389537
- * Use of this source code is governed by an MIT-style license that can be
389538
- * found in the LICENSE file at https://angular.io/license
389539
- *)
389540
-
389541
- @angular-devkit/core/src/utils/index.js:
389542
- (**
389543
- * @license
389544
- * Copyright Google LLC All Rights Reserved.
389545
- *
389546
- * Use of this source code is governed by an MIT-style license that can be
389547
- * found in the LICENSE file at https://angular.io/license
389548
- *)
389549
-
389550
- @angular-devkit/core/src/json/schema/visitor.js:
389551
- (**
389552
- * @license
389553
- * Copyright Google LLC All Rights Reserved.
389554
- *
389555
- * Use of this source code is governed by an MIT-style license that can be
389556
- * found in the LICENSE file at https://angular.io/license
389557
- *)
389558
-
389559
- @angular-devkit/core/src/json/schema/registry.js:
389560
- (**
389561
- * @license
389562
- * Copyright Google LLC All Rights Reserved.
389563
- *
389564
- * Use of this source code is governed by an MIT-style license that can be
389565
- * found in the LICENSE file at https://angular.io/license
389566
- *)
389567
-
389568
- @angular-devkit/core/src/json/schema/schema.js:
389569
- (**
389570
- * @license
389571
- * Copyright Google LLC All Rights Reserved.
389572
- *
389573
- * Use of this source code is governed by an MIT-style license that can be
389574
- * found in the LICENSE file at https://angular.io/license
389575
- *)
389576
-
389577
- @angular-devkit/core/src/json/schema/index.js:
389578
- (**
389579
- * @license
389580
- * Copyright Google LLC All Rights Reserved.
389581
- *
389582
- * Use of this source code is governed by an MIT-style license that can be
389583
- * found in the LICENSE file at https://angular.io/license
389584
- *)
389585
-
389586
- @angular-devkit/core/src/json/index.js:
389587
- (**
389588
- * @license
389589
- * Copyright Google LLC All Rights Reserved.
389590
- *
389591
- * Use of this source code is governed by an MIT-style license that can be
389592
- * found in the LICENSE file at https://angular.io/license
389593
- *)
389594
-
389595
- @angular-devkit/core/src/logger/logger.js:
389596
- (**
389597
- * @license
389598
- * Copyright Google LLC All Rights Reserved.
389599
- *
389600
- * Use of this source code is governed by an MIT-style license that can be
389601
- * found in the LICENSE file at https://angular.io/license
389602
- *)
389603
-
389604
- @angular-devkit/core/src/logger/indent.js:
389605
- (**
389606
- * @license
389607
- * Copyright Google LLC All Rights Reserved.
389608
- *
389609
- * Use of this source code is governed by an MIT-style license that can be
389610
- * found in the LICENSE file at https://angular.io/license
389611
- *)
389612
-
389613
- @angular-devkit/core/src/logger/level.js:
389614
- (**
389615
- * @license
389616
- * Copyright Google LLC All Rights Reserved.
389617
- *
389618
- * Use of this source code is governed by an MIT-style license that can be
389619
- * found in the LICENSE file at https://angular.io/license
389620
- *)
389621
-
389622
- @angular-devkit/core/src/logger/null-logger.js:
389623
- (**
389624
- * @license
389625
- * Copyright Google LLC All Rights Reserved.
389626
- *
389627
- * Use of this source code is governed by an MIT-style license that can be
389628
- * found in the LICENSE file at https://angular.io/license
389629
- *)
389630
-
389631
- @angular-devkit/core/src/logger/transform-logger.js:
389632
- (**
389633
- * @license
389634
- * Copyright Google LLC All Rights Reserved.
389635
- *
389636
- * Use of this source code is governed by an MIT-style license that can be
389637
- * found in the LICENSE file at https://angular.io/license
389638
- *)
389639
-
389640
- @angular-devkit/core/src/logger/index.js:
389641
- (**
389642
- * @license
389643
- * Copyright Google LLC All Rights Reserved.
389644
- *
389645
- * Use of this source code is governed by an MIT-style license that can be
389646
- * found in the LICENSE file at https://angular.io/license
389647
- *)
389648
-
389649
- @angular-devkit/core/src/workspace/definitions.js:
389650
- (**
389651
- * @license
389652
- * Copyright Google LLC All Rights Reserved.
389653
- *
389654
- * Use of this source code is governed by an MIT-style license that can be
389655
- * found in the LICENSE file at https://angular.io/license
389656
- *)
389657
-
389658
- @angular-devkit/core/src/virtual-fs/path.js:
389659
- (**
389660
- * @license
389661
- * Copyright Google LLC All Rights Reserved.
389662
- *
389663
- * Use of this source code is governed by an MIT-style license that can be
389664
- * found in the LICENSE file at https://angular.io/license
389665
- *)
389666
-
389667
- @angular-devkit/core/src/virtual-fs/host/buffer.js:
389668
- (**
389669
- * @license
389670
- * Copyright Google LLC All Rights Reserved.
389671
- *
389672
- * Use of this source code is governed by an MIT-style license that can be
389673
- * found in the LICENSE file at https://angular.io/license
389674
- *)
389675
-
389676
- @angular-devkit/core/src/virtual-fs/host/interface.js:
389677
- (**
389678
- * @license
389679
- * Copyright Google LLC All Rights Reserved.
389680
- *
389681
- * Use of this source code is governed by an MIT-style license that can be
389682
- * found in the LICENSE file at https://angular.io/license
389683
- *)
389684
-
389685
- @angular-devkit/core/src/virtual-fs/host/memory.js:
389686
- (**
389687
- * @license
389688
- * Copyright Google LLC All Rights Reserved.
389689
- *
389690
- * Use of this source code is governed by an MIT-style license that can be
389691
- * found in the LICENSE file at https://angular.io/license
389692
- *)
389693
-
389694
- @angular-devkit/core/src/virtual-fs/host/sync.js:
389695
- (**
389696
- * @license
389697
- * Copyright Google LLC All Rights Reserved.
389698
- *
389699
- * Use of this source code is governed by an MIT-style license that can be
389700
- * found in the LICENSE file at https://angular.io/license
389701
- *)
389702
-
389703
- @angular-devkit/core/src/virtual-fs/host/test.js:
389704
- (**
389705
- * @license
389706
- * Copyright Google LLC All Rights Reserved.
389707
- *
389708
- * Use of this source code is governed by an MIT-style license that can be
389709
- * found in the LICENSE file at https://angular.io/license
389710
- *)
389711
-
389712
- @angular-devkit/core/src/virtual-fs/host/resolver.js:
389713
- (**
389714
- * @license
389715
- * Copyright Google LLC All Rights Reserved.
389716
- *
389717
- * Use of this source code is governed by an MIT-style license that can be
389718
- * found in the LICENSE file at https://angular.io/license
389719
- *)
389720
-
389721
- @angular-devkit/core/src/virtual-fs/host/alias.js:
389722
- (**
389723
- * @license
389724
- * Copyright Google LLC All Rights Reserved.
389725
- *
389726
- * Use of this source code is governed by an MIT-style license that can be
389727
- * found in the LICENSE file at https://angular.io/license
389728
- *)
389729
-
389730
- @angular-devkit/core/src/virtual-fs/host/create.js:
389731
- (**
389732
- * @license
389733
- * Copyright Google LLC All Rights Reserved.
389734
- *
389735
- * Use of this source code is governed by an MIT-style license that can be
389736
- * found in the LICENSE file at https://angular.io/license
389737
- *)
389738
-
389739
- @angular-devkit/core/src/virtual-fs/host/empty.js:
389740
- (**
389741
- * @license
389742
- * Copyright Google LLC All Rights Reserved.
389743
- *
389744
- * Use of this source code is governed by an MIT-style license that can be
389745
- * found in the LICENSE file at https://angular.io/license
389746
- *)
389747
-
389748
- @angular-devkit/core/src/virtual-fs/host/pattern.js:
389749
- (**
389750
- * @license
389751
- * Copyright Google LLC All Rights Reserved.
389752
- *
389753
- * Use of this source code is governed by an MIT-style license that can be
389754
- * found in the LICENSE file at https://angular.io/license
389755
- *)
389756
-
389757
- @angular-devkit/core/src/virtual-fs/host/record.js:
389758
- (**
389759
- * @license
389760
- * Copyright Google LLC All Rights Reserved.
389761
- *
389762
- * Use of this source code is governed by an MIT-style license that can be
389763
- * found in the LICENSE file at https://angular.io/license
389764
- *)
389765
-
389766
- @angular-devkit/core/src/virtual-fs/host/safe.js:
389767
- (**
389768
- * @license
389769
- * Copyright Google LLC All Rights Reserved.
389770
- *
389771
- * Use of this source code is governed by an MIT-style license that can be
389772
- * found in the LICENSE file at https://angular.io/license
389773
- *)
389774
-
389775
- @angular-devkit/core/src/virtual-fs/host/scoped.js:
389776
- (**
389777
- * @license
389778
- * Copyright Google LLC All Rights Reserved.
389779
- *
389780
- * Use of this source code is governed by an MIT-style license that can be
389781
- * found in the LICENSE file at https://angular.io/license
389782
- *)
389783
-
389784
- @angular-devkit/core/src/virtual-fs/host/index.js:
389785
- (**
389786
- * @license
389787
- * Copyright Google LLC All Rights Reserved.
389788
- *
389789
- * Use of this source code is governed by an MIT-style license that can be
389790
- * found in the LICENSE file at https://angular.io/license
389791
- *)
389792
-
389793
- @angular-devkit/core/src/virtual-fs/index.js:
389794
- (**
389795
- * @license
389796
- * Copyright Google LLC All Rights Reserved.
389797
- *
389798
- * Use of this source code is governed by an MIT-style license that can be
389799
- * found in the LICENSE file at https://angular.io/license
389800
- *)
389801
-
389802
- @angular-devkit/core/src/workspace/host.js:
389803
- (**
389804
- * @license
389805
- * Copyright Google LLC All Rights Reserved.
389806
- *
389807
- * Use of this source code is governed by an MIT-style license that can be
389808
- * found in the LICENSE file at https://angular.io/license
389809
- *)
389810
-
389811
- @angular-devkit/core/src/workspace/json/metadata.js:
389812
- (**
389813
- * @license
389814
- * Copyright Google LLC All Rights Reserved.
389815
- *
389816
- * Use of this source code is governed by an MIT-style license that can be
389817
- * found in the LICENSE file at https://angular.io/license
389818
- *)
389819
-
389820
- @angular-devkit/core/src/workspace/json/utilities.js:
389821
- (**
389822
- * @license
389823
- * Copyright Google LLC All Rights Reserved.
389824
- *
389825
- * Use of this source code is governed by an MIT-style license that can be
389826
- * found in the LICENSE file at https://angular.io/license
389827
- *)
389828
-
389829
- @angular-devkit/core/src/workspace/json/reader.js:
389830
- (**
389831
- * @license
389832
- * Copyright Google LLC All Rights Reserved.
389833
- *
389834
- * Use of this source code is governed by an MIT-style license that can be
389835
- * found in the LICENSE file at https://angular.io/license
389836
- *)
389837
-
389838
- @angular-devkit/core/src/workspace/json/writer.js:
389839
- (**
389840
- * @license
389841
- * Copyright Google LLC All Rights Reserved.
389842
- *
389843
- * Use of this source code is governed by an MIT-style license that can be
389844
- * found in the LICENSE file at https://angular.io/license
389845
- *)
389846
-
389847
- @angular-devkit/core/src/workspace/core.js:
389848
- (**
389849
- * @license
389850
- * Copyright Google LLC All Rights Reserved.
389851
- *
389852
- * Use of this source code is governed by an MIT-style license that can be
389853
- * found in the LICENSE file at https://angular.io/license
389854
- *)
389855
-
389856
- @angular-devkit/core/src/workspace/index.js:
389857
- (**
389858
- * @license
389859
- * Copyright Google LLC All Rights Reserved.
389860
- *
389861
- * Use of this source code is governed by an MIT-style license that can be
389862
- * found in the LICENSE file at https://angular.io/license
389863
- *)
389864
-
389865
- @angular-devkit/core/src/index.js:
389866
- (**
389867
- * @license
389868
- * Copyright Google LLC All Rights Reserved.
389869
- *
389870
- * Use of this source code is governed by an MIT-style license that can be
389871
- * found in the LICENSE file at https://angular.io/license
389872
- *)
389873
-
389874
- @angular-devkit/schematics/src/formats/html-selector.js:
389875
- (**
389876
- * @license
389877
- * Copyright Google LLC All Rights Reserved.
389878
- *
389879
- * Use of this source code is governed by an MIT-style license that can be
389880
- * found in the LICENSE file at https://angular.io/license
389881
- *)
389882
-
389883
- @angular-devkit/schematics/src/formats/path.js:
389884
- (**
389885
- * @license
389886
- * Copyright Google LLC All Rights Reserved.
389887
- *
389888
- * Use of this source code is governed by an MIT-style license that can be
389889
- * found in the LICENSE file at https://angular.io/license
389890
- *)
389891
-
389892
- @angular-devkit/schematics/src/formats/index.js:
389893
- (**
389894
- * @license
389895
- * Copyright Google LLC All Rights Reserved.
389896
- *
389897
- * Use of this source code is governed by an MIT-style license that can be
389898
- * found in the LICENSE file at https://angular.io/license
389899
- *)
389900
-
389901
- @angular-devkit/schematics/src/tree/interface.js:
389902
- (**
389903
- * @license
389904
- * Copyright Google LLC All Rights Reserved.
389905
- *
389906
- * Use of this source code is governed by an MIT-style license that can be
389907
- * found in the LICENSE file at https://angular.io/license
389908
- *)
389909
-
389910
- @angular-devkit/schematics/src/exception/exception.js:
389911
- (**
389912
- * @license
389913
- * Copyright Google LLC All Rights Reserved.
389914
- *
389915
- * Use of this source code is governed by an MIT-style license that can be
389916
- * found in the LICENSE file at https://angular.io/license
389917
- *)
389918
-
389919
- @angular-devkit/schematics/src/tree/delegate.js:
389920
- (**
389921
- * @license
389922
- * Copyright Google LLC All Rights Reserved.
389923
- *
389924
- * Use of this source code is governed by an MIT-style license that can be
389925
- * found in the LICENSE file at https://angular.io/license
389926
- *)
389927
-
389928
- @angular-devkit/schematics/src/tree/entry.js:
389929
- (**
389930
- * @license
389931
- * Copyright Google LLC All Rights Reserved.
389932
- *
389933
- * Use of this source code is governed by an MIT-style license that can be
389934
- * found in the LICENSE file at https://angular.io/license
389935
- *)
389936
-
389937
- @angular-devkit/schematics/src/utility/update-buffer.js:
389938
- (**
389939
- * @license
389940
- * Copyright Google LLC All Rights Reserved.
389941
- *
389942
- * Use of this source code is governed by an MIT-style license that can be
389943
- * found in the LICENSE file at https://angular.io/license
389944
- *)
389945
-
389946
- @angular-devkit/schematics/src/tree/recorder.js:
389947
- (**
389948
- * @license
389949
- * Copyright Google LLC All Rights Reserved.
389950
- *
389951
- * Use of this source code is governed by an MIT-style license that can be
389952
- * found in the LICENSE file at https://angular.io/license
389953
- *)
389954
-
389955
- @angular-devkit/schematics/src/tree/scoped.js:
389956
- (**
389957
- * @license
389958
- * Copyright Google LLC All Rights Reserved.
389959
- *
389960
- * Use of this source code is governed by an MIT-style license that can be
389961
- * found in the LICENSE file at https://angular.io/license
389962
- *)
389963
-
389964
- @angular-devkit/schematics/src/tree/host-tree.js:
389965
- (**
389966
- * @license
389967
- * Copyright Google LLC All Rights Reserved.
389968
- *
389969
- * Use of this source code is governed by an MIT-style license that can be
389970
- * found in the LICENSE file at https://angular.io/license
389971
- *)
389972
-
389973
- @angular-devkit/schematics/src/tree/static.js:
389974
- (**
389975
- * @license
389976
- * Copyright Google LLC All Rights Reserved.
389977
- *
389978
- * Use of this source code is governed by an MIT-style license that can be
389979
- * found in the LICENSE file at https://angular.io/license
389980
- *)
389981
-
389982
- @angular-devkit/schematics/src/tree/null.js:
389983
- (**
389984
- * @license
389985
- * Copyright Google LLC All Rights Reserved.
389986
- *
389987
- * Use of this source code is governed by an MIT-style license that can be
389988
- * found in the LICENSE file at https://angular.io/license
389989
- *)
389990
-
389991
- @angular-devkit/schematics/src/rules/call.js:
389992
- (**
389993
- * @license
389994
- * Copyright Google LLC All Rights Reserved.
389995
- *
389996
- * Use of this source code is governed by an MIT-style license that can be
389997
- * found in the LICENSE file at https://angular.io/license
389998
- *)
389999
-
390000
- @angular-devkit/schematics/src/engine/schematic.js:
390001
- (**
390002
- * @license
390003
- * Copyright Google LLC All Rights Reserved.
390004
- *
390005
- * Use of this source code is governed by an MIT-style license that can be
390006
- * found in the LICENSE file at https://angular.io/license
390007
- *)
390008
-
390009
- @angular-devkit/schematics/src/engine/engine.js:
390010
- (**
390011
- * @license
390012
- * Copyright Google LLC All Rights Reserved.
390013
- *
390014
- * Use of this source code is governed by an MIT-style license that can be
390015
- * found in the LICENSE file at https://angular.io/license
390016
- *)
390017
-
390018
- @angular-devkit/schematics/src/engine/interface.js:
390019
- (**
390020
- * @license
390021
- * Copyright Google LLC All Rights Reserved.
390022
- *
390023
- * Use of this source code is governed by an MIT-style license that can be
390024
- * found in the LICENSE file at https://angular.io/license
390025
- *)
390026
-
390027
- @angular-devkit/schematics/src/engine/index.js:
390028
- (**
390029
- * @license
390030
- * Copyright Google LLC All Rights Reserved.
390031
- *
390032
- * Use of this source code is governed by an MIT-style license that can be
390033
- * found in the LICENSE file at https://angular.io/license
390034
- *)
390035
-
390036
- @angular-devkit/core/node/cli-logger.js:
390037
- (**
390038
- * @license
390039
- * Copyright Google LLC All Rights Reserved.
390040
- *
390041
- * Use of this source code is governed by an MIT-style license that can be
390042
- * found in the LICENSE file at https://angular.io/license
390043
- *)
390044
-
390045
- normalize-path/index.js:
390046
- (*!
390047
- * normalize-path <https://github.com/jonschlinkert/normalize-path>
390048
- *
390049
- * Copyright (c) 2014-2018, Jon Schlinkert.
390050
- * Released under the MIT License.
390051
- *)
390052
-
390053
- is-extglob/index.js:
390054
- (*!
390055
- * is-extglob <https://github.com/jonschlinkert/is-extglob>
390056
- *
390057
- * Copyright (c) 2014-2016, Jon Schlinkert.
390058
- * Licensed under the MIT License.
390059
- *)
390060
-
390061
- is-glob/index.js:
390062
- (*!
390063
- * is-glob <https://github.com/jonschlinkert/is-glob>
390064
- *
390065
- * Copyright (c) 2014-2017, Jon Schlinkert.
390066
- * Released under the MIT License.
390067
- *)
390068
-
390069
- is-number/index.js:
390070
- (*!
390071
- * is-number <https://github.com/jonschlinkert/is-number>
390072
- *
390073
- * Copyright (c) 2014-present, Jon Schlinkert.
390074
- * Released under the MIT License.
390075
- *)
390076
-
390077
- to-regex-range/index.js:
390078
- (*!
390079
- * to-regex-range <https://github.com/micromatch/to-regex-range>
390080
- *
390081
- * Copyright (c) 2015-present, Jon Schlinkert.
390082
- * Released under the MIT License.
390083
- *)
390084
-
390085
- fill-range/index.js:
390086
- (*!
390087
- * fill-range <https://github.com/jonschlinkert/fill-range>
390088
- *
390089
- * Copyright (c) 2014-present, Jon Schlinkert.
390090
- * Licensed under the MIT License.
390091
- *)
390092
-
390093
- @angular-devkit/core/node/host.js:
390094
- (**
390095
- * @license
390096
- * Copyright Google LLC All Rights Reserved.
390097
- *
390098
- * Use of this source code is governed by an MIT-style license that can be
390099
- * found in the LICENSE file at https://angular.io/license
390100
- *)
390101
-
390102
- @angular-devkit/core/node/index.js:
390103
- (**
390104
- * @license
390105
- * Copyright Google LLC All Rights Reserved.
390106
- *
390107
- * Use of this source code is governed by an MIT-style license that can be
390108
- * found in the LICENSE file at https://angular.io/license
390109
- *)
390110
-
390111
- @angular-devkit/schematics/src/tree/action.js:
390112
- (**
390113
- * @license
390114
- * Copyright Google LLC All Rights Reserved.
390115
- *
390116
- * Use of this source code is governed by an MIT-style license that can be
390117
- * found in the LICENSE file at https://angular.io/license
390118
- *)
390119
-
390120
- @angular-devkit/schematics/src/sink/sink.js:
390121
- (**
390122
- * @license
390123
- * Copyright Google LLC All Rights Reserved.
390124
- *
390125
- * Use of this source code is governed by an MIT-style license that can be
390126
- * found in the LICENSE file at https://angular.io/license
390127
- *)
390128
-
390129
- @angular-devkit/schematics/src/sink/host.js:
390130
- (**
390131
- * @license
390132
- * Copyright Google LLC All Rights Reserved.
390133
- *
390134
- * Use of this source code is governed by an MIT-style license that can be
390135
- * found in the LICENSE file at https://angular.io/license
390136
- *)
390137
-
390138
- @angular-devkit/schematics/src/sink/dryrun.js:
390139
- (**
390140
- * @license
390141
- * Copyright Google LLC All Rights Reserved.
390142
- *
390143
- * Use of this source code is governed by an MIT-style license that can be
390144
- * found in the LICENSE file at https://angular.io/license
390145
- *)
390146
-
390147
- @angular-devkit/schematics/src/workflow/base.js:
390148
- (**
390149
- * @license
390150
- * Copyright Google LLC All Rights Reserved.
390151
- *
390152
- * Use of this source code is governed by an MIT-style license that can be
390153
- * found in the LICENSE file at https://angular.io/license
390154
- *)
390155
-
390156
- @angular-devkit/schematics/src/workflow/interface.js:
390157
- (**
390158
- * @license
390159
- * Copyright Google LLC All Rights Reserved.
390160
- *
390161
- * Use of this source code is governed by an MIT-style license that can be
390162
- * found in the LICENSE file at https://angular.io/license
390163
- *)
390164
-
390165
- @angular-devkit/schematics/src/workflow/index.js:
390166
- (**
390167
- * @license
390168
- * Copyright Google LLC All Rights Reserved.
390169
- *
390170
- * Use of this source code is governed by an MIT-style license that can be
390171
- * found in the LICENSE file at https://angular.io/license
390172
- *)
390173
-
390174
- @angular-devkit/schematics/src/rules/base.js:
390175
- (**
390176
- * @license
390177
- * Copyright Google LLC All Rights Reserved.
390178
- *
390179
- * Use of this source code is governed by an MIT-style license that can be
390180
- * found in the LICENSE file at https://angular.io/license
390181
- *)
390182
-
390183
- @angular-devkit/schematics/src/rules/move.js:
390184
- (**
390185
- * @license
390186
- * Copyright Google LLC All Rights Reserved.
390187
- *
390188
- * Use of this source code is governed by an MIT-style license that can be
390189
- * found in the LICENSE file at https://angular.io/license
390190
- *)
390191
-
390192
- @angular-devkit/schematics/src/rules/random.js:
390193
- (**
390194
- * @license
390195
- * Copyright Google LLC All Rights Reserved.
390196
- *
390197
- * Use of this source code is governed by an MIT-style license that can be
390198
- * found in the LICENSE file at https://angular.io/license
390199
- *)
390200
-
390201
- @angular-devkit/schematics/src/rules/schematic.js:
390202
- (**
390203
- * @license
390204
- * Copyright Google LLC All Rights Reserved.
390205
- *
390206
- * Use of this source code is governed by an MIT-style license that can be
390207
- * found in the LICENSE file at https://angular.io/license
390208
- *)
390209
-
390210
- @angular-devkit/schematics/src/rules/template.js:
390211
- (**
390212
- * @license
390213
- * Copyright Google LLC All Rights Reserved.
390214
- *
390215
- * Use of this source code is governed by an MIT-style license that can be
390216
- * found in the LICENSE file at https://angular.io/license
390217
- *)
390218
-
390219
- @angular-devkit/schematics/src/rules/url.js:
390220
- (**
390221
- * @license
390222
- * Copyright Google LLC All Rights Reserved.
390223
- *
390224
- * Use of this source code is governed by an MIT-style license that can be
390225
- * found in the LICENSE file at https://angular.io/license
390226
- *)
390227
-
390228
- @angular-devkit/schematics/src/tree/empty.js:
390229
- (**
390230
- * @license
390231
- * Copyright Google LLC All Rights Reserved.
390232
- *
390233
- * Use of this source code is governed by an MIT-style license that can be
390234
- * found in the LICENSE file at https://angular.io/license
390235
- *)
390236
-
390237
- @angular-devkit/schematics/src/index.js:
390238
- (**
390239
- * @license
390240
- * Copyright Google LLC All Rights Reserved.
390241
- *
390242
- * Use of this source code is governed by an MIT-style license that can be
390243
- * found in the LICENSE file at https://angular.io/license
390244
- *)
390245
-
390246
- @angular-devkit/schematics/tasks/package-manager/options.js:
390247
- (**
390248
- * @license
390249
- * Copyright Google LLC All Rights Reserved.
390250
- *
390251
- * Use of this source code is governed by an MIT-style license that can be
390252
- * found in the LICENSE file at https://angular.io/license
390253
- *)
390254
-
390255
- @angular-devkit/schematics/tasks/repo-init/options.js:
390256
- (**
390257
- * @license
390258
- * Copyright Google LLC All Rights Reserved.
390259
- *
390260
- * Use of this source code is governed by an MIT-style license that can be
390261
- * found in the LICENSE file at https://angular.io/license
390262
- *)
390263
-
390264
- @angular-devkit/schematics/tasks/run-schematic/options.js:
390265
- (**
390266
- * @license
390267
- * Copyright Google LLC All Rights Reserved.
390268
- *
390269
- * Use of this source code is governed by an MIT-style license that can be
390270
- * found in the LICENSE file at https://angular.io/license
390271
- *)
390272
-
390273
- safe-buffer/index.js:
390274
- (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
390275
-
390276
- @angular-devkit/schematics/tasks/package-manager/executor.js:
390277
- (**
390278
- * @license
390279
- * Copyright Google LLC All Rights Reserved.
390280
- *
390281
- * Use of this source code is governed by an MIT-style license that can be
390282
- * found in the LICENSE file at https://angular.io/license
390283
- *)
390284
-
390285
- @angular-devkit/schematics/tasks/repo-init/executor.js:
390286
- (**
390287
- * @license
390288
- * Copyright Google LLC All Rights Reserved.
390289
- *
390290
- * Use of this source code is governed by an MIT-style license that can be
390291
- * found in the LICENSE file at https://angular.io/license
390292
- *)
390293
-
390294
- @angular-devkit/schematics/tasks/run-schematic/executor.js:
390295
- (**
390296
- * @license
390297
- * Copyright Google LLC All Rights Reserved.
390298
- *
390299
- * Use of this source code is governed by an MIT-style license that can be
390300
- * found in the LICENSE file at https://angular.io/license
390301
- *)
390302
-
390303
- @angular-devkit/schematics/tasks/node/index.js:
390304
- (**
390305
- * @license
390306
- * Copyright Google LLC All Rights Reserved.
390307
- *
390308
- * Use of this source code is governed by an MIT-style license that can be
390309
- * found in the LICENSE file at https://angular.io/license
390310
- *)
390311
-
390312
- @angular-devkit/schematics/tools/description.js:
390313
- (**
390314
- * @license
390315
- * Copyright Google LLC All Rights Reserved.
390316
- *
390317
- * Use of this source code is governed by an MIT-style license that can be
390318
- * found in the LICENSE file at https://angular.io/license
390319
- *)
390320
-
390321
- @angular-devkit/schematics/tools/export-ref.js:
390322
- (**
390323
- * @license
390324
- * Copyright Google LLC All Rights Reserved.
390325
- *
390326
- * Use of this source code is governed by an MIT-style license that can be
390327
- * found in the LICENSE file at https://angular.io/license
390328
- *)
390329
-
390330
- @angular-devkit/schematics/tools/file-system-utility.js:
390331
- (**
390332
- * @license
390333
- * Copyright Google LLC All Rights Reserved.
390334
- *
390335
- * Use of this source code is governed by an MIT-style license that can be
390336
- * found in the LICENSE file at https://angular.io/license
390337
- *)
390338
-
390339
- @angular-devkit/schematics/tools/file-system-engine-host-base.js:
390340
- (**
390341
- * @license
390342
- * Copyright Google LLC All Rights Reserved.
390343
- *
390344
- * Use of this source code is governed by an MIT-style license that can be
390345
- * found in the LICENSE file at https://angular.io/license
390346
- *)
390347
-
390348
- @angular-devkit/schematics/tools/node-module-engine-host.js:
390349
- (**
390350
- * @license
390351
- * Copyright Google LLC All Rights Reserved.
390352
- *
390353
- * Use of this source code is governed by an MIT-style license that can be
390354
- * found in the LICENSE file at https://angular.io/license
390355
- *)
390356
-
390357
- @angular-devkit/schematics/tools/schema-option-transform.js:
390358
- (**
390359
- * @license
390360
- * Copyright Google LLC All Rights Reserved.
390361
- *
390362
- * Use of this source code is governed by an MIT-style license that can be
390363
- * found in the LICENSE file at https://angular.io/license
390364
- *)
390365
-
390366
- @angular-devkit/schematics/tools/workflow/node-workflow.js:
390367
- (**
390368
- * @license
390369
- * Copyright Google LLC All Rights Reserved.
390370
- *
390371
- * Use of this source code is governed by an MIT-style license that can be
390372
- * found in the LICENSE file at https://angular.io/license
390373
- *)
390374
-
390375
- @angular-devkit/schematics/tools/file-system-engine-host.js:
390376
- (**
390377
- * @license
390378
- * Copyright Google LLC All Rights Reserved.
390379
- *
390380
- * Use of this source code is governed by an MIT-style license that can be
390381
- * found in the LICENSE file at https://angular.io/license
390382
- *)
390383
-
390384
- @angular-devkit/schematics/tools/node-modules-test-engine-host.js:
390385
- (**
390386
- * @license
390387
- * Copyright Google LLC All Rights Reserved.
390388
- *
390389
- * Use of this source code is governed by an MIT-style license that can be
390390
- * found in the LICENSE file at https://angular.io/license
390391
- *)
390392
-
390393
- @angular-devkit/schematics/tools/index.js:
390394
- (**
390395
- * @license
390396
- * Copyright Google LLC All Rights Reserved.
390397
- *
390398
- * Use of this source code is governed by an MIT-style license that can be
390399
- * found in the LICENSE file at https://angular.io/license
390400
- *)
390401
-
390402
- @angular-devkit/schematics/testing/schematic-test-runner.js:
390403
- (**
390404
- * @license
390405
- * Copyright Google LLC All Rights Reserved.
390406
- *
390407
- * Use of this source code is governed by an MIT-style license that can be
390408
- * found in the LICENSE file at https://angular.io/license
390409
- *)
390410
-
390411
- @angular-devkit/schematics/testing/index.js:
390412
- (**
390413
- * @license
390414
- * Copyright Google LLC All Rights Reserved.
390415
- *
390416
- * Use of this source code is governed by an MIT-style license that can be
390417
- * found in the LICENSE file at https://angular.io/license
390418
- *)
390419
-
390420
- @angular-devkit/architect/src/jobs/api.js:
390421
- (**
390422
- * @license
390423
- * Copyright Google LLC All Rights Reserved.
390424
- *
390425
- * Use of this source code is governed by an MIT-style license that can be
390426
- * found in the LICENSE file at https://angular.io/license
390427
- *)
390428
-
390429
- @angular-devkit/architect/src/jobs/strategy.js:
390430
- (**
390431
- * @license
390432
- * Copyright Google LLC All Rights Reserved.
390433
- *
390434
- * Use of this source code is governed by an MIT-style license that can be
390435
- * found in the LICENSE file at https://angular.io/license
390436
- *)
390437
-
390438
- @angular-devkit/architect/src/jobs/create-job-handler.js:
390439
- (**
390440
- * @license
390441
- * Copyright Google LLC All Rights Reserved.
390442
- *
390443
- * Use of this source code is governed by an MIT-style license that can be
390444
- * found in the LICENSE file at https://angular.io/license
390445
- *)
390446
-
390447
- @angular-devkit/architect/src/jobs/exception.js:
390448
- (**
390449
- * @license
390450
- * Copyright Google LLC All Rights Reserved.
390451
- *
390452
- * Use of this source code is governed by an MIT-style license that can be
390453
- * found in the LICENSE file at https://angular.io/license
390454
- *)
390455
-
390456
- @angular-devkit/architect/src/jobs/dispatcher.js:
390457
- (**
390458
- * @license
390459
- * Copyright Google LLC All Rights Reserved.
390460
- *
390461
- * Use of this source code is governed by an MIT-style license that can be
390462
- * found in the LICENSE file at https://angular.io/license
390463
- *)
390464
-
390465
- @angular-devkit/architect/src/jobs/fallback-registry.js:
390466
- (**
390467
- * @license
390468
- * Copyright Google LLC All Rights Reserved.
390469
- *
390470
- * Use of this source code is governed by an MIT-style license that can be
390471
- * found in the LICENSE file at https://angular.io/license
390472
- *)
390473
-
390474
- @angular-devkit/architect/src/jobs/simple-registry.js:
390475
- (**
390476
- * @license
390477
- * Copyright Google LLC All Rights Reserved.
390478
- *
390479
- * Use of this source code is governed by an MIT-style license that can be
390480
- * found in the LICENSE file at https://angular.io/license
390481
- *)
390482
-
390483
- @angular-devkit/architect/src/jobs/simple-scheduler.js:
390484
- (**
390485
- * @license
390486
- * Copyright Google LLC All Rights Reserved.
390487
- *
390488
- * Use of this source code is governed by an MIT-style license that can be
390489
- * found in the LICENSE file at https://angular.io/license
390490
- *)
390491
-
390492
- @angular-devkit/architect/src/jobs/index.js:
390493
- (**
390494
- * @license
390495
- * Copyright Google LLC All Rights Reserved.
390496
- *
390497
- * Use of this source code is governed by an MIT-style license that can be
390498
- * found in the LICENSE file at https://angular.io/license
390499
- *)
390500
-
390501
- @angular-devkit/architect/src/api.js:
390502
- (**
390503
- * @license
390504
- * Copyright Google LLC All Rights Reserved.
390505
- *
390506
- * Use of this source code is governed by an MIT-style license that can be
390507
- * found in the LICENSE file at https://angular.io/license
390508
- *)
390509
-
390510
- @angular-devkit/architect/src/schedule-by-name.js:
390511
- (**
390512
- * @license
390513
- * Copyright Google LLC All Rights Reserved.
390514
- *
390515
- * Use of this source code is governed by an MIT-style license that can be
390516
- * found in the LICENSE file at https://angular.io/license
390517
- *)
390518
-
390519
- @angular-devkit/architect/src/architect.js:
390520
- (**
390521
- * @license
390522
- * Copyright Google LLC All Rights Reserved.
390523
- *
390524
- * Use of this source code is governed by an MIT-style license that can be
390525
- * found in the LICENSE file at https://angular.io/license
390526
- *)
390527
-
390528
- @angular-devkit/architect/src/internal.js:
390529
- (**
390530
- * @license
390531
- * Copyright Google LLC All Rights Reserved.
390532
- *
390533
- * Use of this source code is governed by an MIT-style license that can be
390534
- * found in the LICENSE file at https://angular.io/license
390535
- *)
390536
-
390537
- @angular-devkit/architect/src/create-builder.js:
390538
- (**
390539
- * @license
390540
- * Copyright Google LLC All Rights Reserved.
390541
- *
390542
- * Use of this source code is governed by an MIT-style license that can be
390543
- * found in the LICENSE file at https://angular.io/license
390544
- *)
390545
-
390546
- @angular-devkit/architect/src/index.js:
390547
- (**
390548
- * @license
390549
- * Copyright Google LLC All Rights Reserved.
390550
- *
390551
- * Use of this source code is governed by an MIT-style license that can be
390552
- * found in the LICENSE file at https://angular.io/license
390553
- *)
390554
-
390555
- typescript/lib/typescript.js:
390556
- (*! *****************************************************************************
390557
- Copyright (c) Microsoft Corporation. All rights reserved.
390558
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
390559
- this file except in compliance with the License. You may obtain a copy of the
390560
- License at http://www.apache.org/licenses/LICENSE-2.0
390561
-
390562
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
390563
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
390564
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
390565
- MERCHANTABLITY OR NON-INFRINGEMENT.
390566
-
390567
- See the Apache Version 2.0 License for specific language governing permissions
390568
- and limitations under the License.
390569
- ***************************************************************************** *)
390570
-
390571
- cosmiconfig/dist/loaders.js:
390572
- (* istanbul ignore next -- @preserve *)
390573
-
390574
- cosmiconfig/dist/util.js:
390575
- (* istanbul ignore next -- @preserve *)
390576
-
390577
- cosmiconfig/dist/ExplorerBase.js:
390578
- (* istanbul ignore if -- @preserve *)
390579
- (* istanbul ignore next -- @preserve *)
390580
-
390581
- cosmiconfig/dist/Explorer.js:
390582
- (* istanbul ignore if -- @preserve *)
390583
-
390584
- cosmiconfig/dist/ExplorerSync.js:
390585
- (* istanbul ignore if -- @preserve *)
390586
- */