@modern-js/repo-generator 0.0.0-next-1678802796441 → 0.0.0-next-1678861353129

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.
Files changed (2) hide show
  1. package/dist/index.js +304 -1743
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -60196,9 +60196,9 @@ var require_node4 = __commonJS({
60196
60196
  }
60197
60197
  });
60198
60198
 
60199
- // ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/utils.js
60199
+ // ../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/lib/utils.js
60200
60200
  var require_utils7 = __commonJS({
60201
- "../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/utils.js"(exports) {
60201
+ "../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/lib/utils.js"(exports) {
60202
60202
  "use strict";
60203
60203
  var regExpChars = /[|\\{}()[\]^$+*?.]/g;
60204
60204
  var hasOwnProperty6 = Object.prototype.hasOwnProperty;
@@ -60237,18 +60237,9 @@ function encode_char(c) {
60237
60237
  exports.escapeXML = function(markup) {
60238
60238
  return markup == void 0 ? "" : String(markup).replace(_MATCH_HTML, encode_char);
60239
60239
  };
60240
- function escapeXMLToString() {
60240
+ exports.escapeXML.toString = function() {
60241
60241
  return Function.prototype.toString.call(this) + ";\n" + escapeFuncStr;
60242
- }
60243
- try {
60244
- if (typeof Object.defineProperty === "function") {
60245
- Object.defineProperty(exports.escapeXML, "toString", { value: escapeXMLToString });
60246
- } else {
60247
- exports.escapeXML.toString = escapeXMLToString;
60248
- }
60249
- } catch (err) {
60250
- console.warn("Unable to set escapeXML.toString (is the Function prototype frozen?)");
60251
- }
60242
+ };
60252
60243
  exports.shallowCopy = function(to, from) {
60253
60244
  from = from || {};
60254
60245
  if (to !== null && to !== void 0) {
@@ -60321,9 +60312,9 @@ function encode_char(c) {
60321
60312
  }
60322
60313
  });
60323
60314
 
60324
- // ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/package.json
60315
+ // ../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/package.json
60325
60316
  var require_package3 = __commonJS({
60326
- "../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/package.json"(exports, module2) {
60317
+ "../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/package.json"(exports, module2) {
60327
60318
  module2.exports = {
60328
60319
  name: "ejs",
60329
60320
  description: "Embedded JavaScript templates",
@@ -60332,7 +60323,7 @@ var require_package3 = __commonJS({
60332
60323
  "engine",
60333
60324
  "ejs"
60334
60325
  ],
60335
- version: "3.1.9",
60326
+ version: "3.1.8",
60336
60327
  author: "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
60337
60328
  license: "Apache-2.0",
60338
60329
  bin: {
@@ -60354,24 +60345,24 @@ var require_package3 = __commonJS({
60354
60345
  browserify: "^16.5.1",
60355
60346
  eslint: "^6.8.0",
60356
60347
  "git-directory-deploy": "^1.5.1",
60357
- jsdoc: "^4.0.2",
60348
+ jsdoc: "^3.6.7",
60358
60349
  "lru-cache": "^4.0.1",
60359
- mocha: "^10.2.0",
60350
+ mocha: "^7.1.1",
60360
60351
  "uglify-js": "^3.3.16"
60361
60352
  },
60362
60353
  engines: {
60363
60354
  node: ">=0.10.0"
60364
60355
  },
60365
60356
  scripts: {
60366
- test: "mocha -u tdd"
60357
+ test: "mocha"
60367
60358
  }
60368
60359
  };
60369
60360
  }
60370
60361
  });
60371
60362
 
60372
- // ../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js
60363
+ // ../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/lib/ejs.js
60373
60364
  var require_ejs = __commonJS({
60374
- "../../../../node_modules/.pnpm/ejs@3.1.9/node_modules/ejs/lib/ejs.js"(exports) {
60365
+ "../../../../node_modules/.pnpm/ejs@3.1.8/node_modules/ejs/lib/ejs.js"(exports) {
60375
60366
  "use strict";
60376
60367
  var fs3 = require("fs");
60377
60368
  var path9 = require("path");
@@ -65360,10 +65351,10 @@ var init_esm3 = __esm({
65360
65351
  }
65361
65352
  });
65362
65353
 
65363
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/shared.js
65354
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/shared.js
65364
65355
  var REVA_ACTIONS_KEY, SchemaNestedMap, SchemaStateMap, SchemaValidatorMap, SchemaNormalKeys, SchemaValidatorKeys, hasOwnProperty4, traverse, traverseSchema, isNoNeedCompileObject, createDataSource, patchStateFormSchema;
65365
65356
  var init_shared2 = __esm({
65366
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/shared.js"() {
65357
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/shared.js"() {
65367
65358
  init_esm2();
65368
65359
  init_esm3();
65369
65360
  init_schema();
@@ -65555,10 +65546,10 @@ var init_shared2 = __esm({
65555
65546
  }
65556
65547
  });
65557
65548
 
65558
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/compiler.js
65549
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/compiler.js
65559
65550
  var ExpRE, Registry, silent, registerCompiler, shallowCompile, compile, patchCompile, patchSchemaCompile;
65560
65551
  var init_compiler = __esm({
65561
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/compiler.js"() {
65552
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/compiler.js"() {
65562
65553
  init_esm2();
65563
65554
  init_esm3();
65564
65555
  init_shared2();
@@ -70547,10 +70538,10 @@ var init_esm5 = __esm({
70547
70538
  }
70548
70539
  });
70549
70540
 
70550
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/transformer.js
70541
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/transformer.js
70551
70542
  var __read7, FieldEffects, DefaultFieldEffects, getDependencyValue, getDependencies, setSchemaFieldState, getBaseScope, getBaseReactions, getUserReactions, transformFieldProps;
70552
70543
  var init_transformer = __esm({
70553
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/transformer.js"() {
70544
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/transformer.js"() {
70554
70545
  init_esm3();
70555
70546
  init_esm2();
70556
70547
  init_esm5();
@@ -70755,10 +70746,10 @@ var init_transformer = __esm({
70755
70746
  }
70756
70747
  });
70757
70748
 
70758
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/patches.js
70749
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/patches.js
70759
70750
  var __assign9, patches, polyfills, reducePatches, registerPatches, registerPolyfills, enablePolyfills;
70760
70751
  var init_patches = __esm({
70761
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/patches.js"() {
70752
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/patches.js"() {
70762
70753
  init_esm2();
70763
70754
  __assign9 = function() {
70764
70755
  __assign9 = Object.assign || function(t) {
@@ -70810,10 +70801,10 @@ var init_patches = __esm({
70810
70801
  }
70811
70802
  });
70812
70803
 
70813
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/polyfills/SPECIFICATION_1_0.js
70804
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/polyfills/SPECIFICATION_1_0.js
70814
70805
  var __assign10, __read8, __spreadArray7, VOID_COMPONENTS, TYPE_DEFAULT_COMPONENTS, transformCondition, transformXLinkage, SpecificationV1Polyfill, registerVoidComponents, registerTypeDefaultComponents;
70815
70806
  var init_SPECIFICATION_1_0 = __esm({
70816
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/polyfills/SPECIFICATION_1_0.js"() {
70807
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/polyfills/SPECIFICATION_1_0.js"() {
70817
70808
  init_patches();
70818
70809
  init_esm2();
70819
70810
  __assign10 = function() {
@@ -70974,17 +70965,17 @@ var init_SPECIFICATION_1_0 = __esm({
70974
70965
  }
70975
70966
  });
70976
70967
 
70977
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/polyfills/index.js
70968
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/polyfills/index.js
70978
70969
  var init_polyfills = __esm({
70979
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/polyfills/index.js"() {
70970
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/polyfills/index.js"() {
70980
70971
  init_SPECIFICATION_1_0();
70981
70972
  }
70982
70973
  });
70983
70974
 
70984
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/schema.js
70975
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/schema.js
70985
70976
  var Schema;
70986
70977
  var init_schema = __esm({
70987
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/schema.js"() {
70978
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/schema.js"() {
70988
70979
  init_esm2();
70989
70980
  init_compiler();
70990
70981
  init_transformer();
@@ -71006,1479 +70997,241 @@ var init_schema = __esm({
71006
70997
  this.removeProperty = function(key) {
71007
70998
  var schema = _this.properties[key];
71008
70999
  delete _this.properties[key];
71009
- return schema;
71010
- };
71011
- this.setProperties = function(properties) {
71012
- for (var key in properties) {
71013
- _this.addProperty(key, properties[key]);
71014
- }
71015
- return _this;
71016
- };
71017
- this.addPatternProperty = function(key, schema) {
71018
- if (!schema)
71019
- return;
71020
- _this.patternProperties = _this.patternProperties || {};
71021
- _this.patternProperties[key] = new Schema2(schema, _this);
71022
- _this.patternProperties[key].name = key;
71023
- return _this.patternProperties[key];
71024
- };
71025
- this.removePatternProperty = function(key) {
71026
- var schema = _this.patternProperties[key];
71027
- delete _this.patternProperties[key];
71028
- return schema;
71029
- };
71030
- this.setPatternProperties = function(properties) {
71031
- if (!properties)
71032
- return _this;
71033
- for (var key in properties) {
71034
- _this.addPatternProperty(key, properties[key]);
71035
- }
71036
- return _this;
71037
- };
71038
- this.setAdditionalProperties = function(properties) {
71039
- if (!properties)
71040
- return;
71041
- _this.additionalProperties = new Schema2(properties);
71042
- return _this.additionalProperties;
71043
- };
71044
- this.setItems = function(schema) {
71045
- if (!schema)
71046
- return;
71047
- if (Array.isArray(schema)) {
71048
- _this.items = schema.map(function(item) {
71049
- return new Schema2(item, _this);
71050
- });
71051
- } else {
71052
- _this.items = new Schema2(schema, _this);
71053
- }
71054
- return _this.items;
71055
- };
71056
- this.setAdditionalItems = function(items) {
71057
- if (!items)
71058
- return;
71059
- _this.additionalItems = new Schema2(items, _this);
71060
- return _this.additionalItems;
71061
- };
71062
- this.findDefinitions = function(ref2) {
71063
- if (!ref2 || !_this.root || !isStr(ref2))
71064
- return;
71065
- if (ref2.indexOf("#/") !== 0)
71066
- return;
71067
- return Path.getIn(_this.root, ref2.substring(2).split("/"));
71068
- };
71069
- this.mapProperties = function(callback) {
71070
- return Schema2.getOrderProperties(_this).map(function(_a2, index) {
71071
- var schema = _a2.schema, key = _a2.key;
71072
- return callback(schema, key, index);
71073
- });
71074
- };
71075
- this.mapPatternProperties = function(callback) {
71076
- return Schema2.getOrderProperties(_this, "patternProperties").map(function(_a2, index) {
71077
- var schema = _a2.schema, key = _a2.key;
71078
- return callback(schema, key, index);
71079
- });
71080
- };
71081
- this.reduceProperties = function(callback, predicate) {
71082
- var results = predicate;
71083
- Schema2.getOrderProperties(_this, "properties").forEach(function(_a2, index) {
71084
- var schema = _a2.schema, key = _a2.key;
71085
- results = callback(results, schema, key, index);
71086
- });
71087
- return results;
71088
- };
71089
- this.reducePatternProperties = function(callback, predicate) {
71090
- var results = predicate;
71091
- Schema2.getOrderProperties(_this, "patternProperties").forEach(function(_a2, index) {
71092
- var schema = _a2.schema, key = _a2.key;
71093
- results = callback(results, schema, key, index);
71094
- });
71095
- return results;
71096
- };
71097
- this.compile = function(scope) {
71098
- var schema = new Schema2({}, _this.parent);
71099
- each(_this, function(value, key) {
71100
- if (isFn(value) && !key.includes("x-"))
71101
- return;
71102
- if (key === "parent" || key === "root")
71103
- return;
71104
- if (!SchemaNestedMap[key]) {
71105
- schema[key] = value ? compile(value, scope) : value;
71106
- } else {
71107
- schema[key] = value ? shallowCompile(value, scope) : value;
71108
- }
71109
- });
71110
- return schema;
71111
- };
71112
- this.fromJSON = function(json2) {
71113
- if (!json2)
71114
- return _this;
71115
- if (Schema2.isSchemaInstance(json2))
71116
- return json2;
71117
- each(reducePatches(json2), function(value, key) {
71118
- if (isFn(value) && !key.includes("x-"))
71119
- return;
71120
- if (key === "properties") {
71121
- _this.setProperties(value);
71122
- } else if (key === "patternProperties") {
71123
- _this.setPatternProperties(value);
71124
- } else if (key === "additionalProperties") {
71125
- _this.setAdditionalProperties(value);
71126
- } else if (key === "items") {
71127
- _this.setItems(value);
71128
- } else if (key === "additionalItems") {
71129
- _this.setAdditionalItems(value);
71130
- } else if (key === "$ref") {
71131
- _this.fromJSON(_this.findDefinitions(value));
71132
- } else {
71133
- _this[key] = value;
71134
- }
71135
- });
71136
- return _this;
71137
- };
71138
- this.toJSON = function(recursion) {
71139
- if (recursion === void 0) {
71140
- recursion = true;
71141
- }
71142
- var results = {};
71143
- each(_this, function(value, key) {
71144
- var _a2, _b;
71145
- if (isFn(value) && !key.includes("x-") || key === "parent" || key === "root")
71146
- return;
71147
- if (key === "properties" || key === "patternProperties") {
71148
- if (!recursion)
71149
- return;
71150
- results[key] = map(value, function(item) {
71151
- var _a3;
71152
- return (_a3 = item === null || item === void 0 ? void 0 : item.toJSON) === null || _a3 === void 0 ? void 0 : _a3.call(item);
71153
- });
71154
- } else if (key === "additionalProperties" || key === "additionalItems") {
71155
- if (!recursion)
71156
- return;
71157
- results[key] = (_a2 = value === null || value === void 0 ? void 0 : value.toJSON) === null || _a2 === void 0 ? void 0 : _a2.call(value);
71158
- } else if (key === "items") {
71159
- if (!recursion)
71160
- return;
71161
- if (Array.isArray(value)) {
71162
- results[key] = value.map(function(item) {
71163
- var _a3;
71164
- return (_a3 = item === null || item === void 0 ? void 0 : item.toJSON) === null || _a3 === void 0 ? void 0 : _a3.call(item);
71165
- });
71166
- } else {
71167
- results[key] = (_b = value === null || value === void 0 ? void 0 : value.toJSON) === null || _b === void 0 ? void 0 : _b.call(value);
71168
- }
71169
- } else {
71170
- results[key] = value;
71171
- }
71172
- });
71173
- return results;
71174
- };
71175
- this.toFieldProps = function(options) {
71176
- return transformFieldProps(_this, options);
71177
- };
71178
- if (parent) {
71179
- this.parent = parent;
71180
- this.root = parent.root;
71181
- } else {
71182
- this.root = this;
71183
- }
71184
- return this.fromJSON(json);
71185
- }
71186
- Schema2.getOrderProperties = function(schema, propertiesName) {
71187
- if (schema === void 0) {
71188
- schema = {};
71189
- }
71190
- if (propertiesName === void 0) {
71191
- propertiesName = "properties";
71192
- }
71193
- var orderProperties = [];
71194
- var unorderProperties = [];
71195
- for (var key in schema[propertiesName]) {
71196
- var item = schema[propertiesName][key];
71197
- var index = item["x-index"];
71198
- if (!isNaN(index)) {
71199
- orderProperties[index] = { schema: item, key };
71200
- } else {
71201
- unorderProperties.push({ schema: item, key });
71202
- }
71203
- }
71204
- return orderProperties.concat(unorderProperties).filter(function(item2) {
71205
- return !!item2;
71206
- });
71207
- };
71208
- Schema2.compile = function(expression, scope) {
71209
- return compile(expression, scope);
71210
- };
71211
- Schema2.shallowCompile = function(expression, scope) {
71212
- return shallowCompile(expression, scope);
71213
- };
71214
- Schema2.isSchemaInstance = function(value) {
71215
- return instOf(value, Schema2);
71216
- };
71217
- Schema2.registerCompiler = registerCompiler;
71218
- Schema2.registerPatches = registerPatches;
71219
- Schema2.registerVoidComponents = registerVoidComponents;
71220
- Schema2.registerTypeDefaultComponents = registerTypeDefaultComponents;
71221
- Schema2.registerPolyfills = registerPolyfills;
71222
- Schema2.enablePolyfills = enablePolyfills;
71223
- Schema2.silent = silent;
71224
- return Schema2;
71225
- }();
71226
- }
71227
- });
71228
-
71229
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/types.js
71230
- var init_types6 = __esm({
71231
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/types.js"() {
71232
- }
71233
- });
71234
-
71235
- // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/index.js
71236
- var esm_exports2 = {};
71237
- __export(esm_exports2, {
71238
- Schema: () => Schema
71239
- });
71240
- var init_esm6 = __esm({
71241
- "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.5/node_modules/@formily/json-schema/esm/index.js"() {
71242
- init_schema();
71243
- init_types6();
71244
- }
71245
- });
71246
-
71247
- // ../../../../node_modules/.pnpm/@modern-js+utils@1.22.7/node_modules/@modern-js/utils/compiled/chalk/index.js
71248
- var require_chalk2 = __commonJS({
71249
- "../../../../node_modules/.pnpm/@modern-js+utils@1.22.7/node_modules/@modern-js/utils/compiled/chalk/index.js"(exports, module2) {
71250
- (() => {
71251
- var e = { 44: (e2, t2, n2) => {
71252
- "use strict";
71253
- e2 = n2.nmd(e2);
71254
- const wrapAnsi16 = (e3, t3) => (...n3) => {
71255
- const r2 = e3(...n3);
71256
- return `\x1B[${r2 + t3}m`;
71257
- };
71258
- const wrapAnsi256 = (e3, t3) => (...n3) => {
71259
- const r2 = e3(...n3);
71260
- return `\x1B[${38 + t3};5;${r2}m`;
71261
- };
71262
- const wrapAnsi16m = (e3, t3) => (...n3) => {
71263
- const r2 = e3(...n3);
71264
- return `\x1B[${38 + t3};2;${r2[0]};${r2[1]};${r2[2]}m`;
71265
- };
71266
- const ansi2ansi = (e3) => e3;
71267
- const rgb2rgb = (e3, t3, n3) => [e3, t3, n3];
71268
- const setLazyProperty = (e3, t3, n3) => {
71269
- Object.defineProperty(e3, t3, { get: () => {
71270
- const r2 = n3();
71271
- Object.defineProperty(e3, t3, { value: r2, enumerable: true, configurable: true });
71272
- return r2;
71273
- }, enumerable: true, configurable: true });
71274
- };
71275
- let r;
71276
- const makeDynamicStyles = (e3, t3, s, o) => {
71277
- if (r === void 0) {
71278
- r = n2(767);
71279
- }
71280
- const l = o ? 10 : 0;
71281
- const c = {};
71282
- for (const [n3, o2] of Object.entries(r)) {
71283
- const r2 = n3 === "ansi16" ? "ansi" : n3;
71284
- if (n3 === t3) {
71285
- c[r2] = e3(s, l);
71286
- } else if (typeof o2 === "object") {
71287
- c[r2] = e3(o2[t3], l);
71288
- }
71289
- }
71290
- return c;
71291
- };
71292
- function assembleStyles() {
71293
- const e3 = /* @__PURE__ */ new Map();
71294
- const t3 = { modifier: { reset: [0, 0], bold: [1, 22], dim: [2, 22], italic: [3, 23], underline: [4, 24], inverse: [7, 27], hidden: [8, 28], strikethrough: [9, 29] }, color: { black: [30, 39], red: [31, 39], green: [32, 39], yellow: [33, 39], blue: [34, 39], magenta: [35, 39], cyan: [36, 39], white: [37, 39], blackBright: [90, 39], redBright: [91, 39], greenBright: [92, 39], yellowBright: [93, 39], blueBright: [94, 39], magentaBright: [95, 39], cyanBright: [96, 39], whiteBright: [97, 39] }, bgColor: { bgBlack: [40, 49], bgRed: [41, 49], bgGreen: [42, 49], bgYellow: [43, 49], bgBlue: [44, 49], bgMagenta: [45, 49], bgCyan: [46, 49], bgWhite: [47, 49], bgBlackBright: [100, 49], bgRedBright: [101, 49], bgGreenBright: [102, 49], bgYellowBright: [103, 49], bgBlueBright: [104, 49], bgMagentaBright: [105, 49], bgCyanBright: [106, 49], bgWhiteBright: [107, 49] } };
71295
- t3.color.gray = t3.color.blackBright;
71296
- t3.bgColor.bgGray = t3.bgColor.bgBlackBright;
71297
- t3.color.grey = t3.color.blackBright;
71298
- t3.bgColor.bgGrey = t3.bgColor.bgBlackBright;
71299
- for (const [n3, r2] of Object.entries(t3)) {
71300
- for (const [n4, s] of Object.entries(r2)) {
71301
- t3[n4] = { open: `\x1B[${s[0]}m`, close: `\x1B[${s[1]}m` };
71302
- r2[n4] = t3[n4];
71303
- e3.set(s[0], s[1]);
71304
- }
71305
- Object.defineProperty(t3, n3, { value: r2, enumerable: false });
71306
- }
71307
- Object.defineProperty(t3, "codes", { value: e3, enumerable: false });
71308
- t3.color.close = "\x1B[39m";
71309
- t3.bgColor.close = "\x1B[49m";
71310
- setLazyProperty(t3.color, "ansi", () => makeDynamicStyles(wrapAnsi16, "ansi16", ansi2ansi, false));
71311
- setLazyProperty(t3.color, "ansi256", () => makeDynamicStyles(wrapAnsi256, "ansi256", ansi2ansi, false));
71312
- setLazyProperty(t3.color, "ansi16m", () => makeDynamicStyles(wrapAnsi16m, "rgb", rgb2rgb, false));
71313
- setLazyProperty(t3.bgColor, "ansi", () => makeDynamicStyles(wrapAnsi16, "ansi16", ansi2ansi, true));
71314
- setLazyProperty(t3.bgColor, "ansi256", () => makeDynamicStyles(wrapAnsi256, "ansi256", ansi2ansi, true));
71315
- setLazyProperty(t3.bgColor, "ansi16m", () => makeDynamicStyles(wrapAnsi16m, "rgb", rgb2rgb, true));
71316
- return t3;
71317
- }
71318
- Object.defineProperty(e2, "exports", { enumerable: true, get: assembleStyles });
71319
- }, 584: (e2, t2, n2) => {
71320
- "use strict";
71321
- const r = n2(44);
71322
- const { stdout: s, stderr: o } = n2(242);
71323
- const { stringReplaceAll: l, stringEncaseCRLFWithFirstIndex: c } = n2(905);
71324
- const { isArray: i } = Array;
71325
- const a = ["ansi", "ansi", "ansi256", "ansi16m"];
71326
- const u = /* @__PURE__ */ Object.create(null);
71327
- const applyOptions = (e3, t3 = {}) => {
71328
- if (t3.level && !(Number.isInteger(t3.level) && t3.level >= 0 && t3.level <= 3)) {
71329
- throw new Error("The `level` option should be an integer from 0 to 3");
71330
- }
71331
- const n3 = s ? s.level : 0;
71332
- e3.level = t3.level === void 0 ? n3 : t3.level;
71333
- };
71334
- class ChalkClass {
71335
- constructor(e3) {
71336
- return chalkFactory(e3);
71337
- }
71338
- }
71339
- const chalkFactory = (e3) => {
71340
- const t3 = {};
71341
- applyOptions(t3, e3);
71342
- t3.template = (...e4) => chalkTag(t3.template, ...e4);
71343
- Object.setPrototypeOf(t3, Chalk.prototype);
71344
- Object.setPrototypeOf(t3.template, t3);
71345
- t3.template.constructor = () => {
71346
- throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.");
71347
- };
71348
- t3.template.Instance = ChalkClass;
71349
- return t3.template;
71350
- };
71351
- function Chalk(e3) {
71352
- return chalkFactory(e3);
71353
- }
71354
- for (const [e3, t3] of Object.entries(r)) {
71355
- u[e3] = { get() {
71356
- const n3 = createBuilder(this, createStyler(t3.open, t3.close, this._styler), this._isEmpty);
71357
- Object.defineProperty(this, e3, { value: n3 });
71358
- return n3;
71359
- } };
71360
- }
71361
- u.visible = { get() {
71362
- const e3 = createBuilder(this, this._styler, true);
71363
- Object.defineProperty(this, "visible", { value: e3 });
71364
- return e3;
71365
- } };
71366
- const h = ["rgb", "hex", "keyword", "hsl", "hsv", "hwb", "ansi", "ansi256"];
71367
- for (const e3 of h) {
71368
- u[e3] = { get() {
71369
- const { level: t3 } = this;
71370
- return function(...n3) {
71371
- const s2 = createStyler(r.color[a[t3]][e3](...n3), r.color.close, this._styler);
71372
- return createBuilder(this, s2, this._isEmpty);
71373
- };
71374
- } };
71375
- }
71376
- for (const e3 of h) {
71377
- const t3 = "bg" + e3[0].toUpperCase() + e3.slice(1);
71378
- u[t3] = { get() {
71379
- const { level: t4 } = this;
71380
- return function(...n3) {
71381
- const s2 = createStyler(r.bgColor[a[t4]][e3](...n3), r.bgColor.close, this._styler);
71382
- return createBuilder(this, s2, this._isEmpty);
71383
- };
71384
- } };
71385
- }
71386
- const f = Object.defineProperties(() => {
71387
- }, __spreadProps(__spreadValues({}, u), { level: { enumerable: true, get() {
71388
- return this._generator.level;
71389
- }, set(e3) {
71390
- this._generator.level = e3;
71391
- } } }));
71392
- const createStyler = (e3, t3, n3) => {
71393
- let r2;
71394
- let s2;
71395
- if (n3 === void 0) {
71396
- r2 = e3;
71397
- s2 = t3;
71398
- } else {
71399
- r2 = n3.openAll + e3;
71400
- s2 = t3 + n3.closeAll;
71401
- }
71402
- return { open: e3, close: t3, openAll: r2, closeAll: s2, parent: n3 };
71403
- };
71404
- const createBuilder = (e3, t3, n3) => {
71405
- const builder = (...e4) => {
71406
- if (i(e4[0]) && i(e4[0].raw)) {
71407
- return applyStyle(builder, chalkTag(builder, ...e4));
71408
- }
71409
- return applyStyle(builder, e4.length === 1 ? "" + e4[0] : e4.join(" "));
71410
- };
71411
- Object.setPrototypeOf(builder, f);
71412
- builder._generator = e3;
71413
- builder._styler = t3;
71414
- builder._isEmpty = n3;
71415
- return builder;
71416
- };
71417
- const applyStyle = (e3, t3) => {
71418
- if (e3.level <= 0 || !t3) {
71419
- return e3._isEmpty ? "" : t3;
71420
- }
71421
- let n3 = e3._styler;
71422
- if (n3 === void 0) {
71423
- return t3;
71424
- }
71425
- const { openAll: r2, closeAll: s2 } = n3;
71426
- if (t3.indexOf("\x1B") !== -1) {
71427
- while (n3 !== void 0) {
71428
- t3 = l(t3, n3.close, n3.open);
71429
- n3 = n3.parent;
71430
- }
71431
- }
71432
- const o2 = t3.indexOf("\n");
71433
- if (o2 !== -1) {
71434
- t3 = c(t3, s2, r2, o2);
71435
- }
71436
- return r2 + t3 + s2;
71437
- };
71438
- let g;
71439
- const chalkTag = (e3, ...t3) => {
71440
- const [r2] = t3;
71441
- if (!i(r2) || !i(r2.raw)) {
71442
- return t3.join(" ");
71443
- }
71444
- const s2 = t3.slice(1);
71445
- const o2 = [r2.raw[0]];
71446
- for (let e4 = 1; e4 < r2.length; e4++) {
71447
- o2.push(String(s2[e4 - 1]).replace(/[{}\\]/g, "\\$&"), String(r2.raw[e4]));
71448
- }
71449
- if (g === void 0) {
71450
- g = n2(654);
71451
- }
71452
- return g(e3, o2.join(""));
71453
- };
71454
- Object.defineProperties(Chalk.prototype, u);
71455
- const b = Chalk();
71456
- b.supportsColor = s;
71457
- b.stderr = Chalk({ level: o ? o.level : 0 });
71458
- b.stderr.supportsColor = o;
71459
- e2.exports = b;
71460
- }, 654: (e2) => {
71461
- "use strict";
71462
- const t2 = /(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
71463
- const n2 = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;
71464
- const r = /^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;
71465
- const s = /\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi;
71466
- const o = /* @__PURE__ */ new Map([["n", "\n"], ["r", "\r"], ["t", " "], ["b", "\b"], ["f", "\f"], ["v", "\v"], ["0", "\0"], ["\\", "\\"], ["e", "\x1B"], ["a", "\x07"]]);
71467
- function unescape2(e3) {
71468
- const t3 = e3[0] === "u";
71469
- const n3 = e3[1] === "{";
71470
- if (t3 && !n3 && e3.length === 5 || e3[0] === "x" && e3.length === 3) {
71471
- return String.fromCharCode(parseInt(e3.slice(1), 16));
71472
- }
71473
- if (t3 && n3) {
71474
- return String.fromCodePoint(parseInt(e3.slice(2, -1), 16));
71475
- }
71476
- return o.get(e3) || e3;
71477
- }
71478
- function parseArguments(e3, t3) {
71479
- const n3 = [];
71480
- const o2 = t3.trim().split(/\s*,\s*/g);
71481
- let l;
71482
- for (const t4 of o2) {
71483
- const o3 = Number(t4);
71484
- if (!Number.isNaN(o3)) {
71485
- n3.push(o3);
71486
- } else if (l = t4.match(r)) {
71487
- n3.push(l[2].replace(s, (e4, t5, n4) => t5 ? unescape2(t5) : n4));
71488
- } else {
71489
- throw new Error(`Invalid Chalk template style argument: ${t4} (in style '${e3}')`);
71490
- }
71491
- }
71492
- return n3;
71493
- }
71494
- function parseStyle(e3) {
71495
- n2.lastIndex = 0;
71496
- const t3 = [];
71497
- let r2;
71498
- while ((r2 = n2.exec(e3)) !== null) {
71499
- const e4 = r2[1];
71500
- if (r2[2]) {
71501
- const n3 = parseArguments(e4, r2[2]);
71502
- t3.push([e4].concat(n3));
71503
- } else {
71504
- t3.push([e4]);
71505
- }
71506
- }
71507
- return t3;
71508
- }
71509
- function buildStyle(e3, t3) {
71510
- const n3 = {};
71511
- for (const e4 of t3) {
71512
- for (const t4 of e4.styles) {
71513
- n3[t4[0]] = e4.inverse ? null : t4.slice(1);
71514
- }
71515
- }
71516
- let r2 = e3;
71517
- for (const [e4, t4] of Object.entries(n3)) {
71518
- if (!Array.isArray(t4)) {
71519
- continue;
71520
- }
71521
- if (!(e4 in r2)) {
71522
- throw new Error(`Unknown Chalk style: ${e4}`);
71523
- }
71524
- r2 = t4.length > 0 ? r2[e4](...t4) : r2[e4];
71525
- }
71526
- return r2;
71527
- }
71528
- e2.exports = (e3, n3) => {
71529
- const r2 = [];
71530
- const s2 = [];
71531
- let o2 = [];
71532
- n3.replace(t2, (t3, n4, l, c, i, a) => {
71533
- if (n4) {
71534
- o2.push(unescape2(n4));
71535
- } else if (c) {
71536
- const t4 = o2.join("");
71537
- o2 = [];
71538
- s2.push(r2.length === 0 ? t4 : buildStyle(e3, r2)(t4));
71539
- r2.push({ inverse: l, styles: parseStyle(c) });
71540
- } else if (i) {
71541
- if (r2.length === 0) {
71542
- throw new Error("Found extraneous } in Chalk template literal");
71543
- }
71544
- s2.push(buildStyle(e3, r2)(o2.join("")));
71545
- o2 = [];
71546
- r2.pop();
71547
- } else {
71548
- o2.push(a);
71549
- }
71550
- });
71551
- s2.push(o2.join(""));
71552
- if (r2.length > 0) {
71553
- const e4 = `Chalk template literal is missing ${r2.length} closing bracket${r2.length === 1 ? "" : "s"} (\`}\`)`;
71554
- throw new Error(e4);
71555
- }
71556
- return s2.join("");
71557
- };
71558
- }, 905: (e2) => {
71559
- "use strict";
71560
- const stringReplaceAll = (e3, t2, n2) => {
71561
- let r = e3.indexOf(t2);
71562
- if (r === -1) {
71563
- return e3;
71564
- }
71565
- const s = t2.length;
71566
- let o = 0;
71567
- let l = "";
71568
- do {
71569
- l += e3.substr(o, r - o) + t2 + n2;
71570
- o = r + s;
71571
- r = e3.indexOf(t2, o);
71572
- } while (r !== -1);
71573
- l += e3.substr(o);
71574
- return l;
71575
- };
71576
- const stringEncaseCRLFWithFirstIndex = (e3, t2, n2, r) => {
71577
- let s = 0;
71578
- let o = "";
71579
- do {
71580
- const l = e3[r - 1] === "\r";
71581
- o += e3.substr(s, (l ? r - 1 : r) - s) + t2 + (l ? "\r\n" : "\n") + n2;
71582
- s = r + 1;
71583
- r = e3.indexOf("\n", s);
71584
- } while (r !== -1);
71585
- o += e3.substr(s);
71586
- return o;
71587
- };
71588
- e2.exports = { stringReplaceAll, stringEncaseCRLFWithFirstIndex };
71589
- }, 226: (e2, t2, n2) => {
71590
- const r = n2(866);
71591
- const s = {};
71592
- for (const e3 of Object.keys(r)) {
71593
- s[r[e3]] = e3;
71594
- }
71595
- const o = { rgb: { channels: 3, labels: "rgb" }, hsl: { channels: 3, labels: "hsl" }, hsv: { channels: 3, labels: "hsv" }, hwb: { channels: 3, labels: "hwb" }, cmyk: { channels: 4, labels: "cmyk" }, xyz: { channels: 3, labels: "xyz" }, lab: { channels: 3, labels: "lab" }, lch: { channels: 3, labels: "lch" }, hex: { channels: 1, labels: ["hex"] }, keyword: { channels: 1, labels: ["keyword"] }, ansi16: { channels: 1, labels: ["ansi16"] }, ansi256: { channels: 1, labels: ["ansi256"] }, hcg: { channels: 3, labels: ["h", "c", "g"] }, apple: { channels: 3, labels: ["r16", "g16", "b16"] }, gray: { channels: 1, labels: ["gray"] } };
71596
- e2.exports = o;
71597
- for (const e3 of Object.keys(o)) {
71598
- if (!("channels" in o[e3])) {
71599
- throw new Error("missing channels property: " + e3);
71600
- }
71601
- if (!("labels" in o[e3])) {
71602
- throw new Error("missing channel labels property: " + e3);
71603
- }
71604
- if (o[e3].labels.length !== o[e3].channels) {
71605
- throw new Error("channel and label counts mismatch: " + e3);
71606
- }
71607
- const { channels: t3, labels: n3 } = o[e3];
71608
- delete o[e3].channels;
71609
- delete o[e3].labels;
71610
- Object.defineProperty(o[e3], "channels", { value: t3 });
71611
- Object.defineProperty(o[e3], "labels", { value: n3 });
71612
- }
71613
- o.rgb.hsl = function(e3) {
71614
- const t3 = e3[0] / 255;
71615
- const n3 = e3[1] / 255;
71616
- const r2 = e3[2] / 255;
71617
- const s2 = Math.min(t3, n3, r2);
71618
- const o2 = Math.max(t3, n3, r2);
71619
- const l = o2 - s2;
71620
- let c;
71621
- let i;
71622
- if (o2 === s2) {
71623
- c = 0;
71624
- } else if (t3 === o2) {
71625
- c = (n3 - r2) / l;
71626
- } else if (n3 === o2) {
71627
- c = 2 + (r2 - t3) / l;
71628
- } else if (r2 === o2) {
71629
- c = 4 + (t3 - n3) / l;
71630
- }
71631
- c = Math.min(c * 60, 360);
71632
- if (c < 0) {
71633
- c += 360;
71634
- }
71635
- const a = (s2 + o2) / 2;
71636
- if (o2 === s2) {
71637
- i = 0;
71638
- } else if (a <= 0.5) {
71639
- i = l / (o2 + s2);
71640
- } else {
71641
- i = l / (2 - o2 - s2);
71642
- }
71643
- return [c, i * 100, a * 100];
71644
- };
71645
- o.rgb.hsv = function(e3) {
71646
- let t3;
71647
- let n3;
71648
- let r2;
71649
- let s2;
71650
- let o2;
71651
- const l = e3[0] / 255;
71652
- const c = e3[1] / 255;
71653
- const i = e3[2] / 255;
71654
- const a = Math.max(l, c, i);
71655
- const u = a - Math.min(l, c, i);
71656
- const diffc = function(e4) {
71657
- return (a - e4) / 6 / u + 1 / 2;
71658
- };
71659
- if (u === 0) {
71660
- s2 = 0;
71661
- o2 = 0;
71662
- } else {
71663
- o2 = u / a;
71664
- t3 = diffc(l);
71665
- n3 = diffc(c);
71666
- r2 = diffc(i);
71667
- if (l === a) {
71668
- s2 = r2 - n3;
71669
- } else if (c === a) {
71670
- s2 = 1 / 3 + t3 - r2;
71671
- } else if (i === a) {
71672
- s2 = 2 / 3 + n3 - t3;
71673
- }
71674
- if (s2 < 0) {
71675
- s2 += 1;
71676
- } else if (s2 > 1) {
71677
- s2 -= 1;
71678
- }
71679
- }
71680
- return [s2 * 360, o2 * 100, a * 100];
71681
- };
71682
- o.rgb.hwb = function(e3) {
71683
- const t3 = e3[0];
71684
- const n3 = e3[1];
71685
- let r2 = e3[2];
71686
- const s2 = o.rgb.hsl(e3)[0];
71687
- const l = 1 / 255 * Math.min(t3, Math.min(n3, r2));
71688
- r2 = 1 - 1 / 255 * Math.max(t3, Math.max(n3, r2));
71689
- return [s2, l * 100, r2 * 100];
71690
- };
71691
- o.rgb.cmyk = function(e3) {
71692
- const t3 = e3[0] / 255;
71693
- const n3 = e3[1] / 255;
71694
- const r2 = e3[2] / 255;
71695
- const s2 = Math.min(1 - t3, 1 - n3, 1 - r2);
71696
- const o2 = (1 - t3 - s2) / (1 - s2) || 0;
71697
- const l = (1 - n3 - s2) / (1 - s2) || 0;
71698
- const c = (1 - r2 - s2) / (1 - s2) || 0;
71699
- return [o2 * 100, l * 100, c * 100, s2 * 100];
71700
- };
71701
- function comparativeDistance(e3, t3) {
71702
- return __pow(e3[0] - t3[0], 2) + __pow(e3[1] - t3[1], 2) + __pow(e3[2] - t3[2], 2);
71703
- }
71704
- o.rgb.keyword = function(e3) {
71705
- const t3 = s[e3];
71706
- if (t3) {
71707
- return t3;
71708
- }
71709
- let n3 = Infinity;
71710
- let o2;
71711
- for (const t4 of Object.keys(r)) {
71712
- const s2 = r[t4];
71713
- const l = comparativeDistance(e3, s2);
71714
- if (l < n3) {
71715
- n3 = l;
71716
- o2 = t4;
71717
- }
71718
- }
71719
- return o2;
71720
- };
71721
- o.keyword.rgb = function(e3) {
71722
- return r[e3];
71723
- };
71724
- o.rgb.xyz = function(e3) {
71725
- let t3 = e3[0] / 255;
71726
- let n3 = e3[1] / 255;
71727
- let r2 = e3[2] / 255;
71728
- t3 = t3 > 0.04045 ? __pow((t3 + 0.055) / 1.055, 2.4) : t3 / 12.92;
71729
- n3 = n3 > 0.04045 ? __pow((n3 + 0.055) / 1.055, 2.4) : n3 / 12.92;
71730
- r2 = r2 > 0.04045 ? __pow((r2 + 0.055) / 1.055, 2.4) : r2 / 12.92;
71731
- const s2 = t3 * 0.4124 + n3 * 0.3576 + r2 * 0.1805;
71732
- const o2 = t3 * 0.2126 + n3 * 0.7152 + r2 * 0.0722;
71733
- const l = t3 * 0.0193 + n3 * 0.1192 + r2 * 0.9505;
71734
- return [s2 * 100, o2 * 100, l * 100];
71735
- };
71736
- o.rgb.lab = function(e3) {
71737
- const t3 = o.rgb.xyz(e3);
71738
- let n3 = t3[0];
71739
- let r2 = t3[1];
71740
- let s2 = t3[2];
71741
- n3 /= 95.047;
71742
- r2 /= 100;
71743
- s2 /= 108.883;
71744
- n3 = n3 > 8856e-6 ? __pow(n3, 1 / 3) : 7.787 * n3 + 16 / 116;
71745
- r2 = r2 > 8856e-6 ? __pow(r2, 1 / 3) : 7.787 * r2 + 16 / 116;
71746
- s2 = s2 > 8856e-6 ? __pow(s2, 1 / 3) : 7.787 * s2 + 16 / 116;
71747
- const l = 116 * r2 - 16;
71748
- const c = 500 * (n3 - r2);
71749
- const i = 200 * (r2 - s2);
71750
- return [l, c, i];
71751
- };
71752
- o.hsl.rgb = function(e3) {
71753
- const t3 = e3[0] / 360;
71754
- const n3 = e3[1] / 100;
71755
- const r2 = e3[2] / 100;
71756
- let s2;
71757
- let o2;
71758
- let l;
71759
- if (n3 === 0) {
71760
- l = r2 * 255;
71761
- return [l, l, l];
71762
- }
71763
- if (r2 < 0.5) {
71764
- s2 = r2 * (1 + n3);
71765
- } else {
71766
- s2 = r2 + n3 - r2 * n3;
71767
- }
71768
- const c = 2 * r2 - s2;
71769
- const i = [0, 0, 0];
71770
- for (let e4 = 0; e4 < 3; e4++) {
71771
- o2 = t3 + 1 / 3 * -(e4 - 1);
71772
- if (o2 < 0) {
71773
- o2++;
71774
- }
71775
- if (o2 > 1) {
71776
- o2--;
71777
- }
71778
- if (6 * o2 < 1) {
71779
- l = c + (s2 - c) * 6 * o2;
71780
- } else if (2 * o2 < 1) {
71781
- l = s2;
71782
- } else if (3 * o2 < 2) {
71783
- l = c + (s2 - c) * (2 / 3 - o2) * 6;
71784
- } else {
71785
- l = c;
71786
- }
71787
- i[e4] = l * 255;
71788
- }
71789
- return i;
71790
- };
71791
- o.hsl.hsv = function(e3) {
71792
- const t3 = e3[0];
71793
- let n3 = e3[1] / 100;
71794
- let r2 = e3[2] / 100;
71795
- let s2 = n3;
71796
- const o2 = Math.max(r2, 0.01);
71797
- r2 *= 2;
71798
- n3 *= r2 <= 1 ? r2 : 2 - r2;
71799
- s2 *= o2 <= 1 ? o2 : 2 - o2;
71800
- const l = (r2 + n3) / 2;
71801
- const c = r2 === 0 ? 2 * s2 / (o2 + s2) : 2 * n3 / (r2 + n3);
71802
- return [t3, c * 100, l * 100];
71803
- };
71804
- o.hsv.rgb = function(e3) {
71805
- const t3 = e3[0] / 60;
71806
- const n3 = e3[1] / 100;
71807
- let r2 = e3[2] / 100;
71808
- const s2 = Math.floor(t3) % 6;
71809
- const o2 = t3 - Math.floor(t3);
71810
- const l = 255 * r2 * (1 - n3);
71811
- const c = 255 * r2 * (1 - n3 * o2);
71812
- const i = 255 * r2 * (1 - n3 * (1 - o2));
71813
- r2 *= 255;
71814
- switch (s2) {
71815
- case 0:
71816
- return [r2, i, l];
71817
- case 1:
71818
- return [c, r2, l];
71819
- case 2:
71820
- return [l, r2, i];
71821
- case 3:
71822
- return [l, c, r2];
71823
- case 4:
71824
- return [i, l, r2];
71825
- case 5:
71826
- return [r2, l, c];
71827
- }
71828
- };
71829
- o.hsv.hsl = function(e3) {
71830
- const t3 = e3[0];
71831
- const n3 = e3[1] / 100;
71832
- const r2 = e3[2] / 100;
71833
- const s2 = Math.max(r2, 0.01);
71834
- let o2;
71835
- let l;
71836
- l = (2 - n3) * r2;
71837
- const c = (2 - n3) * s2;
71838
- o2 = n3 * s2;
71839
- o2 /= c <= 1 ? c : 2 - c;
71840
- o2 = o2 || 0;
71841
- l /= 2;
71842
- return [t3, o2 * 100, l * 100];
71843
- };
71844
- o.hwb.rgb = function(e3) {
71845
- const t3 = e3[0] / 360;
71846
- let n3 = e3[1] / 100;
71847
- let r2 = e3[2] / 100;
71848
- const s2 = n3 + r2;
71849
- let o2;
71850
- if (s2 > 1) {
71851
- n3 /= s2;
71852
- r2 /= s2;
71853
- }
71854
- const l = Math.floor(6 * t3);
71855
- const c = 1 - r2;
71856
- o2 = 6 * t3 - l;
71857
- if ((l & 1) !== 0) {
71858
- o2 = 1 - o2;
71859
- }
71860
- const i = n3 + o2 * (c - n3);
71861
- let a;
71862
- let u;
71863
- let h;
71864
- switch (l) {
71865
- default:
71866
- case 6:
71867
- case 0:
71868
- a = c;
71869
- u = i;
71870
- h = n3;
71871
- break;
71872
- case 1:
71873
- a = i;
71874
- u = c;
71875
- h = n3;
71876
- break;
71877
- case 2:
71878
- a = n3;
71879
- u = c;
71880
- h = i;
71881
- break;
71882
- case 3:
71883
- a = n3;
71884
- u = i;
71885
- h = c;
71886
- break;
71887
- case 4:
71888
- a = i;
71889
- u = n3;
71890
- h = c;
71891
- break;
71892
- case 5:
71893
- a = c;
71894
- u = n3;
71895
- h = i;
71896
- break;
71897
- }
71898
- return [a * 255, u * 255, h * 255];
71899
- };
71900
- o.cmyk.rgb = function(e3) {
71901
- const t3 = e3[0] / 100;
71902
- const n3 = e3[1] / 100;
71903
- const r2 = e3[2] / 100;
71904
- const s2 = e3[3] / 100;
71905
- const o2 = 1 - Math.min(1, t3 * (1 - s2) + s2);
71906
- const l = 1 - Math.min(1, n3 * (1 - s2) + s2);
71907
- const c = 1 - Math.min(1, r2 * (1 - s2) + s2);
71908
- return [o2 * 255, l * 255, c * 255];
71909
- };
71910
- o.xyz.rgb = function(e3) {
71911
- const t3 = e3[0] / 100;
71912
- const n3 = e3[1] / 100;
71913
- const r2 = e3[2] / 100;
71914
- let s2;
71915
- let o2;
71916
- let l;
71917
- s2 = t3 * 3.2406 + n3 * -1.5372 + r2 * -0.4986;
71918
- o2 = t3 * -0.9689 + n3 * 1.8758 + r2 * 0.0415;
71919
- l = t3 * 0.0557 + n3 * -0.204 + r2 * 1.057;
71920
- s2 = s2 > 31308e-7 ? 1.055 * __pow(s2, 1 / 2.4) - 0.055 : s2 * 12.92;
71921
- o2 = o2 > 31308e-7 ? 1.055 * __pow(o2, 1 / 2.4) - 0.055 : o2 * 12.92;
71922
- l = l > 31308e-7 ? 1.055 * __pow(l, 1 / 2.4) - 0.055 : l * 12.92;
71923
- s2 = Math.min(Math.max(0, s2), 1);
71924
- o2 = Math.min(Math.max(0, o2), 1);
71925
- l = Math.min(Math.max(0, l), 1);
71926
- return [s2 * 255, o2 * 255, l * 255];
71927
- };
71928
- o.xyz.lab = function(e3) {
71929
- let t3 = e3[0];
71930
- let n3 = e3[1];
71931
- let r2 = e3[2];
71932
- t3 /= 95.047;
71933
- n3 /= 100;
71934
- r2 /= 108.883;
71935
- t3 = t3 > 8856e-6 ? __pow(t3, 1 / 3) : 7.787 * t3 + 16 / 116;
71936
- n3 = n3 > 8856e-6 ? __pow(n3, 1 / 3) : 7.787 * n3 + 16 / 116;
71937
- r2 = r2 > 8856e-6 ? __pow(r2, 1 / 3) : 7.787 * r2 + 16 / 116;
71938
- const s2 = 116 * n3 - 16;
71939
- const o2 = 500 * (t3 - n3);
71940
- const l = 200 * (n3 - r2);
71941
- return [s2, o2, l];
71942
- };
71943
- o.lab.xyz = function(e3) {
71944
- const t3 = e3[0];
71945
- const n3 = e3[1];
71946
- const r2 = e3[2];
71947
- let s2;
71948
- let o2;
71949
- let l;
71950
- o2 = (t3 + 16) / 116;
71951
- s2 = n3 / 500 + o2;
71952
- l = o2 - r2 / 200;
71953
- const c = __pow(o2, 3);
71954
- const i = __pow(s2, 3);
71955
- const a = __pow(l, 3);
71956
- o2 = c > 8856e-6 ? c : (o2 - 16 / 116) / 7.787;
71957
- s2 = i > 8856e-6 ? i : (s2 - 16 / 116) / 7.787;
71958
- l = a > 8856e-6 ? a : (l - 16 / 116) / 7.787;
71959
- s2 *= 95.047;
71960
- o2 *= 100;
71961
- l *= 108.883;
71962
- return [s2, o2, l];
71963
- };
71964
- o.lab.lch = function(e3) {
71965
- const t3 = e3[0];
71966
- const n3 = e3[1];
71967
- const r2 = e3[2];
71968
- let s2;
71969
- const o2 = Math.atan2(r2, n3);
71970
- s2 = o2 * 360 / 2 / Math.PI;
71971
- if (s2 < 0) {
71972
- s2 += 360;
71973
- }
71974
- const l = Math.sqrt(n3 * n3 + r2 * r2);
71975
- return [t3, l, s2];
71976
- };
71977
- o.lch.lab = function(e3) {
71978
- const t3 = e3[0];
71979
- const n3 = e3[1];
71980
- const r2 = e3[2];
71981
- const s2 = r2 / 360 * 2 * Math.PI;
71982
- const o2 = n3 * Math.cos(s2);
71983
- const l = n3 * Math.sin(s2);
71984
- return [t3, o2, l];
71985
- };
71986
- o.rgb.ansi16 = function(e3, t3 = null) {
71987
- const [n3, r2, s2] = e3;
71988
- let l = t3 === null ? o.rgb.hsv(e3)[2] : t3;
71989
- l = Math.round(l / 50);
71990
- if (l === 0) {
71991
- return 30;
71992
- }
71993
- let c = 30 + (Math.round(s2 / 255) << 2 | Math.round(r2 / 255) << 1 | Math.round(n3 / 255));
71994
- if (l === 2) {
71995
- c += 60;
71996
- }
71997
- return c;
71998
- };
71999
- o.hsv.ansi16 = function(e3) {
72000
- return o.rgb.ansi16(o.hsv.rgb(e3), e3[2]);
72001
- };
72002
- o.rgb.ansi256 = function(e3) {
72003
- const t3 = e3[0];
72004
- const n3 = e3[1];
72005
- const r2 = e3[2];
72006
- if (t3 === n3 && n3 === r2) {
72007
- if (t3 < 8) {
72008
- return 16;
72009
- }
72010
- if (t3 > 248) {
72011
- return 231;
72012
- }
72013
- return Math.round((t3 - 8) / 247 * 24) + 232;
72014
- }
72015
- const s2 = 16 + 36 * Math.round(t3 / 255 * 5) + 6 * Math.round(n3 / 255 * 5) + Math.round(r2 / 255 * 5);
72016
- return s2;
72017
- };
72018
- o.ansi16.rgb = function(e3) {
72019
- let t3 = e3 % 10;
72020
- if (t3 === 0 || t3 === 7) {
72021
- if (e3 > 50) {
72022
- t3 += 3.5;
72023
- }
72024
- t3 = t3 / 10.5 * 255;
72025
- return [t3, t3, t3];
72026
- }
72027
- const n3 = (~~(e3 > 50) + 1) * 0.5;
72028
- const r2 = (t3 & 1) * n3 * 255;
72029
- const s2 = (t3 >> 1 & 1) * n3 * 255;
72030
- const o2 = (t3 >> 2 & 1) * n3 * 255;
72031
- return [r2, s2, o2];
72032
- };
72033
- o.ansi256.rgb = function(e3) {
72034
- if (e3 >= 232) {
72035
- const t4 = (e3 - 232) * 10 + 8;
72036
- return [t4, t4, t4];
72037
- }
72038
- e3 -= 16;
72039
- let t3;
72040
- const n3 = Math.floor(e3 / 36) / 5 * 255;
72041
- const r2 = Math.floor((t3 = e3 % 36) / 6) / 5 * 255;
72042
- const s2 = t3 % 6 / 5 * 255;
72043
- return [n3, r2, s2];
72044
- };
72045
- o.rgb.hex = function(e3) {
72046
- const t3 = ((Math.round(e3[0]) & 255) << 16) + ((Math.round(e3[1]) & 255) << 8) + (Math.round(e3[2]) & 255);
72047
- const n3 = t3.toString(16).toUpperCase();
72048
- return "000000".substring(n3.length) + n3;
72049
- };
72050
- o.hex.rgb = function(e3) {
72051
- const t3 = e3.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);
72052
- if (!t3) {
72053
- return [0, 0, 0];
72054
- }
72055
- let n3 = t3[0];
72056
- if (t3[0].length === 3) {
72057
- n3 = n3.split("").map((e4) => e4 + e4).join("");
72058
- }
72059
- const r2 = parseInt(n3, 16);
72060
- const s2 = r2 >> 16 & 255;
72061
- const o2 = r2 >> 8 & 255;
72062
- const l = r2 & 255;
72063
- return [s2, o2, l];
72064
- };
72065
- o.rgb.hcg = function(e3) {
72066
- const t3 = e3[0] / 255;
72067
- const n3 = e3[1] / 255;
72068
- const r2 = e3[2] / 255;
72069
- const s2 = Math.max(Math.max(t3, n3), r2);
72070
- const o2 = Math.min(Math.min(t3, n3), r2);
72071
- const l = s2 - o2;
72072
- let c;
72073
- let i;
72074
- if (l < 1) {
72075
- c = o2 / (1 - l);
72076
- } else {
72077
- c = 0;
72078
- }
72079
- if (l <= 0) {
72080
- i = 0;
72081
- } else if (s2 === t3) {
72082
- i = (n3 - r2) / l % 6;
72083
- } else if (s2 === n3) {
72084
- i = 2 + (r2 - t3) / l;
72085
- } else {
72086
- i = 4 + (t3 - n3) / l;
72087
- }
72088
- i /= 6;
72089
- i %= 1;
72090
- return [i * 360, l * 100, c * 100];
72091
- };
72092
- o.hsl.hcg = function(e3) {
72093
- const t3 = e3[1] / 100;
72094
- const n3 = e3[2] / 100;
72095
- const r2 = n3 < 0.5 ? 2 * t3 * n3 : 2 * t3 * (1 - n3);
72096
- let s2 = 0;
72097
- if (r2 < 1) {
72098
- s2 = (n3 - 0.5 * r2) / (1 - r2);
72099
- }
72100
- return [e3[0], r2 * 100, s2 * 100];
72101
- };
72102
- o.hsv.hcg = function(e3) {
72103
- const t3 = e3[1] / 100;
72104
- const n3 = e3[2] / 100;
72105
- const r2 = t3 * n3;
72106
- let s2 = 0;
72107
- if (r2 < 1) {
72108
- s2 = (n3 - r2) / (1 - r2);
72109
- }
72110
- return [e3[0], r2 * 100, s2 * 100];
72111
- };
72112
- o.hcg.rgb = function(e3) {
72113
- const t3 = e3[0] / 360;
72114
- const n3 = e3[1] / 100;
72115
- const r2 = e3[2] / 100;
72116
- if (n3 === 0) {
72117
- return [r2 * 255, r2 * 255, r2 * 255];
72118
- }
72119
- const s2 = [0, 0, 0];
72120
- const o2 = t3 % 1 * 6;
72121
- const l = o2 % 1;
72122
- const c = 1 - l;
72123
- let i = 0;
72124
- switch (Math.floor(o2)) {
72125
- case 0:
72126
- s2[0] = 1;
72127
- s2[1] = l;
72128
- s2[2] = 0;
72129
- break;
72130
- case 1:
72131
- s2[0] = c;
72132
- s2[1] = 1;
72133
- s2[2] = 0;
72134
- break;
72135
- case 2:
72136
- s2[0] = 0;
72137
- s2[1] = 1;
72138
- s2[2] = l;
72139
- break;
72140
- case 3:
72141
- s2[0] = 0;
72142
- s2[1] = c;
72143
- s2[2] = 1;
72144
- break;
72145
- case 4:
72146
- s2[0] = l;
72147
- s2[1] = 0;
72148
- s2[2] = 1;
72149
- break;
72150
- default:
72151
- s2[0] = 1;
72152
- s2[1] = 0;
72153
- s2[2] = c;
72154
- }
72155
- i = (1 - n3) * r2;
72156
- return [(n3 * s2[0] + i) * 255, (n3 * s2[1] + i) * 255, (n3 * s2[2] + i) * 255];
72157
- };
72158
- o.hcg.hsv = function(e3) {
72159
- const t3 = e3[1] / 100;
72160
- const n3 = e3[2] / 100;
72161
- const r2 = t3 + n3 * (1 - t3);
72162
- let s2 = 0;
72163
- if (r2 > 0) {
72164
- s2 = t3 / r2;
72165
- }
72166
- return [e3[0], s2 * 100, r2 * 100];
72167
- };
72168
- o.hcg.hsl = function(e3) {
72169
- const t3 = e3[1] / 100;
72170
- const n3 = e3[2] / 100;
72171
- const r2 = n3 * (1 - t3) + 0.5 * t3;
72172
- let s2 = 0;
72173
- if (r2 > 0 && r2 < 0.5) {
72174
- s2 = t3 / (2 * r2);
72175
- } else if (r2 >= 0.5 && r2 < 1) {
72176
- s2 = t3 / (2 * (1 - r2));
72177
- }
72178
- return [e3[0], s2 * 100, r2 * 100];
72179
- };
72180
- o.hcg.hwb = function(e3) {
72181
- const t3 = e3[1] / 100;
72182
- const n3 = e3[2] / 100;
72183
- const r2 = t3 + n3 * (1 - t3);
72184
- return [e3[0], (r2 - t3) * 100, (1 - r2) * 100];
72185
- };
72186
- o.hwb.hcg = function(e3) {
72187
- const t3 = e3[1] / 100;
72188
- const n3 = e3[2] / 100;
72189
- const r2 = 1 - n3;
72190
- const s2 = r2 - t3;
72191
- let o2 = 0;
72192
- if (s2 < 1) {
72193
- o2 = (r2 - s2) / (1 - s2);
72194
- }
72195
- return [e3[0], s2 * 100, o2 * 100];
72196
- };
72197
- o.apple.rgb = function(e3) {
72198
- return [e3[0] / 65535 * 255, e3[1] / 65535 * 255, e3[2] / 65535 * 255];
72199
- };
72200
- o.rgb.apple = function(e3) {
72201
- return [e3[0] / 255 * 65535, e3[1] / 255 * 65535, e3[2] / 255 * 65535];
72202
- };
72203
- o.gray.rgb = function(e3) {
72204
- return [e3[0] / 100 * 255, e3[0] / 100 * 255, e3[0] / 100 * 255];
72205
- };
72206
- o.gray.hsl = function(e3) {
72207
- return [0, 0, e3[0]];
72208
- };
72209
- o.gray.hsv = o.gray.hsl;
72210
- o.gray.hwb = function(e3) {
72211
- return [0, 100, e3[0]];
72212
- };
72213
- o.gray.cmyk = function(e3) {
72214
- return [0, 0, 0, e3[0]];
72215
- };
72216
- o.gray.lab = function(e3) {
72217
- return [e3[0], 0, 0];
72218
- };
72219
- o.gray.hex = function(e3) {
72220
- const t3 = Math.round(e3[0] / 100 * 255) & 255;
72221
- const n3 = (t3 << 16) + (t3 << 8) + t3;
72222
- const r2 = n3.toString(16).toUpperCase();
72223
- return "000000".substring(r2.length) + r2;
72224
- };
72225
- o.rgb.gray = function(e3) {
72226
- const t3 = (e3[0] + e3[1] + e3[2]) / 3;
72227
- return [t3 / 255 * 100];
72228
- };
72229
- }, 767: (e2, t2, n2) => {
72230
- const r = n2(226);
72231
- const s = n2(392);
72232
- const o = {};
72233
- const l = Object.keys(r);
72234
- function wrapRaw(e3) {
72235
- const wrappedFn = function(...t3) {
72236
- const n3 = t3[0];
72237
- if (n3 === void 0 || n3 === null) {
72238
- return n3;
72239
- }
72240
- if (n3.length > 1) {
72241
- t3 = n3;
72242
- }
72243
- return e3(t3);
72244
- };
72245
- if ("conversion" in e3) {
72246
- wrappedFn.conversion = e3.conversion;
72247
- }
72248
- return wrappedFn;
72249
- }
72250
- function wrapRounded(e3) {
72251
- const wrappedFn = function(...t3) {
72252
- const n3 = t3[0];
72253
- if (n3 === void 0 || n3 === null) {
72254
- return n3;
72255
- }
72256
- if (n3.length > 1) {
72257
- t3 = n3;
72258
- }
72259
- const r2 = e3(t3);
72260
- if (typeof r2 === "object") {
72261
- for (let e4 = r2.length, t4 = 0; t4 < e4; t4++) {
72262
- r2[t4] = Math.round(r2[t4]);
72263
- }
72264
- }
72265
- return r2;
72266
- };
72267
- if ("conversion" in e3) {
72268
- wrappedFn.conversion = e3.conversion;
72269
- }
72270
- return wrappedFn;
72271
- }
72272
- l.forEach((e3) => {
72273
- o[e3] = {};
72274
- Object.defineProperty(o[e3], "channels", { value: r[e3].channels });
72275
- Object.defineProperty(o[e3], "labels", { value: r[e3].labels });
72276
- const t3 = s(e3);
72277
- const n3 = Object.keys(t3);
72278
- n3.forEach((n4) => {
72279
- const r2 = t3[n4];
72280
- o[e3][n4] = wrapRounded(r2);
72281
- o[e3][n4].raw = wrapRaw(r2);
72282
- });
72283
- });
72284
- e2.exports = o;
72285
- }, 392: (e2, t2, n2) => {
72286
- const r = n2(226);
72287
- function buildGraph() {
72288
- const e3 = {};
72289
- const t3 = Object.keys(r);
72290
- for (let n3 = t3.length, r2 = 0; r2 < n3; r2++) {
72291
- e3[t3[r2]] = { distance: -1, parent: null };
72292
- }
72293
- return e3;
72294
- }
72295
- function deriveBFS(e3) {
72296
- const t3 = buildGraph();
72297
- const n3 = [e3];
72298
- t3[e3].distance = 0;
72299
- while (n3.length) {
72300
- const e4 = n3.pop();
72301
- const s = Object.keys(r[e4]);
72302
- for (let r2 = s.length, o = 0; o < r2; o++) {
72303
- const r3 = s[o];
72304
- const l = t3[r3];
72305
- if (l.distance === -1) {
72306
- l.distance = t3[e4].distance + 1;
72307
- l.parent = e4;
72308
- n3.unshift(r3);
72309
- }
72310
- }
72311
- }
72312
- return t3;
72313
- }
72314
- function link(e3, t3) {
72315
- return function(n3) {
72316
- return t3(e3(n3));
72317
- };
72318
- }
72319
- function wrapConversion(e3, t3) {
72320
- const n3 = [t3[e3].parent, e3];
72321
- let s = r[t3[e3].parent][e3];
72322
- let o = t3[e3].parent;
72323
- while (t3[o].parent) {
72324
- n3.unshift(t3[o].parent);
72325
- s = link(r[t3[o].parent][o], s);
72326
- o = t3[o].parent;
71000
+ return schema;
71001
+ };
71002
+ this.setProperties = function(properties) {
71003
+ for (var key in properties) {
71004
+ _this.addProperty(key, properties[key]);
72327
71005
  }
72328
- s.conversion = n3;
72329
- return s;
72330
- }
72331
- e2.exports = function(e3) {
72332
- const t3 = deriveBFS(e3);
72333
- const n3 = {};
72334
- const r2 = Object.keys(t3);
72335
- for (let e4 = r2.length, s = 0; s < e4; s++) {
72336
- const e5 = r2[s];
72337
- const o = t3[e5];
72338
- if (o.parent === null) {
72339
- continue;
72340
- }
72341
- n3[e5] = wrapConversion(e5, t3);
71006
+ return _this;
71007
+ };
71008
+ this.addPatternProperty = function(key, schema) {
71009
+ if (!schema)
71010
+ return;
71011
+ _this.patternProperties = _this.patternProperties || {};
71012
+ _this.patternProperties[key] = new Schema2(schema, _this);
71013
+ _this.patternProperties[key].name = key;
71014
+ return _this.patternProperties[key];
71015
+ };
71016
+ this.removePatternProperty = function(key) {
71017
+ var schema = _this.patternProperties[key];
71018
+ delete _this.patternProperties[key];
71019
+ return schema;
71020
+ };
71021
+ this.setPatternProperties = function(properties) {
71022
+ if (!properties)
71023
+ return _this;
71024
+ for (var key in properties) {
71025
+ _this.addPatternProperty(key, properties[key]);
72342
71026
  }
72343
- return n3;
71027
+ return _this;
72344
71028
  };
72345
- }, 866: (e2) => {
72346
- "use strict";
72347
- e2.exports = { aliceblue: [240, 248, 255], antiquewhite: [250, 235, 215], aqua: [0, 255, 255], aquamarine: [127, 255, 212], azure: [240, 255, 255], beige: [245, 245, 220], bisque: [255, 228, 196], black: [0, 0, 0], blanchedalmond: [255, 235, 205], blue: [0, 0, 255], blueviolet: [138, 43, 226], brown: [165, 42, 42], burlywood: [222, 184, 135], cadetblue: [95, 158, 160], chartreuse: [127, 255, 0], chocolate: [210, 105, 30], coral: [255, 127, 80], cornflowerblue: [100, 149, 237], cornsilk: [255, 248, 220], crimson: [220, 20, 60], cyan: [0, 255, 255], darkblue: [0, 0, 139], darkcyan: [0, 139, 139], darkgoldenrod: [184, 134, 11], darkgray: [169, 169, 169], darkgreen: [0, 100, 0], darkgrey: [169, 169, 169], darkkhaki: [189, 183, 107], darkmagenta: [139, 0, 139], darkolivegreen: [85, 107, 47], darkorange: [255, 140, 0], darkorchid: [153, 50, 204], darkred: [139, 0, 0], darksalmon: [233, 150, 122], darkseagreen: [143, 188, 143], darkslateblue: [72, 61, 139], darkslategray: [47, 79, 79], darkslategrey: [47, 79, 79], darkturquoise: [0, 206, 209], darkviolet: [148, 0, 211], deeppink: [255, 20, 147], deepskyblue: [0, 191, 255], dimgray: [105, 105, 105], dimgrey: [105, 105, 105], dodgerblue: [30, 144, 255], firebrick: [178, 34, 34], floralwhite: [255, 250, 240], forestgreen: [34, 139, 34], fuchsia: [255, 0, 255], gainsboro: [220, 220, 220], ghostwhite: [248, 248, 255], gold: [255, 215, 0], goldenrod: [218, 165, 32], gray: [128, 128, 128], green: [0, 128, 0], greenyellow: [173, 255, 47], grey: [128, 128, 128], honeydew: [240, 255, 240], hotpink: [255, 105, 180], indianred: [205, 92, 92], indigo: [75, 0, 130], ivory: [255, 255, 240], khaki: [240, 230, 140], lavender: [230, 230, 250], lavenderblush: [255, 240, 245], lawngreen: [124, 252, 0], lemonchiffon: [255, 250, 205], lightblue: [173, 216, 230], lightcoral: [240, 128, 128], lightcyan: [224, 255, 255], lightgoldenrodyellow: [250, 250, 210], lightgray: [211, 211, 211], lightgreen: [144, 238, 144], lightgrey: [211, 211, 211], lightpink: [255, 182, 193], lightsalmon: [255, 160, 122], lightseagreen: [32, 178, 170], lightskyblue: [135, 206, 250], lightslategray: [119, 136, 153], lightslategrey: [119, 136, 153], lightsteelblue: [176, 196, 222], lightyellow: [255, 255, 224], lime: [0, 255, 0], limegreen: [50, 205, 50], linen: [250, 240, 230], magenta: [255, 0, 255], maroon: [128, 0, 0], mediumaquamarine: [102, 205, 170], mediumblue: [0, 0, 205], mediumorchid: [186, 85, 211], mediumpurple: [147, 112, 219], mediumseagreen: [60, 179, 113], mediumslateblue: [123, 104, 238], mediumspringgreen: [0, 250, 154], mediumturquoise: [72, 209, 204], mediumvioletred: [199, 21, 133], midnightblue: [25, 25, 112], mintcream: [245, 255, 250], mistyrose: [255, 228, 225], moccasin: [255, 228, 181], navajowhite: [255, 222, 173], navy: [0, 0, 128], oldlace: [253, 245, 230], olive: [128, 128, 0], olivedrab: [107, 142, 35], orange: [255, 165, 0], orangered: [255, 69, 0], orchid: [218, 112, 214], palegoldenrod: [238, 232, 170], palegreen: [152, 251, 152], paleturquoise: [175, 238, 238], palevioletred: [219, 112, 147], papayawhip: [255, 239, 213], peachpuff: [255, 218, 185], peru: [205, 133, 63], pink: [255, 192, 203], plum: [221, 160, 221], powderblue: [176, 224, 230], purple: [128, 0, 128], rebeccapurple: [102, 51, 153], red: [255, 0, 0], rosybrown: [188, 143, 143], royalblue: [65, 105, 225], saddlebrown: [139, 69, 19], salmon: [250, 128, 114], sandybrown: [244, 164, 96], seagreen: [46, 139, 87], seashell: [255, 245, 238], sienna: [160, 82, 45], silver: [192, 192, 192], skyblue: [135, 206, 235], slateblue: [106, 90, 205], slategray: [112, 128, 144], slategrey: [112, 128, 144], snow: [255, 250, 250], springgreen: [0, 255, 127], steelblue: [70, 130, 180], tan: [210, 180, 140], teal: [0, 128, 128], thistle: [216, 191, 216], tomato: [255, 99, 71], turquoise: [64, 224, 208], violet: [238, 130, 238], wheat: [245, 222, 179], white: [255, 255, 255], whitesmoke: [245, 245, 245], yellow: [255, 255, 0], yellowgreen: [154, 205, 50] };
72348
- }, 975: (e2) => {
72349
- "use strict";
72350
- e2.exports = (e3, t2 = process.argv) => {
72351
- const n2 = e3.startsWith("-") ? "" : e3.length === 1 ? "-" : "--";
72352
- const r = t2.indexOf(n2 + e3);
72353
- const s = t2.indexOf("--");
72354
- return r !== -1 && (s === -1 || r < s);
71029
+ this.setAdditionalProperties = function(properties) {
71030
+ if (!properties)
71031
+ return;
71032
+ _this.additionalProperties = new Schema2(properties);
71033
+ return _this.additionalProperties;
72355
71034
  };
72356
- }, 242: (e2, t2, n2) => {
72357
- "use strict";
72358
- const r = n2(37);
72359
- const s = n2(224);
72360
- const o = n2(975);
72361
- const { env: l } = process;
72362
- let c;
72363
- if (o("no-color") || o("no-colors") || o("color=false") || o("color=never")) {
72364
- c = 0;
72365
- } else if (o("color") || o("colors") || o("color=true") || o("color=always")) {
72366
- c = 1;
72367
- }
72368
- if ("FORCE_COLOR" in l) {
72369
- if (l.FORCE_COLOR === "true") {
72370
- c = 1;
72371
- } else if (l.FORCE_COLOR === "false") {
72372
- c = 0;
71035
+ this.setItems = function(schema) {
71036
+ if (!schema)
71037
+ return;
71038
+ if (Array.isArray(schema)) {
71039
+ _this.items = schema.map(function(item) {
71040
+ return new Schema2(item, _this);
71041
+ });
72373
71042
  } else {
72374
- c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
72375
- }
72376
- }
72377
- function translateLevel(e3) {
72378
- if (e3 === 0) {
72379
- return false;
72380
- }
72381
- return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
72382
- }
72383
- function supportsColor(e3, t3) {
72384
- if (c === 0) {
72385
- return 0;
72386
- }
72387
- if (o("color=16m") || o("color=full") || o("color=truecolor")) {
72388
- return 3;
72389
- }
72390
- if (o("color=256")) {
72391
- return 2;
72392
- }
72393
- if (e3 && !t3 && c === void 0) {
72394
- return 0;
72395
- }
72396
- const n3 = c || 0;
72397
- if (l.TERM === "dumb") {
72398
- return n3;
71043
+ _this.items = new Schema2(schema, _this);
72399
71044
  }
72400
- if (process.platform === "win32") {
72401
- const e4 = r.release().split(".");
72402
- if (Number(e4[0]) >= 10 && Number(e4[2]) >= 10586) {
72403
- return Number(e4[2]) >= 14931 ? 3 : 2;
71045
+ return _this.items;
71046
+ };
71047
+ this.setAdditionalItems = function(items) {
71048
+ if (!items)
71049
+ return;
71050
+ _this.additionalItems = new Schema2(items, _this);
71051
+ return _this.additionalItems;
71052
+ };
71053
+ this.findDefinitions = function(ref2) {
71054
+ if (!ref2 || !_this.root || !isStr(ref2))
71055
+ return;
71056
+ if (ref2.indexOf("#/") !== 0)
71057
+ return;
71058
+ return Path.getIn(_this.root, ref2.substring(2).split("/"));
71059
+ };
71060
+ this.mapProperties = function(callback) {
71061
+ return Schema2.getOrderProperties(_this).map(function(_a2, index) {
71062
+ var schema = _a2.schema, key = _a2.key;
71063
+ return callback(schema, key, index);
71064
+ });
71065
+ };
71066
+ this.mapPatternProperties = function(callback) {
71067
+ return Schema2.getOrderProperties(_this, "patternProperties").map(function(_a2, index) {
71068
+ var schema = _a2.schema, key = _a2.key;
71069
+ return callback(schema, key, index);
71070
+ });
71071
+ };
71072
+ this.reduceProperties = function(callback, predicate) {
71073
+ var results = predicate;
71074
+ Schema2.getOrderProperties(_this, "properties").forEach(function(_a2, index) {
71075
+ var schema = _a2.schema, key = _a2.key;
71076
+ results = callback(results, schema, key, index);
71077
+ });
71078
+ return results;
71079
+ };
71080
+ this.reducePatternProperties = function(callback, predicate) {
71081
+ var results = predicate;
71082
+ Schema2.getOrderProperties(_this, "patternProperties").forEach(function(_a2, index) {
71083
+ var schema = _a2.schema, key = _a2.key;
71084
+ results = callback(results, schema, key, index);
71085
+ });
71086
+ return results;
71087
+ };
71088
+ this.compile = function(scope) {
71089
+ var schema = new Schema2({}, _this.parent);
71090
+ each(_this, function(value, key) {
71091
+ if (isFn(value) && !key.includes("x-"))
71092
+ return;
71093
+ if (key === "parent" || key === "root")
71094
+ return;
71095
+ if (!SchemaNestedMap[key]) {
71096
+ schema[key] = value ? compile(value, scope) : value;
71097
+ } else {
71098
+ schema[key] = value ? shallowCompile(value, scope) : value;
72404
71099
  }
72405
- return 1;
72406
- }
72407
- if ("CI" in l) {
72408
- if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "GITHUB_ACTIONS", "BUILDKITE"].some((e4) => e4 in l) || l.CI_NAME === "codeship") {
72409
- return 1;
71100
+ });
71101
+ return schema;
71102
+ };
71103
+ this.fromJSON = function(json2) {
71104
+ if (!json2)
71105
+ return _this;
71106
+ if (Schema2.isSchemaInstance(json2))
71107
+ return json2;
71108
+ each(reducePatches(json2), function(value, key) {
71109
+ if (isFn(value) && !key.includes("x-"))
71110
+ return;
71111
+ if (key === "properties") {
71112
+ _this.setProperties(value);
71113
+ } else if (key === "patternProperties") {
71114
+ _this.setPatternProperties(value);
71115
+ } else if (key === "additionalProperties") {
71116
+ _this.setAdditionalProperties(value);
71117
+ } else if (key === "items") {
71118
+ _this.setItems(value);
71119
+ } else if (key === "additionalItems") {
71120
+ _this.setAdditionalItems(value);
71121
+ } else if (key === "$ref") {
71122
+ _this.fromJSON(_this.findDefinitions(value));
71123
+ } else {
71124
+ _this[key] = value;
72410
71125
  }
72411
- return n3;
72412
- }
72413
- if ("TEAMCITY_VERSION" in l) {
72414
- return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(l.TEAMCITY_VERSION) ? 1 : 0;
72415
- }
72416
- if (l.COLORTERM === "truecolor") {
72417
- return 3;
71126
+ });
71127
+ return _this;
71128
+ };
71129
+ this.toJSON = function(recursion) {
71130
+ if (recursion === void 0) {
71131
+ recursion = true;
72418
71132
  }
72419
- if ("TERM_PROGRAM" in l) {
72420
- const e4 = parseInt((l.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
72421
- switch (l.TERM_PROGRAM) {
72422
- case "iTerm.app":
72423
- return e4 >= 3 ? 3 : 2;
72424
- case "Apple_Terminal":
72425
- return 2;
71133
+ var results = {};
71134
+ each(_this, function(value, key) {
71135
+ var _a2, _b;
71136
+ if (isFn(value) && !key.includes("x-") || key === "parent" || key === "root")
71137
+ return;
71138
+ if (key === "properties" || key === "patternProperties") {
71139
+ if (!recursion)
71140
+ return;
71141
+ results[key] = map(value, function(item) {
71142
+ var _a3;
71143
+ return (_a3 = item === null || item === void 0 ? void 0 : item.toJSON) === null || _a3 === void 0 ? void 0 : _a3.call(item);
71144
+ });
71145
+ } else if (key === "additionalProperties" || key === "additionalItems") {
71146
+ if (!recursion)
71147
+ return;
71148
+ results[key] = (_a2 = value === null || value === void 0 ? void 0 : value.toJSON) === null || _a2 === void 0 ? void 0 : _a2.call(value);
71149
+ } else if (key === "items") {
71150
+ if (!recursion)
71151
+ return;
71152
+ if (Array.isArray(value)) {
71153
+ results[key] = value.map(function(item) {
71154
+ var _a3;
71155
+ return (_a3 = item === null || item === void 0 ? void 0 : item.toJSON) === null || _a3 === void 0 ? void 0 : _a3.call(item);
71156
+ });
71157
+ } else {
71158
+ results[key] = (_b = value === null || value === void 0 ? void 0 : value.toJSON) === null || _b === void 0 ? void 0 : _b.call(value);
71159
+ }
71160
+ } else {
71161
+ results[key] = value;
72426
71162
  }
72427
- }
72428
- if (/-256(color)?$/i.test(l.TERM)) {
72429
- return 2;
72430
- }
72431
- if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(l.TERM)) {
72432
- return 1;
72433
- }
72434
- if ("COLORTERM" in l) {
72435
- return 1;
72436
- }
72437
- return n3;
71163
+ });
71164
+ return results;
71165
+ };
71166
+ this.toFieldProps = function(options) {
71167
+ return transformFieldProps(_this, options);
71168
+ };
71169
+ if (parent) {
71170
+ this.parent = parent;
71171
+ this.root = parent.root;
71172
+ } else {
71173
+ this.root = this;
72438
71174
  }
72439
- function getSupportLevel(e3) {
72440
- const t3 = supportsColor(e3, e3 && e3.isTTY);
72441
- return translateLevel(t3);
71175
+ return this.fromJSON(json);
71176
+ }
71177
+ Schema2.getOrderProperties = function(schema, propertiesName) {
71178
+ if (schema === void 0) {
71179
+ schema = {};
72442
71180
  }
72443
- e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, s.isatty(1))), stderr: translateLevel(supportsColor(true, s.isatty(2))) };
72444
- }, 37: (e2) => {
72445
- "use strict";
72446
- e2.exports = require("os");
72447
- }, 224: (e2) => {
72448
- "use strict";
72449
- e2.exports = require("tty");
72450
- } };
72451
- var t = {};
72452
- function __nccwpck_require__(n2) {
72453
- var r = t[n2];
72454
- if (r !== void 0) {
72455
- return r.exports;
71181
+ if (propertiesName === void 0) {
71182
+ propertiesName = "properties";
72456
71183
  }
72457
- var s = t[n2] = { id: n2, loaded: false, exports: {} };
72458
- var o = true;
72459
- try {
72460
- e[n2](s, s.exports, __nccwpck_require__);
72461
- o = false;
72462
- } finally {
72463
- if (o)
72464
- delete t[n2];
71184
+ var orderProperties = [];
71185
+ var unorderProperties = [];
71186
+ for (var key in schema[propertiesName]) {
71187
+ var item = schema[propertiesName][key];
71188
+ var index = item["x-index"];
71189
+ if (!isNaN(index)) {
71190
+ orderProperties[index] = { schema: item, key };
71191
+ } else {
71192
+ unorderProperties.push({ schema: item, key });
71193
+ }
72465
71194
  }
72466
- s.loaded = true;
72467
- return s.exports;
72468
- }
72469
- (() => {
72470
- __nccwpck_require__.nmd = (e2) => {
72471
- e2.paths = [];
72472
- if (!e2.children)
72473
- e2.children = [];
72474
- return e2;
72475
- };
72476
- })();
72477
- if (typeof __nccwpck_require__ !== "undefined")
72478
- __nccwpck_require__.ab = __dirname + "/";
72479
- var n = __nccwpck_require__(584);
72480
- module2.exports = n;
72481
- })();
71195
+ return orderProperties.concat(unorderProperties).filter(function(item2) {
71196
+ return !!item2;
71197
+ });
71198
+ };
71199
+ Schema2.compile = function(expression, scope) {
71200
+ return compile(expression, scope);
71201
+ };
71202
+ Schema2.shallowCompile = function(expression, scope) {
71203
+ return shallowCompile(expression, scope);
71204
+ };
71205
+ Schema2.isSchemaInstance = function(value) {
71206
+ return instOf(value, Schema2);
71207
+ };
71208
+ Schema2.registerCompiler = registerCompiler;
71209
+ Schema2.registerPatches = registerPatches;
71210
+ Schema2.registerVoidComponents = registerVoidComponents;
71211
+ Schema2.registerTypeDefaultComponents = registerTypeDefaultComponents;
71212
+ Schema2.registerPolyfills = registerPolyfills;
71213
+ Schema2.enablePolyfills = enablePolyfills;
71214
+ Schema2.silent = silent;
71215
+ return Schema2;
71216
+ }();
71217
+ }
71218
+ });
71219
+
71220
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/types.js
71221
+ var init_types6 = __esm({
71222
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/types.js"() {
71223
+ }
71224
+ });
71225
+
71226
+ // ../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/index.js
71227
+ var esm_exports2 = {};
71228
+ __export(esm_exports2, {
71229
+ Schema: () => Schema
71230
+ });
71231
+ var init_esm6 = __esm({
71232
+ "../../../../node_modules/.pnpm/@formily+json-schema@2.2.7_typescript@4.9.3/node_modules/@formily/json-schema/esm/index.js"() {
71233
+ init_schema();
71234
+ init_types6();
72482
71235
  }
72483
71236
  });
72484
71237
 
@@ -72646,7 +71399,7 @@ var require_figures = __commonJS({
72646
71399
  var require_separator = __commonJS({
72647
71400
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/objects/separator.js"(exports, module2) {
72648
71401
  "use strict";
72649
- var chalk3 = require_chalk2();
71402
+ var chalk3 = require_chalk();
72650
71403
  var figures = require_figures();
72651
71404
  var Separator = class {
72652
71405
  constructor(line) {
@@ -92211,7 +90964,7 @@ var require_ora2 = __commonJS({
92211
90964
  "../../../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.js"(exports, module2) {
92212
90965
  "use strict";
92213
90966
  var readline = require("readline");
92214
- var chalk3 = require_chalk2();
90967
+ var chalk3 = require_chalk();
92215
90968
  var cliCursor = require_cli_cursor();
92216
90969
  var cliSpinners = require_cli_spinners();
92217
90970
  var logSymbols = require_browser2();
@@ -92662,7 +91415,7 @@ var require_base3 = __commonJS({
92662
91415
  defaults: require_defaults2(),
92663
91416
  clone: require_clone()
92664
91417
  };
92665
- var chalk3 = require_chalk2();
91418
+ var chalk3 = require_chalk();
92666
91419
  var runAsync = require_run_async();
92667
91420
  var { filter, flatMap, share, take, takeUntil } = require_operators();
92668
91421
  var Choices = require_choices();
@@ -92848,7 +91601,7 @@ var require_events = __commonJS({
92848
91601
  var require_paginator = __commonJS({
92849
91602
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/utils/paginator.js"(exports, module2) {
92850
91603
  "use strict";
92851
- var chalk3 = require_chalk2();
91604
+ var chalk3 = require_chalk();
92852
91605
  var Paginator = class {
92853
91606
  /**
92854
91607
  * @param {import("./screen-manager")} [screen]
@@ -92929,7 +91682,7 @@ var require_incrementListIndex = __commonJS({
92929
91682
  var require_list2 = __commonJS({
92930
91683
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/list.js"(exports, module2) {
92931
91684
  "use strict";
92932
- var chalk3 = require_chalk2();
91685
+ var chalk3 = require_chalk();
92933
91686
  var figures = require_figures();
92934
91687
  var cliCursor = require_cli_cursor();
92935
91688
  var runAsync = require_run_async();
@@ -93079,7 +91832,7 @@ var require_list2 = __commonJS({
93079
91832
  var require_input = __commonJS({
93080
91833
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/input.js"(exports, module2) {
93081
91834
  "use strict";
93082
- var chalk3 = require_chalk2();
91835
+ var chalk3 = require_chalk();
93083
91836
  var { map: map2, takeUntil } = require_operators();
93084
91837
  var Base = require_base3();
93085
91838
  var observe2 = require_events();
@@ -93183,7 +91936,7 @@ var require_number = __commonJS({
93183
91936
  var require_confirm = __commonJS({
93184
91937
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/confirm.js"(exports, module2) {
93185
91938
  "use strict";
93186
- var chalk3 = require_chalk2();
91939
+ var chalk3 = require_chalk();
93187
91940
  var { take, takeUntil } = require_operators();
93188
91941
  var Base = require_base3();
93189
91942
  var observe2 = require_events();
@@ -93257,7 +92010,7 @@ var require_confirm = __commonJS({
93257
92010
  var require_rawlist = __commonJS({
93258
92011
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/rawlist.js"(exports, module2) {
93259
92012
  "use strict";
93260
- var chalk3 = require_chalk2();
92013
+ var chalk3 = require_chalk();
93261
92014
  var { map: map2, takeUntil } = require_operators();
93262
92015
  var Base = require_base3();
93263
92016
  var Separator = require_separator();
@@ -93425,7 +92178,7 @@ var require_rawlist = __commonJS({
93425
92178
  var require_expand2 = __commonJS({
93426
92179
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/expand.js"(exports, module2) {
93427
92180
  "use strict";
93428
- var chalk3 = require_chalk2();
92181
+ var chalk3 = require_chalk();
93429
92182
  var { map: map2, takeUntil } = require_operators();
93430
92183
  var Base = require_base3();
93431
92184
  var Separator = require_separator();
@@ -93632,7 +92385,7 @@ var require_expand2 = __commonJS({
93632
92385
  var require_checkbox = __commonJS({
93633
92386
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/checkbox.js"(exports, module2) {
93634
92387
  "use strict";
93635
- var chalk3 = require_chalk2();
92388
+ var chalk3 = require_chalk();
93636
92389
  var cliCursor = require_cli_cursor();
93637
92390
  var figures = require_figures();
93638
92391
  var { map: map2, takeUntil } = require_operators();
@@ -93822,7 +92575,7 @@ var require_checkbox = __commonJS({
93822
92575
  var require_password = __commonJS({
93823
92576
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/password.js"(exports, module2) {
93824
92577
  "use strict";
93825
- var chalk3 = require_chalk2();
92578
+ var chalk3 = require_chalk();
93826
92579
  var { map: map2, takeUntil } = require_operators();
93827
92580
  var Base = require_base3();
93828
92581
  var observe2 = require_events();
@@ -103497,7 +102250,7 @@ var require_main = __commonJS({
103497
102250
  var require_editor = __commonJS({
103498
102251
  "../../../../node_modules/.pnpm/inquirer@8.2.2/node_modules/inquirer/lib/prompts/editor.js"(exports, module2) {
103499
102252
  "use strict";
103500
- var chalk3 = require_chalk2();
102253
+ var chalk3 = require_chalk();
103501
102254
  var { editAsync } = require_main();
103502
102255
  var Base = require_base3();
103503
102256
  var observe2 = require_events();
@@ -103622,9 +102375,9 @@ var require_inquirer = __commonJS({
103622
102375
  }
103623
102376
  });
103624
102377
 
103625
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/transform.js
102378
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/transform.js
103626
102379
  var require_transform = __commonJS({
103627
- "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/transform.js"(exports) {
102380
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/transform.js"(exports) {
103628
102381
  "use strict";
103629
102382
  Object.defineProperty(exports, "__esModule", {
103630
102383
  value: true
@@ -103793,9 +102546,9 @@ var require_transform = __commonJS({
103793
102546
  }
103794
102547
  });
103795
102548
 
103796
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/prompt.js
102549
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/prompt.js
103797
102550
  var require_prompt2 = __commonJS({
103798
- "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/prompt.js"(exports) {
102551
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/prompt.js"(exports) {
103799
102552
  "use strict";
103800
102553
  Object.defineProperty(exports, "__esModule", {
103801
102554
  value: true
@@ -103933,9 +102686,9 @@ var require_prompt2 = __commonJS({
103933
102686
  }
103934
102687
  });
103935
102688
 
103936
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/inquirer.js
102689
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/inquirer.js
103937
102690
  var require_inquirer2 = __commonJS({
103938
- "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/inquirer.js"(exports) {
102691
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/inquirer.js"(exports) {
103939
102692
  "use strict";
103940
102693
  Object.defineProperty(exports, "__esModule", {
103941
102694
  value: true
@@ -104007,9 +102760,9 @@ var require_inquirer2 = __commonJS({
104007
102760
  }
104008
102761
  });
104009
102762
 
104010
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/index.js
102763
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/index.js
104011
102764
  var require_node7 = __commonJS({
104012
- "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/node/index.js"(exports) {
102765
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/node/index.js"(exports) {
104013
102766
  "use strict";
104014
102767
  Object.defineProperty(exports, "__esModule", {
104015
102768
  value: true
@@ -104081,7 +102834,7 @@ var require_node7 = __commonJS({
104081
102834
  var require_separator2 = __commonJS({
104082
102835
  "../../../../node_modules/.pnpm/inquirer@8.1.3/node_modules/inquirer/lib/objects/separator.js"(exports, module2) {
104083
102836
  "use strict";
104084
- var chalk3 = require_chalk2();
102837
+ var chalk3 = require_chalk();
104085
102838
  var figures = require_figures();
104086
102839
  var Separator = class {
104087
102840
  constructor(line) {
@@ -105135,7 +103888,7 @@ var require_base4 = __commonJS({
105135
103888
  defaults: require_defaults2(),
105136
103889
  clone: require_clone()
105137
103890
  };
105138
- var chalk3 = require_chalk2();
103891
+ var chalk3 = require_chalk();
105139
103892
  var runAsync = require_run_async();
105140
103893
  var { filter, flatMap, share, take, takeUntil } = require_operators();
105141
103894
  var Choices = require_choices2();
@@ -105354,7 +104107,7 @@ var require_paginator2 = __commonJS({
105354
104107
  sum: require_sum(),
105355
104108
  flatten: require_flatten()
105356
104109
  };
105357
- var chalk3 = require_chalk2();
104110
+ var chalk3 = require_chalk();
105358
104111
  var Paginator = class {
105359
104112
  constructor(screen, options = {}) {
105360
104113
  const { isInfinite = true } = options;
@@ -105436,7 +104189,7 @@ var require_list3 = __commonJS({
105436
104189
  findIndex: require_findIndex2(),
105437
104190
  isString: require_isString()
105438
104191
  };
105439
- var chalk3 = require_chalk2();
104192
+ var chalk3 = require_chalk();
105440
104193
  var figures = require_figures();
105441
104194
  var cliCursor = require_cli_cursor();
105442
104195
  var runAsync = require_run_async();
@@ -105589,7 +104342,7 @@ var require_list3 = __commonJS({
105589
104342
  var require_input2 = __commonJS({
105590
104343
  "../../../../node_modules/.pnpm/inquirer@8.1.3/node_modules/inquirer/lib/prompts/input.js"(exports, module2) {
105591
104344
  "use strict";
105592
- var chalk3 = require_chalk2();
104345
+ var chalk3 = require_chalk();
105593
104346
  var { map: map2, takeUntil } = require_operators();
105594
104347
  var Base = require_base4();
105595
104348
  var observe2 = require_events2();
@@ -105710,7 +104463,7 @@ var require_confirm2 = __commonJS({
105710
104463
  extend: require_extend(),
105711
104464
  isBoolean: require_isBoolean()
105712
104465
  };
105713
- var chalk3 = require_chalk2();
104466
+ var chalk3 = require_chalk();
105714
104467
  var { take, takeUntil } = require_operators();
105715
104468
  var Base = require_base4();
105716
104469
  var observe2 = require_events2();
@@ -105789,7 +104542,7 @@ var require_rawlist2 = __commonJS({
105789
104542
  isNumber: require_isNumber(),
105790
104543
  findIndex: require_findIndex2()
105791
104544
  };
105792
- var chalk3 = require_chalk2();
104545
+ var chalk3 = require_chalk();
105793
104546
  var { map: map2, takeUntil } = require_operators();
105794
104547
  var Base = require_base4();
105795
104548
  var Separator = require_separator2();
@@ -106110,7 +104863,7 @@ var require_expand3 = __commonJS({
106110
104863
  isNumber: require_isNumber(),
106111
104864
  findIndex: require_findIndex2()
106112
104865
  };
106113
- var chalk3 = require_chalk2();
104866
+ var chalk3 = require_chalk();
106114
104867
  var { map: map2, takeUntil } = require_operators();
106115
104868
  var Base = require_base4();
106116
104869
  var Separator = require_separator2();
@@ -106325,7 +105078,7 @@ var require_checkbox2 = __commonJS({
106325
105078
  map: require_map2(),
106326
105079
  isString: require_isString()
106327
105080
  };
106328
- var chalk3 = require_chalk2();
105081
+ var chalk3 = require_chalk();
106329
105082
  var cliCursor = require_cli_cursor();
106330
105083
  var figures = require_figures();
106331
105084
  var { map: map2, takeUntil } = require_operators();
@@ -106516,7 +105269,7 @@ var require_checkbox2 = __commonJS({
106516
105269
  var require_password2 = __commonJS({
106517
105270
  "../../../../node_modules/.pnpm/inquirer@8.1.3/node_modules/inquirer/lib/prompts/password.js"(exports, module2) {
106518
105271
  "use strict";
106519
- var chalk3 = require_chalk2();
105272
+ var chalk3 = require_chalk();
106520
105273
  var { map: map2, takeUntil } = require_operators();
106521
105274
  var Base = require_base4();
106522
105275
  var observe2 = require_events2();
@@ -106608,7 +105361,7 @@ var require_password2 = __commonJS({
106608
105361
  var require_editor2 = __commonJS({
106609
105362
  "../../../../node_modules/.pnpm/inquirer@8.1.3/node_modules/inquirer/lib/prompts/editor.js"(exports, module2) {
106610
105363
  "use strict";
106611
- var chalk3 = require_chalk2();
105364
+ var chalk3 = require_chalk();
106612
105365
  var { editAsync } = require_main();
106613
105366
  var Base = require_base4();
106614
105367
  var observe2 = require_events2();
@@ -106822,9 +105575,9 @@ var require_node8 = __commonJS({
106822
105575
  }
106823
105576
  });
106824
105577
 
106825
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/zh.js
105578
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/zh.js
106826
105579
  var require_zh = __commonJS({
106827
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/zh.js"(exports) {
105580
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/zh.js"(exports) {
106828
105581
  "use strict";
106829
105582
  Object.defineProperty(exports, "__esModule", {
106830
105583
  value: true
@@ -106859,9 +105612,9 @@ var require_zh = __commonJS({
106859
105612
  }
106860
105613
  });
106861
105614
 
106862
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/en.js
105615
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/en.js
106863
105616
  var require_en = __commonJS({
106864
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/en.js"(exports) {
105617
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/en.js"(exports) {
106865
105618
  "use strict";
106866
105619
  Object.defineProperty(exports, "__esModule", {
106867
105620
  value: true
@@ -106896,9 +105649,9 @@ var require_en = __commonJS({
106896
105649
  }
106897
105650
  });
106898
105651
 
106899
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/index.js
105652
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/index.js
106900
105653
  var require_locale = __commonJS({
106901
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/index.js"(exports) {
105654
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/locale/index.js"(exports) {
106902
105655
  "use strict";
106903
105656
  Object.defineProperty(exports, "__esModule", {
106904
105657
  value: true
@@ -106923,9 +105676,9 @@ var require_locale = __commonJS({
106923
105676
  }
106924
105677
  });
106925
105678
 
106926
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/transform.js
105679
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/transform.js
106927
105680
  var require_transform2 = __commonJS({
106928
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/transform.js"(exports) {
105681
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/transform.js"(exports) {
106929
105682
  "use strict";
106930
105683
  Object.defineProperty(exports, "__esModule", {
106931
105684
  value: true
@@ -106960,9 +105713,9 @@ var require_transform2 = __commonJS({
106960
105713
  }
106961
105714
  });
106962
105715
 
106963
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/checkUseNvm.js
105716
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/checkUseNvm.js
106964
105717
  var require_checkUseNvm = __commonJS({
106965
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/checkUseNvm.js"(exports) {
105718
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/utils/checkUseNvm.js"(exports) {
106966
105719
  "use strict";
106967
105720
  Object.defineProperty(exports, "__esModule", {
106968
105721
  value: true
@@ -107025,9 +105778,9 @@ var require_checkUseNvm = __commonJS({
107025
105778
  }
107026
105779
  });
107027
105780
 
107028
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/index.js
105781
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/index.js
107029
105782
  var require_node9 = __commonJS({
107030
- "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-api-app/dist/js/node/index.js"(exports) {
105783
+ "../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-api-app/dist/js/node/index.js"(exports) {
107031
105784
  "use strict";
107032
105785
  Object.defineProperty(exports, "__esModule", {
107033
105786
  value: true
@@ -109662,7 +108415,7 @@ var require_fs_extra2 = __commonJS({
109662
108415
  });
109663
108416
 
109664
108417
  // ../../../toolkit/utils/compiled/chalk/index.js
109665
- var require_chalk3 = __commonJS({
108418
+ var require_chalk2 = __commonJS({
109666
108419
  "../../../toolkit/utils/compiled/chalk/index.js"(exports, module2) {
109667
108420
  (() => {
109668
108421
  var e = { 44: (e2, t2, n2) => {
@@ -114601,7 +113354,7 @@ var require_ora3 = __commonJS({
114601
113354
  }
114602
113355
  }, 234: (e2) => {
114603
113356
  "use strict";
114604
- e2.exports = require_chalk3();
113357
+ e2.exports = require_chalk2();
114605
113358
  }, 286: (e2) => {
114606
113359
  "use strict";
114607
113360
  e2.exports = require_strip_ansi3();
@@ -131856,7 +130609,7 @@ var require_signale2 = __commonJS({
131856
130609
  };
131857
130610
  }, 234: (e2) => {
131858
130611
  "use strict";
131859
- e2.exports = require_chalk3();
130612
+ e2.exports = require_chalk2();
131860
130613
  }, 684: (e2) => {
131861
130614
  "use strict";
131862
130615
  e2.exports = require_package4();
@@ -132579,198 +131332,6 @@ var require_dotenv_expand2 = __commonJS({
132579
131332
  }
132580
131333
  });
132581
131334
 
132582
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/browsers.js
132583
- var require_browsers3 = __commonJS({
132584
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/browsers.js"(exports, module2) {
132585
- module2.exports = { A: "ie", B: "edge", C: "firefox", D: "chrome", E: "safari", F: "opera", G: "ios_saf", H: "op_mini", I: "android", J: "bb", K: "op_mob", L: "and_chr", M: "and_ff", N: "ie_mob", O: "and_uc", P: "samsung", Q: "and_qq", R: "baidu", S: "kaios" };
132586
- }
132587
- });
132588
-
132589
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/browsers.js
132590
- var require_browsers4 = __commonJS({
132591
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/browsers.js"(exports, module2) {
132592
- module2.exports.browsers = require_browsers3();
132593
- }
132594
- });
132595
-
132596
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/browserVersions.js
132597
- var require_browserVersions3 = __commonJS({
132598
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/browserVersions.js"(exports, module2) {
132599
- module2.exports = { "0": "24", "1": "25", "2": "26", "3": "27", "4": "28", "5": "29", "6": "30", "7": "31", "8": "32", "9": "33", A: "10", B: "11", C: "12", D: "7", E: "8", F: "9", G: "15", H: "110", I: "4", J: "6", K: "13", L: "14", M: "16", N: "17", O: "18", P: "79", Q: "80", R: "81", S: "83", T: "84", U: "85", V: "86", W: "87", X: "88", Y: "89", Z: "90", a: "91", b: "92", c: "93", d: "94", e: "95", f: "109", g: "20", h: "73", i: "96", j: "97", k: "98", l: "99", m: "100", n: "101", o: "102", p: "103", q: "104", r: "105", s: "106", t: "107", u: "108", v: "5", w: "19", x: "21", y: "22", z: "23", AB: "34", BB: "35", CB: "36", DB: "37", EB: "38", FB: "39", GB: "40", HB: "41", IB: "42", JB: "43", KB: "44", LB: "45", MB: "46", NB: "47", OB: "48", PB: "49", QB: "50", RB: "51", SB: "52", TB: "53", UB: "54", VB: "55", WB: "56", XB: "57", YB: "58", ZB: "60", aB: "62", bB: "63", cB: "64", dB: "65", eB: "66", fB: "67", gB: "68", hB: "69", iB: "70", jB: "71", kB: "72", lB: "74", mB: "75", nB: "76", oB: "77", pB: "78", qB: "11.1", rB: "12.1", sB: "16.0", tB: "3", uB: "59", vB: "61", wB: "82", xB: "111", yB: "112", zB: "3.2", "0B": "10.1", "1B": "13.1", "2B": "15.2-15.3", "3B": "15.4", "4B": "15.5", "5B": "15.6", "6B": "16.1", "7B": "16.2", "8B": "16.3", "9B": "16.4", AC: "11.5", BC: "4.2-4.3", CC: "5.5", DC: "2", EC: "3.5", FC: "3.6", GC: "113", HC: "3.1", IC: "5.1", JC: "6.1", KC: "7.1", LC: "9.1", MC: "14.1", NC: "15.1", OC: "TP", PC: "9.5-9.6", QC: "10.0-10.1", RC: "10.5", SC: "10.6", TC: "11.6", UC: "4.0-4.1", VC: "5.0-5.1", WC: "6.0-6.1", XC: "7.0-7.1", YC: "8.1-8.4", ZC: "9.0-9.2", aC: "9.3", bC: "10.0-10.2", cC: "10.3", dC: "11.0-11.2", eC: "11.3-11.4", fC: "12.0-12.1", gC: "12.2-12.5", hC: "13.0-13.1", iC: "13.2", jC: "13.3", kC: "13.4-13.7", lC: "14.0-14.4", mC: "14.5-14.8", nC: "15.0-15.1", oC: "all", pC: "2.1", qC: "2.2", rC: "2.3", sC: "4.1", tC: "4.4", uC: "4.4.3-4.4.4", vC: "13.4", wC: "5.0-5.4", xC: "6.2-6.4", yC: "7.2-7.4", zC: "8.2", "0C": "9.2", "1C": "11.1-11.2", "2C": "12.0", "3C": "13.0", "4C": "14.0", "5C": "15.0", "6C": "17.0", "7C": "18.0", "8C": "19.0", "9C": "13.18", AD: "2.5", BD: "3.0-3.1" };
132600
- }
132601
- });
132602
-
132603
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/browserVersions.js
132604
- var require_browserVersions4 = __commonJS({
132605
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/browserVersions.js"(exports, module2) {
132606
- module2.exports.browserVersions = require_browserVersions3();
132607
- }
132608
- });
132609
-
132610
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/agents.js
132611
- var require_agents3 = __commonJS({
132612
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/data/agents.js"(exports, module2) {
132613
- module2.exports = { A: { A: { J: 0.0131217, D: 621152e-8, E: 0.0478029, F: 0.0573634, A: 956057e-8, B: 0.487589, CC: 9298e-6 }, B: "ms", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "CC", "J", "D", "E", "F", "A", "B", "", "", ""], E: "IE", F: { CC: 962323200, J: 998870400, D: 1161129600, E: 1237420800, F: 1300060800, A: 1346716800, B: 1381968e3 } }, B: { A: { C: 3861e-6, K: 4267e-6, L: 4268e-6, G: 3861e-6, M: 3702e-6, N: 3861e-6, O: 0.015444, P: 0, Q: 4298e-6, R: 944e-5, S: 4043e-6, T: 7722e-6, U: 3861e-6, V: 3861e-6, W: 3861e-6, X: 3943e-6, Y: 7722e-6, Z: 3943e-6, a: 3943e-6, b: 7722e-6, c: 4118e-6, d: 3939e-6, e: 3943e-6, i: 3943e-6, j: 3943e-6, k: 3929e-6, l: 3901e-6, m: 0.011829, n: 7886e-6, o: 3943e-6, p: 7722e-6, q: 3861e-6, r: 7722e-6, s: 0.011583, t: 0.073359, u: 0.111969, f: 1.66023, H: 2.23552 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "C", "K", "L", "G", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "f", "H", "", "", ""], E: "Edge", F: { C: 1438128e3, K: 1447286400, L: 1470096e3, G: 1491868800, M: 1508198400, N: 1525046400, O: 1542067200, P: 1579046400, Q: 1581033600, R: 1586736e3, S: 1590019200, T: 1594857600, U: 1598486400, V: 1602201600, W: 1605830400, X: 161136e4, Y: 1614816e3, Z: 1618358400, a: 1622073600, b: 1626912e3, c: 1630627200, d: 1632441600, e: 1634774400, i: 1637539200, j: 1641427200, k: 1643932800, l: 1646265600, m: 1649635200, n: 1651190400, o: 1653955200, p: 1655942400, q: 1659657600, r: 1661990400, s: 1664755200, t: 1666915200, u: 1670198400, f: 1673481600, H: 1675900800 }, D: { C: "ms", K: "ms", L: "ms", G: "ms", M: "ms", N: "ms", O: "ms" } }, C: { A: { "0": 8786e-6, "1": 4118e-6, "2": 4317e-6, "3": 4393e-6, "4": 4418e-6, "5": 8834e-6, "6": 8322e-6, "7": 8928e-6, "8": 4471e-6, "9": 9284e-6, DC: 4118e-6, tB: 4271e-6, I: 0.011703, v: 4879e-6, J: 0.020136, D: 5725e-6, E: 4525e-6, F: 533e-5, A: 4283e-6, B: 7722e-6, C: 4471e-6, K: 4486e-6, L: 453e-5, G: 8322e-6, M: 4417e-6, N: 4425e-6, O: 4161e-6, w: 4443e-6, g: 4283e-6, x: 8322e-6, y: 0.013698, z: 4161e-6, AB: 4707e-6, BB: 9076e-6, CB: 3861e-6, DB: 4783e-6, EB: 3929e-6, FB: 4783e-6, GB: 487e-5, HB: 5029e-6, IB: 47e-4, JB: 0.019305, KB: 3861e-6, LB: 3867e-6, MB: 4525e-6, NB: 4293e-6, OB: 3861e-6, PB: 4538e-6, QB: 8282e-6, RB: 0.011601, SB: 0.046332, TB: 0.011601, UB: 3929e-6, VB: 3974e-6, WB: 3861e-6, XB: 0.011601, YB: 3939e-6, uB: 3861e-6, ZB: 3929e-6, vB: 4356e-6, aB: 4425e-6, bB: 8322e-6, cB: 415e-5, dB: 4267e-6, eB: 3801e-6, fB: 4267e-6, gB: 3861e-6, hB: 415e-5, iB: 4293e-6, jB: 4425e-6, kB: 3861e-6, h: 415e-5, lB: 415e-5, mB: 4318e-6, nB: 4356e-6, oB: 3974e-6, pB: 0.034749, P: 3861e-6, Q: 3861e-6, R: 3861e-6, wB: 3861e-6, S: 3861e-6, T: 3929e-6, U: 4268e-6, V: 3801e-6, W: 0.015444, X: 7722e-6, Y: 3943e-6, Z: 3943e-6, a: 0.011583, b: 3801e-6, c: 7722e-6, d: 0.011583, e: 3773e-6, i: 7886e-6, j: 3901e-6, k: 3901e-6, l: 3861e-6, m: 3861e-6, n: 3861e-6, o: 0.096525, p: 0.042471, q: 7722e-6, r: 0.011583, s: 0.015444, t: 0.019305, u: 0.069498, f: 1.22008, H: 0.814671, xB: 7722e-6, yB: 0, EC: 8786e-6, FC: 487e-5 }, B: "moz", C: ["DC", "tB", "EC", "FC", "I", "v", "J", "D", "E", "F", "A", "B", "C", "K", "L", "G", "M", "N", "O", "w", "g", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "RB", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "uB", "ZB", "vB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "h", "lB", "mB", "nB", "oB", "pB", "P", "Q", "R", "wB", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "f", "H", "xB", "yB", ""], E: "Firefox", F: { "0": 1375747200, "1": 1379376e3, "2": 1386633600, "3": 1391472e3, "4": 1395100800, "5": 1398729600, "6": 1402358400, "7": 1405987200, "8": 1409616e3, "9": 1413244800, DC: 1161648e3, tB: 1213660800, EC: 124632e4, FC: 1264032e3, I: 1300752e3, v: 1308614400, J: 1313452800, D: 1317081600, E: 1317081600, F: 1320710400, A: 1324339200, B: 1327968e3, C: 1331596800, K: 1335225600, L: 1338854400, G: 1342483200, M: 1346112e3, N: 1349740800, O: 1353628800, w: 1357603200, g: 1361232e3, x: 1364860800, y: 1368489600, z: 1372118400, AB: 1417392e3, BB: 1421107200, CB: 1424736e3, DB: 1428278400, EB: 1431475200, FB: 1435881600, GB: 1439251200, HB: 144288e4, IB: 1446508800, JB: 1450137600, KB: 1453852800, LB: 1457395200, MB: 1461628800, NB: 1465257600, OB: 1470096e3, PB: 1474329600, QB: 1479168e3, RB: 1485216e3, SB: 1488844800, TB: 149256e4, UB: 1497312e3, VB: 1502150400, WB: 1506556800, XB: 1510617600, YB: 1516665600, uB: 1520985600, ZB: 1525824e3, vB: 1529971200, aB: 1536105600, bB: 1540252800, cB: 1544486400, dB: 154872e4, eB: 1552953600, fB: 1558396800, gB: 1562630400, hB: 1567468800, iB: 1571788800, jB: 1575331200, kB: 1578355200, h: 1581379200, lB: 1583798400, mB: 1586304e3, nB: 1588636800, oB: 1591056e3, pB: 1593475200, P: 1595894400, Q: 1598313600, R: 1600732800, wB: 1603152e3, S: 1605571200, T: 1607990400, U: 1611619200, V: 1614038400, W: 1616457600, X: 1618790400, Y: 1622505600, Z: 1626134400, a: 1628553600, b: 1630972800, c: 1633392e3, d: 1635811200, e: 1638835200, i: 1641859200, j: 1644364800, k: 1646697600, l: 1649116800, m: 1651536e3, n: 1653955200, o: 1656374400, p: 1658793600, q: 1661212800, r: 1663632e3, s: 1666051200, t: 1668470400, u: 1670889600, f: 1673913600, H: 1676332800, xB: null, yB: null } }, D: { A: { "0": 3939e-6, "1": 4461e-6, "2": 4141e-6, "3": 4326e-6, "4": 47e-4, "5": 4538e-6, "6": 8322e-6, "7": 8596e-6, "8": 4566e-6, "9": 4118e-6, I: 4706e-6, v: 4879e-6, J: 4879e-6, D: 5591e-6, E: 5591e-6, F: 5591e-6, A: 4534e-6, B: 4464e-6, C: 0.010424, K: 83e-4, L: 4706e-6, G: 0.015087, M: 4393e-6, N: 4393e-6, O: 8652e-6, w: 8322e-6, g: 4393e-6, x: 4317e-6, y: 3901e-6, z: 8786e-6, AB: 3861e-6, BB: 3861e-6, CB: 4335e-6, DB: 4464e-6, EB: 0.015444, FB: 3867e-6, GB: 0.015444, HB: 3773e-6, IB: 3974e-6, JB: 7722e-6, KB: 7948e-6, LB: 3974e-6, MB: 3867e-6, NB: 7722e-6, OB: 0.019305, PB: 0.03861, QB: 3867e-6, RB: 3929e-6, SB: 7722e-6, TB: 7722e-6, UB: 3867e-6, VB: 7722e-6, WB: 0.069498, XB: 3861e-6, YB: 0.015772, uB: 3773e-6, ZB: 0.015444, vB: 7722e-6, aB: 3773e-6, bB: 7722e-6, cB: 3943e-6, dB: 7722e-6, eB: 0.027027, fB: 7722e-6, gB: 0.011583, hB: 0.054054, iB: 0.019305, jB: 0.015444, kB: 0.023166, h: 0.011583, lB: 0.042471, mB: 0.046332, nB: 0.042471, oB: 0.015444, pB: 0.030888, P: 0.127413, Q: 0.03861, R: 0.042471, S: 0.073359, T: 0.042471, U: 0.088803, V: 0.07722, W: 0.081081, X: 0.027027, Y: 0.03861, Z: 0.046332, a: 0.084942, b: 0.050193, c: 0.065637, d: 0.046332, e: 0.019305, i: 0.03861, j: 0.050193, k: 0.092664, l: 0.050193, m: 0.057915, n: 0.061776, o: 0.084942, p: 0.235521, q: 0.084942, r: 0.131274, s: 0.100386, t: 0.19305, u: 0.984555, f: 12.4054, H: 7.25482, xB: 0.015444, yB: 0.019305, GC: 0 }, B: "webkit", C: ["", "", "", "", "", "I", "v", "J", "D", "E", "F", "A", "B", "C", "K", "L", "G", "M", "N", "O", "w", "g", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "RB", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "uB", "ZB", "vB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "h", "lB", "mB", "nB", "oB", "pB", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "f", "H", "xB", "yB", "GC"], E: "Chrome", F: { "0": 1352246400, "1": 1357862400, "2": 1361404800, "3": 1364428800, "4": 1369094400, "5": 1374105600, "6": 1376956800, "7": 1384214400, "8": 1389657600, "9": 1392940800, I: 1264377600, v: 1274745600, J: 1283385600, D: 1287619200, E: 1291248e3, F: 1296777600, A: 1299542400, B: 1303862400, C: 1307404800, K: 1312243200, L: 1316131200, G: 1316131200, M: 1319500800, N: 1323734400, O: 1328659200, w: 1332892800, g: 133704e4, x: 1340668800, y: 1343692800, z: 1348531200, AB: 1397001600, BB: 1400544e3, CB: 1405468800, DB: 1409011200, EB: 141264e4, FB: 1416268800, GB: 1421798400, HB: 1425513600, IB: 1429401600, JB: 143208e4, KB: 1437523200, LB: 1441152e3, MB: 1444780800, NB: 1449014400, OB: 1453248e3, PB: 1456963200, QB: 1460592e3, RB: 1464134400, SB: 1469059200, TB: 1472601600, UB: 1476230400, VB: 1480550400, WB: 1485302400, XB: 1489017600, YB: 149256e4, uB: 1496707200, ZB: 1500940800, vB: 1504569600, aB: 1508198400, bB: 1512518400, cB: 1516752e3, dB: 1520294400, eB: 1523923200, fB: 1527552e3, gB: 1532390400, hB: 1536019200, iB: 1539648e3, jB: 1543968e3, kB: 154872e4, h: 1552348800, lB: 1555977600, mB: 1559606400, nB: 1564444800, oB: 1568073600, pB: 1571702400, P: 1575936e3, Q: 1580860800, R: 1586304e3, S: 1589846400, T: 1594684800, U: 1598313600, V: 1601942400, W: 1605571200, X: 1611014400, Y: 1614556800, Z: 1618272e3, a: 1621987200, b: 1626739200, c: 1630368e3, d: 1632268800, e: 1634601600, i: 1637020800, j: 1641340800, k: 1643673600, l: 1646092800, m: 1648512e3, n: 1650931200, o: 1653350400, p: 1655769600, q: 1659398400, r: 1661817600, s: 1664236800, t: 1666656e3, u: 166968e4, f: 1673308800, H: 1675728e3, xB: null, yB: null, GC: null } }, E: { A: { I: 0, v: 8322e-6, J: 4656e-6, D: 4465e-6, E: 3974e-6, F: 3929e-6, A: 4425e-6, B: 4318e-6, C: 3801e-6, K: 0.019305, L: 0.096525, G: 0.023166, HC: 0, zB: 8692e-6, IC: 7722e-6, JC: 456e-5, KC: 4283e-6, LC: 0.057915, "0B": 7802e-6, qB: 7722e-6, rB: 0.030888, "1B": 0.169884, MC: 0.258687, NC: 0.042471, "2B": 0.034749, "3B": 0.088803, "4B": 0.169884, "5B": 0.857142, sB: 0.088803, "6B": 0.293436, "7B": 0.922779, "8B": 0.621621, "9B": 0, OC: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "HC", "zB", "I", "v", "IC", "J", "JC", "D", "KC", "E", "F", "LC", "A", "0B", "B", "qB", "C", "rB", "K", "1B", "L", "MC", "G", "NC", "2B", "3B", "4B", "5B", "sB", "6B", "7B", "8B", "9B", "OC", ""], E: "Safari", F: { HC: 1205798400, zB: 1226534400, I: 1244419200, v: 1275868800, IC: 131112e4, J: 1343174400, JC: 13824e5, D: 13824e5, KC: 1410998400, E: 1413417600, F: 1443657600, LC: 1458518400, A: 1474329600, "0B": 1490572800, B: 1505779200, qB: 1522281600, C: 1537142400, rB: 1553472e3, K: 1568851200, "1B": 1585008e3, L: 1600214400, MC: 1619395200, G: 1632096e3, NC: 1635292800, "2B": 1639353600, "3B": 1647216e3, "4B": 1652745600, "5B": 1658275200, sB: 1662940800, "6B": 1666569600, "7B": 1670889600, "8B": 1674432e3, "9B": null, OC: null } }, F: { A: { "0": 6702e-6, "1": 6015e-6, "2": 5595e-6, "3": 4393e-6, "4": 3861e-6, "5": 4879e-6, "6": 4879e-6, "7": 3861e-6, "8": 5152e-6, "9": 5014e-6, F: 82e-4, B: 0.016581, C: 4317e-6, G: 685e-5, M: 685e-5, N: 685e-5, O: 5014e-6, w: 6015e-6, g: 4879e-6, x: 6597e-6, y: 6597e-6, z: 0.013434, AB: 9758e-6, BB: 4879e-6, CB: 7722e-6, DB: 4283e-6, EB: 4367e-6, FB: 4534e-6, GB: 3861e-6, HB: 4227e-6, IB: 4418e-6, JB: 4161e-6, KB: 4227e-6, LB: 4725e-6, MB: 0.011583, NB: 8942e-6, OB: 4707e-6, PB: 4827e-6, QB: 4707e-6, RB: 4707e-6, SB: 4326e-6, TB: 8922e-6, UB: 0.014349, VB: 4425e-6, WB: 472e-5, XB: 4425e-6, YB: 4425e-6, ZB: 472e-5, aB: 4532e-6, bB: 4566e-6, cB: 0.02283, dB: 867e-5, eB: 4656e-6, fB: 4642e-6, gB: 3929e-6, hB: 944e-5, iB: 4293e-6, jB: 3929e-6, kB: 4298e-6, h: 0.096692, lB: 4201e-6, mB: 4141e-6, nB: 4257e-6, oB: 3939e-6, pB: 8236e-6, P: 3855e-6, Q: 3939e-6, R: 8514e-6, wB: 3939e-6, S: 3939e-6, T: 3702e-6, U: 7722e-6, V: 3855e-6, W: 3855e-6, X: 3929e-6, Y: 3861e-6, Z: 0.011703, a: 7546e-6, b: 0.011829, c: 0.069498, d: 0.648648, e: 0.370656, PC: 685e-5, QC: 0, RC: 8392e-6, SC: 4706e-6, qB: 6229e-6, AC: 4879e-6, TC: 8786e-6, rB: 472e-5 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "F", "PC", "QC", "RC", "SC", "B", "qB", "AC", "TC", "C", "rB", "G", "M", "N", "O", "w", "g", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "AB", "BB", "CB", "DB", "EB", "FB", "GB", "HB", "IB", "JB", "KB", "LB", "MB", "NB", "OB", "PB", "QB", "RB", "SB", "TB", "UB", "VB", "WB", "XB", "YB", "ZB", "aB", "bB", "cB", "dB", "eB", "fB", "gB", "hB", "iB", "jB", "kB", "h", "lB", "mB", "nB", "oB", "pB", "P", "Q", "R", "wB", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "", "", ""], E: "Opera", F: { "0": 1409616e3, "1": 1413331200, "2": 1417132800, "3": 1422316800, "4": 1425945600, "5": 1430179200, "6": 1433808e3, "7": 1438646400, "8": 1442448e3, "9": 1445904e3, F: 1150761600, PC: 1223424e3, QC: 1251763200, RC: 1267488e3, SC: 1277942400, B: 1292457600, qB: 1302566400, AC: 1309219200, TC: 1323129600, C: 1323129600, rB: 1352073600, G: 1372723200, M: 1377561600, N: 1381104e3, O: 1386288e3, w: 1390867200, g: 1393891200, x: 1399334400, y: 1401753600, z: 1405987200, AB: 1449100800, BB: 1454371200, CB: 1457308800, DB: 146232e4, EB: 1465344e3, FB: 1470096e3, GB: 1474329600, HB: 1477267200, IB: 1481587200, JB: 1486425600, KB: 1490054400, LB: 1494374400, MB: 1498003200, NB: 1502236800, OB: 1506470400, PB: 1510099200, QB: 1515024e3, RB: 1517961600, SB: 1521676800, TB: 1525910400, UB: 1530144e3, VB: 1534982400, WB: 1537833600, XB: 1543363200, YB: 1548201600, ZB: 1554768e3, aB: 1561593600, bB: 1566259200, cB: 1570406400, dB: 1573689600, eB: 1578441600, fB: 1583971200, gB: 1587513600, hB: 1592956800, iB: 1595894400, jB: 1600128e3, kB: 1603238400, h: 161352e4, lB: 1612224e3, mB: 1616544e3, nB: 1619568e3, oB: 1623715200, pB: 1627948800, P: 1631577600, Q: 1633392e3, R: 1635984e3, wB: 1638403200, S: 1642550400, T: 1644969600, U: 1647993600, V: 1650412800, W: 1652745600, X: 1654646400, Y: 1657152e3, Z: 1660780800, a: 1663113600, b: 1668816e3, c: 1668643200, d: 1671062400, e: 1675209600 }, D: { F: "o", B: "o", C: "o", PC: "o", QC: "o", RC: "o", SC: "o", qB: "o", AC: "o", TC: "o", rB: "o" } }, G: { A: { E: 0, zB: 0, UC: 0, BC: 156679e-8, VC: 313358e-8, WC: 313358e-8, XC: 0.0125343, YC: 626717e-8, ZC: 0.0172347, aC: 0.0564045, bC: 470038e-8, cC: 0.0987079, dC: 0.0250687, eC: 0.0235019, fC: 0.0219351, gC: 0.394832, hC: 0.0156679, iC: 0.0360362, jC: 0.0344694, kC: 0.108109, lC: 0.282023, mC: 0.532709, nC: 0.153546, "2B": 0.195849, "3B": 0.233452, "4B": 0.412066, "5B": 1.40071, sB: 1.43988, "6B": 3.51431, "7B": 3.62556, "8B": 2.04623, "9B": 940075e-8 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "zB", "UC", "BC", "VC", "WC", "XC", "E", "YC", "ZC", "aC", "bC", "cC", "dC", "eC", "fC", "gC", "hC", "iC", "jC", "kC", "lC", "mC", "nC", "2B", "3B", "4B", "5B", "sB", "6B", "7B", "8B", "9B", "", ""], E: "Safari on iOS", F: { zB: 1270252800, UC: 1283904e3, BC: 1299628800, VC: 1331078400, WC: 1359331200, XC: 1394409600, E: 1410912e3, YC: 1413763200, ZC: 1442361600, aC: 1458518400, bC: 1473724800, cC: 1490572800, dC: 1505779200, eC: 1522281600, fC: 1537142400, gC: 1553472e3, hC: 1568851200, iC: 1572220800, jC: 1580169600, kC: 1585008e3, lC: 1600214400, mC: 1619395200, nC: 1632096e3, "2B": 1639353600, "3B": 1647216e3, "4B": 1652659200, "5B": 1658275200, sB: 1662940800, "6B": 1666569600, "7B": 1670889600, "8B": 1674432e3, "9B": null } }, H: { A: { oC: 0.993853 }, B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "oC", "", "", ""], E: "Opera Mini", F: { oC: 1426464e3 } }, I: { A: { tB: 0, I: 0.019696, f: 0, pC: 0, qC: 0, rC: 0, sC: 0.0787838, BC: 0.0689359, tC: 0, uC: 0.305287 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "pC", "qC", "rC", "tB", "I", "sC", "BC", "tC", "uC", "f", "", "", ""], E: "Android Browser", F: { pC: 1256515200, qC: 1274313600, rC: 1291593600, tB: 1298332800, I: 1318896e3, sC: 1341792e3, BC: 1374624e3, tC: 1386547200, uC: 1401667200, f: 1673568e3 } }, J: { A: { D: 0, A: 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "D", "A", "", "", ""], E: "Blackberry Browser", F: { D: 1325376e3, A: 1359504e3 } }, K: { A: { A: 0, B: 0, C: 0, h: 0.0111391, qB: 0, AC: 0, rB: 0 }, B: "o", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "qB", "AC", "C", "rB", "h", "", "", ""], E: "Opera Mobile", F: { A: 1287100800, B: 1300752e3, qB: 1314835200, AC: 1318291200, C: 1330300800, rB: 1349740800, h: 1673827200 }, D: { h: "webkit" } }, L: { A: { H: 42.629 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "H", "", "", ""], E: "Chrome for Android", F: { H: 1675728e3 } }, M: { A: { H: 0.294672 }, B: "moz", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "H", "", "", ""], E: "Firefox for Android", F: { H: 1676332800 } }, N: { A: { A: 0.0115934, B: 0.022664 }, B: "ms", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "A", "B", "", "", ""], E: "IE Mobile", F: { A: 1340150400, B: 1353456e3 } }, O: { A: { vC: 0.896294 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "vC", "", "", ""], E: "UC Browser for Android", F: { vC: 1634688e3 }, D: { vC: "webkit" } }, P: { A: { I: 0.166372, g: 0, wC: 0.0103543, xC: 0.010304, yC: 0.0519911, zC: 0.0103584, "0C": 0.0104443, "0B": 0.0105043, "1C": 0.0311947, "2C": 0.0103982, "3C": 0.0311947, "4C": 0.0311947, "5C": 0.0207965, sB: 0.0727876, "6C": 0.0727876, "7C": 0.0935841, "8C": 1.32057 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "I", "wC", "xC", "yC", "zC", "0C", "0B", "1C", "2C", "3C", "4C", "5C", "sB", "6C", "7C", "8C", "g", "", "", ""], E: "Samsung Internet", F: { I: 1461024e3, wC: 1481846400, xC: 1509408e3, yC: 1528329600, zC: 1546128e3, "0C": 1554163200, "0B": 1567900800, "1C": 1582588800, "2C": 1593475200, "3C": 1605657600, "4C": 1618531200, "5C": 1629072e3, sB: 1640736e3, "6C": 1651708800, "7C": 1659657600, "8C": 1667260800, g: 1677369600 } }, Q: { A: { "1B": 0.12278 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "1B", "", "", ""], E: "QQ Browser", F: { "1B": 1663718400 } }, R: { A: { "9C": 0 }, B: "webkit", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "9C", "", "", ""], E: "Baidu Browser", F: { "9C": 1663027200 } }, S: { A: { AD: 0.079807, BD: 0 }, B: "moz", C: ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "AD", "BD", "", "", ""], E: "KaiOS Browser", F: { AD: 1527811200, BD: 1631664e3 } } };
132614
- }
132615
- });
132616
-
132617
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/agents.js
132618
- var require_agents4 = __commonJS({
132619
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/agents.js"(exports, module2) {
132620
- "use strict";
132621
- var browsers = require_browsers4().browsers;
132622
- var versions = require_browserVersions4().browserVersions;
132623
- var agentsData = require_agents3();
132624
- function unpackBrowserVersions(versionsData) {
132625
- return Object.keys(versionsData).reduce((usage, version) => {
132626
- usage[versions[version]] = versionsData[version];
132627
- return usage;
132628
- }, {});
132629
- }
132630
- module2.exports.agents = Object.keys(agentsData).reduce((map2, key) => {
132631
- let versionsData = agentsData[key];
132632
- map2[browsers[key]] = Object.keys(versionsData).reduce((data, entry) => {
132633
- if (entry === "A") {
132634
- data.usage_global = unpackBrowserVersions(versionsData[entry]);
132635
- } else if (entry === "C") {
132636
- data.versions = versionsData[entry].reduce((list, version) => {
132637
- if (version === "") {
132638
- list.push(null);
132639
- } else {
132640
- list.push(versions[version]);
132641
- }
132642
- return list;
132643
- }, []);
132644
- } else if (entry === "D") {
132645
- data.prefix_exceptions = unpackBrowserVersions(versionsData[entry]);
132646
- } else if (entry === "E") {
132647
- data.browser = versionsData[entry];
132648
- } else if (entry === "F") {
132649
- data.release_date = Object.keys(versionsData[entry]).reduce(
132650
- (map22, key2) => {
132651
- map22[versions[key2]] = versionsData[entry][key2];
132652
- return map22;
132653
- },
132654
- {}
132655
- );
132656
- } else {
132657
- data.prefix = versionsData[entry];
132658
- }
132659
- return data;
132660
- }, {});
132661
- return map2;
132662
- }, {});
132663
- }
132664
- });
132665
-
132666
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/lib/statuses.js
132667
- var require_statuses2 = __commonJS({
132668
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/lib/statuses.js"(exports, module2) {
132669
- module2.exports = {
132670
- 1: "ls",
132671
- // WHATWG Living Standard
132672
- 2: "rec",
132673
- // W3C Recommendation
132674
- 3: "pr",
132675
- // W3C Proposed Recommendation
132676
- 4: "cr",
132677
- // W3C Candidate Recommendation
132678
- 5: "wd",
132679
- // W3C Working Draft
132680
- 6: "other",
132681
- // Non-W3C, but reputable
132682
- 7: "unoff"
132683
- // Unofficial, Editor's Draft or W3C "Note"
132684
- };
132685
- }
132686
- });
132687
-
132688
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/lib/supported.js
132689
- var require_supported2 = __commonJS({
132690
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/lib/supported.js"(exports, module2) {
132691
- module2.exports = {
132692
- y: 1 << 0,
132693
- n: 1 << 1,
132694
- a: 1 << 2,
132695
- p: 1 << 3,
132696
- u: 1 << 4,
132697
- x: 1 << 5,
132698
- d: 1 << 6
132699
- };
132700
- }
132701
- });
132702
-
132703
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/feature.js
132704
- var require_feature2 = __commonJS({
132705
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/feature.js"(exports, module2) {
132706
- "use strict";
132707
- var statuses = require_statuses2();
132708
- var supported = require_supported2();
132709
- var browsers = require_browsers4().browsers;
132710
- var versions = require_browserVersions4().browserVersions;
132711
- var MATH2LOG = Math.log(2);
132712
- function unpackSupport(cipher) {
132713
- let stats = Object.keys(supported).reduce((list, support) => {
132714
- if (cipher & supported[support])
132715
- list.push(support);
132716
- return list;
132717
- }, []);
132718
- let notes = cipher >> 7;
132719
- let notesArray = [];
132720
- while (notes) {
132721
- let note = Math.floor(Math.log(notes) / MATH2LOG) + 1;
132722
- notesArray.unshift(`#${note}`);
132723
- notes -= Math.pow(2, note - 1);
132724
- }
132725
- return stats.concat(notesArray).join(" ");
132726
- }
132727
- function unpackFeature(packed) {
132728
- let unpacked = { status: statuses[packed.B], title: packed.C };
132729
- unpacked.stats = Object.keys(packed.A).reduce((browserStats, key) => {
132730
- let browser = packed.A[key];
132731
- browserStats[browsers[key]] = Object.keys(browser).reduce(
132732
- (stats, support) => {
132733
- let packedVersions = browser[support].split(" ");
132734
- let unpacked2 = unpackSupport(support);
132735
- packedVersions.forEach((v) => stats[versions[v]] = unpacked2);
132736
- return stats;
132737
- },
132738
- {}
132739
- );
132740
- return browserStats;
132741
- }, {});
132742
- return unpacked;
132743
- }
132744
- module2.exports = unpackFeature;
132745
- module2.exports.default = unpackFeature;
132746
- }
132747
- });
132748
-
132749
- // ../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/region.js
132750
- var require_region2 = __commonJS({
132751
- "../../../../node_modules/.pnpm/caniuse-lite@1.0.30001466/node_modules/caniuse-lite/dist/unpacker/region.js"(exports, module2) {
132752
- "use strict";
132753
- var browsers = require_browsers4().browsers;
132754
- function unpackRegion(packed) {
132755
- return Object.keys(packed).reduce((list, browser) => {
132756
- let data = packed[browser];
132757
- list[browsers[browser]] = Object.keys(data).reduce((memo, key) => {
132758
- let stats = data[key];
132759
- if (key === "_") {
132760
- stats.split(" ").forEach((version) => memo[version] = null);
132761
- } else {
132762
- memo[key] = stats;
132763
- }
132764
- return memo;
132765
- }, {});
132766
- return list;
132767
- }, {});
132768
- }
132769
- module2.exports = unpackRegion;
132770
- module2.exports.default = unpackRegion;
132771
- }
132772
- });
132773
-
132774
131335
  // ../../../toolkit/utils/compiled/browserslist/index.js
132775
131336
  var require_browserslist2 = __commonJS({
132776
131337
  "../../../toolkit/utils/compiled/browserslist/index.js"(exports, module2) {
@@ -133954,13 +132515,13 @@ var require_browserslist2 = __commonJS({
133954
132515
  e2.exports = webpackEmptyContext;
133955
132516
  }, 768: (e2) => {
133956
132517
  "use strict";
133957
- e2.exports = require_agents4();
132518
+ e2.exports = require_agents2();
133958
132519
  }, 711: (e2) => {
133959
132520
  "use strict";
133960
- e2.exports = require_feature2();
132521
+ e2.exports = require_feature();
133961
132522
  }, 225: (e2) => {
133962
132523
  "use strict";
133963
- e2.exports = require_region2();
132524
+ e2.exports = require_region();
133964
132525
  }, 147: (e2) => {
133965
132526
  "use strict";
133966
132527
  e2.exports = require("fs");
@@ -136490,7 +135051,7 @@ var require_compiled2 = __commonJS({
136490
135051
  var import_ora = __toESM2(require_ora3());
136491
135052
  var import_glob = __toESM2(require_glob2());
136492
135053
  var import_js_yaml = __toESM2(require_js_yaml2());
136493
- var import_chalk = __toESM2(require_chalk3());
135054
+ var import_chalk = __toESM2(require_chalk2());
136494
135055
  var import_debug = __toESM2(require_debug4());
136495
135056
  var import_slash = __toESM2(require_slash2());
136496
135057
  var import_execa = __toESM2(require_execa2());
@@ -136720,7 +135281,7 @@ var require_logger4 = __commonJS({
136720
135281
  logger: () => logger2
136721
135282
  });
136722
135283
  module2.exports = __toCommonJS2(logger_exports);
136723
- var import_chalk = __toESM2(require_chalk3());
135284
+ var import_chalk = __toESM2(require_chalk2());
136724
135285
  var LOG_LEVEL = {
136725
135286
  error: 0,
136726
135287
  warn: 1,
@@ -144118,14 +142679,14 @@ function getGeneratorPath(generator, distTag) {
144118
142679
  var import_lodash6 = __toESM(require_lodash2());
144119
142680
  var import_codesmith2 = __toESM(require_node3());
144120
142681
 
144121
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/index.js
142682
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/index.js
144122
142683
  var import_lodash5 = __toESM(require_lodash3());
144123
142684
 
144124
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/prompt.js
142685
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/prompt.js
144125
142686
  init_esm6();
144126
142687
  var import_inquirer = __toESM(require_inquirer());
144127
142688
 
144128
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/transform.js
142689
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/transform.js
144129
142690
  var import_lodash4 = __toESM(require_lodash3());
144130
142691
  init_esm4();
144131
142692
  var _excluded = ["type", "title", "default", "enum", "x-validate"];
@@ -144286,7 +142847,7 @@ function transformForm(schema, configValue = {}, validateMap, initValue) {
144286
142847
  return getQuestionFromSchema(schema, configValue, validateMap, initValue);
144287
142848
  }
144288
142849
 
144289
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/prompt.js
142850
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/prompt.js
144290
142851
  function ownKeys3(object, enumerableOnly) {
144291
142852
  var keys = Object.keys(object);
144292
142853
  if (Object.getOwnPropertySymbols) {
@@ -144411,7 +142972,7 @@ function prompt(_0) {
144411
142972
  });
144412
142973
  }
144413
142974
 
144414
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/inquirer.js
142975
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/inquirer.js
144415
142976
  function ownKeys4(object, enumerableOnly) {
144416
142977
  var keys = Object.keys(object);
144417
142978
  if (Object.getOwnPropertySymbols) {
@@ -144474,7 +143035,7 @@ var CLIReader = class {
144474
143035
  }
144475
143036
  };
144476
143037
 
144477
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_4zroxxquta2ktlcjpuoxbtda4m/node_modules/@modern-js/codesmith-formily/dist/js/modern/index.js
143038
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.0.5_nm4hhkiukvbf5akr5dslvh5h6q/node_modules/@modern-js/codesmith-formily/dist/js/modern/index.js
144478
143039
  init_esm4();
144479
143040
  function _defineProperty10(obj, key, value) {
144480
143041
  if (key in obj) {