@shopify/create-app 3.73.2 → 3.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chokidar-5LLC6S6D.js → chokidar-LYCK7UIU.js} +20 -574
- package/dist/chunk-3I3GQNEW.js +95 -0
- package/dist/{chunk-CRHXI6PS.js → chunk-5DBS6QOU.js} +102 -638
- package/dist/{chunk-Z2K6T5HO.js → chunk-A2CUF3IE.js} +2 -2
- package/dist/{chunk-BUFIEXZ5.js → chunk-B3YWYURY.js} +701 -141
- package/dist/{chunk-K7HGDAI4.js → chunk-CDBXAE2F.js} +20 -104
- package/dist/chunk-CP3BRHWK.js +33 -0
- package/dist/{chunk-OAZFIMJ3.js → chunk-LQ2ZKVR6.js} +45 -115
- package/dist/{chunk-5MQK53ZB.js → chunk-MFOTVT4R.js} +489 -410
- package/dist/{chunk-3HBRMIPY.js → chunk-MW7RWHY5.js} +341 -211
- package/dist/{chunk-BOBYVF6Z.js → chunk-NBA3G6YQ.js} +55430 -36539
- package/dist/{chunk-7BLDARWR.js → chunk-PNW5KDM2.js} +40 -22
- package/dist/{chunk-55N7E5WW.js → chunk-QPEQYFIE.js} +1849 -4319
- package/dist/chunk-RVS7NPOH.js +15929 -0
- package/dist/{chunk-U52U2BAX.js → chunk-VK6YB4CW.js} +640 -1166
- package/dist/{chunk-EZFQXNK5.js → chunk-ZKGBK6WQ.js} +2 -2
- package/dist/chunk-ZUCWDIGE.js +111 -0
- package/dist/{custom-oclif-loader-COXUWDRX.js → custom-oclif-loader-3WFQ2GRD.js} +9 -8
- package/dist/{del-WGII2Y5S.js → del-CKAQ44SX.js} +5 -5
- package/dist/{devtools-K7FXBBFZ.js → devtools-6LOQORRT.js} +2 -2
- package/dist/{error-handler-NLEDBRP4.js → error-handler-N6P2X42R.js} +13 -12
- package/dist/hooks/postrun.js +14 -12
- package/dist/hooks/prerun.js +27 -12
- package/dist/{http-proxy-FXWKYHZ3.js → http-proxy-L3MCJRQS.js} +3 -2
- package/dist/index.js +19912 -17261
- package/dist/index.test.js +80 -133
- package/dist/lib-ZAUU5FOJ.js +11 -0
- package/dist/{local-WM5Y2GKE.js → local-EBAW6AUD.js} +11 -10
- package/dist/{node-package-manager-U4IKWNRD.js → node-package-manager-VTG2B4KW.js} +10 -9
- package/dist/out-AZBX4ITJ.js +7 -0
- package/dist/{path-2HZUSAGR.js → path-GWAZZN2N.js} +3 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-NMBUMLWD.js → ui-QBKDPUJX.js} +9 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -4
- package/dist/chunk-JHSNPAK4.js +0 -15742
- package/dist/chunk-TKDPJ4ZU.js +0 -27
- package/dist/lib-CKTRCGTR.js +0 -11
- package/dist/out-JR4DWQ2G.js +0 -7
|
@@ -18,11 +18,11 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-MFOTVT4R.js";
|
|
22
22
|
import {
|
|
23
23
|
dirname,
|
|
24
24
|
joinPath
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-ZUCWDIGE.js";
|
|
26
26
|
import {
|
|
27
27
|
__commonJS,
|
|
28
28
|
__require,
|
|
@@ -30,9 +30,9 @@ import {
|
|
|
30
30
|
init_cjs_shims
|
|
31
31
|
} from "./chunk-PKR7KJ6P.js";
|
|
32
32
|
|
|
33
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
33
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/code.js
|
|
34
34
|
var require_code = __commonJS({
|
|
35
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
35
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/code.js"(exports) {
|
|
36
36
|
"use strict";
|
|
37
37
|
init_cjs_shims();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -157,9 +157,9 @@ var require_code = __commonJS({
|
|
|
157
157
|
}
|
|
158
158
|
});
|
|
159
159
|
|
|
160
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
160
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/scope.js
|
|
161
161
|
var require_scope = __commonJS({
|
|
162
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
162
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/scope.js"(exports) {
|
|
163
163
|
"use strict";
|
|
164
164
|
init_cjs_shims();
|
|
165
165
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -281,9 +281,9 @@ var require_scope = __commonJS({
|
|
|
281
281
|
}
|
|
282
282
|
});
|
|
283
283
|
|
|
284
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
284
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/index.js
|
|
285
285
|
var require_codegen = __commonJS({
|
|
286
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
286
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/codegen/index.js"(exports) {
|
|
287
287
|
"use strict";
|
|
288
288
|
init_cjs_shims();
|
|
289
289
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -840,9 +840,9 @@ var require_codegen = __commonJS({
|
|
|
840
840
|
}
|
|
841
841
|
});
|
|
842
842
|
|
|
843
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
843
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/util.js
|
|
844
844
|
var require_util = __commonJS({
|
|
845
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
845
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/util.js"(exports) {
|
|
846
846
|
"use strict";
|
|
847
847
|
init_cjs_shims();
|
|
848
848
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -986,9 +986,9 @@ var require_util = __commonJS({
|
|
|
986
986
|
}
|
|
987
987
|
});
|
|
988
988
|
|
|
989
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
989
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/names.js
|
|
990
990
|
var require_names = __commonJS({
|
|
991
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
991
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/names.js"(exports) {
|
|
992
992
|
"use strict";
|
|
993
993
|
init_cjs_shims();
|
|
994
994
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1025,9 +1025,9 @@ var require_names = __commonJS({
|
|
|
1025
1025
|
}
|
|
1026
1026
|
});
|
|
1027
1027
|
|
|
1028
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1028
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/errors.js
|
|
1029
1029
|
var require_errors = __commonJS({
|
|
1030
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1030
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/errors.js"(exports) {
|
|
1031
1031
|
"use strict";
|
|
1032
1032
|
init_cjs_shims();
|
|
1033
1033
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1106,9 +1106,9 @@ var require_errors = __commonJS({
|
|
|
1106
1106
|
}
|
|
1107
1107
|
});
|
|
1108
1108
|
|
|
1109
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1109
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
1110
1110
|
var require_boolSchema = __commonJS({
|
|
1111
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1111
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/boolSchema.js"(exports) {
|
|
1112
1112
|
"use strict";
|
|
1113
1113
|
init_cjs_shims();
|
|
1114
1114
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1142,9 +1142,9 @@ var require_boolSchema = __commonJS({
|
|
|
1142
1142
|
}
|
|
1143
1143
|
});
|
|
1144
1144
|
|
|
1145
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1145
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/rules.js
|
|
1146
1146
|
var require_rules = __commonJS({
|
|
1147
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1147
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/rules.js"(exports) {
|
|
1148
1148
|
"use strict";
|
|
1149
1149
|
init_cjs_shims();
|
|
1150
1150
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1173,9 +1173,9 @@ var require_rules = __commonJS({
|
|
|
1173
1173
|
}
|
|
1174
1174
|
});
|
|
1175
1175
|
|
|
1176
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1176
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/applicability.js
|
|
1177
1177
|
var require_applicability = __commonJS({
|
|
1178
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1178
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/applicability.js"(exports) {
|
|
1179
1179
|
"use strict";
|
|
1180
1180
|
init_cjs_shims();
|
|
1181
1181
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1197,9 +1197,9 @@ var require_applicability = __commonJS({
|
|
|
1197
1197
|
}
|
|
1198
1198
|
});
|
|
1199
1199
|
|
|
1200
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1200
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/dataType.js
|
|
1201
1201
|
var require_dataType = __commonJS({
|
|
1202
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1202
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/dataType.js"(exports) {
|
|
1203
1203
|
"use strict";
|
|
1204
1204
|
init_cjs_shims();
|
|
1205
1205
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1346,9 +1346,9 @@ var require_dataType = __commonJS({
|
|
|
1346
1346
|
}
|
|
1347
1347
|
});
|
|
1348
1348
|
|
|
1349
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1349
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/defaults.js
|
|
1350
1350
|
var require_defaults = __commonJS({
|
|
1351
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1351
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/defaults.js"(exports) {
|
|
1352
1352
|
"use strict";
|
|
1353
1353
|
init_cjs_shims();
|
|
1354
1354
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1377,9 +1377,9 @@ var require_defaults = __commonJS({
|
|
|
1377
1377
|
}
|
|
1378
1378
|
});
|
|
1379
1379
|
|
|
1380
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1380
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/code.js
|
|
1381
1381
|
var require_code2 = __commonJS({
|
|
1382
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1382
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/code.js"(exports) {
|
|
1383
1383
|
"use strict";
|
|
1384
1384
|
init_cjs_shims();
|
|
1385
1385
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1491,9 +1491,9 @@ var require_code2 = __commonJS({
|
|
|
1491
1491
|
}
|
|
1492
1492
|
});
|
|
1493
1493
|
|
|
1494
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1494
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/keyword.js
|
|
1495
1495
|
var require_keyword = __commonJS({
|
|
1496
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1496
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/keyword.js"(exports) {
|
|
1497
1497
|
"use strict";
|
|
1498
1498
|
init_cjs_shims();
|
|
1499
1499
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1585,9 +1585,9 @@ var require_keyword = __commonJS({
|
|
|
1585
1585
|
}
|
|
1586
1586
|
});
|
|
1587
1587
|
|
|
1588
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1588
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/subschema.js
|
|
1589
1589
|
var require_subschema = __commonJS({
|
|
1590
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1590
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/subschema.js"(exports) {
|
|
1591
1591
|
"use strict";
|
|
1592
1592
|
init_cjs_shims();
|
|
1593
1593
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1759,9 +1759,9 @@ var require_json_schema_traverse = __commonJS({
|
|
|
1759
1759
|
}
|
|
1760
1760
|
});
|
|
1761
1761
|
|
|
1762
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1762
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/resolve.js
|
|
1763
1763
|
var require_resolve = __commonJS({
|
|
1764
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1764
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/resolve.js"(exports) {
|
|
1765
1765
|
"use strict";
|
|
1766
1766
|
init_cjs_shims();
|
|
1767
1767
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -1872,9 +1872,9 @@ var require_resolve = __commonJS({
|
|
|
1872
1872
|
}
|
|
1873
1873
|
});
|
|
1874
1874
|
|
|
1875
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
1875
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/index.js
|
|
1876
1876
|
var require_validate = __commonJS({
|
|
1877
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
1877
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/validate/index.js"(exports) {
|
|
1878
1878
|
"use strict";
|
|
1879
1879
|
init_cjs_shims();
|
|
1880
1880
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -2189,9 +2189,9 @@ var require_validate = __commonJS({
|
|
|
2189
2189
|
}
|
|
2190
2190
|
});
|
|
2191
2191
|
|
|
2192
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2192
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/validation_error.js
|
|
2193
2193
|
var require_validation_error = __commonJS({
|
|
2194
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2194
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/validation_error.js"(exports) {
|
|
2195
2195
|
"use strict";
|
|
2196
2196
|
init_cjs_shims();
|
|
2197
2197
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -2204,9 +2204,9 @@ var require_validation_error = __commonJS({
|
|
|
2204
2204
|
}
|
|
2205
2205
|
});
|
|
2206
2206
|
|
|
2207
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2207
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/ref_error.js
|
|
2208
2208
|
var require_ref_error = __commonJS({
|
|
2209
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2209
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/ref_error.js"(exports) {
|
|
2210
2210
|
"use strict";
|
|
2211
2211
|
init_cjs_shims();
|
|
2212
2212
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -2219,9 +2219,9 @@ var require_ref_error = __commonJS({
|
|
|
2219
2219
|
}
|
|
2220
2220
|
});
|
|
2221
2221
|
|
|
2222
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2222
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/index.js
|
|
2223
2223
|
var require_compile = __commonJS({
|
|
2224
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2224
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/compile/index.js"(exports) {
|
|
2225
2225
|
"use strict";
|
|
2226
2226
|
init_cjs_shims();
|
|
2227
2227
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -2377,9 +2377,9 @@ var require_compile = __commonJS({
|
|
|
2377
2377
|
}
|
|
2378
2378
|
});
|
|
2379
2379
|
|
|
2380
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2380
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/refs/data.json
|
|
2381
2381
|
var require_data = __commonJS({
|
|
2382
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2382
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/refs/data.json"(exports, module) {
|
|
2383
2383
|
module.exports = {
|
|
2384
2384
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
2385
2385
|
description: "Meta-schema for $data reference (JSON AnySchema extension proposal)",
|
|
@@ -2396,573 +2396,388 @@ var require_data = __commonJS({
|
|
|
2396
2396
|
}
|
|
2397
2397
|
});
|
|
2398
2398
|
|
|
2399
|
-
// ../../node_modules/.pnpm/uri
|
|
2400
|
-
var
|
|
2401
|
-
"../../node_modules/.pnpm/uri
|
|
2399
|
+
// ../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/scopedChars.js
|
|
2400
|
+
var require_scopedChars = __commonJS({
|
|
2401
|
+
"../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/scopedChars.js"(exports, module) {
|
|
2402
|
+
"use strict";
|
|
2402
2403
|
init_cjs_shims();
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
_d = !0, _e = err;
|
|
2464
|
-
} finally {
|
|
2465
|
-
try {
|
|
2466
|
-
!_n && _i.return && _i.return();
|
|
2467
|
-
} finally {
|
|
2468
|
-
if (_d) throw _e;
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
return _arr;
|
|
2472
|
-
}
|
|
2473
|
-
return function(arr, i) {
|
|
2474
|
-
if (Array.isArray(arr))
|
|
2475
|
-
return arr;
|
|
2476
|
-
if (Symbol.iterator in Object(arr))
|
|
2477
|
-
return sliceIterator(arr, i);
|
|
2478
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance");
|
|
2479
|
-
};
|
|
2480
|
-
}(), toConsumableArray = function(arr) {
|
|
2481
|
-
if (Array.isArray(arr)) {
|
|
2482
|
-
for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
|
|
2483
|
-
return arr2;
|
|
2484
|
-
} else
|
|
2485
|
-
return Array.from(arr);
|
|
2486
|
-
}, maxInt = 2147483647, base = 36, tMin = 1, tMax = 26, skew = 38, damp = 700, initialBias = 72, initialN = 128, delimiter = "-", regexPunycode = /^xn--/, regexNonASCII = /[^\0-\x7E]/, regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g, errors = {
|
|
2487
|
-
overflow: "Overflow: input needs wider integers to process",
|
|
2488
|
-
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
2489
|
-
"invalid-input": "Invalid input"
|
|
2490
|
-
}, baseMinusTMin = base - tMin, floor = Math.floor, stringFromCharCode = String.fromCharCode;
|
|
2491
|
-
function error$1(type) {
|
|
2492
|
-
throw new RangeError(errors[type]);
|
|
2493
|
-
}
|
|
2494
|
-
function map(array, fn) {
|
|
2495
|
-
for (var result = [], length = array.length; length--; )
|
|
2496
|
-
result[length] = fn(array[length]);
|
|
2497
|
-
return result;
|
|
2498
|
-
}
|
|
2499
|
-
function mapDomain(string, fn) {
|
|
2500
|
-
var parts = string.split("@"), result = "";
|
|
2501
|
-
parts.length > 1 && (result = parts[0] + "@", string = parts[1]), string = string.replace(regexSeparators, ".");
|
|
2502
|
-
var labels = string.split("."), encoded = map(labels, fn).join(".");
|
|
2503
|
-
return result + encoded;
|
|
2504
|
-
}
|
|
2505
|
-
function ucs2decode(string) {
|
|
2506
|
-
for (var output = [], counter = 0, length = string.length; counter < length; ) {
|
|
2507
|
-
var value = string.charCodeAt(counter++);
|
|
2508
|
-
if (value >= 55296 && value <= 56319 && counter < length) {
|
|
2509
|
-
var extra = string.charCodeAt(counter++);
|
|
2510
|
-
(extra & 64512) == 56320 ? output.push(((value & 1023) << 10) + (extra & 1023) + 65536) : (output.push(value), counter--);
|
|
2511
|
-
} else
|
|
2512
|
-
output.push(value);
|
|
2513
|
-
}
|
|
2514
|
-
return output;
|
|
2515
|
-
}
|
|
2516
|
-
var ucs2encode = function(array) {
|
|
2517
|
-
return String.fromCodePoint.apply(String, toConsumableArray(array));
|
|
2518
|
-
}, basicToDigit = function(codePoint) {
|
|
2519
|
-
return codePoint - 48 < 10 ? codePoint - 22 : codePoint - 65 < 26 ? codePoint - 65 : codePoint - 97 < 26 ? codePoint - 97 : base;
|
|
2520
|
-
}, digitToBasic = function(digit, flag) {
|
|
2521
|
-
return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5);
|
|
2522
|
-
}, adapt = function(delta, numPoints, firstTime) {
|
|
2523
|
-
var k = 0;
|
|
2524
|
-
for (
|
|
2525
|
-
delta = firstTime ? floor(delta / damp) : delta >> 1, delta += floor(delta / numPoints);
|
|
2526
|
-
/* no initialization */
|
|
2527
|
-
delta > baseMinusTMin * tMax >> 1;
|
|
2528
|
-
k += base
|
|
2529
|
-
)
|
|
2530
|
-
delta = floor(delta / baseMinusTMin);
|
|
2531
|
-
return floor(k + (baseMinusTMin + 1) * delta / (delta + skew));
|
|
2532
|
-
}, decode = function(input) {
|
|
2533
|
-
var output = [], inputLength = input.length, i = 0, n = initialN, bias = initialBias, basic = input.lastIndexOf(delimiter);
|
|
2534
|
-
basic < 0 && (basic = 0);
|
|
2535
|
-
for (var j = 0; j < basic; ++j)
|
|
2536
|
-
input.charCodeAt(j) >= 128 && error$1("not-basic"), output.push(input.charCodeAt(j));
|
|
2537
|
-
for (var index = basic > 0 ? basic + 1 : 0; index < inputLength; ) {
|
|
2538
|
-
for (
|
|
2539
|
-
var oldi = i, w = 1, k = base;
|
|
2540
|
-
;
|
|
2541
|
-
/* no condition */
|
|
2542
|
-
k += base
|
|
2543
|
-
) {
|
|
2544
|
-
index >= inputLength && error$1("invalid-input");
|
|
2545
|
-
var digit = basicToDigit(input.charCodeAt(index++));
|
|
2546
|
-
(digit >= base || digit > floor((maxInt - i) / w)) && error$1("overflow"), i += digit * w;
|
|
2547
|
-
var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias;
|
|
2548
|
-
if (digit < t)
|
|
2549
|
-
break;
|
|
2550
|
-
var baseMinusT = base - t;
|
|
2551
|
-
w > floor(maxInt / baseMinusT) && error$1("overflow"), w *= baseMinusT;
|
|
2552
|
-
}
|
|
2553
|
-
var out = output.length + 1;
|
|
2554
|
-
bias = adapt(i - oldi, out, oldi == 0), floor(i / out) > maxInt - n && error$1("overflow"), n += floor(i / out), i %= out, output.splice(i++, 0, n);
|
|
2555
|
-
}
|
|
2556
|
-
return String.fromCodePoint.apply(String, output);
|
|
2557
|
-
}, encode = function(input) {
|
|
2558
|
-
var output = [];
|
|
2559
|
-
input = ucs2decode(input);
|
|
2560
|
-
var inputLength = input.length, n = initialN, delta = 0, bias = initialBias, _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
|
|
2561
|
-
try {
|
|
2562
|
-
for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) {
|
|
2563
|
-
var _currentValue2 = _step.value;
|
|
2564
|
-
_currentValue2 < 128 && output.push(stringFromCharCode(_currentValue2));
|
|
2565
|
-
}
|
|
2566
|
-
} catch (err) {
|
|
2567
|
-
_didIteratorError = !0, _iteratorError = err;
|
|
2568
|
-
} finally {
|
|
2569
|
-
try {
|
|
2570
|
-
!_iteratorNormalCompletion && _iterator.return && _iterator.return();
|
|
2571
|
-
} finally {
|
|
2572
|
-
if (_didIteratorError)
|
|
2573
|
-
throw _iteratorError;
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
var basicLength = output.length, handledCPCount = basicLength;
|
|
2577
|
-
for (basicLength && output.push(delimiter); handledCPCount < inputLength; ) {
|
|
2578
|
-
var m = maxInt, _iteratorNormalCompletion2 = !0, _didIteratorError2 = !1, _iteratorError2 = void 0;
|
|
2579
|
-
try {
|
|
2580
|
-
for (var _iterator2 = input[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = !0) {
|
|
2581
|
-
var currentValue = _step2.value;
|
|
2582
|
-
currentValue >= n && currentValue < m && (m = currentValue);
|
|
2583
|
-
}
|
|
2584
|
-
} catch (err) {
|
|
2585
|
-
_didIteratorError2 = !0, _iteratorError2 = err;
|
|
2586
|
-
} finally {
|
|
2587
|
-
try {
|
|
2588
|
-
!_iteratorNormalCompletion2 && _iterator2.return && _iterator2.return();
|
|
2589
|
-
} finally {
|
|
2590
|
-
if (_didIteratorError2)
|
|
2591
|
-
throw _iteratorError2;
|
|
2592
|
-
}
|
|
2593
|
-
}
|
|
2594
|
-
var handledCPCountPlusOne = handledCPCount + 1;
|
|
2595
|
-
m - n > floor((maxInt - delta) / handledCPCountPlusOne) && error$1("overflow"), delta += (m - n) * handledCPCountPlusOne, n = m;
|
|
2596
|
-
var _iteratorNormalCompletion3 = !0, _didIteratorError3 = !1, _iteratorError3 = void 0;
|
|
2597
|
-
try {
|
|
2598
|
-
for (var _iterator3 = input[Symbol.iterator](), _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = !0) {
|
|
2599
|
-
var _currentValue = _step3.value;
|
|
2600
|
-
if (_currentValue < n && ++delta > maxInt && error$1("overflow"), _currentValue == n) {
|
|
2601
|
-
for (
|
|
2602
|
-
var q = delta, k = base;
|
|
2603
|
-
;
|
|
2604
|
-
/* no condition */
|
|
2605
|
-
k += base
|
|
2606
|
-
) {
|
|
2607
|
-
var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias;
|
|
2608
|
-
if (q < t)
|
|
2609
|
-
break;
|
|
2610
|
-
var qMinusT = q - t, baseMinusT = base - t;
|
|
2611
|
-
output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))), q = floor(qMinusT / baseMinusT);
|
|
2612
|
-
}
|
|
2613
|
-
output.push(stringFromCharCode(digitToBasic(q, 0))), bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength), delta = 0, ++handledCPCount;
|
|
2614
|
-
}
|
|
2615
|
-
}
|
|
2616
|
-
} catch (err) {
|
|
2617
|
-
_didIteratorError3 = !0, _iteratorError3 = err;
|
|
2618
|
-
} finally {
|
|
2619
|
-
try {
|
|
2620
|
-
!_iteratorNormalCompletion3 && _iterator3.return && _iterator3.return();
|
|
2621
|
-
} finally {
|
|
2622
|
-
if (_didIteratorError3)
|
|
2623
|
-
throw _iteratorError3;
|
|
2624
|
-
}
|
|
2404
|
+
var HEX = {
|
|
2405
|
+
0: 0,
|
|
2406
|
+
1: 1,
|
|
2407
|
+
2: 2,
|
|
2408
|
+
3: 3,
|
|
2409
|
+
4: 4,
|
|
2410
|
+
5: 5,
|
|
2411
|
+
6: 6,
|
|
2412
|
+
7: 7,
|
|
2413
|
+
8: 8,
|
|
2414
|
+
9: 9,
|
|
2415
|
+
a: 10,
|
|
2416
|
+
A: 10,
|
|
2417
|
+
b: 11,
|
|
2418
|
+
B: 11,
|
|
2419
|
+
c: 12,
|
|
2420
|
+
C: 12,
|
|
2421
|
+
d: 13,
|
|
2422
|
+
D: 13,
|
|
2423
|
+
e: 14,
|
|
2424
|
+
E: 14,
|
|
2425
|
+
f: 15,
|
|
2426
|
+
F: 15
|
|
2427
|
+
};
|
|
2428
|
+
module.exports = {
|
|
2429
|
+
HEX
|
|
2430
|
+
};
|
|
2431
|
+
}
|
|
2432
|
+
});
|
|
2433
|
+
|
|
2434
|
+
// ../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/utils.js
|
|
2435
|
+
var require_utils = __commonJS({
|
|
2436
|
+
"../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/utils.js"(exports, module) {
|
|
2437
|
+
"use strict";
|
|
2438
|
+
init_cjs_shims();
|
|
2439
|
+
var { HEX } = require_scopedChars(), IPV4_REG = /^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;
|
|
2440
|
+
function normalizeIPv4(host) {
|
|
2441
|
+
if (findToken(host, ".") < 3)
|
|
2442
|
+
return { host, isIPV4: !1 };
|
|
2443
|
+
let matches = host.match(IPV4_REG) || [], [address] = matches;
|
|
2444
|
+
return address ? { host: stripLeadingZeros(address, "."), isIPV4: !0 } : { host, isIPV4: !1 };
|
|
2445
|
+
}
|
|
2446
|
+
function stringArrayToHexStripped(input, keepZero = !1) {
|
|
2447
|
+
let acc = "", strip = !0;
|
|
2448
|
+
for (let c of input) {
|
|
2449
|
+
if (HEX[c] === void 0) return;
|
|
2450
|
+
c !== "0" && strip === !0 && (strip = !1), strip || (acc += c);
|
|
2451
|
+
}
|
|
2452
|
+
return keepZero && acc.length === 0 && (acc = "0"), acc;
|
|
2453
|
+
}
|
|
2454
|
+
function getIPV6(input) {
|
|
2455
|
+
let tokenCount = 0, output = { error: !1, address: "", zone: "" }, address = [], buffer = [], isZone = !1, endipv6Encountered = !1, endIpv6 = !1;
|
|
2456
|
+
function consume() {
|
|
2457
|
+
if (buffer.length) {
|
|
2458
|
+
if (isZone === !1) {
|
|
2459
|
+
let hex = stringArrayToHexStripped(buffer);
|
|
2460
|
+
if (hex !== void 0)
|
|
2461
|
+
address.push(hex);
|
|
2462
|
+
else
|
|
2463
|
+
return output.error = !0, !1;
|
|
2625
2464
|
}
|
|
2626
|
-
|
|
2465
|
+
buffer.length = 0;
|
|
2627
2466
|
}
|
|
2628
|
-
return
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
* A string representing the current Punycode.js version number.
|
|
2640
|
-
* @memberOf punycode
|
|
2641
|
-
* @type String
|
|
2642
|
-
*/
|
|
2643
|
-
version: "2.1.0",
|
|
2644
|
-
/**
|
|
2645
|
-
* An object of methods to convert from JavaScript's internal character
|
|
2646
|
-
* representation (UCS-2) to Unicode code points, and back.
|
|
2647
|
-
* @see <https://mathiasbynens.be/notes/javascript-encoding>
|
|
2648
|
-
* @memberOf punycode
|
|
2649
|
-
* @type Object
|
|
2650
|
-
*/
|
|
2651
|
-
ucs2: {
|
|
2652
|
-
decode: ucs2decode,
|
|
2653
|
-
encode: ucs2encode
|
|
2654
|
-
},
|
|
2655
|
-
decode,
|
|
2656
|
-
encode,
|
|
2657
|
-
toASCII,
|
|
2658
|
-
toUnicode
|
|
2659
|
-
}, SCHEMES = {};
|
|
2660
|
-
function pctEncChar(chr) {
|
|
2661
|
-
var c = chr.charCodeAt(0), e = void 0;
|
|
2662
|
-
return c < 16 ? e = "%0" + c.toString(16).toUpperCase() : c < 128 ? e = "%" + c.toString(16).toUpperCase() : c < 2048 ? e = "%" + (c >> 6 | 192).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase() : e = "%" + (c >> 12 | 224).toString(16).toUpperCase() + "%" + (c >> 6 & 63 | 128).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase(), e;
|
|
2663
|
-
}
|
|
2664
|
-
function pctDecChars(str) {
|
|
2665
|
-
for (var newStr = "", i = 0, il = str.length; i < il; ) {
|
|
2666
|
-
var c = parseInt(str.substr(i + 1, 2), 16);
|
|
2667
|
-
if (c < 128)
|
|
2668
|
-
newStr += String.fromCharCode(c), i += 3;
|
|
2669
|
-
else if (c >= 194 && c < 224) {
|
|
2670
|
-
if (il - i >= 6) {
|
|
2671
|
-
var c2 = parseInt(str.substr(i + 4, 2), 16);
|
|
2672
|
-
newStr += String.fromCharCode((c & 31) << 6 | c2 & 63);
|
|
2673
|
-
} else
|
|
2674
|
-
newStr += str.substr(i, 6);
|
|
2675
|
-
i += 6;
|
|
2676
|
-
} else if (c >= 224) {
|
|
2677
|
-
if (il - i >= 9) {
|
|
2678
|
-
var _c = parseInt(str.substr(i + 4, 2), 16), c3 = parseInt(str.substr(i + 7, 2), 16);
|
|
2679
|
-
newStr += String.fromCharCode((c & 15) << 12 | (_c & 63) << 6 | c3 & 63);
|
|
2680
|
-
} else
|
|
2681
|
-
newStr += str.substr(i, 9);
|
|
2682
|
-
i += 9;
|
|
2683
|
-
} else
|
|
2684
|
-
newStr += str.substr(i, 3), i += 3;
|
|
2685
|
-
}
|
|
2686
|
-
return newStr;
|
|
2687
|
-
}
|
|
2688
|
-
function _normalizeComponentEncoding(components, protocol) {
|
|
2689
|
-
function decodeUnreserved2(str) {
|
|
2690
|
-
var decStr = pctDecChars(str);
|
|
2691
|
-
return decStr.match(protocol.UNRESERVED) ? decStr : str;
|
|
2692
|
-
}
|
|
2693
|
-
return components.scheme && (components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved2).toLowerCase().replace(protocol.NOT_SCHEME, "")), components.userinfo !== void 0 && (components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved2).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase)), components.host !== void 0 && (components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved2).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase)), components.path !== void 0 && (components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved2).replace(components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase)), components.query !== void 0 && (components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved2).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase)), components.fragment !== void 0 && (components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved2).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase)), components;
|
|
2694
|
-
}
|
|
2695
|
-
function _stripLeadingZeros(str) {
|
|
2696
|
-
return str.replace(/^0*(.*)/, "$1") || "0";
|
|
2697
|
-
}
|
|
2698
|
-
function _normalizeIPv4(host, protocol) {
|
|
2699
|
-
var matches = host.match(protocol.IPV4ADDRESS) || [], _matches = slicedToArray(matches, 2), address = _matches[1];
|
|
2700
|
-
return address ? address.split(".").map(_stripLeadingZeros).join(".") : host;
|
|
2701
|
-
}
|
|
2702
|
-
function _normalizeIPv6(host, protocol) {
|
|
2703
|
-
var matches = host.match(protocol.IPV6ADDRESS) || [], _matches2 = slicedToArray(matches, 3), address = _matches2[1], zone = _matches2[2];
|
|
2704
|
-
if (address) {
|
|
2705
|
-
for (var _address$toLowerCase$ = address.toLowerCase().split("::").reverse(), _address$toLowerCase$2 = slicedToArray(_address$toLowerCase$, 2), last = _address$toLowerCase$2[0], first = _address$toLowerCase$2[1], firstFields = first ? first.split(":").map(_stripLeadingZeros) : [], lastFields = last.split(":").map(_stripLeadingZeros), isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]), fieldCount = isLastFieldIPv4Address ? 7 : 8, lastFieldsStart = lastFields.length - fieldCount, fields = Array(fieldCount), x = 0; x < fieldCount; ++x)
|
|
2706
|
-
fields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || "";
|
|
2707
|
-
isLastFieldIPv4Address && (fields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol));
|
|
2708
|
-
var allZeroFields = fields.reduce(function(acc, field, index) {
|
|
2709
|
-
if (!field || field === "0") {
|
|
2710
|
-
var lastLongest = acc[acc.length - 1];
|
|
2711
|
-
lastLongest && lastLongest.index + lastLongest.length === index ? lastLongest.length++ : acc.push({ index, length: 1 });
|
|
2467
|
+
return !0;
|
|
2468
|
+
}
|
|
2469
|
+
for (let i = 0; i < input.length; i++) {
|
|
2470
|
+
let cursor = input[i];
|
|
2471
|
+
if (!(cursor === "[" || cursor === "]"))
|
|
2472
|
+
if (cursor === ":") {
|
|
2473
|
+
if (endipv6Encountered === !0 && (endIpv6 = !0), !consume())
|
|
2474
|
+
break;
|
|
2475
|
+
if (tokenCount++, address.push(":"), tokenCount > 7) {
|
|
2476
|
+
output.error = !0;
|
|
2477
|
+
break;
|
|
2712
2478
|
}
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
return zone && (newHost += "%" + zone), newHost;
|
|
2723
|
-
} else
|
|
2724
|
-
return host;
|
|
2725
|
-
}
|
|
2726
|
-
var URI_PARSE = /^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i, NO_MATCH_IS_UNDEFINED = "".match(/(){0}/)[1] === void 0;
|
|
2727
|
-
function parse(uriString) {
|
|
2728
|
-
var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, components = {}, protocol = options.iri !== !1 ? IRI_PROTOCOL : URI_PROTOCOL;
|
|
2729
|
-
options.reference === "suffix" && (uriString = (options.scheme ? options.scheme + ":" : "") + "//" + uriString);
|
|
2730
|
-
var matches = uriString.match(URI_PARSE);
|
|
2731
|
-
if (matches) {
|
|
2732
|
-
NO_MATCH_IS_UNDEFINED ? (components.scheme = matches[1], components.userinfo = matches[3], components.host = matches[4], components.port = parseInt(matches[5], 10), components.path = matches[6] || "", components.query = matches[7], components.fragment = matches[8], isNaN(components.port) && (components.port = matches[5])) : (components.scheme = matches[1] || void 0, components.userinfo = uriString.indexOf("@") !== -1 ? matches[3] : void 0, components.host = uriString.indexOf("//") !== -1 ? matches[4] : void 0, components.port = parseInt(matches[5], 10), components.path = matches[6] || "", components.query = uriString.indexOf("?") !== -1 ? matches[7] : void 0, components.fragment = uriString.indexOf("#") !== -1 ? matches[8] : void 0, isNaN(components.port) && (components.port = uriString.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/) ? matches[4] : void 0)), components.host && (components.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol)), components.scheme === void 0 && components.userinfo === void 0 && components.host === void 0 && components.port === void 0 && !components.path && components.query === void 0 ? components.reference = "same-document" : components.scheme === void 0 ? components.reference = "relative" : components.fragment === void 0 ? components.reference = "absolute" : components.reference = "uri", options.reference && options.reference !== "suffix" && options.reference !== components.reference && (components.error = components.error || "URI is not a " + options.reference + " reference.");
|
|
2733
|
-
var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()];
|
|
2734
|
-
if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {
|
|
2735
|
-
if (components.host && (options.domainHost || schemeHandler && schemeHandler.domainHost))
|
|
2736
|
-
try {
|
|
2737
|
-
components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase());
|
|
2738
|
-
} catch (e) {
|
|
2739
|
-
components.error = components.error || "Host's domain name can not be converted to ASCII via punycode: " + e;
|
|
2740
|
-
}
|
|
2741
|
-
_normalizeComponentEncoding(components, URI_PROTOCOL);
|
|
2742
|
-
} else
|
|
2743
|
-
_normalizeComponentEncoding(components, protocol);
|
|
2744
|
-
schemeHandler && schemeHandler.parse && schemeHandler.parse(components, options);
|
|
2745
|
-
} else
|
|
2746
|
-
components.error = components.error || "URI can not be parsed.";
|
|
2747
|
-
return components;
|
|
2748
|
-
}
|
|
2749
|
-
function _recomposeAuthority(components, options) {
|
|
2750
|
-
var protocol = options.iri !== !1 ? IRI_PROTOCOL : URI_PROTOCOL, uriTokens = [];
|
|
2751
|
-
return components.userinfo !== void 0 && (uriTokens.push(components.userinfo), uriTokens.push("@")), components.host !== void 0 && uriTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, function(_, $1, $2) {
|
|
2752
|
-
return "[" + $1 + ($2 ? "%25" + $2 : "") + "]";
|
|
2753
|
-
})), (typeof components.port == "number" || typeof components.port == "string") && (uriTokens.push(":"), uriTokens.push(String(components.port))), uriTokens.length ? uriTokens.join("") : void 0;
|
|
2754
|
-
}
|
|
2755
|
-
var RDS1 = /^\.\.?\//, RDS2 = /^\/\.(\/|$)/, RDS3 = /^\/\.\.(\/|$)/, RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/;
|
|
2756
|
-
function removeDotSegments(input) {
|
|
2757
|
-
for (var output = []; input.length; )
|
|
2758
|
-
if (input.match(RDS1))
|
|
2759
|
-
input = input.replace(RDS1, "");
|
|
2760
|
-
else if (input.match(RDS2))
|
|
2761
|
-
input = input.replace(RDS2, "/");
|
|
2762
|
-
else if (input.match(RDS3))
|
|
2763
|
-
input = input.replace(RDS3, "/"), output.pop();
|
|
2764
|
-
else if (input === "." || input === "..")
|
|
2765
|
-
input = "";
|
|
2766
|
-
else {
|
|
2767
|
-
var im = input.match(RDS5);
|
|
2768
|
-
if (im) {
|
|
2769
|
-
var s = im[0];
|
|
2770
|
-
input = input.slice(s.length), output.push(s);
|
|
2771
|
-
} else
|
|
2772
|
-
throw new Error("Unexpected dot segment condition");
|
|
2479
|
+
i - 1 >= 0 && input[i - 1] === ":" && (endipv6Encountered = !0);
|
|
2480
|
+
continue;
|
|
2481
|
+
} else if (cursor === "%") {
|
|
2482
|
+
if (!consume())
|
|
2483
|
+
break;
|
|
2484
|
+
isZone = !0;
|
|
2485
|
+
} else {
|
|
2486
|
+
buffer.push(cursor);
|
|
2487
|
+
continue;
|
|
2773
2488
|
}
|
|
2774
|
-
return output.join("");
|
|
2775
2489
|
}
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2490
|
+
return buffer.length && (isZone ? output.zone = buffer.join("") : endIpv6 ? address.push(buffer.join("")) : address.push(stringArrayToHexStripped(buffer))), output.address = address.join(""), output;
|
|
2491
|
+
}
|
|
2492
|
+
function normalizeIPv6(host) {
|
|
2493
|
+
if (findToken(host, ":") < 2)
|
|
2494
|
+
return { host, isIPV6: !1 };
|
|
2495
|
+
let ipv6 = getIPV6(host);
|
|
2496
|
+
if (ipv6.error)
|
|
2497
|
+
return { host, isIPV6: !1 };
|
|
2498
|
+
{
|
|
2499
|
+
let newHost = ipv6.address, escapedHost = ipv6.address;
|
|
2500
|
+
return ipv6.zone && (newHost += "%" + ipv6.zone, escapedHost += "%25" + ipv6.zone), { host: newHost, escapedHost, isIPV6: !0 };
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
function stripLeadingZeros(str, token) {
|
|
2504
|
+
let out = "", skip = !0, l = str.length;
|
|
2505
|
+
for (let i = 0; i < l; i++) {
|
|
2506
|
+
let c = str[i];
|
|
2507
|
+
c === "0" && skip ? (i + 1 <= l && str[i + 1] === token || i + 1 === l) && (out += c, skip = !1) : (c === token ? skip = !0 : skip = !1, out += c);
|
|
2508
|
+
}
|
|
2509
|
+
return out;
|
|
2510
|
+
}
|
|
2511
|
+
function findToken(str, token) {
|
|
2512
|
+
let ind = 0;
|
|
2513
|
+
for (let i = 0; i < str.length; i++)
|
|
2514
|
+
str[i] === token && ind++;
|
|
2515
|
+
return ind;
|
|
2516
|
+
}
|
|
2517
|
+
var RDS1 = /^\.\.?\//u, RDS2 = /^\/\.(?:\/|$)/u, RDS3 = /^\/\.\.(?:\/|$)/u, RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/u;
|
|
2518
|
+
function removeDotSegments(input) {
|
|
2519
|
+
let output = [];
|
|
2520
|
+
for (; input.length; )
|
|
2521
|
+
if (input.match(RDS1))
|
|
2522
|
+
input = input.replace(RDS1, "");
|
|
2523
|
+
else if (input.match(RDS2))
|
|
2524
|
+
input = input.replace(RDS2, "/");
|
|
2525
|
+
else if (input.match(RDS3))
|
|
2526
|
+
input = input.replace(RDS3, "/"), output.pop();
|
|
2527
|
+
else if (input === "." || input === "..")
|
|
2528
|
+
input = "";
|
|
2529
|
+
else {
|
|
2530
|
+
let im = input.match(RDS5);
|
|
2531
|
+
if (im) {
|
|
2532
|
+
let s = im[0];
|
|
2533
|
+
input = input.slice(s.length), output.push(s);
|
|
2534
|
+
} else
|
|
2535
|
+
throw new Error("Unexpected dot segment condition");
|
|
2785
2536
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2537
|
+
return output.join("");
|
|
2538
|
+
}
|
|
2539
|
+
function normalizeComponentEncoding(components, esc) {
|
|
2540
|
+
let func = esc !== !0 ? escape : unescape;
|
|
2541
|
+
return components.scheme !== void 0 && (components.scheme = func(components.scheme)), components.userinfo !== void 0 && (components.userinfo = func(components.userinfo)), components.host !== void 0 && (components.host = func(components.host)), components.path !== void 0 && (components.path = func(components.path)), components.query !== void 0 && (components.query = func(components.query)), components.fragment !== void 0 && (components.fragment = func(components.fragment)), components;
|
|
2542
|
+
}
|
|
2543
|
+
function recomposeAuthority(components) {
|
|
2544
|
+
let uriTokens = [];
|
|
2545
|
+
if (components.userinfo !== void 0 && (uriTokens.push(components.userinfo), uriTokens.push("@")), components.host !== void 0) {
|
|
2546
|
+
let host = unescape(components.host), ipV4res = normalizeIPv4(host);
|
|
2547
|
+
if (ipV4res.isIPV4)
|
|
2548
|
+
host = ipV4res.host;
|
|
2549
|
+
else {
|
|
2550
|
+
let ipV6res = normalizeIPv6(ipV4res.host);
|
|
2551
|
+
ipV6res.isIPV6 === !0 ? host = `[${ipV6res.escapedHost}]` : host = components.host;
|
|
2791
2552
|
}
|
|
2792
|
-
|
|
2793
|
-
}
|
|
2794
|
-
function resolveComponents(base2, relative) {
|
|
2795
|
-
var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, skipNormalization = arguments[3], target = {};
|
|
2796
|
-
return skipNormalization || (base2 = parse(serialize(base2, options), options), relative = parse(serialize(relative, options), options)), options = options || {}, !options.tolerant && relative.scheme ? (target.scheme = relative.scheme, target.userinfo = relative.userinfo, target.host = relative.host, target.port = relative.port, target.path = removeDotSegments(relative.path || ""), target.query = relative.query) : (relative.userinfo !== void 0 || relative.host !== void 0 || relative.port !== void 0 ? (target.userinfo = relative.userinfo, target.host = relative.host, target.port = relative.port, target.path = removeDotSegments(relative.path || ""), target.query = relative.query) : (relative.path ? (relative.path.charAt(0) === "/" ? target.path = removeDotSegments(relative.path) : ((base2.userinfo !== void 0 || base2.host !== void 0 || base2.port !== void 0) && !base2.path ? target.path = "/" + relative.path : base2.path ? target.path = base2.path.slice(0, base2.path.lastIndexOf("/") + 1) + relative.path : target.path = relative.path, target.path = removeDotSegments(target.path)), target.query = relative.query) : (target.path = base2.path, relative.query !== void 0 ? target.query = relative.query : target.query = base2.query), target.userinfo = base2.userinfo, target.host = base2.host, target.port = base2.port), target.scheme = base2.scheme), target.fragment = relative.fragment, target;
|
|
2553
|
+
uriTokens.push(host);
|
|
2797
2554
|
}
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2555
|
+
return (typeof components.port == "number" || typeof components.port == "string") && (uriTokens.push(":"), uriTokens.push(String(components.port))), uriTokens.length ? uriTokens.join("") : void 0;
|
|
2556
|
+
}
|
|
2557
|
+
module.exports = {
|
|
2558
|
+
recomposeAuthority,
|
|
2559
|
+
normalizeComponentEncoding,
|
|
2560
|
+
removeDotSegments,
|
|
2561
|
+
normalizeIPv4,
|
|
2562
|
+
normalizeIPv6,
|
|
2563
|
+
stringArrayToHexStripped
|
|
2564
|
+
};
|
|
2565
|
+
}
|
|
2566
|
+
});
|
|
2567
|
+
|
|
2568
|
+
// ../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/schemes.js
|
|
2569
|
+
var require_schemes = __commonJS({
|
|
2570
|
+
"../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/lib/schemes.js"(exports, module) {
|
|
2571
|
+
"use strict";
|
|
2572
|
+
init_cjs_shims();
|
|
2573
|
+
var UUID_REG = /^[\da-f]{8}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{12}$/iu, URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
2574
|
+
function isSecure(wsComponents) {
|
|
2575
|
+
return typeof wsComponents.secure == "boolean" ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === "wss";
|
|
2576
|
+
}
|
|
2577
|
+
function httpParse(components) {
|
|
2578
|
+
return components.host || (components.error = components.error || "HTTP URIs must have a host."), components;
|
|
2579
|
+
}
|
|
2580
|
+
function httpSerialize(components) {
|
|
2581
|
+
let secure = String(components.scheme).toLowerCase() === "https";
|
|
2582
|
+
return (components.port === (secure ? 443 : 80) || components.port === "") && (components.port = void 0), components.path || (components.path = "/"), components;
|
|
2583
|
+
}
|
|
2584
|
+
function wsParse(wsComponents) {
|
|
2585
|
+
return wsComponents.secure = isSecure(wsComponents), wsComponents.resourceName = (wsComponents.path || "/") + (wsComponents.query ? "?" + wsComponents.query : ""), wsComponents.path = void 0, wsComponents.query = void 0, wsComponents;
|
|
2586
|
+
}
|
|
2587
|
+
function wsSerialize(wsComponents) {
|
|
2588
|
+
if ((wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") && (wsComponents.port = void 0), typeof wsComponents.secure == "boolean" && (wsComponents.scheme = wsComponents.secure ? "wss" : "ws", wsComponents.secure = void 0), wsComponents.resourceName) {
|
|
2589
|
+
let [path4, query] = wsComponents.resourceName.split("?");
|
|
2590
|
+
wsComponents.path = path4 && path4 !== "/" ? path4 : void 0, wsComponents.query = query, wsComponents.resourceName = void 0;
|
|
2813
2591
|
}
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2592
|
+
return wsComponents.fragment = void 0, wsComponents;
|
|
2593
|
+
}
|
|
2594
|
+
function urnParse(urnComponents, options) {
|
|
2595
|
+
if (!urnComponents.path)
|
|
2596
|
+
return urnComponents.error = "URN can not be parsed", urnComponents;
|
|
2597
|
+
let matches = urnComponents.path.match(URN_REG);
|
|
2598
|
+
if (matches) {
|
|
2599
|
+
let scheme = options.scheme || urnComponents.scheme || "urn";
|
|
2600
|
+
urnComponents.nid = matches[1].toLowerCase(), urnComponents.nss = matches[2];
|
|
2601
|
+
let urnScheme = `${scheme}:${options.nid || urnComponents.nid}`, schemeHandler = SCHEMES[urnScheme];
|
|
2602
|
+
urnComponents.path = void 0, schemeHandler && (urnComponents = schemeHandler.parse(urnComponents, options));
|
|
2603
|
+
} else
|
|
2604
|
+
urnComponents.error = urnComponents.error || "URN can not be parsed.";
|
|
2605
|
+
return urnComponents;
|
|
2606
|
+
}
|
|
2607
|
+
function urnSerialize(urnComponents, options) {
|
|
2608
|
+
let scheme = options.scheme || urnComponents.scheme || "urn", nid = urnComponents.nid.toLowerCase(), urnScheme = `${scheme}:${options.nid || nid}`, schemeHandler = SCHEMES[urnScheme];
|
|
2609
|
+
schemeHandler && (urnComponents = schemeHandler.serialize(urnComponents, options));
|
|
2610
|
+
let uriComponents = urnComponents, nss = urnComponents.nss;
|
|
2611
|
+
return uriComponents.path = `${nid || options.nid}:${nss}`, options.skipEscape = !0, uriComponents;
|
|
2612
|
+
}
|
|
2613
|
+
function urnuuidParse(urnComponents, options) {
|
|
2614
|
+
let uuidComponents = urnComponents;
|
|
2615
|
+
return uuidComponents.uuid = uuidComponents.nss, uuidComponents.nss = void 0, !options.tolerant && (!uuidComponents.uuid || !UUID_REG.test(uuidComponents.uuid)) && (uuidComponents.error = uuidComponents.error || "UUID is not valid."), uuidComponents;
|
|
2616
|
+
}
|
|
2617
|
+
function urnuuidSerialize(uuidComponents) {
|
|
2618
|
+
let urnComponents = uuidComponents;
|
|
2619
|
+
return urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(), urnComponents;
|
|
2620
|
+
}
|
|
2621
|
+
var http3 = {
|
|
2622
|
+
scheme: "http",
|
|
2623
|
+
domainHost: !0,
|
|
2624
|
+
parse: httpParse,
|
|
2625
|
+
serialize: httpSerialize
|
|
2626
|
+
}, https2 = {
|
|
2627
|
+
scheme: "https",
|
|
2628
|
+
domainHost: http3.domainHost,
|
|
2629
|
+
parse: httpParse,
|
|
2630
|
+
serialize: httpSerialize
|
|
2631
|
+
}, ws = {
|
|
2632
|
+
scheme: "ws",
|
|
2633
|
+
domainHost: !0,
|
|
2634
|
+
parse: wsParse,
|
|
2635
|
+
serialize: wsSerialize
|
|
2636
|
+
}, wss = {
|
|
2637
|
+
scheme: "wss",
|
|
2638
|
+
domainHost: ws.domainHost,
|
|
2639
|
+
parse: ws.parse,
|
|
2640
|
+
serialize: ws.serialize
|
|
2641
|
+
}, urn = {
|
|
2642
|
+
scheme: "urn",
|
|
2643
|
+
parse: urnParse,
|
|
2644
|
+
serialize: urnSerialize,
|
|
2645
|
+
skipNormalize: !0
|
|
2646
|
+
}, urnuuid = {
|
|
2647
|
+
scheme: "urn:uuid",
|
|
2648
|
+
parse: urnuuidParse,
|
|
2649
|
+
serialize: urnuuidSerialize,
|
|
2650
|
+
skipNormalize: !0
|
|
2651
|
+
}, SCHEMES = {
|
|
2652
|
+
http: http3,
|
|
2653
|
+
https: https2,
|
|
2654
|
+
ws,
|
|
2655
|
+
wss,
|
|
2656
|
+
urn,
|
|
2657
|
+
"urn:uuid": urnuuid
|
|
2658
|
+
};
|
|
2659
|
+
module.exports = SCHEMES;
|
|
2660
|
+
}
|
|
2661
|
+
});
|
|
2662
|
+
|
|
2663
|
+
// ../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/index.js
|
|
2664
|
+
var require_fast_uri = __commonJS({
|
|
2665
|
+
"../../node_modules/.pnpm/fast-uri@3.0.5/node_modules/fast-uri/index.js"(exports, module) {
|
|
2666
|
+
"use strict";
|
|
2667
|
+
init_cjs_shims();
|
|
2668
|
+
var { normalizeIPv6, normalizeIPv4, removeDotSegments, recomposeAuthority, normalizeComponentEncoding } = require_utils(), SCHEMES = require_schemes();
|
|
2669
|
+
function normalize(uri, options) {
|
|
2670
|
+
return typeof uri == "string" ? uri = serialize(parse(uri, options), options) : typeof uri == "object" && (uri = parse(serialize(uri, options), options)), uri;
|
|
2671
|
+
}
|
|
2672
|
+
function resolve(baseURI, relativeURI, options) {
|
|
2673
|
+
let schemelessOptions = Object.assign({ scheme: "null" }, options), resolved = resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, !0);
|
|
2674
|
+
return serialize(resolved, { ...schemelessOptions, skipEscape: !0 });
|
|
2675
|
+
}
|
|
2676
|
+
function resolveComponents(base, relative, options, skipNormalization) {
|
|
2677
|
+
let target = {};
|
|
2678
|
+
return skipNormalization || (base = parse(serialize(base, options), options), relative = parse(serialize(relative, options), options)), options = options || {}, !options.tolerant && relative.scheme ? (target.scheme = relative.scheme, target.userinfo = relative.userinfo, target.host = relative.host, target.port = relative.port, target.path = removeDotSegments(relative.path || ""), target.query = relative.query) : (relative.userinfo !== void 0 || relative.host !== void 0 || relative.port !== void 0 ? (target.userinfo = relative.userinfo, target.host = relative.host, target.port = relative.port, target.path = removeDotSegments(relative.path || ""), target.query = relative.query) : (relative.path ? (relative.path.charAt(0) === "/" ? target.path = removeDotSegments(relative.path) : ((base.userinfo !== void 0 || base.host !== void 0 || base.port !== void 0) && !base.path ? target.path = "/" + relative.path : base.path ? target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path : target.path = relative.path, target.path = removeDotSegments(target.path)), target.query = relative.query) : (target.path = base.path, relative.query !== void 0 ? target.query = relative.query : target.query = base.query), target.userinfo = base.userinfo, target.host = base.host, target.port = base.port), target.scheme = base.scheme), target.fragment = relative.fragment, target;
|
|
2679
|
+
}
|
|
2680
|
+
function equal(uriA, uriB, options) {
|
|
2681
|
+
return typeof uriA == "string" ? (uriA = unescape(uriA), uriA = serialize(normalizeComponentEncoding(parse(uriA, options), !0), { ...options, skipEscape: !0 })) : typeof uriA == "object" && (uriA = serialize(normalizeComponentEncoding(uriA, !0), { ...options, skipEscape: !0 })), typeof uriB == "string" ? (uriB = unescape(uriB), uriB = serialize(normalizeComponentEncoding(parse(uriB, options), !0), { ...options, skipEscape: !0 })) : typeof uriB == "object" && (uriB = serialize(normalizeComponentEncoding(uriB, !0), { ...options, skipEscape: !0 })), uriA.toLowerCase() === uriB.toLowerCase();
|
|
2682
|
+
}
|
|
2683
|
+
function serialize(cmpts, opts) {
|
|
2684
|
+
let components = {
|
|
2685
|
+
host: cmpts.host,
|
|
2686
|
+
scheme: cmpts.scheme,
|
|
2687
|
+
userinfo: cmpts.userinfo,
|
|
2688
|
+
port: cmpts.port,
|
|
2689
|
+
path: cmpts.path,
|
|
2690
|
+
query: cmpts.query,
|
|
2691
|
+
nid: cmpts.nid,
|
|
2692
|
+
nss: cmpts.nss,
|
|
2693
|
+
uuid: cmpts.uuid,
|
|
2694
|
+
fragment: cmpts.fragment,
|
|
2695
|
+
reference: cmpts.reference,
|
|
2696
|
+
resourceName: cmpts.resourceName,
|
|
2697
|
+
secure: cmpts.secure,
|
|
2698
|
+
error: ""
|
|
2699
|
+
}, options = Object.assign({}, opts), uriTokens = [], schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()];
|
|
2700
|
+
schemeHandler && schemeHandler.serialize && schemeHandler.serialize(components, options), components.path !== void 0 && (options.skipEscape ? components.path = unescape(components.path) : (components.path = escape(components.path), components.scheme !== void 0 && (components.path = components.path.split("%3A").join(":")))), options.reference !== "suffix" && components.scheme && uriTokens.push(components.scheme, ":");
|
|
2701
|
+
let authority = recomposeAuthority(components);
|
|
2702
|
+
if (authority !== void 0 && (options.reference !== "suffix" && uriTokens.push("//"), uriTokens.push(authority), components.path && components.path.charAt(0) !== "/" && uriTokens.push("/")), components.path !== void 0) {
|
|
2703
|
+
let s = components.path;
|
|
2704
|
+
!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath) && (s = removeDotSegments(s)), authority === void 0 && (s = s.replace(/^\/\//u, "/%2F")), uriTokens.push(s);
|
|
2705
|
+
}
|
|
2706
|
+
return components.query !== void 0 && uriTokens.push("?", components.query), components.fragment !== void 0 && uriTokens.push("#", components.fragment), uriTokens.join("");
|
|
2707
|
+
}
|
|
2708
|
+
var hexLookUp = Array.from({ length: 127 }, (_v, k) => /[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(k)));
|
|
2709
|
+
function nonSimpleDomain(value) {
|
|
2710
|
+
let code = 0;
|
|
2711
|
+
for (let i = 0, len = value.length; i < len; ++i)
|
|
2712
|
+
if (code = value.charCodeAt(i), code > 126 || hexLookUp[code])
|
|
2713
|
+
return !0;
|
|
2714
|
+
return !1;
|
|
2715
|
+
}
|
|
2716
|
+
var URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;
|
|
2717
|
+
function parse(uri, opts) {
|
|
2718
|
+
let options = Object.assign({}, opts), parsed = {
|
|
2719
|
+
scheme: void 0,
|
|
2720
|
+
userinfo: void 0,
|
|
2721
|
+
host: "",
|
|
2722
|
+
port: void 0,
|
|
2723
|
+
path: "",
|
|
2724
|
+
query: void 0,
|
|
2725
|
+
fragment: void 0
|
|
2726
|
+
}, gotEncoding = uri.indexOf("%") !== -1, isIP = !1;
|
|
2727
|
+
options.reference === "suffix" && (uri = (options.scheme ? options.scheme + ":" : "") + "//" + uri);
|
|
2728
|
+
let matches = uri.match(URI_PARSE);
|
|
2729
|
+
if (matches) {
|
|
2730
|
+
if (parsed.scheme = matches[1], parsed.userinfo = matches[3], parsed.host = matches[4], parsed.port = parseInt(matches[5], 10), parsed.path = matches[6] || "", parsed.query = matches[7], parsed.fragment = matches[8], isNaN(parsed.port) && (parsed.port = matches[5]), parsed.host) {
|
|
2731
|
+
let ipv4result = normalizeIPv4(parsed.host);
|
|
2732
|
+
if (ipv4result.isIPV4 === !1) {
|
|
2733
|
+
let ipv6result = normalizeIPv6(ipv4result.host);
|
|
2734
|
+
parsed.host = ipv6result.host.toLowerCase(), isIP = ipv6result.isIPV6;
|
|
2925
2735
|
} else
|
|
2926
|
-
|
|
2927
|
-
return urnComponents;
|
|
2928
|
-
},
|
|
2929
|
-
serialize: function(urnComponents, options) {
|
|
2930
|
-
var scheme = options.scheme || urnComponents.scheme || "urn", nid = urnComponents.nid, urnScheme = scheme + ":" + (options.nid || nid), schemeHandler = SCHEMES[urnScheme];
|
|
2931
|
-
schemeHandler && (urnComponents = schemeHandler.serialize(urnComponents, options));
|
|
2932
|
-
var uriComponents = urnComponents, nss = urnComponents.nss;
|
|
2933
|
-
return uriComponents.path = (nid || options.nid) + ":" + nss, uriComponents;
|
|
2934
|
-
}
|
|
2935
|
-
}, UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/, handler$6 = {
|
|
2936
|
-
scheme: "urn:uuid",
|
|
2937
|
-
parse: function(urnComponents, options) {
|
|
2938
|
-
var uuidComponents = urnComponents;
|
|
2939
|
-
return uuidComponents.uuid = uuidComponents.nss, uuidComponents.nss = void 0, !options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID)) && (uuidComponents.error = uuidComponents.error || "UUID is not valid."), uuidComponents;
|
|
2940
|
-
},
|
|
2941
|
-
serialize: function(uuidComponents, options) {
|
|
2942
|
-
var urnComponents = uuidComponents;
|
|
2943
|
-
return urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(), urnComponents;
|
|
2736
|
+
parsed.host = ipv4result.host, isIP = !0;
|
|
2944
2737
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2738
|
+
parsed.scheme === void 0 && parsed.userinfo === void 0 && parsed.host === void 0 && parsed.port === void 0 && !parsed.path && parsed.query === void 0 ? parsed.reference = "same-document" : parsed.scheme === void 0 ? parsed.reference = "relative" : parsed.fragment === void 0 ? parsed.reference = "absolute" : parsed.reference = "uri", options.reference && options.reference !== "suffix" && options.reference !== parsed.reference && (parsed.error = parsed.error || "URI is not a " + options.reference + " reference.");
|
|
2739
|
+
let schemeHandler = SCHEMES[(options.scheme || parsed.scheme || "").toLowerCase()];
|
|
2740
|
+
if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport) && parsed.host && (options.domainHost || schemeHandler && schemeHandler.domainHost) && isIP === !1 && nonSimpleDomain(parsed.host))
|
|
2741
|
+
try {
|
|
2742
|
+
parsed.host = URL.domainToASCII(parsed.host.toLowerCase());
|
|
2743
|
+
} catch (e) {
|
|
2744
|
+
parsed.error = parsed.error || "Host's domain name can not be converted to ASCII: " + e;
|
|
2745
|
+
}
|
|
2746
|
+
(!schemeHandler || schemeHandler && !schemeHandler.skipNormalize) && (gotEncoding && parsed.scheme !== void 0 && (parsed.scheme = unescape(parsed.scheme)), gotEncoding && parsed.host !== void 0 && (parsed.host = unescape(parsed.host)), parsed.path && parsed.path.length && (parsed.path = escape(unescape(parsed.path))), parsed.fragment && parsed.fragment.length && (parsed.fragment = encodeURI(decodeURIComponent(parsed.fragment)))), schemeHandler && schemeHandler.parse && schemeHandler.parse(parsed, options);
|
|
2747
|
+
} else
|
|
2748
|
+
parsed.error = parsed.error || "URI can not be parsed.";
|
|
2749
|
+
return parsed;
|
|
2750
|
+
}
|
|
2751
|
+
var fastUri = {
|
|
2752
|
+
SCHEMES,
|
|
2753
|
+
normalize,
|
|
2754
|
+
resolve,
|
|
2755
|
+
resolveComponents,
|
|
2756
|
+
equal,
|
|
2757
|
+
serialize,
|
|
2758
|
+
parse
|
|
2759
|
+
};
|
|
2760
|
+
module.exports = fastUri;
|
|
2761
|
+
module.exports.default = fastUri;
|
|
2762
|
+
module.exports.fastUri = fastUri;
|
|
2948
2763
|
}
|
|
2949
2764
|
});
|
|
2950
2765
|
|
|
2951
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2766
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/uri.js
|
|
2952
2767
|
var require_uri = __commonJS({
|
|
2953
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2768
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/uri.js"(exports) {
|
|
2954
2769
|
"use strict";
|
|
2955
2770
|
init_cjs_shims();
|
|
2956
2771
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
2957
|
-
var uri =
|
|
2772
|
+
var uri = require_fast_uri();
|
|
2958
2773
|
uri.code = 'require("ajv/dist/runtime/uri").default';
|
|
2959
2774
|
exports.default = uri;
|
|
2960
2775
|
}
|
|
2961
2776
|
});
|
|
2962
2777
|
|
|
2963
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
2778
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/core.js
|
|
2964
2779
|
var require_core = __commonJS({
|
|
2965
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
2780
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/core.js"(exports) {
|
|
2966
2781
|
"use strict";
|
|
2967
2782
|
init_cjs_shims();
|
|
2968
2783
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3410,9 +3225,9 @@ var require_core = __commonJS({
|
|
|
3410
3225
|
}
|
|
3411
3226
|
});
|
|
3412
3227
|
|
|
3413
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3228
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/id.js
|
|
3414
3229
|
var require_id = __commonJS({
|
|
3415
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3230
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/id.js"(exports) {
|
|
3416
3231
|
"use strict";
|
|
3417
3232
|
init_cjs_shims();
|
|
3418
3233
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3426,9 +3241,9 @@ var require_id = __commonJS({
|
|
|
3426
3241
|
}
|
|
3427
3242
|
});
|
|
3428
3243
|
|
|
3429
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3244
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/ref.js
|
|
3430
3245
|
var require_ref = __commonJS({
|
|
3431
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3246
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/ref.js"(exports) {
|
|
3432
3247
|
"use strict";
|
|
3433
3248
|
init_cjs_shims();
|
|
3434
3249
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3519,9 +3334,9 @@ var require_ref = __commonJS({
|
|
|
3519
3334
|
}
|
|
3520
3335
|
});
|
|
3521
3336
|
|
|
3522
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3337
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/index.js
|
|
3523
3338
|
var require_core2 = __commonJS({
|
|
3524
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3339
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/core/index.js"(exports) {
|
|
3525
3340
|
"use strict";
|
|
3526
3341
|
init_cjs_shims();
|
|
3527
3342
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3539,9 +3354,9 @@ var require_core2 = __commonJS({
|
|
|
3539
3354
|
}
|
|
3540
3355
|
});
|
|
3541
3356
|
|
|
3542
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3357
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
3543
3358
|
var require_limitNumber = __commonJS({
|
|
3544
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3359
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports) {
|
|
3545
3360
|
"use strict";
|
|
3546
3361
|
init_cjs_shims();
|
|
3547
3362
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3568,9 +3383,9 @@ var require_limitNumber = __commonJS({
|
|
|
3568
3383
|
}
|
|
3569
3384
|
});
|
|
3570
3385
|
|
|
3571
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3386
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
3572
3387
|
var require_multipleOf = __commonJS({
|
|
3573
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3388
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports) {
|
|
3574
3389
|
"use strict";
|
|
3575
3390
|
init_cjs_shims();
|
|
3576
3391
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3592,9 +3407,9 @@ var require_multipleOf = __commonJS({
|
|
|
3592
3407
|
}
|
|
3593
3408
|
});
|
|
3594
3409
|
|
|
3595
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3410
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/ucs2length.js
|
|
3596
3411
|
var require_ucs2length = __commonJS({
|
|
3597
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3412
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/ucs2length.js"(exports) {
|
|
3598
3413
|
"use strict";
|
|
3599
3414
|
init_cjs_shims();
|
|
3600
3415
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3609,9 +3424,9 @@ var require_ucs2length = __commonJS({
|
|
|
3609
3424
|
}
|
|
3610
3425
|
});
|
|
3611
3426
|
|
|
3612
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3427
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
3613
3428
|
var require_limitLength = __commonJS({
|
|
3614
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3429
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports) {
|
|
3615
3430
|
"use strict";
|
|
3616
3431
|
init_cjs_shims();
|
|
3617
3432
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3636,9 +3451,9 @@ var require_limitLength = __commonJS({
|
|
|
3636
3451
|
}
|
|
3637
3452
|
});
|
|
3638
3453
|
|
|
3639
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3454
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
3640
3455
|
var require_pattern = __commonJS({
|
|
3641
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3456
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports) {
|
|
3642
3457
|
"use strict";
|
|
3643
3458
|
init_cjs_shims();
|
|
3644
3459
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3660,9 +3475,9 @@ var require_pattern = __commonJS({
|
|
|
3660
3475
|
}
|
|
3661
3476
|
});
|
|
3662
3477
|
|
|
3663
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3478
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
3664
3479
|
var require_limitProperties = __commonJS({
|
|
3665
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3480
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports) {
|
|
3666
3481
|
"use strict";
|
|
3667
3482
|
init_cjs_shims();
|
|
3668
3483
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3687,9 +3502,9 @@ var require_limitProperties = __commonJS({
|
|
|
3687
3502
|
}
|
|
3688
3503
|
});
|
|
3689
3504
|
|
|
3690
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3505
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/required.js
|
|
3691
3506
|
var require_required = __commonJS({
|
|
3692
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3507
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/required.js"(exports) {
|
|
3693
3508
|
"use strict";
|
|
3694
3509
|
init_cjs_shims();
|
|
3695
3510
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3748,9 +3563,9 @@ var require_required = __commonJS({
|
|
|
3748
3563
|
}
|
|
3749
3564
|
});
|
|
3750
3565
|
|
|
3751
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3566
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
3752
3567
|
var require_limitItems = __commonJS({
|
|
3753
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3568
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports) {
|
|
3754
3569
|
"use strict";
|
|
3755
3570
|
init_cjs_shims();
|
|
3756
3571
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3775,9 +3590,9 @@ var require_limitItems = __commonJS({
|
|
|
3775
3590
|
}
|
|
3776
3591
|
});
|
|
3777
3592
|
|
|
3778
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3593
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/equal.js
|
|
3779
3594
|
var require_equal = __commonJS({
|
|
3780
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3595
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/runtime/equal.js"(exports) {
|
|
3781
3596
|
"use strict";
|
|
3782
3597
|
init_cjs_shims();
|
|
3783
3598
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3787,9 +3602,9 @@ var require_equal = __commonJS({
|
|
|
3787
3602
|
}
|
|
3788
3603
|
});
|
|
3789
3604
|
|
|
3790
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3605
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
3791
3606
|
var require_uniqueItems = __commonJS({
|
|
3792
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3607
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports) {
|
|
3793
3608
|
"use strict";
|
|
3794
3609
|
init_cjs_shims();
|
|
3795
3610
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3835,9 +3650,9 @@ var require_uniqueItems = __commonJS({
|
|
|
3835
3650
|
}
|
|
3836
3651
|
});
|
|
3837
3652
|
|
|
3838
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3653
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/const.js
|
|
3839
3654
|
var require_const = __commonJS({
|
|
3840
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3655
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/const.js"(exports) {
|
|
3841
3656
|
"use strict";
|
|
3842
3657
|
init_cjs_shims();
|
|
3843
3658
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3857,9 +3672,9 @@ var require_const = __commonJS({
|
|
|
3857
3672
|
}
|
|
3858
3673
|
});
|
|
3859
3674
|
|
|
3860
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3675
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
3861
3676
|
var require_enum = __commonJS({
|
|
3862
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3677
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/enum.js"(exports) {
|
|
3863
3678
|
"use strict";
|
|
3864
3679
|
init_cjs_shims();
|
|
3865
3680
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3898,9 +3713,9 @@ var require_enum = __commonJS({
|
|
|
3898
3713
|
}
|
|
3899
3714
|
});
|
|
3900
3715
|
|
|
3901
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3716
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/index.js
|
|
3902
3717
|
var require_validation = __commonJS({
|
|
3903
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3718
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/validation/index.js"(exports) {
|
|
3904
3719
|
"use strict";
|
|
3905
3720
|
init_cjs_shims();
|
|
3906
3721
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3927,9 +3742,9 @@ var require_validation = __commonJS({
|
|
|
3927
3742
|
}
|
|
3928
3743
|
});
|
|
3929
3744
|
|
|
3930
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3745
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
3931
3746
|
var require_additionalItems = __commonJS({
|
|
3932
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3747
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports) {
|
|
3933
3748
|
"use strict";
|
|
3934
3749
|
init_cjs_shims();
|
|
3935
3750
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -3973,9 +3788,9 @@ var require_additionalItems = __commonJS({
|
|
|
3973
3788
|
}
|
|
3974
3789
|
});
|
|
3975
3790
|
|
|
3976
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3791
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
3977
3792
|
var require_items = __commonJS({
|
|
3978
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3793
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/items.js"(exports) {
|
|
3979
3794
|
"use strict";
|
|
3980
3795
|
init_cjs_shims();
|
|
3981
3796
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4016,9 +3831,9 @@ var require_items = __commonJS({
|
|
|
4016
3831
|
}
|
|
4017
3832
|
});
|
|
4018
3833
|
|
|
4019
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3834
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
4020
3835
|
var require_prefixItems = __commonJS({
|
|
4021
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3836
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports) {
|
|
4022
3837
|
"use strict";
|
|
4023
3838
|
init_cjs_shims();
|
|
4024
3839
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4033,9 +3848,9 @@ var require_prefixItems = __commonJS({
|
|
|
4033
3848
|
}
|
|
4034
3849
|
});
|
|
4035
3850
|
|
|
4036
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3851
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
4037
3852
|
var require_items2020 = __commonJS({
|
|
4038
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3853
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports) {
|
|
4039
3854
|
"use strict";
|
|
4040
3855
|
init_cjs_shims();
|
|
4041
3856
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4057,9 +3872,9 @@ var require_items2020 = __commonJS({
|
|
|
4057
3872
|
}
|
|
4058
3873
|
});
|
|
4059
3874
|
|
|
4060
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3875
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
4061
3876
|
var require_contains = __commonJS({
|
|
4062
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3877
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports) {
|
|
4063
3878
|
"use strict";
|
|
4064
3879
|
init_cjs_shims();
|
|
4065
3880
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4116,9 +3931,9 @@ var require_contains = __commonJS({
|
|
|
4116
3931
|
}
|
|
4117
3932
|
});
|
|
4118
3933
|
|
|
4119
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
3934
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
4120
3935
|
var require_dependencies = __commonJS({
|
|
4121
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
3936
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports) {
|
|
4122
3937
|
"use strict";
|
|
4123
3938
|
init_cjs_shims();
|
|
4124
3939
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4194,9 +4009,9 @@ var require_dependencies = __commonJS({
|
|
|
4194
4009
|
}
|
|
4195
4010
|
});
|
|
4196
4011
|
|
|
4197
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4012
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
4198
4013
|
var require_propertyNames = __commonJS({
|
|
4199
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4014
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports) {
|
|
4200
4015
|
"use strict";
|
|
4201
4016
|
init_cjs_shims();
|
|
4202
4017
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4230,9 +4045,9 @@ var require_propertyNames = __commonJS({
|
|
|
4230
4045
|
}
|
|
4231
4046
|
});
|
|
4232
4047
|
|
|
4233
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4048
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
4234
4049
|
var require_additionalProperties = __commonJS({
|
|
4235
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4050
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports) {
|
|
4236
4051
|
"use strict";
|
|
4237
4052
|
init_cjs_shims();
|
|
4238
4053
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4305,9 +4120,9 @@ var require_additionalProperties = __commonJS({
|
|
|
4305
4120
|
}
|
|
4306
4121
|
});
|
|
4307
4122
|
|
|
4308
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4123
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
4309
4124
|
var require_properties = __commonJS({
|
|
4310
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4125
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports) {
|
|
4311
4126
|
"use strict";
|
|
4312
4127
|
init_cjs_shims();
|
|
4313
4128
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4344,9 +4159,9 @@ var require_properties = __commonJS({
|
|
|
4344
4159
|
}
|
|
4345
4160
|
});
|
|
4346
4161
|
|
|
4347
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4162
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
4348
4163
|
var require_patternProperties = __commonJS({
|
|
4349
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4164
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports) {
|
|
4350
4165
|
"use strict";
|
|
4351
4166
|
init_cjs_shims();
|
|
4352
4167
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4389,9 +4204,9 @@ var require_patternProperties = __commonJS({
|
|
|
4389
4204
|
}
|
|
4390
4205
|
});
|
|
4391
4206
|
|
|
4392
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4207
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
4393
4208
|
var require_not = __commonJS({
|
|
4394
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4209
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/not.js"(exports) {
|
|
4395
4210
|
"use strict";
|
|
4396
4211
|
init_cjs_shims();
|
|
4397
4212
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4419,9 +4234,9 @@ var require_not = __commonJS({
|
|
|
4419
4234
|
}
|
|
4420
4235
|
});
|
|
4421
4236
|
|
|
4422
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4237
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
4423
4238
|
var require_anyOf = __commonJS({
|
|
4424
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4239
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports) {
|
|
4425
4240
|
"use strict";
|
|
4426
4241
|
init_cjs_shims();
|
|
4427
4242
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4436,9 +4251,9 @@ var require_anyOf = __commonJS({
|
|
|
4436
4251
|
}
|
|
4437
4252
|
});
|
|
4438
4253
|
|
|
4439
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4254
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
4440
4255
|
var require_oneOf = __commonJS({
|
|
4441
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4256
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports) {
|
|
4442
4257
|
"use strict";
|
|
4443
4258
|
init_cjs_shims();
|
|
4444
4259
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4476,9 +4291,9 @@ var require_oneOf = __commonJS({
|
|
|
4476
4291
|
}
|
|
4477
4292
|
});
|
|
4478
4293
|
|
|
4479
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4294
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
4480
4295
|
var require_allOf = __commonJS({
|
|
4481
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4296
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports) {
|
|
4482
4297
|
"use strict";
|
|
4483
4298
|
init_cjs_shims();
|
|
4484
4299
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4502,9 +4317,9 @@ var require_allOf = __commonJS({
|
|
|
4502
4317
|
}
|
|
4503
4318
|
});
|
|
4504
4319
|
|
|
4505
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4320
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
4506
4321
|
var require_if = __commonJS({
|
|
4507
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4322
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/if.js"(exports) {
|
|
4508
4323
|
"use strict";
|
|
4509
4324
|
init_cjs_shims();
|
|
4510
4325
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4553,9 +4368,9 @@ var require_if = __commonJS({
|
|
|
4553
4368
|
}
|
|
4554
4369
|
});
|
|
4555
4370
|
|
|
4556
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4371
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
4557
4372
|
var require_thenElse = __commonJS({
|
|
4558
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4373
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports) {
|
|
4559
4374
|
"use strict";
|
|
4560
4375
|
init_cjs_shims();
|
|
4561
4376
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4570,9 +4385,9 @@ var require_thenElse = __commonJS({
|
|
|
4570
4385
|
}
|
|
4571
4386
|
});
|
|
4572
4387
|
|
|
4573
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4388
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
4574
4389
|
var require_applicator = __commonJS({
|
|
4575
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4390
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/applicator/index.js"(exports) {
|
|
4576
4391
|
"use strict";
|
|
4577
4392
|
init_cjs_shims();
|
|
4578
4393
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4599,9 +4414,9 @@ var require_applicator = __commonJS({
|
|
|
4599
4414
|
}
|
|
4600
4415
|
});
|
|
4601
4416
|
|
|
4602
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4417
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/format/format.js
|
|
4603
4418
|
var require_format = __commonJS({
|
|
4604
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4419
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/format/format.js"(exports) {
|
|
4605
4420
|
"use strict";
|
|
4606
4421
|
init_cjs_shims();
|
|
4607
4422
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4672,9 +4487,9 @@ var require_format = __commonJS({
|
|
|
4672
4487
|
}
|
|
4673
4488
|
});
|
|
4674
4489
|
|
|
4675
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4490
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/format/index.js
|
|
4676
4491
|
var require_format2 = __commonJS({
|
|
4677
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4492
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/format/index.js"(exports) {
|
|
4678
4493
|
"use strict";
|
|
4679
4494
|
init_cjs_shims();
|
|
4680
4495
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4683,9 +4498,9 @@ var require_format2 = __commonJS({
|
|
|
4683
4498
|
}
|
|
4684
4499
|
});
|
|
4685
4500
|
|
|
4686
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4501
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/metadata.js
|
|
4687
4502
|
var require_metadata = __commonJS({
|
|
4688
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4503
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/metadata.js"(exports) {
|
|
4689
4504
|
"use strict";
|
|
4690
4505
|
init_cjs_shims();
|
|
4691
4506
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4707,9 +4522,9 @@ var require_metadata = __commonJS({
|
|
|
4707
4522
|
}
|
|
4708
4523
|
});
|
|
4709
4524
|
|
|
4710
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4525
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/draft7.js
|
|
4711
4526
|
var require_draft7 = __commonJS({
|
|
4712
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4527
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/draft7.js"(exports) {
|
|
4713
4528
|
"use strict";
|
|
4714
4529
|
init_cjs_shims();
|
|
4715
4530
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4725,9 +4540,9 @@ var require_draft7 = __commonJS({
|
|
|
4725
4540
|
}
|
|
4726
4541
|
});
|
|
4727
4542
|
|
|
4728
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4543
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
4729
4544
|
var require_types = __commonJS({
|
|
4730
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4545
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports) {
|
|
4731
4546
|
"use strict";
|
|
4732
4547
|
init_cjs_shims();
|
|
4733
4548
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -4739,13 +4554,13 @@ var require_types = __commonJS({
|
|
|
4739
4554
|
}
|
|
4740
4555
|
});
|
|
4741
4556
|
|
|
4742
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4557
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
4743
4558
|
var require_discriminator = __commonJS({
|
|
4744
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4559
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports) {
|
|
4745
4560
|
"use strict";
|
|
4746
4561
|
init_cjs_shims();
|
|
4747
4562
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
4748
|
-
var codegen_1 = require_codegen(), types_1 = require_types(), compile_1 = require_compile(), util_1 = require_util(), error = {
|
|
4563
|
+
var codegen_1 = require_codegen(), types_1 = require_types(), compile_1 = require_compile(), ref_error_1 = require_ref_error(), util_1 = require_util(), error = {
|
|
4749
4564
|
message: ({ params: { discrError, tagName } }) => discrError === types_1.DiscrError.Tag ? `tag "${tagName}" must be string` : `value of tag "${tagName}" must be in oneOf`,
|
|
4750
4565
|
params: ({ params: { discrError, tag, tagName } }) => (0, codegen_1._)`{error: ${discrError}, tag: ${tagName}, tagValue: ${tag}}`
|
|
4751
4566
|
}, def = {
|
|
@@ -4782,7 +4597,11 @@ var require_discriminator = __commonJS({
|
|
|
4782
4597
|
let oneOfMapping = {}, topRequired = hasRequired(parentSchema), tagRequired = !0;
|
|
4783
4598
|
for (let i = 0; i < oneOf.length; i++) {
|
|
4784
4599
|
let sch = oneOf[i];
|
|
4785
|
-
sch?.$ref && !(0, util_1.schemaHasRulesButRef)(sch, it.self.RULES)
|
|
4600
|
+
if (sch?.$ref && !(0, util_1.schemaHasRulesButRef)(sch, it.self.RULES)) {
|
|
4601
|
+
let ref = sch.$ref;
|
|
4602
|
+
if (sch = compile_1.resolveRef.call(it.self, it.schemaEnv.root, it.baseId, ref), sch instanceof compile_1.SchemaEnv && (sch = sch.schema), sch === void 0)
|
|
4603
|
+
throw new ref_error_1.default(it.opts.uriResolver, it.baseId, ref);
|
|
4604
|
+
}
|
|
4786
4605
|
let propSch = (_a = sch?.properties) === null || _a === void 0 ? void 0 : _a[tagName];
|
|
4787
4606
|
if (typeof propSch != "object")
|
|
4788
4607
|
throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${tagName}"`);
|
|
@@ -4815,9 +4634,9 @@ var require_discriminator = __commonJS({
|
|
|
4815
4634
|
}
|
|
4816
4635
|
});
|
|
4817
4636
|
|
|
4818
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4637
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
4819
4638
|
var require_json_schema_draft_07 = __commonJS({
|
|
4820
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4639
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports, module) {
|
|
4821
4640
|
module.exports = {
|
|
4822
4641
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
4823
4642
|
$id: "http://json-schema.org/draft-07/schema#",
|
|
@@ -4972,9 +4791,9 @@ var require_json_schema_draft_07 = __commonJS({
|
|
|
4972
4791
|
}
|
|
4973
4792
|
});
|
|
4974
4793
|
|
|
4975
|
-
// ../../node_modules/.pnpm/ajv@8.
|
|
4794
|
+
// ../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/ajv.js
|
|
4976
4795
|
var require_ajv = __commonJS({
|
|
4977
|
-
"../../node_modules/.pnpm/ajv@8.
|
|
4796
|
+
"../../node_modules/.pnpm/ajv@8.17.1/node_modules/ajv/dist/ajv.js"(exports, module) {
|
|
4978
4797
|
"use strict";
|
|
4979
4798
|
init_cjs_shims();
|
|
4980
4799
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -5032,9 +4851,9 @@ var require_ajv = __commonJS({
|
|
|
5032
4851
|
}
|
|
5033
4852
|
});
|
|
5034
4853
|
|
|
5035
|
-
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
4854
|
+
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/formats.js
|
|
5036
4855
|
var require_formats = __commonJS({
|
|
5037
|
-
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
4856
|
+
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/formats.js"(exports) {
|
|
5038
4857
|
"use strict";
|
|
5039
4858
|
init_cjs_shims();
|
|
5040
4859
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -5174,9 +4993,9 @@ var require_formats = __commonJS({
|
|
|
5174
4993
|
}
|
|
5175
4994
|
});
|
|
5176
4995
|
|
|
5177
|
-
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
4996
|
+
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/limit.js
|
|
5178
4997
|
var require_limit = __commonJS({
|
|
5179
|
-
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
4998
|
+
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/limit.js"(exports) {
|
|
5180
4999
|
"use strict";
|
|
5181
5000
|
init_cjs_shims();
|
|
5182
5001
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -5233,9 +5052,9 @@ var require_limit = __commonJS({
|
|
|
5233
5052
|
}
|
|
5234
5053
|
});
|
|
5235
5054
|
|
|
5236
|
-
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
5055
|
+
// ../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/index.js
|
|
5237
5056
|
var require_dist = __commonJS({
|
|
5238
|
-
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.
|
|
5057
|
+
"../../node_modules/.pnpm/ajv-formats@2.1.1_ajv@8.17.1/node_modules/ajv-formats/dist/index.js"(exports, module) {
|
|
5239
5058
|
"use strict";
|
|
5240
5059
|
init_cjs_shims();
|
|
5241
5060
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
@@ -5263,9 +5082,9 @@ var require_dist = __commonJS({
|
|
|
5263
5082
|
}
|
|
5264
5083
|
});
|
|
5265
5084
|
|
|
5266
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5085
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/constants.js
|
|
5267
5086
|
var require_constants = __commonJS({
|
|
5268
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5087
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/constants.js"(exports, module) {
|
|
5269
5088
|
init_cjs_shims();
|
|
5270
5089
|
var SEMVER_SPEC_VERSION = "2.0.0", MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
5271
5090
|
9007199254740991, MAX_SAFE_COMPONENT_LENGTH = 16, MAX_SAFE_BUILD_LENGTH = 250, RELEASE_TYPES = [
|
|
@@ -5290,9 +5109,9 @@ var require_constants = __commonJS({
|
|
|
5290
5109
|
}
|
|
5291
5110
|
});
|
|
5292
5111
|
|
|
5293
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5112
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/debug.js
|
|
5294
5113
|
var require_debug = __commonJS({
|
|
5295
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5114
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/debug.js"(exports, module) {
|
|
5296
5115
|
init_cjs_shims();
|
|
5297
5116
|
var debug = typeof process == "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
5298
5117
|
};
|
|
@@ -5300,9 +5119,9 @@ var require_debug = __commonJS({
|
|
|
5300
5119
|
}
|
|
5301
5120
|
});
|
|
5302
5121
|
|
|
5303
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5122
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/re.js
|
|
5304
5123
|
var require_re = __commonJS({
|
|
5305
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5124
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/re.js"(exports, module) {
|
|
5306
5125
|
init_cjs_shims();
|
|
5307
5126
|
var {
|
|
5308
5127
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
@@ -5344,8 +5163,11 @@ var require_re = __commonJS({
|
|
|
5344
5163
|
createToken("XRANGEPLAINLOOSE", `[v=\\s]*(${src[t.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t.XRANGEIDENTIFIERLOOSE]})(?:${src[t.PRERELEASELOOSE]})?${src[t.BUILD]}?)?)?`);
|
|
5345
5164
|
createToken("XRANGE", `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAIN]}$`);
|
|
5346
5165
|
createToken("XRANGELOOSE", `^${src[t.GTLT]}\\s*${src[t.XRANGEPLAINLOOSE]}$`);
|
|
5347
|
-
createToken("
|
|
5166
|
+
createToken("COERCEPLAIN", `(^|[^\\d])(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}})(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?`);
|
|
5167
|
+
createToken("COERCE", `${src[t.COERCEPLAIN]}(?:$|[^\\d])`);
|
|
5168
|
+
createToken("COERCEFULL", src[t.COERCEPLAIN] + `(?:${src[t.PRERELEASE]})?(?:${src[t.BUILD]})?(?:$|[^\\d])`);
|
|
5348
5169
|
createToken("COERCERTL", src[t.COERCE], !0);
|
|
5170
|
+
createToken("COERCERTLFULL", src[t.COERCEFULL], !0);
|
|
5349
5171
|
createToken("LONETILDE", "(?:~>?)");
|
|
5350
5172
|
createToken("TILDETRIM", `(\\s*)${src[t.LONETILDE]}\\s+`, !0);
|
|
5351
5173
|
exports.tildeTrimReplace = "$1~";
|
|
@@ -5368,18 +5190,18 @@ var require_re = __commonJS({
|
|
|
5368
5190
|
}
|
|
5369
5191
|
});
|
|
5370
5192
|
|
|
5371
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5193
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/parse-options.js
|
|
5372
5194
|
var require_parse_options = __commonJS({
|
|
5373
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5195
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
5374
5196
|
init_cjs_shims();
|
|
5375
5197
|
var looseOption = Object.freeze({ loose: !0 }), emptyOpts = Object.freeze({}), parseOptions = (options) => options ? typeof options != "object" ? looseOption : options : emptyOpts;
|
|
5376
5198
|
module.exports = parseOptions;
|
|
5377
5199
|
}
|
|
5378
5200
|
});
|
|
5379
5201
|
|
|
5380
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5202
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/identifiers.js
|
|
5381
5203
|
var require_identifiers = __commonJS({
|
|
5382
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5204
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
5383
5205
|
init_cjs_shims();
|
|
5384
5206
|
var numeric = /^[0-9]+$/, compareIdentifiers = (a, b) => {
|
|
5385
5207
|
let anum = numeric.test(a), bnum = numeric.test(b);
|
|
@@ -5392,9 +5214,9 @@ var require_identifiers = __commonJS({
|
|
|
5392
5214
|
}
|
|
5393
5215
|
});
|
|
5394
5216
|
|
|
5395
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5217
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/semver.js
|
|
5396
5218
|
var require_semver = __commonJS({
|
|
5397
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5219
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/semver.js"(exports, module) {
|
|
5398
5220
|
init_cjs_shims();
|
|
5399
5221
|
var debug = require_debug(), { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants(), { safeRe: re, t } = require_re(), parseOptions = require_parse_options(), { compareIdentifiers } = require_identifiers(), SemVer2 = class _SemVer {
|
|
5400
5222
|
constructor(version, options) {
|
|
@@ -5470,7 +5292,7 @@ var require_semver = __commonJS({
|
|
|
5470
5292
|
let i = 0;
|
|
5471
5293
|
do {
|
|
5472
5294
|
let a = this.build[i], b = other.build[i];
|
|
5473
|
-
if (debug("
|
|
5295
|
+
if (debug("build compare", i, a, b), a === void 0 && b === void 0)
|
|
5474
5296
|
return 0;
|
|
5475
5297
|
if (b === void 0)
|
|
5476
5298
|
return 1;
|
|
@@ -5542,9 +5364,9 @@ var require_semver = __commonJS({
|
|
|
5542
5364
|
}
|
|
5543
5365
|
});
|
|
5544
5366
|
|
|
5545
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5367
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/parse.js
|
|
5546
5368
|
var require_parse = __commonJS({
|
|
5547
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5369
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/parse.js"(exports, module) {
|
|
5548
5370
|
init_cjs_shims();
|
|
5549
5371
|
var SemVer2 = require_semver(), parse = (version, options, throwErrors = !1) => {
|
|
5550
5372
|
if (version instanceof SemVer2)
|
|
@@ -5561,9 +5383,9 @@ var require_parse = __commonJS({
|
|
|
5561
5383
|
}
|
|
5562
5384
|
});
|
|
5563
5385
|
|
|
5564
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5386
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/valid.js
|
|
5565
5387
|
var require_valid = __commonJS({
|
|
5566
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5388
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/valid.js"(exports, module) {
|
|
5567
5389
|
init_cjs_shims();
|
|
5568
5390
|
var parse = require_parse(), valid = (version, options) => {
|
|
5569
5391
|
let v = parse(version, options);
|
|
@@ -5573,9 +5395,9 @@ var require_valid = __commonJS({
|
|
|
5573
5395
|
}
|
|
5574
5396
|
});
|
|
5575
5397
|
|
|
5576
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5398
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/clean.js
|
|
5577
5399
|
var require_clean = __commonJS({
|
|
5578
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5400
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/clean.js"(exports, module) {
|
|
5579
5401
|
init_cjs_shims();
|
|
5580
5402
|
var parse = require_parse(), clean = (version, options) => {
|
|
5581
5403
|
let s = parse(version.trim().replace(/^[=v]+/, ""), options);
|
|
@@ -5585,9 +5407,9 @@ var require_clean = __commonJS({
|
|
|
5585
5407
|
}
|
|
5586
5408
|
});
|
|
5587
5409
|
|
|
5588
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5410
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/inc.js
|
|
5589
5411
|
var require_inc = __commonJS({
|
|
5590
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5412
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/inc.js"(exports, module) {
|
|
5591
5413
|
init_cjs_shims();
|
|
5592
5414
|
var SemVer2 = require_semver(), inc = (version, release, options, identifier, identifierBase) => {
|
|
5593
5415
|
typeof options == "string" && (identifierBase = identifier, identifier = options, options = void 0);
|
|
@@ -5604,9 +5426,9 @@ var require_inc = __commonJS({
|
|
|
5604
5426
|
}
|
|
5605
5427
|
});
|
|
5606
5428
|
|
|
5607
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5429
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/diff.js
|
|
5608
5430
|
var require_diff = __commonJS({
|
|
5609
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5431
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/diff.js"(exports, module) {
|
|
5610
5432
|
init_cjs_shims();
|
|
5611
5433
|
var parse = require_parse(), diff = (version1, version2) => {
|
|
5612
5434
|
let v1 = parse(version1, null, !0), v2 = parse(version2, null, !0), comparison = v1.compare(v2);
|
|
@@ -5622,36 +5444,36 @@ var require_diff = __commonJS({
|
|
|
5622
5444
|
}
|
|
5623
5445
|
});
|
|
5624
5446
|
|
|
5625
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5447
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/major.js
|
|
5626
5448
|
var require_major = __commonJS({
|
|
5627
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5449
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/major.js"(exports, module) {
|
|
5628
5450
|
init_cjs_shims();
|
|
5629
5451
|
var SemVer2 = require_semver(), major2 = (a, loose) => new SemVer2(a, loose).major;
|
|
5630
5452
|
module.exports = major2;
|
|
5631
5453
|
}
|
|
5632
5454
|
});
|
|
5633
5455
|
|
|
5634
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5456
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/minor.js
|
|
5635
5457
|
var require_minor = __commonJS({
|
|
5636
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5458
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/minor.js"(exports, module) {
|
|
5637
5459
|
init_cjs_shims();
|
|
5638
5460
|
var SemVer2 = require_semver(), minor2 = (a, loose) => new SemVer2(a, loose).minor;
|
|
5639
5461
|
module.exports = minor2;
|
|
5640
5462
|
}
|
|
5641
5463
|
});
|
|
5642
5464
|
|
|
5643
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5465
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/patch.js
|
|
5644
5466
|
var require_patch = __commonJS({
|
|
5645
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5467
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/patch.js"(exports, module) {
|
|
5646
5468
|
init_cjs_shims();
|
|
5647
5469
|
var SemVer2 = require_semver(), patch = (a, loose) => new SemVer2(a, loose).patch;
|
|
5648
5470
|
module.exports = patch;
|
|
5649
5471
|
}
|
|
5650
5472
|
});
|
|
5651
5473
|
|
|
5652
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5474
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/prerelease.js
|
|
5653
5475
|
var require_prerelease = __commonJS({
|
|
5654
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5476
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/prerelease.js"(exports, module) {
|
|
5655
5477
|
init_cjs_shims();
|
|
5656
5478
|
var parse = require_parse(), prerelease = (version, options) => {
|
|
5657
5479
|
let parsed = parse(version, options);
|
|
@@ -5661,36 +5483,36 @@ var require_prerelease = __commonJS({
|
|
|
5661
5483
|
}
|
|
5662
5484
|
});
|
|
5663
5485
|
|
|
5664
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5486
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare.js
|
|
5665
5487
|
var require_compare = __commonJS({
|
|
5666
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5488
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare.js"(exports, module) {
|
|
5667
5489
|
init_cjs_shims();
|
|
5668
5490
|
var SemVer2 = require_semver(), compare = (a, b, loose) => new SemVer2(a, loose).compare(new SemVer2(b, loose));
|
|
5669
5491
|
module.exports = compare;
|
|
5670
5492
|
}
|
|
5671
5493
|
});
|
|
5672
5494
|
|
|
5673
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5495
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rcompare.js
|
|
5674
5496
|
var require_rcompare = __commonJS({
|
|
5675
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5497
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rcompare.js"(exports, module) {
|
|
5676
5498
|
init_cjs_shims();
|
|
5677
5499
|
var compare = require_compare(), rcompare = (a, b, loose) => compare(b, a, loose);
|
|
5678
5500
|
module.exports = rcompare;
|
|
5679
5501
|
}
|
|
5680
5502
|
});
|
|
5681
5503
|
|
|
5682
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5504
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-loose.js
|
|
5683
5505
|
var require_compare_loose = __commonJS({
|
|
5684
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5506
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-loose.js"(exports, module) {
|
|
5685
5507
|
init_cjs_shims();
|
|
5686
5508
|
var compare = require_compare(), compareLoose = (a, b) => compare(a, b, !0);
|
|
5687
5509
|
module.exports = compareLoose;
|
|
5688
5510
|
}
|
|
5689
5511
|
});
|
|
5690
5512
|
|
|
5691
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5513
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-build.js
|
|
5692
5514
|
var require_compare_build = __commonJS({
|
|
5693
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5515
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/compare-build.js"(exports, module) {
|
|
5694
5516
|
init_cjs_shims();
|
|
5695
5517
|
var SemVer2 = require_semver(), compareBuild = (a, b, loose) => {
|
|
5696
5518
|
let versionA = new SemVer2(a, loose), versionB = new SemVer2(b, loose);
|
|
@@ -5700,81 +5522,81 @@ var require_compare_build = __commonJS({
|
|
|
5700
5522
|
}
|
|
5701
5523
|
});
|
|
5702
5524
|
|
|
5703
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5525
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/sort.js
|
|
5704
5526
|
var require_sort = __commonJS({
|
|
5705
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5527
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/sort.js"(exports, module) {
|
|
5706
5528
|
init_cjs_shims();
|
|
5707
5529
|
var compareBuild = require_compare_build(), sort = (list, loose) => list.sort((a, b) => compareBuild(a, b, loose));
|
|
5708
5530
|
module.exports = sort;
|
|
5709
5531
|
}
|
|
5710
5532
|
});
|
|
5711
5533
|
|
|
5712
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5534
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rsort.js
|
|
5713
5535
|
var require_rsort = __commonJS({
|
|
5714
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5536
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/rsort.js"(exports, module) {
|
|
5715
5537
|
init_cjs_shims();
|
|
5716
5538
|
var compareBuild = require_compare_build(), rsort = (list, loose) => list.sort((a, b) => compareBuild(b, a, loose));
|
|
5717
5539
|
module.exports = rsort;
|
|
5718
5540
|
}
|
|
5719
5541
|
});
|
|
5720
5542
|
|
|
5721
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5543
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gt.js
|
|
5722
5544
|
var require_gt = __commonJS({
|
|
5723
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5545
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gt.js"(exports, module) {
|
|
5724
5546
|
init_cjs_shims();
|
|
5725
5547
|
var compare = require_compare(), gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
5726
5548
|
module.exports = gt;
|
|
5727
5549
|
}
|
|
5728
5550
|
});
|
|
5729
5551
|
|
|
5730
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5552
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lt.js
|
|
5731
5553
|
var require_lt = __commonJS({
|
|
5732
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5554
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lt.js"(exports, module) {
|
|
5733
5555
|
init_cjs_shims();
|
|
5734
5556
|
var compare = require_compare(), lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
5735
5557
|
module.exports = lt;
|
|
5736
5558
|
}
|
|
5737
5559
|
});
|
|
5738
5560
|
|
|
5739
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5561
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/eq.js
|
|
5740
5562
|
var require_eq = __commonJS({
|
|
5741
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5563
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/eq.js"(exports, module) {
|
|
5742
5564
|
init_cjs_shims();
|
|
5743
5565
|
var compare = require_compare(), eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
5744
5566
|
module.exports = eq;
|
|
5745
5567
|
}
|
|
5746
5568
|
});
|
|
5747
5569
|
|
|
5748
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5570
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/neq.js
|
|
5749
5571
|
var require_neq = __commonJS({
|
|
5750
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5572
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/neq.js"(exports, module) {
|
|
5751
5573
|
init_cjs_shims();
|
|
5752
5574
|
var compare = require_compare(), neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
5753
5575
|
module.exports = neq;
|
|
5754
5576
|
}
|
|
5755
5577
|
});
|
|
5756
5578
|
|
|
5757
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5579
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gte.js
|
|
5758
5580
|
var require_gte = __commonJS({
|
|
5759
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5581
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/gte.js"(exports, module) {
|
|
5760
5582
|
init_cjs_shims();
|
|
5761
5583
|
var compare = require_compare(), gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
5762
5584
|
module.exports = gte;
|
|
5763
5585
|
}
|
|
5764
5586
|
});
|
|
5765
5587
|
|
|
5766
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5588
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lte.js
|
|
5767
5589
|
var require_lte = __commonJS({
|
|
5768
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5590
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/lte.js"(exports, module) {
|
|
5769
5591
|
init_cjs_shims();
|
|
5770
5592
|
var compare = require_compare(), lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
5771
5593
|
module.exports = lte;
|
|
5772
5594
|
}
|
|
5773
5595
|
});
|
|
5774
5596
|
|
|
5775
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5597
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/cmp.js
|
|
5776
5598
|
var require_cmp = __commonJS({
|
|
5777
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5599
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/cmp.js"(exports, module) {
|
|
5778
5600
|
init_cjs_shims();
|
|
5779
5601
|
var eq = require_eq(), neq = require_neq(), gt = require_gt(), gte = require_gte(), lt = require_lt(), lte = require_lte(), cmp = (a, op, b, loose) => {
|
|
5780
5602
|
switch (op) {
|
|
@@ -5804,9 +5626,9 @@ var require_cmp = __commonJS({
|
|
|
5804
5626
|
}
|
|
5805
5627
|
});
|
|
5806
5628
|
|
|
5807
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5629
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/coerce.js
|
|
5808
5630
|
var require_coerce = __commonJS({
|
|
5809
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5631
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/coerce.js"(exports, module) {
|
|
5810
5632
|
init_cjs_shims();
|
|
5811
5633
|
var SemVer2 = require_semver(), parse = require_parse(), { safeRe: re, t } = require_re(), coerce = (version, options) => {
|
|
5812
5634
|
if (version instanceof SemVer2)
|
|
@@ -5816,408 +5638,64 @@ var require_coerce = __commonJS({
|
|
|
5816
5638
|
options = options || {};
|
|
5817
5639
|
let match = null;
|
|
5818
5640
|
if (!options.rtl)
|
|
5819
|
-
match = version.match(re[t.COERCE]);
|
|
5641
|
+
match = version.match(options.includePrerelease ? re[t.COERCEFULL] : re[t.COERCE]);
|
|
5820
5642
|
else {
|
|
5821
|
-
let next;
|
|
5822
|
-
for (; (next =
|
|
5823
|
-
(!match || next.index + next[0].length !== match.index + match[0].length) && (match = next),
|
|
5824
|
-
|
|
5643
|
+
let coerceRtlRegex = options.includePrerelease ? re[t.COERCERTLFULL] : re[t.COERCERTL], next;
|
|
5644
|
+
for (; (next = coerceRtlRegex.exec(version)) && (!match || match.index + match[0].length !== version.length); )
|
|
5645
|
+
(!match || next.index + next[0].length !== match.index + match[0].length) && (match = next), coerceRtlRegex.lastIndex = next.index + next[1].length + next[2].length;
|
|
5646
|
+
coerceRtlRegex.lastIndex = -1;
|
|
5825
5647
|
}
|
|
5826
|
-
|
|
5648
|
+
if (match === null)
|
|
5649
|
+
return null;
|
|
5650
|
+
let major2 = match[2], minor2 = match[3] || "0", patch = match[4] || "0", prerelease = options.includePrerelease && match[5] ? `-${match[5]}` : "", build = options.includePrerelease && match[6] ? `+${match[6]}` : "";
|
|
5651
|
+
return parse(`${major2}.${minor2}.${patch}${prerelease}${build}`, options);
|
|
5827
5652
|
};
|
|
5828
5653
|
module.exports = coerce;
|
|
5829
5654
|
}
|
|
5830
5655
|
});
|
|
5831
5656
|
|
|
5832
|
-
// ../../node_modules/.pnpm/
|
|
5833
|
-
var
|
|
5834
|
-
"../../node_modules/.pnpm/
|
|
5835
|
-
"use strict";
|
|
5657
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/lrucache.js
|
|
5658
|
+
var require_lrucache = __commonJS({
|
|
5659
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/internal/lrucache.js"(exports, module) {
|
|
5836
5660
|
init_cjs_shims();
|
|
5837
|
-
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
yield walker.value;
|
|
5841
|
-
};
|
|
5842
|
-
};
|
|
5843
|
-
}
|
|
5844
|
-
});
|
|
5845
|
-
|
|
5846
|
-
// ../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/yallist.js
|
|
5847
|
-
var require_yallist = __commonJS({
|
|
5848
|
-
"../../node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/yallist.js"(exports, module) {
|
|
5849
|
-
"use strict";
|
|
5850
|
-
init_cjs_shims();
|
|
5851
|
-
module.exports = Yallist;
|
|
5852
|
-
Yallist.Node = Node;
|
|
5853
|
-
Yallist.create = Yallist;
|
|
5854
|
-
function Yallist(list) {
|
|
5855
|
-
var self = this;
|
|
5856
|
-
if (self instanceof Yallist || (self = new Yallist()), self.tail = null, self.head = null, self.length = 0, list && typeof list.forEach == "function")
|
|
5857
|
-
list.forEach(function(item) {
|
|
5858
|
-
self.push(item);
|
|
5859
|
-
});
|
|
5860
|
-
else if (arguments.length > 0)
|
|
5861
|
-
for (var i = 0, l = arguments.length; i < l; i++)
|
|
5862
|
-
self.push(arguments[i]);
|
|
5863
|
-
return self;
|
|
5864
|
-
}
|
|
5865
|
-
Yallist.prototype.removeNode = function(node) {
|
|
5866
|
-
if (node.list !== this)
|
|
5867
|
-
throw new Error("removing node which does not belong to this list");
|
|
5868
|
-
var next = node.next, prev = node.prev;
|
|
5869
|
-
return next && (next.prev = prev), prev && (prev.next = next), node === this.head && (this.head = next), node === this.tail && (this.tail = prev), node.list.length--, node.next = null, node.prev = null, node.list = null, next;
|
|
5870
|
-
};
|
|
5871
|
-
Yallist.prototype.unshiftNode = function(node) {
|
|
5872
|
-
if (node !== this.head) {
|
|
5873
|
-
node.list && node.list.removeNode(node);
|
|
5874
|
-
var head = this.head;
|
|
5875
|
-
node.list = this, node.next = head, head && (head.prev = node), this.head = node, this.tail || (this.tail = node), this.length++;
|
|
5876
|
-
}
|
|
5877
|
-
};
|
|
5878
|
-
Yallist.prototype.pushNode = function(node) {
|
|
5879
|
-
if (node !== this.tail) {
|
|
5880
|
-
node.list && node.list.removeNode(node);
|
|
5881
|
-
var tail = this.tail;
|
|
5882
|
-
node.list = this, node.prev = tail, tail && (tail.next = node), this.tail = node, this.head || (this.head = node), this.length++;
|
|
5883
|
-
}
|
|
5884
|
-
};
|
|
5885
|
-
Yallist.prototype.push = function() {
|
|
5886
|
-
for (var i = 0, l = arguments.length; i < l; i++)
|
|
5887
|
-
push(this, arguments[i]);
|
|
5888
|
-
return this.length;
|
|
5889
|
-
};
|
|
5890
|
-
Yallist.prototype.unshift = function() {
|
|
5891
|
-
for (var i = 0, l = arguments.length; i < l; i++)
|
|
5892
|
-
unshift(this, arguments[i]);
|
|
5893
|
-
return this.length;
|
|
5894
|
-
};
|
|
5895
|
-
Yallist.prototype.pop = function() {
|
|
5896
|
-
if (this.tail) {
|
|
5897
|
-
var res = this.tail.value;
|
|
5898
|
-
return this.tail = this.tail.prev, this.tail ? this.tail.next = null : this.head = null, this.length--, res;
|
|
5899
|
-
}
|
|
5900
|
-
};
|
|
5901
|
-
Yallist.prototype.shift = function() {
|
|
5902
|
-
if (this.head) {
|
|
5903
|
-
var res = this.head.value;
|
|
5904
|
-
return this.head = this.head.next, this.head ? this.head.prev = null : this.tail = null, this.length--, res;
|
|
5905
|
-
}
|
|
5906
|
-
};
|
|
5907
|
-
Yallist.prototype.forEach = function(fn, thisp) {
|
|
5908
|
-
thisp = thisp || this;
|
|
5909
|
-
for (var walker = this.head, i = 0; walker !== null; i++)
|
|
5910
|
-
fn.call(thisp, walker.value, i, this), walker = walker.next;
|
|
5911
|
-
};
|
|
5912
|
-
Yallist.prototype.forEachReverse = function(fn, thisp) {
|
|
5913
|
-
thisp = thisp || this;
|
|
5914
|
-
for (var walker = this.tail, i = this.length - 1; walker !== null; i--)
|
|
5915
|
-
fn.call(thisp, walker.value, i, this), walker = walker.prev;
|
|
5916
|
-
};
|
|
5917
|
-
Yallist.prototype.get = function(n) {
|
|
5918
|
-
for (var i = 0, walker = this.head; walker !== null && i < n; i++)
|
|
5919
|
-
walker = walker.next;
|
|
5920
|
-
if (i === n && walker !== null)
|
|
5921
|
-
return walker.value;
|
|
5922
|
-
};
|
|
5923
|
-
Yallist.prototype.getReverse = function(n) {
|
|
5924
|
-
for (var i = 0, walker = this.tail; walker !== null && i < n; i++)
|
|
5925
|
-
walker = walker.prev;
|
|
5926
|
-
if (i === n && walker !== null)
|
|
5927
|
-
return walker.value;
|
|
5928
|
-
};
|
|
5929
|
-
Yallist.prototype.map = function(fn, thisp) {
|
|
5930
|
-
thisp = thisp || this;
|
|
5931
|
-
for (var res = new Yallist(), walker = this.head; walker !== null; )
|
|
5932
|
-
res.push(fn.call(thisp, walker.value, this)), walker = walker.next;
|
|
5933
|
-
return res;
|
|
5934
|
-
};
|
|
5935
|
-
Yallist.prototype.mapReverse = function(fn, thisp) {
|
|
5936
|
-
thisp = thisp || this;
|
|
5937
|
-
for (var res = new Yallist(), walker = this.tail; walker !== null; )
|
|
5938
|
-
res.push(fn.call(thisp, walker.value, this)), walker = walker.prev;
|
|
5939
|
-
return res;
|
|
5940
|
-
};
|
|
5941
|
-
Yallist.prototype.reduce = function(fn, initial) {
|
|
5942
|
-
var acc, walker = this.head;
|
|
5943
|
-
if (arguments.length > 1)
|
|
5944
|
-
acc = initial;
|
|
5945
|
-
else if (this.head)
|
|
5946
|
-
walker = this.head.next, acc = this.head.value;
|
|
5947
|
-
else
|
|
5948
|
-
throw new TypeError("Reduce of empty list with no initial value");
|
|
5949
|
-
for (var i = 0; walker !== null; i++)
|
|
5950
|
-
acc = fn(acc, walker.value, i), walker = walker.next;
|
|
5951
|
-
return acc;
|
|
5952
|
-
};
|
|
5953
|
-
Yallist.prototype.reduceReverse = function(fn, initial) {
|
|
5954
|
-
var acc, walker = this.tail;
|
|
5955
|
-
if (arguments.length > 1)
|
|
5956
|
-
acc = initial;
|
|
5957
|
-
else if (this.tail)
|
|
5958
|
-
walker = this.tail.prev, acc = this.tail.value;
|
|
5959
|
-
else
|
|
5960
|
-
throw new TypeError("Reduce of empty list with no initial value");
|
|
5961
|
-
for (var i = this.length - 1; walker !== null; i--)
|
|
5962
|
-
acc = fn(acc, walker.value, i), walker = walker.prev;
|
|
5963
|
-
return acc;
|
|
5964
|
-
};
|
|
5965
|
-
Yallist.prototype.toArray = function() {
|
|
5966
|
-
for (var arr = new Array(this.length), i = 0, walker = this.head; walker !== null; i++)
|
|
5967
|
-
arr[i] = walker.value, walker = walker.next;
|
|
5968
|
-
return arr;
|
|
5969
|
-
};
|
|
5970
|
-
Yallist.prototype.toArrayReverse = function() {
|
|
5971
|
-
for (var arr = new Array(this.length), i = 0, walker = this.tail; walker !== null; i++)
|
|
5972
|
-
arr[i] = walker.value, walker = walker.prev;
|
|
5973
|
-
return arr;
|
|
5974
|
-
};
|
|
5975
|
-
Yallist.prototype.slice = function(from, to) {
|
|
5976
|
-
to = to || this.length, to < 0 && (to += this.length), from = from || 0, from < 0 && (from += this.length);
|
|
5977
|
-
var ret = new Yallist();
|
|
5978
|
-
if (to < from || to < 0)
|
|
5979
|
-
return ret;
|
|
5980
|
-
from < 0 && (from = 0), to > this.length && (to = this.length);
|
|
5981
|
-
for (var i = 0, walker = this.head; walker !== null && i < from; i++)
|
|
5982
|
-
walker = walker.next;
|
|
5983
|
-
for (; walker !== null && i < to; i++, walker = walker.next)
|
|
5984
|
-
ret.push(walker.value);
|
|
5985
|
-
return ret;
|
|
5986
|
-
};
|
|
5987
|
-
Yallist.prototype.sliceReverse = function(from, to) {
|
|
5988
|
-
to = to || this.length, to < 0 && (to += this.length), from = from || 0, from < 0 && (from += this.length);
|
|
5989
|
-
var ret = new Yallist();
|
|
5990
|
-
if (to < from || to < 0)
|
|
5991
|
-
return ret;
|
|
5992
|
-
from < 0 && (from = 0), to > this.length && (to = this.length);
|
|
5993
|
-
for (var i = this.length, walker = this.tail; walker !== null && i > to; i--)
|
|
5994
|
-
walker = walker.prev;
|
|
5995
|
-
for (; walker !== null && i > from; i--, walker = walker.prev)
|
|
5996
|
-
ret.push(walker.value);
|
|
5997
|
-
return ret;
|
|
5998
|
-
};
|
|
5999
|
-
Yallist.prototype.splice = function(start, deleteCount, ...nodes) {
|
|
6000
|
-
start > this.length && (start = this.length - 1), start < 0 && (start = this.length + start);
|
|
6001
|
-
for (var i = 0, walker = this.head; walker !== null && i < start; i++)
|
|
6002
|
-
walker = walker.next;
|
|
6003
|
-
for (var ret = [], i = 0; walker && i < deleteCount; i++)
|
|
6004
|
-
ret.push(walker.value), walker = this.removeNode(walker);
|
|
6005
|
-
walker === null && (walker = this.tail), walker !== this.head && walker !== this.tail && (walker = walker.prev);
|
|
6006
|
-
for (var i = 0; i < nodes.length; i++)
|
|
6007
|
-
walker = insert(this, walker, nodes[i]);
|
|
6008
|
-
return ret;
|
|
6009
|
-
};
|
|
6010
|
-
Yallist.prototype.reverse = function() {
|
|
6011
|
-
for (var head = this.head, tail = this.tail, walker = head; walker !== null; walker = walker.prev) {
|
|
6012
|
-
var p = walker.prev;
|
|
6013
|
-
walker.prev = walker.next, walker.next = p;
|
|
6014
|
-
}
|
|
6015
|
-
return this.head = tail, this.tail = head, this;
|
|
6016
|
-
};
|
|
6017
|
-
function insert(self, node, value) {
|
|
6018
|
-
var inserted = node === self.head ? new Node(value, null, node, self) : new Node(value, node, node.next, self);
|
|
6019
|
-
return inserted.next === null && (self.tail = inserted), inserted.prev === null && (self.head = inserted), self.length++, inserted;
|
|
6020
|
-
}
|
|
6021
|
-
function push(self, item) {
|
|
6022
|
-
self.tail = new Node(item, self.tail, null, self), self.head || (self.head = self.tail), self.length++;
|
|
6023
|
-
}
|
|
6024
|
-
function unshift(self, item) {
|
|
6025
|
-
self.head = new Node(item, null, self.head, self), self.tail || (self.tail = self.head), self.length++;
|
|
6026
|
-
}
|
|
6027
|
-
function Node(value, prev, next, list) {
|
|
6028
|
-
if (!(this instanceof Node))
|
|
6029
|
-
return new Node(value, prev, next, list);
|
|
6030
|
-
this.list = list, this.value = value, prev ? (prev.next = this, this.prev = prev) : this.prev = null, next ? (next.prev = this, this.next = next) : this.next = null;
|
|
6031
|
-
}
|
|
6032
|
-
try {
|
|
6033
|
-
require_iterator()(Yallist);
|
|
6034
|
-
} catch {
|
|
6035
|
-
}
|
|
6036
|
-
}
|
|
6037
|
-
});
|
|
6038
|
-
|
|
6039
|
-
// ../../node_modules/.pnpm/lru-cache@6.0.0/node_modules/lru-cache/index.js
|
|
6040
|
-
var require_lru_cache = __commonJS({
|
|
6041
|
-
"../../node_modules/.pnpm/lru-cache@6.0.0/node_modules/lru-cache/index.js"(exports, module) {
|
|
6042
|
-
"use strict";
|
|
6043
|
-
init_cjs_shims();
|
|
6044
|
-
var Yallist = require_yallist(), MAX = Symbol("max"), LENGTH = Symbol("length"), LENGTH_CALCULATOR = Symbol("lengthCalculator"), ALLOW_STALE = Symbol("allowStale"), MAX_AGE = Symbol("maxAge"), DISPOSE = Symbol("dispose"), NO_DISPOSE_ON_SET = Symbol("noDisposeOnSet"), LRU_LIST = Symbol("lruList"), CACHE = Symbol("cache"), UPDATE_AGE_ON_GET = Symbol("updateAgeOnGet"), naiveLength = () => 1, LRUCache = class {
|
|
6045
|
-
constructor(options) {
|
|
6046
|
-
if (typeof options == "number" && (options = { max: options }), options || (options = {}), options.max && (typeof options.max != "number" || options.max < 0))
|
|
6047
|
-
throw new TypeError("max must be a non-negative number");
|
|
6048
|
-
let max = this[MAX] = options.max || 1 / 0, lc = options.length || naiveLength;
|
|
6049
|
-
if (this[LENGTH_CALCULATOR] = typeof lc != "function" ? naiveLength : lc, this[ALLOW_STALE] = options.stale || !1, options.maxAge && typeof options.maxAge != "number")
|
|
6050
|
-
throw new TypeError("maxAge must be a number");
|
|
6051
|
-
this[MAX_AGE] = options.maxAge || 0, this[DISPOSE] = options.dispose, this[NO_DISPOSE_ON_SET] = options.noDisposeOnSet || !1, this[UPDATE_AGE_ON_GET] = options.updateAgeOnGet || !1, this.reset();
|
|
6052
|
-
}
|
|
6053
|
-
// resize the cache when the max changes.
|
|
6054
|
-
set max(mL) {
|
|
6055
|
-
if (typeof mL != "number" || mL < 0)
|
|
6056
|
-
throw new TypeError("max must be a non-negative number");
|
|
6057
|
-
this[MAX] = mL || 1 / 0, trim(this);
|
|
6058
|
-
}
|
|
6059
|
-
get max() {
|
|
6060
|
-
return this[MAX];
|
|
6061
|
-
}
|
|
6062
|
-
set allowStale(allowStale) {
|
|
6063
|
-
this[ALLOW_STALE] = !!allowStale;
|
|
6064
|
-
}
|
|
6065
|
-
get allowStale() {
|
|
6066
|
-
return this[ALLOW_STALE];
|
|
6067
|
-
}
|
|
6068
|
-
set maxAge(mA) {
|
|
6069
|
-
if (typeof mA != "number")
|
|
6070
|
-
throw new TypeError("maxAge must be a non-negative number");
|
|
6071
|
-
this[MAX_AGE] = mA, trim(this);
|
|
6072
|
-
}
|
|
6073
|
-
get maxAge() {
|
|
6074
|
-
return this[MAX_AGE];
|
|
6075
|
-
}
|
|
6076
|
-
// resize the cache when the lengthCalculator changes.
|
|
6077
|
-
set lengthCalculator(lC) {
|
|
6078
|
-
typeof lC != "function" && (lC = naiveLength), lC !== this[LENGTH_CALCULATOR] && (this[LENGTH_CALCULATOR] = lC, this[LENGTH] = 0, this[LRU_LIST].forEach((hit) => {
|
|
6079
|
-
hit.length = this[LENGTH_CALCULATOR](hit.value, hit.key), this[LENGTH] += hit.length;
|
|
6080
|
-
})), trim(this);
|
|
6081
|
-
}
|
|
6082
|
-
get lengthCalculator() {
|
|
6083
|
-
return this[LENGTH_CALCULATOR];
|
|
6084
|
-
}
|
|
6085
|
-
get length() {
|
|
6086
|
-
return this[LENGTH];
|
|
6087
|
-
}
|
|
6088
|
-
get itemCount() {
|
|
6089
|
-
return this[LRU_LIST].length;
|
|
6090
|
-
}
|
|
6091
|
-
rforEach(fn, thisp) {
|
|
6092
|
-
thisp = thisp || this;
|
|
6093
|
-
for (let walker = this[LRU_LIST].tail; walker !== null; ) {
|
|
6094
|
-
let prev = walker.prev;
|
|
6095
|
-
forEachStep(this, fn, walker, thisp), walker = prev;
|
|
6096
|
-
}
|
|
6097
|
-
}
|
|
6098
|
-
forEach(fn, thisp) {
|
|
6099
|
-
thisp = thisp || this;
|
|
6100
|
-
for (let walker = this[LRU_LIST].head; walker !== null; ) {
|
|
6101
|
-
let next = walker.next;
|
|
6102
|
-
forEachStep(this, fn, walker, thisp), walker = next;
|
|
6103
|
-
}
|
|
6104
|
-
}
|
|
6105
|
-
keys() {
|
|
6106
|
-
return this[LRU_LIST].toArray().map((k) => k.key);
|
|
6107
|
-
}
|
|
6108
|
-
values() {
|
|
6109
|
-
return this[LRU_LIST].toArray().map((k) => k.value);
|
|
6110
|
-
}
|
|
6111
|
-
reset() {
|
|
6112
|
-
this[DISPOSE] && this[LRU_LIST] && this[LRU_LIST].length && this[LRU_LIST].forEach((hit) => this[DISPOSE](hit.key, hit.value)), this[CACHE] = /* @__PURE__ */ new Map(), this[LRU_LIST] = new Yallist(), this[LENGTH] = 0;
|
|
6113
|
-
}
|
|
6114
|
-
dump() {
|
|
6115
|
-
return this[LRU_LIST].map((hit) => isStale(this, hit) ? !1 : {
|
|
6116
|
-
k: hit.key,
|
|
6117
|
-
v: hit.value,
|
|
6118
|
-
e: hit.now + (hit.maxAge || 0)
|
|
6119
|
-
}).toArray().filter((h) => h);
|
|
6120
|
-
}
|
|
6121
|
-
dumpLru() {
|
|
6122
|
-
return this[LRU_LIST];
|
|
6123
|
-
}
|
|
6124
|
-
set(key, value, maxAge) {
|
|
6125
|
-
if (maxAge = maxAge || this[MAX_AGE], maxAge && typeof maxAge != "number")
|
|
6126
|
-
throw new TypeError("maxAge must be a number");
|
|
6127
|
-
let now = maxAge ? Date.now() : 0, len = this[LENGTH_CALCULATOR](value, key);
|
|
6128
|
-
if (this[CACHE].has(key)) {
|
|
6129
|
-
if (len > this[MAX])
|
|
6130
|
-
return del(this, this[CACHE].get(key)), !1;
|
|
6131
|
-
let item = this[CACHE].get(key).value;
|
|
6132
|
-
return this[DISPOSE] && (this[NO_DISPOSE_ON_SET] || this[DISPOSE](key, item.value)), item.now = now, item.maxAge = maxAge, item.value = value, this[LENGTH] += len - item.length, item.length = len, this.get(key), trim(this), !0;
|
|
6133
|
-
}
|
|
6134
|
-
let hit = new Entry(key, value, len, now, maxAge);
|
|
6135
|
-
return hit.length > this[MAX] ? (this[DISPOSE] && this[DISPOSE](key, value), !1) : (this[LENGTH] += hit.length, this[LRU_LIST].unshift(hit), this[CACHE].set(key, this[LRU_LIST].head), trim(this), !0);
|
|
6136
|
-
}
|
|
6137
|
-
has(key) {
|
|
6138
|
-
if (!this[CACHE].has(key)) return !1;
|
|
6139
|
-
let hit = this[CACHE].get(key).value;
|
|
6140
|
-
return !isStale(this, hit);
|
|
5661
|
+
var LRUCache = class {
|
|
5662
|
+
constructor() {
|
|
5663
|
+
this.max = 1e3, this.map = /* @__PURE__ */ new Map();
|
|
6141
5664
|
}
|
|
6142
5665
|
get(key) {
|
|
6143
|
-
|
|
5666
|
+
let value = this.map.get(key);
|
|
5667
|
+
if (value !== void 0)
|
|
5668
|
+
return this.map.delete(key), this.map.set(key, value), value;
|
|
6144
5669
|
}
|
|
6145
|
-
|
|
6146
|
-
return
|
|
6147
|
-
}
|
|
6148
|
-
|
|
6149
|
-
|
|
6150
|
-
|
|
6151
|
-
|
|
6152
|
-
|
|
6153
|
-
del(this, this[CACHE].get(key));
|
|
6154
|
-
}
|
|
6155
|
-
load(arr) {
|
|
6156
|
-
this.reset();
|
|
6157
|
-
let now = Date.now();
|
|
6158
|
-
for (let l = arr.length - 1; l >= 0; l--) {
|
|
6159
|
-
let hit = arr[l], expiresAt = hit.e || 0;
|
|
6160
|
-
if (expiresAt === 0)
|
|
6161
|
-
this.set(hit.k, hit.v);
|
|
6162
|
-
else {
|
|
6163
|
-
let maxAge = expiresAt - now;
|
|
6164
|
-
maxAge > 0 && this.set(hit.k, hit.v, maxAge);
|
|
5670
|
+
delete(key) {
|
|
5671
|
+
return this.map.delete(key);
|
|
5672
|
+
}
|
|
5673
|
+
set(key, value) {
|
|
5674
|
+
if (!this.delete(key) && value !== void 0) {
|
|
5675
|
+
if (this.map.size >= this.max) {
|
|
5676
|
+
let firstKey = this.map.keys().next().value;
|
|
5677
|
+
this.delete(firstKey);
|
|
6165
5678
|
}
|
|
5679
|
+
this.map.set(key, value);
|
|
6166
5680
|
}
|
|
5681
|
+
return this;
|
|
6167
5682
|
}
|
|
6168
|
-
prune() {
|
|
6169
|
-
this[CACHE].forEach((value, key) => get(this, key, !1));
|
|
6170
|
-
}
|
|
6171
|
-
}, get = (self, key, doUse) => {
|
|
6172
|
-
let node = self[CACHE].get(key);
|
|
6173
|
-
if (node) {
|
|
6174
|
-
let hit = node.value;
|
|
6175
|
-
if (isStale(self, hit)) {
|
|
6176
|
-
if (del(self, node), !self[ALLOW_STALE])
|
|
6177
|
-
return;
|
|
6178
|
-
} else
|
|
6179
|
-
doUse && (self[UPDATE_AGE_ON_GET] && (node.value.now = Date.now()), self[LRU_LIST].unshiftNode(node));
|
|
6180
|
-
return hit.value;
|
|
6181
|
-
}
|
|
6182
|
-
}, isStale = (self, hit) => {
|
|
6183
|
-
if (!hit || !hit.maxAge && !self[MAX_AGE])
|
|
6184
|
-
return !1;
|
|
6185
|
-
let diff = Date.now() - hit.now;
|
|
6186
|
-
return hit.maxAge ? diff > hit.maxAge : self[MAX_AGE] && diff > self[MAX_AGE];
|
|
6187
|
-
}, trim = (self) => {
|
|
6188
|
-
if (self[LENGTH] > self[MAX])
|
|
6189
|
-
for (let walker = self[LRU_LIST].tail; self[LENGTH] > self[MAX] && walker !== null; ) {
|
|
6190
|
-
let prev = walker.prev;
|
|
6191
|
-
del(self, walker), walker = prev;
|
|
6192
|
-
}
|
|
6193
|
-
}, del = (self, node) => {
|
|
6194
|
-
if (node) {
|
|
6195
|
-
let hit = node.value;
|
|
6196
|
-
self[DISPOSE] && self[DISPOSE](hit.key, hit.value), self[LENGTH] -= hit.length, self[CACHE].delete(hit.key), self[LRU_LIST].removeNode(node);
|
|
6197
|
-
}
|
|
6198
|
-
}, Entry = class {
|
|
6199
|
-
constructor(key, value, length, now, maxAge) {
|
|
6200
|
-
this.key = key, this.value = value, this.length = length, this.now = now, this.maxAge = maxAge || 0;
|
|
6201
|
-
}
|
|
6202
|
-
}, forEachStep = (self, fn, node, thisp) => {
|
|
6203
|
-
let hit = node.value;
|
|
6204
|
-
isStale(self, hit) && (del(self, node), self[ALLOW_STALE] || (hit = void 0)), hit && fn.call(thisp, hit.value, hit.key, self);
|
|
6205
5683
|
};
|
|
6206
5684
|
module.exports = LRUCache;
|
|
6207
5685
|
}
|
|
6208
5686
|
});
|
|
6209
5687
|
|
|
6210
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5688
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/range.js
|
|
6211
5689
|
var require_range = __commonJS({
|
|
6212
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5690
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/range.js"(exports, module) {
|
|
6213
5691
|
init_cjs_shims();
|
|
6214
|
-
var Range = class _Range {
|
|
5692
|
+
var SPACE_CHARACTERS = /\s+/g, Range = class _Range {
|
|
6215
5693
|
constructor(range, options) {
|
|
6216
5694
|
if (options = parseOptions(options), range instanceof _Range)
|
|
6217
5695
|
return range.loose === !!options.loose && range.includePrerelease === !!options.includePrerelease ? range : new _Range(range.raw, options);
|
|
6218
5696
|
if (range instanceof Comparator)
|
|
6219
|
-
return this.raw = range.value, this.set = [[range]], this.
|
|
6220
|
-
if (this.options = options, this.loose = !!options.loose, this.includePrerelease = !!options.includePrerelease, this.raw = range.trim().
|
|
5697
|
+
return this.raw = range.value, this.set = [[range]], this.formatted = void 0, this;
|
|
5698
|
+
if (this.options = options, this.loose = !!options.loose, this.includePrerelease = !!options.includePrerelease, this.raw = range.trim().replace(SPACE_CHARACTERS, " "), this.set = this.raw.split("||").map((r) => this.parseRange(r.trim())).filter((c) => c.length), !this.set.length)
|
|
6221
5699
|
throw new TypeError(`Invalid SemVer Range: ${this.raw}`);
|
|
6222
5700
|
if (this.set.length > 1) {
|
|
6223
5701
|
let first = this.set[0];
|
|
@@ -6231,10 +5709,22 @@ var require_range = __commonJS({
|
|
|
6231
5709
|
}
|
|
6232
5710
|
}
|
|
6233
5711
|
}
|
|
6234
|
-
this.
|
|
5712
|
+
this.formatted = void 0;
|
|
5713
|
+
}
|
|
5714
|
+
get range() {
|
|
5715
|
+
if (this.formatted === void 0) {
|
|
5716
|
+
this.formatted = "";
|
|
5717
|
+
for (let i = 0; i < this.set.length; i++) {
|
|
5718
|
+
i > 0 && (this.formatted += "||");
|
|
5719
|
+
let comps = this.set[i];
|
|
5720
|
+
for (let k = 0; k < comps.length; k++)
|
|
5721
|
+
k > 0 && (this.formatted += " "), this.formatted += comps[k].toString().trim();
|
|
5722
|
+
}
|
|
5723
|
+
}
|
|
5724
|
+
return this.formatted;
|
|
6235
5725
|
}
|
|
6236
5726
|
format() {
|
|
6237
|
-
return this.range
|
|
5727
|
+
return this.range;
|
|
6238
5728
|
}
|
|
6239
5729
|
toString() {
|
|
6240
5730
|
return this.range;
|
|
@@ -6279,7 +5769,7 @@ var require_range = __commonJS({
|
|
|
6279
5769
|
}
|
|
6280
5770
|
};
|
|
6281
5771
|
module.exports = Range;
|
|
6282
|
-
var LRU =
|
|
5772
|
+
var LRU = require_lrucache(), cache = new LRU(), parseOptions = require_parse_options(), Comparator = require_comparator(), debug = require_debug(), SemVer2 = require_semver(), {
|
|
6283
5773
|
safeRe: re,
|
|
6284
5774
|
t,
|
|
6285
5775
|
comparatorTrimReplace,
|
|
@@ -6313,7 +5803,7 @@ var require_range = __commonJS({
|
|
|
6313
5803
|
let xM = isX(M), xm = xM || isX(m), xp = xm || isX(p), anyX = xp;
|
|
6314
5804
|
return gtlt === "=" && anyX && (gtlt = ""), pr = options.includePrerelease ? "-0" : "", xM ? gtlt === ">" || gtlt === "<" ? ret = "<0.0.0-0" : ret = "*" : gtlt && anyX ? (xm && (m = 0), p = 0, gtlt === ">" ? (gtlt = ">=", xm ? (M = +M + 1, m = 0, p = 0) : (m = +m + 1, p = 0)) : gtlt === "<=" && (gtlt = "<", xm ? M = +M + 1 : m = +m + 1), gtlt === "<" && (pr = "-0"), ret = `${gtlt + M}.${m}.${p}${pr}`) : xm ? ret = `>=${M}.0.0${pr} <${+M + 1}.0.0-0` : xp && (ret = `>=${M}.${m}.0${pr} <${M}.${+m + 1}.0-0`), debug("xRange return", ret), ret;
|
|
6315
5805
|
});
|
|
6316
|
-
}, replaceStars = (comp, options) => (debug("replaceStars", comp, options), comp.trim().replace(re[t.STAR], "")), replaceGTE0 = (comp, options) => (debug("replaceGTE0", comp, options), comp.trim().replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], "")), hyphenReplace = (incPr) => ($0, from, fM, fm, fp, fpr, fb, to, tM, tm, tp, tpr
|
|
5806
|
+
}, replaceStars = (comp, options) => (debug("replaceStars", comp, options), comp.trim().replace(re[t.STAR], "")), replaceGTE0 = (comp, options) => (debug("replaceGTE0", comp, options), comp.trim().replace(re[options.includePrerelease ? t.GTE0PRE : t.GTE0], "")), hyphenReplace = (incPr) => ($0, from, fM, fm, fp, fpr, fb, to, tM, tm, tp, tpr) => (isX(fM) ? from = "" : isX(fm) ? from = `>=${fM}.0.0${incPr ? "-0" : ""}` : isX(fp) ? from = `>=${fM}.${fm}.0${incPr ? "-0" : ""}` : fpr ? from = `>=${from}` : from = `>=${from}${incPr ? "-0" : ""}`, isX(tM) ? to = "" : isX(tm) ? to = `<${+tM + 1}.0.0-0` : isX(tp) ? to = `<${tM}.${+tm + 1}.0-0` : tpr ? to = `<=${tM}.${tm}.${tp}-${tpr}` : incPr ? to = `<${tM}.${tm}.${+tp + 1}-0` : to = `<=${to}`, `${from} ${to}`.trim()), testSet = (set, version, options) => {
|
|
6317
5807
|
for (let i = 0; i < set.length; i++)
|
|
6318
5808
|
if (!set[i].test(version))
|
|
6319
5809
|
return !1;
|
|
@@ -6331,9 +5821,9 @@ var require_range = __commonJS({
|
|
|
6331
5821
|
}
|
|
6332
5822
|
});
|
|
6333
5823
|
|
|
6334
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5824
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/comparator.js
|
|
6335
5825
|
var require_comparator = __commonJS({
|
|
6336
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5826
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/classes/comparator.js"(exports, module) {
|
|
6337
5827
|
init_cjs_shims();
|
|
6338
5828
|
var ANY = Symbol("SemVer ANY"), Comparator = class _Comparator {
|
|
6339
5829
|
static get ANY() {
|
|
@@ -6378,9 +5868,9 @@ var require_comparator = __commonJS({
|
|
|
6378
5868
|
}
|
|
6379
5869
|
});
|
|
6380
5870
|
|
|
6381
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5871
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/satisfies.js
|
|
6382
5872
|
var require_satisfies = __commonJS({
|
|
6383
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5873
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/functions/satisfies.js"(exports, module) {
|
|
6384
5874
|
init_cjs_shims();
|
|
6385
5875
|
var Range = require_range(), satisfies = (version, range, options) => {
|
|
6386
5876
|
try {
|
|
@@ -6394,18 +5884,18 @@ var require_satisfies = __commonJS({
|
|
|
6394
5884
|
}
|
|
6395
5885
|
});
|
|
6396
5886
|
|
|
6397
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5887
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/to-comparators.js
|
|
6398
5888
|
var require_to_comparators = __commonJS({
|
|
6399
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5889
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
|
6400
5890
|
init_cjs_shims();
|
|
6401
5891
|
var Range = require_range(), toComparators = (range, options) => new Range(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
|
6402
5892
|
module.exports = toComparators;
|
|
6403
5893
|
}
|
|
6404
5894
|
});
|
|
6405
5895
|
|
|
6406
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5896
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/max-satisfying.js
|
|
6407
5897
|
var require_max_satisfying = __commonJS({
|
|
6408
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5898
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
|
6409
5899
|
init_cjs_shims();
|
|
6410
5900
|
var SemVer2 = require_semver(), Range = require_range(), maxSatisfying = (versions, range, options) => {
|
|
6411
5901
|
let max = null, maxSV = null, rangeObj = null;
|
|
@@ -6422,9 +5912,9 @@ var require_max_satisfying = __commonJS({
|
|
|
6422
5912
|
}
|
|
6423
5913
|
});
|
|
6424
5914
|
|
|
6425
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5915
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-satisfying.js
|
|
6426
5916
|
var require_min_satisfying = __commonJS({
|
|
6427
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5917
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
|
6428
5918
|
init_cjs_shims();
|
|
6429
5919
|
var SemVer2 = require_semver(), Range = require_range(), minSatisfying = (versions, range, options) => {
|
|
6430
5920
|
let min = null, minSV = null, rangeObj = null;
|
|
@@ -6441,9 +5931,9 @@ var require_min_satisfying = __commonJS({
|
|
|
6441
5931
|
}
|
|
6442
5932
|
});
|
|
6443
5933
|
|
|
6444
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5934
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-version.js
|
|
6445
5935
|
var require_min_version = __commonJS({
|
|
6446
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5936
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/min-version.js"(exports, module) {
|
|
6447
5937
|
init_cjs_shims();
|
|
6448
5938
|
var SemVer2 = require_semver(), Range = require_range(), gt = require_gt(), minVersion = (range, loose) => {
|
|
6449
5939
|
range = new Range(range, loose);
|
|
@@ -6478,9 +5968,9 @@ var require_min_version = __commonJS({
|
|
|
6478
5968
|
}
|
|
6479
5969
|
});
|
|
6480
5970
|
|
|
6481
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5971
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/valid.js
|
|
6482
5972
|
var require_valid2 = __commonJS({
|
|
6483
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5973
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/valid.js"(exports, module) {
|
|
6484
5974
|
init_cjs_shims();
|
|
6485
5975
|
var Range = require_range(), validRange = (range, options) => {
|
|
6486
5976
|
try {
|
|
@@ -6493,9 +5983,9 @@ var require_valid2 = __commonJS({
|
|
|
6493
5983
|
}
|
|
6494
5984
|
});
|
|
6495
5985
|
|
|
6496
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
5986
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/outside.js
|
|
6497
5987
|
var require_outside = __commonJS({
|
|
6498
|
-
"../../node_modules/.pnpm/semver@7.
|
|
5988
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/outside.js"(exports, module) {
|
|
6499
5989
|
init_cjs_shims();
|
|
6500
5990
|
var SemVer2 = require_semver(), Comparator = require_comparator(), { ANY } = Comparator, Range = require_range(), satisfies = require_satisfies(), gt = require_gt(), lt = require_lt(), lte = require_lte(), gte = require_gte(), outside = (version, range, hilo, options) => {
|
|
6501
5991
|
version = new SemVer2(version, options), range = new Range(range, options);
|
|
@@ -6527,36 +6017,36 @@ var require_outside = __commonJS({
|
|
|
6527
6017
|
}
|
|
6528
6018
|
});
|
|
6529
6019
|
|
|
6530
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6020
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/gtr.js
|
|
6531
6021
|
var require_gtr = __commonJS({
|
|
6532
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6022
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/gtr.js"(exports, module) {
|
|
6533
6023
|
init_cjs_shims();
|
|
6534
6024
|
var outside = require_outside(), gtr = (version, range, options) => outside(version, range, ">", options);
|
|
6535
6025
|
module.exports = gtr;
|
|
6536
6026
|
}
|
|
6537
6027
|
});
|
|
6538
6028
|
|
|
6539
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6029
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/ltr.js
|
|
6540
6030
|
var require_ltr = __commonJS({
|
|
6541
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6031
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/ltr.js"(exports, module) {
|
|
6542
6032
|
init_cjs_shims();
|
|
6543
6033
|
var outside = require_outside(), ltr = (version, range, options) => outside(version, range, "<", options);
|
|
6544
6034
|
module.exports = ltr;
|
|
6545
6035
|
}
|
|
6546
6036
|
});
|
|
6547
6037
|
|
|
6548
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6038
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/intersects.js
|
|
6549
6039
|
var require_intersects = __commonJS({
|
|
6550
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6040
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/intersects.js"(exports, module) {
|
|
6551
6041
|
init_cjs_shims();
|
|
6552
6042
|
var Range = require_range(), intersects = (r1, r2, options) => (r1 = new Range(r1, options), r2 = new Range(r2, options), r1.intersects(r2, options));
|
|
6553
6043
|
module.exports = intersects;
|
|
6554
6044
|
}
|
|
6555
6045
|
});
|
|
6556
6046
|
|
|
6557
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6047
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/simplify.js
|
|
6558
6048
|
var require_simplify = __commonJS({
|
|
6559
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6049
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/simplify.js"(exports, module) {
|
|
6560
6050
|
init_cjs_shims();
|
|
6561
6051
|
var satisfies = require_satisfies(), compare = require_compare();
|
|
6562
6052
|
module.exports = (versions, range, options) => {
|
|
@@ -6573,9 +6063,9 @@ var require_simplify = __commonJS({
|
|
|
6573
6063
|
}
|
|
6574
6064
|
});
|
|
6575
6065
|
|
|
6576
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6066
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/subset.js
|
|
6577
6067
|
var require_subset = __commonJS({
|
|
6578
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6068
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/ranges/subset.js"(exports, module) {
|
|
6579
6069
|
init_cjs_shims();
|
|
6580
6070
|
var Range = require_range(), Comparator = require_comparator(), { ANY } = Comparator, satisfies = require_satisfies(), compare = require_compare(), subset = (sub, dom, options = {}) => {
|
|
6581
6071
|
if (sub === dom)
|
|
@@ -6661,9 +6151,9 @@ var require_subset = __commonJS({
|
|
|
6661
6151
|
}
|
|
6662
6152
|
});
|
|
6663
6153
|
|
|
6664
|
-
// ../../node_modules/.pnpm/semver@7.
|
|
6154
|
+
// ../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/index.js
|
|
6665
6155
|
var require_semver2 = __commonJS({
|
|
6666
|
-
"../../node_modules/.pnpm/semver@7.
|
|
6156
|
+
"../../node_modules/.pnpm/semver@7.6.3/node_modules/semver/index.js"(exports, module) {
|
|
6667
6157
|
init_cjs_shims();
|
|
6668
6158
|
var internalRe = require_re(), constants = require_constants(), SemVer2 = require_semver(), identifiers = require_identifiers(), parse = require_parse(), valid = require_valid(), clean = require_clean(), inc = require_inc(), diff = require_diff(), major2 = require_major(), minor2 = require_minor(), patch = require_patch(), prerelease = require_prerelease(), compare = require_compare(), rcompare = require_rcompare(), compareLoose = require_compare_loose(), compareBuild = require_compare_build(), sort = require_sort(), rsort = require_rsort(), gt = require_gt(), lt = require_lt(), eq = require_eq(), neq = require_neq(), gte = require_gte(), lte = require_lte(), cmp = require_cmp(), coerce = require_coerce(), Comparator = require_comparator(), Range = require_range(), satisfies = require_satisfies(), toComparators = require_to_comparators(), maxSatisfying = require_max_satisfying(), minSatisfying = require_min_satisfying(), minVersion = require_min_version(), validRange = require_valid2(), outside = require_outside(), gtr = require_gtr(), ltr = require_ltr(), intersects = require_intersects(), simplifyRange = require_simplify(), subset = require_subset();
|
|
6669
6159
|
module.exports = {
|
|
@@ -8764,7 +8254,7 @@ var require_strip_json_comments = __commonJS({
|
|
|
8764
8254
|
});
|
|
8765
8255
|
|
|
8766
8256
|
// ../../node_modules/.pnpm/rc@1.2.8/node_modules/rc/lib/utils.js
|
|
8767
|
-
var
|
|
8257
|
+
var require_utils2 = __commonJS({
|
|
8768
8258
|
"../../node_modules/.pnpm/rc@1.2.8/node_modules/rc/lib/utils.js"(exports) {
|
|
8769
8259
|
"use strict";
|
|
8770
8260
|
init_cjs_shims();
|
|
@@ -9000,7 +8490,7 @@ var require_minimist = __commonJS({
|
|
|
9000
8490
|
var require_rc = __commonJS({
|
|
9001
8491
|
"../../node_modules/.pnpm/rc@1.2.8/node_modules/rc/index.js"(exports, module) {
|
|
9002
8492
|
init_cjs_shims();
|
|
9003
|
-
var cc =
|
|
8493
|
+
var cc = require_utils2(), join = __require("path").join, deepExtend = require_deep_extend(), etc = "/etc", win = process.platform === "win32", home = win ? process.env.USERPROFILE : process.env.HOME;
|
|
9004
8494
|
module.exports = function(name, defaults2, argv, parse) {
|
|
9005
8495
|
if (typeof name != "string")
|
|
9006
8496
|
throw new Error("rc(name): name *must* be string");
|
|
@@ -9849,13 +9339,13 @@ var require_env_replace = __commonJS({
|
|
|
9849
9339
|
return settingValue.replace(ENV_EXPR, replaceEnvMatch.bind(null, env));
|
|
9850
9340
|
}
|
|
9851
9341
|
exports.envReplace = envReplace;
|
|
9852
|
-
function replaceEnvMatch(env, orig,
|
|
9853
|
-
if (
|
|
9854
|
-
return orig.slice((
|
|
9342
|
+
function replaceEnvMatch(env, orig, escape2, name) {
|
|
9343
|
+
if (escape2.length % 2)
|
|
9344
|
+
return orig.slice((escape2.length + 1) / 2);
|
|
9855
9345
|
let envValue = getEnvValue(env, name);
|
|
9856
9346
|
if (envValue === void 0)
|
|
9857
9347
|
throw new Error(`Failed to replace env in config: ${orig}`);
|
|
9858
|
-
return `${
|
|
9348
|
+
return `${escape2.slice(escape2.length / 2)}${envValue}`;
|
|
9859
9349
|
}
|
|
9860
9350
|
var ENV_VALUE = /([^:-]+)(:?)-(.+)/;
|
|
9861
9351
|
function getEnvValue(env, name) {
|
|
@@ -11300,17 +10790,6 @@ async function runWithRateLimit(options, config = cliKitStore()) {
|
|
|
11300
10790
|
await task(), cache[cacheKey] = { value: [now], timestamp: now };
|
|
11301
10791
|
return config.set("cache", cache), !0;
|
|
11302
10792
|
}
|
|
11303
|
-
function getConfigStoreForPartnerStatus() {
|
|
11304
|
-
return new LocalStorage({
|
|
11305
|
-
projectName: "shopify-cli-kit-partner-status"
|
|
11306
|
-
});
|
|
11307
|
-
}
|
|
11308
|
-
function getCachedPartnerAccountStatus(partnersToken) {
|
|
11309
|
-
return partnersToken && getConfigStoreForPartnerStatus().get(partnersToken) ? !0 : null;
|
|
11310
|
-
}
|
|
11311
|
-
function setCachedPartnerAccountStatus(partnersToken) {
|
|
11312
|
-
getConfigStoreForPartnerStatus().set(partnersToken, { status: !0, checkedAt: (/* @__PURE__ */ new Date()).toISOString() });
|
|
11313
|
-
}
|
|
11314
10793
|
|
|
11315
10794
|
// ../../node_modules/.pnpm/latest-version@7.0.0/node_modules/latest-version/index.js
|
|
11316
10795
|
init_cjs_shims();
|
|
@@ -15290,8 +14769,6 @@ export {
|
|
|
15290
14769
|
cacheRetrieve,
|
|
15291
14770
|
runAtMinimumInterval,
|
|
15292
14771
|
runWithRateLimit,
|
|
15293
|
-
getCachedPartnerAccountStatus,
|
|
15294
|
-
setCachedPartnerAccountStatus,
|
|
15295
14772
|
yarnLockfile,
|
|
15296
14773
|
npmLockfile,
|
|
15297
14774
|
pnpmLockfile,
|
|
@@ -15325,9 +14802,6 @@ export {
|
|
|
15325
14802
|
};
|
|
15326
14803
|
/*! Bundled license information:
|
|
15327
14804
|
|
|
15328
|
-
uri-js/dist/es5/uri.all.js:
|
|
15329
|
-
(** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *)
|
|
15330
|
-
|
|
15331
14805
|
deep-extend/lib/deep-extend.js:
|
|
15332
14806
|
(*!
|
|
15333
14807
|
* @description Recursive object extending
|
|
@@ -15356,4 +14830,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
15356
14830
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15357
14831
|
*)
|
|
15358
14832
|
*/
|
|
15359
|
-
//# sourceMappingURL=chunk-
|
|
14833
|
+
//# sourceMappingURL=chunk-VK6YB4CW.js.map
|