@storm-software/linting-tools 1.48.2 → 1.49.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/README.md +1 -1
- package/alex/.alexignore +0 -0
- package/alex/.alexrc +0 -0
- package/bin/lint.js +394 -1347
- package/package.json +6 -6
- package/src/cli/index.js +339 -1325
- package/src/manypkg/index.js +69 -64
package/src/cli/index.js
CHANGED
|
@@ -12638,9 +12638,9 @@ var require_src2 = __commonJS({
|
|
|
12638
12638
|
}
|
|
12639
12639
|
});
|
|
12640
12640
|
|
|
12641
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
12641
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/identity.js
|
|
12642
12642
|
var require_identity = __commonJS({
|
|
12643
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
12643
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/identity.js"(exports) {
|
|
12644
12644
|
"use strict";
|
|
12645
12645
|
var ALIAS = Symbol.for("yaml.alias");
|
|
12646
12646
|
var DOC = Symbol.for("yaml.document");
|
|
@@ -12695,9 +12695,9 @@ var require_identity = __commonJS({
|
|
|
12695
12695
|
}
|
|
12696
12696
|
});
|
|
12697
12697
|
|
|
12698
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
12698
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/visit.js
|
|
12699
12699
|
var require_visit = __commonJS({
|
|
12700
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
12700
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/visit.js"(exports) {
|
|
12701
12701
|
"use strict";
|
|
12702
12702
|
var identity2 = require_identity();
|
|
12703
12703
|
var BREAK = Symbol("break visit");
|
|
@@ -12853,9 +12853,9 @@ var require_visit = __commonJS({
|
|
|
12853
12853
|
}
|
|
12854
12854
|
});
|
|
12855
12855
|
|
|
12856
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
12856
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/directives.js
|
|
12857
12857
|
var require_directives = __commonJS({
|
|
12858
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
12858
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/directives.js"(exports) {
|
|
12859
12859
|
"use strict";
|
|
12860
12860
|
var identity2 = require_identity();
|
|
12861
12861
|
var visit3 = require_visit();
|
|
@@ -13024,9 +13024,9 @@ var require_directives = __commonJS({
|
|
|
13024
13024
|
}
|
|
13025
13025
|
});
|
|
13026
13026
|
|
|
13027
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13027
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/anchors.js
|
|
13028
13028
|
var require_anchors = __commonJS({
|
|
13029
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13029
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/anchors.js"(exports) {
|
|
13030
13030
|
"use strict";
|
|
13031
13031
|
var identity2 = require_identity();
|
|
13032
13032
|
var visit3 = require_visit();
|
|
@@ -13095,9 +13095,9 @@ var require_anchors = __commonJS({
|
|
|
13095
13095
|
}
|
|
13096
13096
|
});
|
|
13097
13097
|
|
|
13098
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13098
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
13099
13099
|
var require_applyReviver = __commonJS({
|
|
13100
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13100
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/applyReviver.js"(exports) {
|
|
13101
13101
|
"use strict";
|
|
13102
13102
|
function applyReviver(reviver, obj, key, val) {
|
|
13103
13103
|
if (val && typeof val === "object") {
|
|
@@ -13145,9 +13145,9 @@ var require_applyReviver = __commonJS({
|
|
|
13145
13145
|
}
|
|
13146
13146
|
});
|
|
13147
13147
|
|
|
13148
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13148
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/toJS.js
|
|
13149
13149
|
var require_toJS = __commonJS({
|
|
13150
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13150
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/toJS.js"(exports) {
|
|
13151
13151
|
"use strict";
|
|
13152
13152
|
var identity2 = require_identity();
|
|
13153
13153
|
function toJS(value, arg, ctx) {
|
|
@@ -13175,9 +13175,9 @@ var require_toJS = __commonJS({
|
|
|
13175
13175
|
}
|
|
13176
13176
|
});
|
|
13177
13177
|
|
|
13178
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13178
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Node.js
|
|
13179
13179
|
var require_Node = __commonJS({
|
|
13180
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13180
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Node.js"(exports) {
|
|
13181
13181
|
"use strict";
|
|
13182
13182
|
var applyReviver = require_applyReviver();
|
|
13183
13183
|
var identity2 = require_identity();
|
|
@@ -13216,9 +13216,9 @@ var require_Node = __commonJS({
|
|
|
13216
13216
|
}
|
|
13217
13217
|
});
|
|
13218
13218
|
|
|
13219
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13219
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Alias.js
|
|
13220
13220
|
var require_Alias = __commonJS({
|
|
13221
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13221
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Alias.js"(exports) {
|
|
13222
13222
|
"use strict";
|
|
13223
13223
|
var anchors = require_anchors();
|
|
13224
13224
|
var visit3 = require_visit();
|
|
@@ -13318,9 +13318,9 @@ var require_Alias = __commonJS({
|
|
|
13318
13318
|
}
|
|
13319
13319
|
});
|
|
13320
13320
|
|
|
13321
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13321
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
13322
13322
|
var require_Scalar = __commonJS({
|
|
13323
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13323
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Scalar.js"(exports) {
|
|
13324
13324
|
"use strict";
|
|
13325
13325
|
var identity2 = require_identity();
|
|
13326
13326
|
var Node2 = require_Node();
|
|
@@ -13348,9 +13348,9 @@ var require_Scalar = __commonJS({
|
|
|
13348
13348
|
}
|
|
13349
13349
|
});
|
|
13350
13350
|
|
|
13351
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13351
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/createNode.js
|
|
13352
13352
|
var require_createNode = __commonJS({
|
|
13353
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13353
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/createNode.js"(exports) {
|
|
13354
13354
|
"use strict";
|
|
13355
13355
|
var Alias = require_Alias();
|
|
13356
13356
|
var identity2 = require_identity();
|
|
@@ -13424,9 +13424,9 @@ var require_createNode = __commonJS({
|
|
|
13424
13424
|
}
|
|
13425
13425
|
});
|
|
13426
13426
|
|
|
13427
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13427
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Collection.js
|
|
13428
13428
|
var require_Collection = __commonJS({
|
|
13429
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13429
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Collection.js"(exports) {
|
|
13430
13430
|
"use strict";
|
|
13431
13431
|
var createNode = require_createNode();
|
|
13432
13432
|
var identity2 = require_identity();
|
|
@@ -13568,9 +13568,9 @@ var require_Collection = __commonJS({
|
|
|
13568
13568
|
}
|
|
13569
13569
|
});
|
|
13570
13570
|
|
|
13571
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13571
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
13572
13572
|
var require_stringifyComment = __commonJS({
|
|
13573
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13573
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyComment.js"(exports) {
|
|
13574
13574
|
"use strict";
|
|
13575
13575
|
var stringifyComment = (str2) => str2.replace(/^(?!$)(?: $)?/gm, "#");
|
|
13576
13576
|
function indentComment(comment, indent2) {
|
|
@@ -13585,9 +13585,9 @@ var require_stringifyComment = __commonJS({
|
|
|
13585
13585
|
}
|
|
13586
13586
|
});
|
|
13587
13587
|
|
|
13588
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13588
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
13589
13589
|
var require_foldFlowLines = __commonJS({
|
|
13590
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13590
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports) {
|
|
13591
13591
|
"use strict";
|
|
13592
13592
|
var FOLD_FLOW = "flow";
|
|
13593
13593
|
var FOLD_BLOCK = "block";
|
|
@@ -13719,9 +13719,9 @@ ${indent2}${text.slice(fold + 1, end2)}`;
|
|
|
13719
13719
|
}
|
|
13720
13720
|
});
|
|
13721
13721
|
|
|
13722
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13722
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
13723
13723
|
var require_stringifyString = __commonJS({
|
|
13724
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13724
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyString.js"(exports) {
|
|
13725
13725
|
"use strict";
|
|
13726
13726
|
var Scalar = require_Scalar();
|
|
13727
13727
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -13994,9 +13994,9 @@ ${indent2}`);
|
|
|
13994
13994
|
}
|
|
13995
13995
|
});
|
|
13996
13996
|
|
|
13997
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
13997
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringify.js
|
|
13998
13998
|
var require_stringify3 = __commonJS({
|
|
13999
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
13999
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringify.js"(exports) {
|
|
14000
14000
|
"use strict";
|
|
14001
14001
|
var anchors = require_anchors();
|
|
14002
14002
|
var identity2 = require_identity();
|
|
@@ -14113,9 +14113,9 @@ ${ctx.indent}${str2}`;
|
|
|
14113
14113
|
}
|
|
14114
14114
|
});
|
|
14115
14115
|
|
|
14116
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14116
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
14117
14117
|
var require_stringifyPair = __commonJS({
|
|
14118
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14118
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyPair.js"(exports) {
|
|
14119
14119
|
"use strict";
|
|
14120
14120
|
var identity2 = require_identity();
|
|
14121
14121
|
var Scalar = require_Scalar();
|
|
@@ -14128,7 +14128,7 @@ var require_stringifyPair = __commonJS({
|
|
|
14128
14128
|
if (keyComment) {
|
|
14129
14129
|
throw new Error("With simple keys, key nodes cannot have comments");
|
|
14130
14130
|
}
|
|
14131
|
-
if (identity2.isCollection(key)) {
|
|
14131
|
+
if (identity2.isCollection(key) || !identity2.isNode(key) && typeof key === "object") {
|
|
14132
14132
|
const msg = "With simple keys, collection cannot be used as a key value";
|
|
14133
14133
|
throw new Error(msg);
|
|
14134
14134
|
}
|
|
@@ -14246,9 +14246,9 @@ ${ctx.indent}`;
|
|
|
14246
14246
|
}
|
|
14247
14247
|
});
|
|
14248
14248
|
|
|
14249
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14249
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/log.js
|
|
14250
14250
|
var require_log = __commonJS({
|
|
14251
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14251
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/log.js"(exports) {
|
|
14252
14252
|
"use strict";
|
|
14253
14253
|
function debug14(logLevel, ...messages2) {
|
|
14254
14254
|
if (logLevel === "debug")
|
|
@@ -14267,9 +14267,9 @@ var require_log = __commonJS({
|
|
|
14267
14267
|
}
|
|
14268
14268
|
});
|
|
14269
14269
|
|
|
14270
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14270
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
14271
14271
|
var require_addPairToJSMap = __commonJS({
|
|
14272
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14272
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports) {
|
|
14273
14273
|
"use strict";
|
|
14274
14274
|
var log2 = require_log();
|
|
14275
14275
|
var stringify4 = require_stringify3();
|
|
@@ -14361,9 +14361,9 @@ var require_addPairToJSMap = __commonJS({
|
|
|
14361
14361
|
}
|
|
14362
14362
|
});
|
|
14363
14363
|
|
|
14364
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14364
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Pair.js
|
|
14365
14365
|
var require_Pair = __commonJS({
|
|
14366
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14366
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/Pair.js"(exports) {
|
|
14367
14367
|
"use strict";
|
|
14368
14368
|
var createNode = require_createNode();
|
|
14369
14369
|
var stringifyPair = require_stringifyPair();
|
|
@@ -14401,9 +14401,9 @@ var require_Pair = __commonJS({
|
|
|
14401
14401
|
}
|
|
14402
14402
|
});
|
|
14403
14403
|
|
|
14404
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14404
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
14405
14405
|
var require_stringifyCollection = __commonJS({
|
|
14406
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14406
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports) {
|
|
14407
14407
|
"use strict";
|
|
14408
14408
|
var identity2 = require_identity();
|
|
14409
14409
|
var stringify4 = require_stringify3();
|
|
@@ -14545,9 +14545,9 @@ ${indent2}${end}`;
|
|
|
14545
14545
|
}
|
|
14546
14546
|
});
|
|
14547
14547
|
|
|
14548
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14548
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
14549
14549
|
var require_YAMLMap = __commonJS({
|
|
14550
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14550
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/YAMLMap.js"(exports) {
|
|
14551
14551
|
"use strict";
|
|
14552
14552
|
var stringifyCollection = require_stringifyCollection();
|
|
14553
14553
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -14689,9 +14689,9 @@ var require_YAMLMap = __commonJS({
|
|
|
14689
14689
|
}
|
|
14690
14690
|
});
|
|
14691
14691
|
|
|
14692
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14692
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/map.js
|
|
14693
14693
|
var require_map = __commonJS({
|
|
14694
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14694
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/map.js"(exports) {
|
|
14695
14695
|
"use strict";
|
|
14696
14696
|
var identity2 = require_identity();
|
|
14697
14697
|
var YAMLMap = require_YAMLMap();
|
|
@@ -14711,9 +14711,9 @@ var require_map = __commonJS({
|
|
|
14711
14711
|
}
|
|
14712
14712
|
});
|
|
14713
14713
|
|
|
14714
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14714
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
14715
14715
|
var require_YAMLSeq = __commonJS({
|
|
14716
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14716
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports) {
|
|
14717
14717
|
"use strict";
|
|
14718
14718
|
var createNode = require_createNode();
|
|
14719
14719
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -14827,9 +14827,9 @@ var require_YAMLSeq = __commonJS({
|
|
|
14827
14827
|
}
|
|
14828
14828
|
});
|
|
14829
14829
|
|
|
14830
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14830
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/seq.js
|
|
14831
14831
|
var require_seq = __commonJS({
|
|
14832
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14832
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/seq.js"(exports) {
|
|
14833
14833
|
"use strict";
|
|
14834
14834
|
var identity2 = require_identity();
|
|
14835
14835
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -14849,9 +14849,9 @@ var require_seq = __commonJS({
|
|
|
14849
14849
|
}
|
|
14850
14850
|
});
|
|
14851
14851
|
|
|
14852
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14852
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/string.js
|
|
14853
14853
|
var require_string = __commonJS({
|
|
14854
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14854
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/string.js"(exports) {
|
|
14855
14855
|
"use strict";
|
|
14856
14856
|
var stringifyString = require_stringifyString();
|
|
14857
14857
|
var string = {
|
|
@@ -14868,9 +14868,9 @@ var require_string = __commonJS({
|
|
|
14868
14868
|
}
|
|
14869
14869
|
});
|
|
14870
14870
|
|
|
14871
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14871
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/null.js
|
|
14872
14872
|
var require_null = __commonJS({
|
|
14873
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14873
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/common/null.js"(exports) {
|
|
14874
14874
|
"use strict";
|
|
14875
14875
|
var Scalar = require_Scalar();
|
|
14876
14876
|
var nullTag = {
|
|
@@ -14886,9 +14886,9 @@ var require_null = __commonJS({
|
|
|
14886
14886
|
}
|
|
14887
14887
|
});
|
|
14888
14888
|
|
|
14889
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14889
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/bool.js
|
|
14890
14890
|
var require_bool = __commonJS({
|
|
14891
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14891
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/bool.js"(exports) {
|
|
14892
14892
|
"use strict";
|
|
14893
14893
|
var Scalar = require_Scalar();
|
|
14894
14894
|
var boolTag = {
|
|
@@ -14910,9 +14910,9 @@ var require_bool = __commonJS({
|
|
|
14910
14910
|
}
|
|
14911
14911
|
});
|
|
14912
14912
|
|
|
14913
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14913
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
14914
14914
|
var require_stringifyNumber = __commonJS({
|
|
14915
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14915
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports) {
|
|
14916
14916
|
"use strict";
|
|
14917
14917
|
function stringifyNumber({ format: format7, minFractionDigits, tag, value }) {
|
|
14918
14918
|
if (typeof value === "bigint")
|
|
@@ -14937,9 +14937,9 @@ var require_stringifyNumber = __commonJS({
|
|
|
14937
14937
|
}
|
|
14938
14938
|
});
|
|
14939
14939
|
|
|
14940
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14940
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/float.js
|
|
14941
14941
|
var require_float = __commonJS({
|
|
14942
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14942
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/float.js"(exports) {
|
|
14943
14943
|
"use strict";
|
|
14944
14944
|
var Scalar = require_Scalar();
|
|
14945
14945
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -14947,7 +14947,7 @@ var require_float = __commonJS({
|
|
|
14947
14947
|
identify: (value) => typeof value === "number",
|
|
14948
14948
|
default: true,
|
|
14949
14949
|
tag: "tag:yaml.org,2002:float",
|
|
14950
|
-
test: /^(?:[-+]?\.(?:inf|Inf|INF
|
|
14950
|
+
test: /^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,
|
|
14951
14951
|
resolve: (str2) => str2.slice(-3).toLowerCase() === "nan" ? NaN : str2[0] === "-" ? Number.NEGATIVE_INFINITY : Number.POSITIVE_INFINITY,
|
|
14952
14952
|
stringify: stringifyNumber.stringifyNumber
|
|
14953
14953
|
};
|
|
@@ -14983,9 +14983,9 @@ var require_float = __commonJS({
|
|
|
14983
14983
|
}
|
|
14984
14984
|
});
|
|
14985
14985
|
|
|
14986
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
14986
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/int.js
|
|
14987
14987
|
var require_int = __commonJS({
|
|
14988
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
14988
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/int.js"(exports) {
|
|
14989
14989
|
"use strict";
|
|
14990
14990
|
var stringifyNumber = require_stringifyNumber();
|
|
14991
14991
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -15028,9 +15028,9 @@ var require_int = __commonJS({
|
|
|
15028
15028
|
}
|
|
15029
15029
|
});
|
|
15030
15030
|
|
|
15031
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15031
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/schema.js
|
|
15032
15032
|
var require_schema = __commonJS({
|
|
15033
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15033
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/core/schema.js"(exports) {
|
|
15034
15034
|
"use strict";
|
|
15035
15035
|
var map4 = require_map();
|
|
15036
15036
|
var _null2 = require_null();
|
|
@@ -15056,9 +15056,9 @@ var require_schema = __commonJS({
|
|
|
15056
15056
|
}
|
|
15057
15057
|
});
|
|
15058
15058
|
|
|
15059
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15059
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/json/schema.js
|
|
15060
15060
|
var require_schema2 = __commonJS({
|
|
15061
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15061
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/json/schema.js"(exports) {
|
|
15062
15062
|
"use strict";
|
|
15063
15063
|
var Scalar = require_Scalar();
|
|
15064
15064
|
var map4 = require_map();
|
|
@@ -15123,9 +15123,9 @@ var require_schema2 = __commonJS({
|
|
|
15123
15123
|
}
|
|
15124
15124
|
});
|
|
15125
15125
|
|
|
15126
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15126
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
15127
15127
|
var require_binary = __commonJS({
|
|
15128
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15128
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports) {
|
|
15129
15129
|
"use strict";
|
|
15130
15130
|
var Scalar = require_Scalar();
|
|
15131
15131
|
var stringifyString = require_stringifyString();
|
|
@@ -15187,9 +15187,9 @@ var require_binary = __commonJS({
|
|
|
15187
15187
|
}
|
|
15188
15188
|
});
|
|
15189
15189
|
|
|
15190
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15190
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
15191
15191
|
var require_pairs = __commonJS({
|
|
15192
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15192
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports) {
|
|
15193
15193
|
"use strict";
|
|
15194
15194
|
var identity2 = require_identity();
|
|
15195
15195
|
var Pair = require_Pair();
|
|
@@ -15265,9 +15265,9 @@ ${cn.comment}` : item.comment;
|
|
|
15265
15265
|
}
|
|
15266
15266
|
});
|
|
15267
15267
|
|
|
15268
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15268
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
15269
15269
|
var require_omap = __commonJS({
|
|
15270
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15270
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports) {
|
|
15271
15271
|
"use strict";
|
|
15272
15272
|
var identity2 = require_identity();
|
|
15273
15273
|
var toJS = require_toJS();
|
|
@@ -15343,9 +15343,9 @@ var require_omap = __commonJS({
|
|
|
15343
15343
|
}
|
|
15344
15344
|
});
|
|
15345
15345
|
|
|
15346
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15346
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
15347
15347
|
var require_bool2 = __commonJS({
|
|
15348
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15348
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports) {
|
|
15349
15349
|
"use strict";
|
|
15350
15350
|
var Scalar = require_Scalar();
|
|
15351
15351
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -15375,9 +15375,9 @@ var require_bool2 = __commonJS({
|
|
|
15375
15375
|
}
|
|
15376
15376
|
});
|
|
15377
15377
|
|
|
15378
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15378
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
15379
15379
|
var require_float2 = __commonJS({
|
|
15380
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15380
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports) {
|
|
15381
15381
|
"use strict";
|
|
15382
15382
|
var Scalar = require_Scalar();
|
|
15383
15383
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -15385,7 +15385,7 @@ var require_float2 = __commonJS({
|
|
|
15385
15385
|
identify: (value) => typeof value === "number",
|
|
15386
15386
|
default: true,
|
|
15387
15387
|
tag: "tag:yaml.org,2002:float",
|
|
15388
|
-
test: /^[-+]?\.(?:inf|Inf|INF
|
|
15388
|
+
test: /^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,
|
|
15389
15389
|
resolve: (str2) => str2.slice(-3).toLowerCase() === "nan" ? NaN : str2[0] === "-" ? Number.NEGATIVE_INFINITY : Number.POSITIVE_INFINITY,
|
|
15390
15390
|
stringify: stringifyNumber.stringifyNumber
|
|
15391
15391
|
};
|
|
@@ -15424,9 +15424,9 @@ var require_float2 = __commonJS({
|
|
|
15424
15424
|
}
|
|
15425
15425
|
});
|
|
15426
15426
|
|
|
15427
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15427
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
15428
15428
|
var require_int2 = __commonJS({
|
|
15429
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15429
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports) {
|
|
15430
15430
|
"use strict";
|
|
15431
15431
|
var stringifyNumber = require_stringifyNumber();
|
|
15432
15432
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -15503,9 +15503,9 @@ var require_int2 = __commonJS({
|
|
|
15503
15503
|
}
|
|
15504
15504
|
});
|
|
15505
15505
|
|
|
15506
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15506
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
15507
15507
|
var require_set = __commonJS({
|
|
15508
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15508
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports) {
|
|
15509
15509
|
"use strict";
|
|
15510
15510
|
var identity2 = require_identity();
|
|
15511
15511
|
var Pair = require_Pair();
|
|
@@ -15592,9 +15592,9 @@ var require_set = __commonJS({
|
|
|
15592
15592
|
}
|
|
15593
15593
|
});
|
|
15594
15594
|
|
|
15595
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15595
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
15596
15596
|
var require_timestamp = __commonJS({
|
|
15597
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15597
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports) {
|
|
15598
15598
|
"use strict";
|
|
15599
15599
|
var stringifyNumber = require_stringifyNumber();
|
|
15600
15600
|
function parseSexagesimal(str2, asBigInt) {
|
|
@@ -15680,9 +15680,9 @@ var require_timestamp = __commonJS({
|
|
|
15680
15680
|
}
|
|
15681
15681
|
});
|
|
15682
15682
|
|
|
15683
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15683
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
15684
15684
|
var require_schema3 = __commonJS({
|
|
15685
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15685
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports) {
|
|
15686
15686
|
"use strict";
|
|
15687
15687
|
var map4 = require_map();
|
|
15688
15688
|
var _null2 = require_null();
|
|
@@ -15722,9 +15722,9 @@ var require_schema3 = __commonJS({
|
|
|
15722
15722
|
}
|
|
15723
15723
|
});
|
|
15724
15724
|
|
|
15725
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15725
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/tags.js
|
|
15726
15726
|
var require_tags = __commonJS({
|
|
15727
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15727
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/tags.js"(exports) {
|
|
15728
15728
|
"use strict";
|
|
15729
15729
|
var map4 = require_map();
|
|
15730
15730
|
var _null2 = require_null();
|
|
@@ -15805,9 +15805,9 @@ var require_tags = __commonJS({
|
|
|
15805
15805
|
}
|
|
15806
15806
|
});
|
|
15807
15807
|
|
|
15808
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15808
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/Schema.js
|
|
15809
15809
|
var require_Schema = __commonJS({
|
|
15810
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15810
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/schema/Schema.js"(exports) {
|
|
15811
15811
|
"use strict";
|
|
15812
15812
|
var identity2 = require_identity();
|
|
15813
15813
|
var map4 = require_map();
|
|
@@ -15838,9 +15838,9 @@ var require_Schema = __commonJS({
|
|
|
15838
15838
|
}
|
|
15839
15839
|
});
|
|
15840
15840
|
|
|
15841
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15841
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
15842
15842
|
var require_stringifyDocument = __commonJS({
|
|
15843
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15843
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports) {
|
|
15844
15844
|
"use strict";
|
|
15845
15845
|
var identity2 = require_identity();
|
|
15846
15846
|
var stringify4 = require_stringify3();
|
|
@@ -15918,9 +15918,9 @@ var require_stringifyDocument = __commonJS({
|
|
|
15918
15918
|
}
|
|
15919
15919
|
});
|
|
15920
15920
|
|
|
15921
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
15921
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/Document.js
|
|
15922
15922
|
var require_Document = __commonJS({
|
|
15923
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
15923
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/doc/Document.js"(exports) {
|
|
15924
15924
|
"use strict";
|
|
15925
15925
|
var Alias = require_Alias();
|
|
15926
15926
|
var Collection = require_Collection();
|
|
@@ -16226,9 +16226,9 @@ var require_Document = __commonJS({
|
|
|
16226
16226
|
}
|
|
16227
16227
|
});
|
|
16228
16228
|
|
|
16229
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16229
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/errors.js
|
|
16230
16230
|
var require_errors = __commonJS({
|
|
16231
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16231
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/errors.js"(exports) {
|
|
16232
16232
|
"use strict";
|
|
16233
16233
|
var YAMLError = class extends Error {
|
|
16234
16234
|
constructor(name, pos, code, message) {
|
|
@@ -16291,9 +16291,9 @@ ${pointer}
|
|
|
16291
16291
|
}
|
|
16292
16292
|
});
|
|
16293
16293
|
|
|
16294
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16294
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
16295
16295
|
var require_resolve_props = __commonJS({
|
|
16296
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16296
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-props.js"(exports) {
|
|
16297
16297
|
"use strict";
|
|
16298
16298
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, startOnNewline }) {
|
|
16299
16299
|
let spaceBefore = false;
|
|
@@ -16415,9 +16415,9 @@ var require_resolve_props = __commonJS({
|
|
|
16415
16415
|
}
|
|
16416
16416
|
});
|
|
16417
16417
|
|
|
16418
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16418
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
16419
16419
|
var require_util_contains_newline = __commonJS({
|
|
16420
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16420
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-contains-newline.js"(exports) {
|
|
16421
16421
|
"use strict";
|
|
16422
16422
|
function containsNewline(key) {
|
|
16423
16423
|
if (!key)
|
|
@@ -16457,9 +16457,9 @@ var require_util_contains_newline = __commonJS({
|
|
|
16457
16457
|
}
|
|
16458
16458
|
});
|
|
16459
16459
|
|
|
16460
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16460
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
16461
16461
|
var require_util_flow_indent_check = __commonJS({
|
|
16462
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16462
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports) {
|
|
16463
16463
|
"use strict";
|
|
16464
16464
|
var utilContainsNewline = require_util_contains_newline();
|
|
16465
16465
|
function flowIndentCheck(indent2, fc, onError) {
|
|
@@ -16475,9 +16475,9 @@ var require_util_flow_indent_check = __commonJS({
|
|
|
16475
16475
|
}
|
|
16476
16476
|
});
|
|
16477
16477
|
|
|
16478
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16478
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
16479
16479
|
var require_util_map_includes = __commonJS({
|
|
16480
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16480
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-map-includes.js"(exports) {
|
|
16481
16481
|
"use strict";
|
|
16482
16482
|
var identity2 = require_identity();
|
|
16483
16483
|
function mapIncludes(ctx, items, search3) {
|
|
@@ -16491,9 +16491,9 @@ var require_util_map_includes = __commonJS({
|
|
|
16491
16491
|
}
|
|
16492
16492
|
});
|
|
16493
16493
|
|
|
16494
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16494
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
16495
16495
|
var require_resolve_block_map = __commonJS({
|
|
16496
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16496
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-map.js"(exports) {
|
|
16497
16497
|
"use strict";
|
|
16498
16498
|
var Pair = require_Pair();
|
|
16499
16499
|
var YAMLMap = require_YAMLMap();
|
|
@@ -16595,9 +16595,9 @@ var require_resolve_block_map = __commonJS({
|
|
|
16595
16595
|
}
|
|
16596
16596
|
});
|
|
16597
16597
|
|
|
16598
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16598
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
16599
16599
|
var require_resolve_block_seq = __commonJS({
|
|
16600
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16600
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports) {
|
|
16601
16601
|
"use strict";
|
|
16602
16602
|
var YAMLSeq = require_YAMLSeq();
|
|
16603
16603
|
var resolveProps = require_resolve_props();
|
|
@@ -16643,9 +16643,9 @@ var require_resolve_block_seq = __commonJS({
|
|
|
16643
16643
|
}
|
|
16644
16644
|
});
|
|
16645
16645
|
|
|
16646
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16646
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
16647
16647
|
var require_resolve_end = __commonJS({
|
|
16648
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16648
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-end.js"(exports) {
|
|
16649
16649
|
"use strict";
|
|
16650
16650
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
16651
16651
|
let comment = "";
|
|
@@ -16686,9 +16686,9 @@ var require_resolve_end = __commonJS({
|
|
|
16686
16686
|
}
|
|
16687
16687
|
});
|
|
16688
16688
|
|
|
16689
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16689
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
16690
16690
|
var require_resolve_flow_collection = __commonJS({
|
|
16691
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16691
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports) {
|
|
16692
16692
|
"use strict";
|
|
16693
16693
|
var identity2 = require_identity();
|
|
16694
16694
|
var Pair = require_Pair();
|
|
@@ -16872,9 +16872,9 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
16872
16872
|
}
|
|
16873
16873
|
});
|
|
16874
16874
|
|
|
16875
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16875
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
16876
16876
|
var require_compose_collection = __commonJS({
|
|
16877
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16877
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-collection.js"(exports) {
|
|
16878
16878
|
"use strict";
|
|
16879
16879
|
var identity2 = require_identity();
|
|
16880
16880
|
var Scalar = require_Scalar();
|
|
@@ -16928,9 +16928,9 @@ var require_compose_collection = __commonJS({
|
|
|
16928
16928
|
}
|
|
16929
16929
|
});
|
|
16930
16930
|
|
|
16931
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
16931
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
16932
16932
|
var require_resolve_block_scalar = __commonJS({
|
|
16933
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
16933
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports) {
|
|
16934
16934
|
"use strict";
|
|
16935
16935
|
var Scalar = require_Scalar();
|
|
16936
16936
|
function resolveBlockScalar(scalar, strict, onError) {
|
|
@@ -17105,9 +17105,9 @@ var require_resolve_block_scalar = __commonJS({
|
|
|
17105
17105
|
}
|
|
17106
17106
|
});
|
|
17107
17107
|
|
|
17108
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17108
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
17109
17109
|
var require_resolve_flow_scalar = __commonJS({
|
|
17110
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17110
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports) {
|
|
17111
17111
|
"use strict";
|
|
17112
17112
|
var Scalar = require_Scalar();
|
|
17113
17113
|
var resolveEnd = require_resolve_end();
|
|
@@ -17322,9 +17322,9 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
17322
17322
|
}
|
|
17323
17323
|
});
|
|
17324
17324
|
|
|
17325
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17325
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
17326
17326
|
var require_compose_scalar = __commonJS({
|
|
17327
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17327
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-scalar.js"(exports) {
|
|
17328
17328
|
"use strict";
|
|
17329
17329
|
var identity2 = require_identity();
|
|
17330
17330
|
var Scalar = require_Scalar();
|
|
@@ -17395,9 +17395,9 @@ var require_compose_scalar = __commonJS({
|
|
|
17395
17395
|
}
|
|
17396
17396
|
});
|
|
17397
17397
|
|
|
17398
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17398
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
17399
17399
|
var require_util_empty_scalar_position = __commonJS({
|
|
17400
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17400
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports) {
|
|
17401
17401
|
"use strict";
|
|
17402
17402
|
function emptyScalarPosition(offset, before, pos) {
|
|
17403
17403
|
if (before) {
|
|
@@ -17426,9 +17426,9 @@ var require_util_empty_scalar_position = __commonJS({
|
|
|
17426
17426
|
}
|
|
17427
17427
|
});
|
|
17428
17428
|
|
|
17429
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17429
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-node.js
|
|
17430
17430
|
var require_compose_node = __commonJS({
|
|
17431
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17431
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-node.js"(exports) {
|
|
17432
17432
|
"use strict";
|
|
17433
17433
|
var Alias = require_Alias();
|
|
17434
17434
|
var composeCollection = require_compose_collection();
|
|
@@ -17521,9 +17521,9 @@ var require_compose_node = __commonJS({
|
|
|
17521
17521
|
}
|
|
17522
17522
|
});
|
|
17523
17523
|
|
|
17524
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17524
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
17525
17525
|
var require_compose_doc = __commonJS({
|
|
17526
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17526
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/compose-doc.js"(exports) {
|
|
17527
17527
|
"use strict";
|
|
17528
17528
|
var Document = require_Document();
|
|
17529
17529
|
var composeNode2 = require_compose_node();
|
|
@@ -17562,9 +17562,9 @@ var require_compose_doc = __commonJS({
|
|
|
17562
17562
|
}
|
|
17563
17563
|
});
|
|
17564
17564
|
|
|
17565
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17565
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/composer.js
|
|
17566
17566
|
var require_composer = __commonJS({
|
|
17567
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17567
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/compose/composer.js"(exports) {
|
|
17568
17568
|
"use strict";
|
|
17569
17569
|
var directives = require_directives();
|
|
17570
17570
|
var Document = require_Document();
|
|
@@ -17767,9 +17767,9 @@ ${end.comment}` : end.comment;
|
|
|
17767
17767
|
}
|
|
17768
17768
|
});
|
|
17769
17769
|
|
|
17770
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17770
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
17771
17771
|
var require_cst_scalar = __commonJS({
|
|
17772
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17772
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-scalar.js"(exports) {
|
|
17773
17773
|
"use strict";
|
|
17774
17774
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
17775
17775
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -17952,9 +17952,9 @@ var require_cst_scalar = __commonJS({
|
|
|
17952
17952
|
}
|
|
17953
17953
|
});
|
|
17954
17954
|
|
|
17955
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
17955
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
17956
17956
|
var require_cst_stringify = __commonJS({
|
|
17957
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
17957
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-stringify.js"(exports) {
|
|
17958
17958
|
"use strict";
|
|
17959
17959
|
var stringify4 = (cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst);
|
|
17960
17960
|
function stringifyToken(token) {
|
|
@@ -18013,9 +18013,9 @@ var require_cst_stringify = __commonJS({
|
|
|
18013
18013
|
}
|
|
18014
18014
|
});
|
|
18015
18015
|
|
|
18016
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
18016
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
18017
18017
|
var require_cst_visit = __commonJS({
|
|
18018
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
18018
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst-visit.js"(exports) {
|
|
18019
18019
|
"use strict";
|
|
18020
18020
|
var BREAK = Symbol("break visit");
|
|
18021
18021
|
var SKIP3 = Symbol("skip children");
|
|
@@ -18075,9 +18075,9 @@ var require_cst_visit = __commonJS({
|
|
|
18075
18075
|
}
|
|
18076
18076
|
});
|
|
18077
18077
|
|
|
18078
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
18078
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst.js
|
|
18079
18079
|
var require_cst = __commonJS({
|
|
18080
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
18080
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/cst.js"(exports) {
|
|
18081
18081
|
"use strict";
|
|
18082
18082
|
var cstScalar = require_cst_scalar();
|
|
18083
18083
|
var cstStringify = require_cst_stringify();
|
|
@@ -18177,9 +18177,9 @@ var require_cst = __commonJS({
|
|
|
18177
18177
|
}
|
|
18178
18178
|
});
|
|
18179
18179
|
|
|
18180
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
18180
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/lexer.js
|
|
18181
18181
|
var require_lexer = __commonJS({
|
|
18182
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
18182
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/lexer.js"(exports) {
|
|
18183
18183
|
"use strict";
|
|
18184
18184
|
var cst = require_cst();
|
|
18185
18185
|
function isEmpty3(ch) {
|
|
@@ -18221,6 +18221,8 @@ var require_lexer = __commonJS({
|
|
|
18221
18221
|
*/
|
|
18222
18222
|
*lex(source, incomplete = false) {
|
|
18223
18223
|
if (source) {
|
|
18224
|
+
if (typeof source !== "string")
|
|
18225
|
+
throw TypeError("source is not a string");
|
|
18224
18226
|
this.buffer = this.buffer ? this.buffer + source : source;
|
|
18225
18227
|
this.lineEndPos = null;
|
|
18226
18228
|
}
|
|
@@ -18318,11 +18320,15 @@ var require_lexer = __commonJS({
|
|
|
18318
18320
|
}
|
|
18319
18321
|
if (line[0] === "%") {
|
|
18320
18322
|
let dirEnd = line.length;
|
|
18321
|
-
|
|
18322
|
-
|
|
18323
|
+
let cs = line.indexOf("#");
|
|
18324
|
+
while (cs !== -1) {
|
|
18323
18325
|
const ch = line[cs - 1];
|
|
18324
|
-
if (ch === " " || ch === " ")
|
|
18326
|
+
if (ch === " " || ch === " ") {
|
|
18325
18327
|
dirEnd = cs - 1;
|
|
18328
|
+
break;
|
|
18329
|
+
} else {
|
|
18330
|
+
cs = line.indexOf("#", cs + 1);
|
|
18331
|
+
}
|
|
18326
18332
|
}
|
|
18327
18333
|
while (true) {
|
|
18328
18334
|
const ch = line[dirEnd - 1];
|
|
@@ -18739,9 +18745,9 @@ var require_lexer = __commonJS({
|
|
|
18739
18745
|
}
|
|
18740
18746
|
});
|
|
18741
18747
|
|
|
18742
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
18748
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/line-counter.js
|
|
18743
18749
|
var require_line_counter = __commonJS({
|
|
18744
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
18750
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/line-counter.js"(exports) {
|
|
18745
18751
|
"use strict";
|
|
18746
18752
|
var LineCounter = class {
|
|
18747
18753
|
constructor() {
|
|
@@ -18770,9 +18776,9 @@ var require_line_counter = __commonJS({
|
|
|
18770
18776
|
}
|
|
18771
18777
|
});
|
|
18772
18778
|
|
|
18773
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
18779
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/parser.js
|
|
18774
18780
|
var require_parser = __commonJS({
|
|
18775
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
18781
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/parse/parser.js"(exports) {
|
|
18776
18782
|
"use strict";
|
|
18777
18783
|
var cst = require_cst();
|
|
18778
18784
|
var lexer = require_lexer();
|
|
@@ -19619,9 +19625,9 @@ var require_parser = __commonJS({
|
|
|
19619
19625
|
}
|
|
19620
19626
|
});
|
|
19621
19627
|
|
|
19622
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
19628
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/public-api.js
|
|
19623
19629
|
var require_public_api = __commonJS({
|
|
19624
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
19630
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/public-api.js"(exports) {
|
|
19625
19631
|
"use strict";
|
|
19626
19632
|
var composer = require_composer();
|
|
19627
19633
|
var Document = require_Document();
|
|
@@ -19713,9 +19719,9 @@ var require_public_api = __commonJS({
|
|
|
19713
19719
|
}
|
|
19714
19720
|
});
|
|
19715
19721
|
|
|
19716
|
-
// node_modules/.pnpm/yaml@2.4.
|
|
19722
|
+
// node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/index.js
|
|
19717
19723
|
var require_dist = __commonJS({
|
|
19718
|
-
"node_modules/.pnpm/yaml@2.4.
|
|
19724
|
+
"node_modules/.pnpm/yaml@2.4.3/node_modules/yaml/dist/index.js"(exports) {
|
|
19719
19725
|
"use strict";
|
|
19720
19726
|
var composer = require_composer();
|
|
19721
19727
|
var Document = require_Document();
|
|
@@ -20550,1018 +20556,6 @@ var require_glob_parent = __commonJS({
|
|
|
20550
20556
|
}
|
|
20551
20557
|
});
|
|
20552
20558
|
|
|
20553
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.js
|
|
20554
|
-
var require_utils3 = __commonJS({
|
|
20555
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/utils.js"(exports) {
|
|
20556
|
-
"use strict";
|
|
20557
|
-
exports.isInteger = (num) => {
|
|
20558
|
-
if (typeof num === "number") {
|
|
20559
|
-
return Number.isInteger(num);
|
|
20560
|
-
}
|
|
20561
|
-
if (typeof num === "string" && num.trim() !== "") {
|
|
20562
|
-
return Number.isInteger(Number(num));
|
|
20563
|
-
}
|
|
20564
|
-
return false;
|
|
20565
|
-
};
|
|
20566
|
-
exports.find = (node, type2) => node.nodes.find((node2) => node2.type === type2);
|
|
20567
|
-
exports.exceedsLimit = (min3, max4, step = 1, limit) => {
|
|
20568
|
-
if (limit === false) return false;
|
|
20569
|
-
if (!exports.isInteger(min3) || !exports.isInteger(max4)) return false;
|
|
20570
|
-
return (Number(max4) - Number(min3)) / Number(step) >= limit;
|
|
20571
|
-
};
|
|
20572
|
-
exports.escapeNode = (block, n2 = 0, type2) => {
|
|
20573
|
-
let node = block.nodes[n2];
|
|
20574
|
-
if (!node) return;
|
|
20575
|
-
if (type2 && node.type === type2 || node.type === "open" || node.type === "close") {
|
|
20576
|
-
if (node.escaped !== true) {
|
|
20577
|
-
node.value = "\\" + node.value;
|
|
20578
|
-
node.escaped = true;
|
|
20579
|
-
}
|
|
20580
|
-
}
|
|
20581
|
-
};
|
|
20582
|
-
exports.encloseBrace = (node) => {
|
|
20583
|
-
if (node.type !== "brace") return false;
|
|
20584
|
-
if (node.commas >> 0 + node.ranges >> 0 === 0) {
|
|
20585
|
-
node.invalid = true;
|
|
20586
|
-
return true;
|
|
20587
|
-
}
|
|
20588
|
-
return false;
|
|
20589
|
-
};
|
|
20590
|
-
exports.isInvalidBrace = (block) => {
|
|
20591
|
-
if (block.type !== "brace") return false;
|
|
20592
|
-
if (block.invalid === true || block.dollar) return true;
|
|
20593
|
-
if (block.commas >> 0 + block.ranges >> 0 === 0) {
|
|
20594
|
-
block.invalid = true;
|
|
20595
|
-
return true;
|
|
20596
|
-
}
|
|
20597
|
-
if (block.open !== true || block.close !== true) {
|
|
20598
|
-
block.invalid = true;
|
|
20599
|
-
return true;
|
|
20600
|
-
}
|
|
20601
|
-
return false;
|
|
20602
|
-
};
|
|
20603
|
-
exports.isOpenOrClose = (node) => {
|
|
20604
|
-
if (node.type === "open" || node.type === "close") {
|
|
20605
|
-
return true;
|
|
20606
|
-
}
|
|
20607
|
-
return node.open === true || node.close === true;
|
|
20608
|
-
};
|
|
20609
|
-
exports.reduce = (nodes) => nodes.reduce((acc, node) => {
|
|
20610
|
-
if (node.type === "text") acc.push(node.value);
|
|
20611
|
-
if (node.type === "range") node.type = "text";
|
|
20612
|
-
return acc;
|
|
20613
|
-
}, []);
|
|
20614
|
-
exports.flatten = (...args) => {
|
|
20615
|
-
const result = [];
|
|
20616
|
-
const flat = (arr) => {
|
|
20617
|
-
for (let i2 = 0; i2 < arr.length; i2++) {
|
|
20618
|
-
let ele = arr[i2];
|
|
20619
|
-
Array.isArray(ele) ? flat(ele, result) : ele !== void 0 && result.push(ele);
|
|
20620
|
-
}
|
|
20621
|
-
return result;
|
|
20622
|
-
};
|
|
20623
|
-
flat(args);
|
|
20624
|
-
return result;
|
|
20625
|
-
};
|
|
20626
|
-
}
|
|
20627
|
-
});
|
|
20628
|
-
|
|
20629
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.js
|
|
20630
|
-
var require_stringify4 = __commonJS({
|
|
20631
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/stringify.js"(exports, module) {
|
|
20632
|
-
"use strict";
|
|
20633
|
-
var utils = require_utils3();
|
|
20634
|
-
module.exports = (ast, options = {}) => {
|
|
20635
|
-
let stringify4 = (node, parent = {}) => {
|
|
20636
|
-
let invalidBlock = options.escapeInvalid && utils.isInvalidBrace(parent);
|
|
20637
|
-
let invalidNode = node.invalid === true && options.escapeInvalid === true;
|
|
20638
|
-
let output = "";
|
|
20639
|
-
if (node.value) {
|
|
20640
|
-
if ((invalidBlock || invalidNode) && utils.isOpenOrClose(node)) {
|
|
20641
|
-
return "\\" + node.value;
|
|
20642
|
-
}
|
|
20643
|
-
return node.value;
|
|
20644
|
-
}
|
|
20645
|
-
if (node.value) {
|
|
20646
|
-
return node.value;
|
|
20647
|
-
}
|
|
20648
|
-
if (node.nodes) {
|
|
20649
|
-
for (let child of node.nodes) {
|
|
20650
|
-
output += stringify4(child);
|
|
20651
|
-
}
|
|
20652
|
-
}
|
|
20653
|
-
return output;
|
|
20654
|
-
};
|
|
20655
|
-
return stringify4(ast);
|
|
20656
|
-
};
|
|
20657
|
-
}
|
|
20658
|
-
});
|
|
20659
|
-
|
|
20660
|
-
// node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js
|
|
20661
|
-
var require_fill_range2 = __commonJS({
|
|
20662
|
-
"node_modules/.pnpm/fill-range@7.0.1/node_modules/fill-range/index.js"(exports, module) {
|
|
20663
|
-
"use strict";
|
|
20664
|
-
/*!
|
|
20665
|
-
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
20666
|
-
*
|
|
20667
|
-
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
20668
|
-
* Licensed under the MIT License.
|
|
20669
|
-
*/
|
|
20670
|
-
var util3 = __require("util");
|
|
20671
|
-
var toRegexRange = require_to_regex_range();
|
|
20672
|
-
var isObject3 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
20673
|
-
var transform5 = (toNumber) => {
|
|
20674
|
-
return (value) => toNumber === true ? Number(value) : String(value);
|
|
20675
|
-
};
|
|
20676
|
-
var isValidValue = (value) => {
|
|
20677
|
-
return typeof value === "number" || typeof value === "string" && value !== "";
|
|
20678
|
-
};
|
|
20679
|
-
var isNumber2 = (num) => Number.isInteger(+num);
|
|
20680
|
-
var zeros = (input) => {
|
|
20681
|
-
let value = `${input}`;
|
|
20682
|
-
let index2 = -1;
|
|
20683
|
-
if (value[0] === "-") value = value.slice(1);
|
|
20684
|
-
if (value === "0") return false;
|
|
20685
|
-
while (value[++index2] === "0") ;
|
|
20686
|
-
return index2 > 0;
|
|
20687
|
-
};
|
|
20688
|
-
var stringify4 = (start, end, options) => {
|
|
20689
|
-
if (typeof start === "string" || typeof end === "string") {
|
|
20690
|
-
return true;
|
|
20691
|
-
}
|
|
20692
|
-
return options.stringify === true;
|
|
20693
|
-
};
|
|
20694
|
-
var pad = (input, maxLength, toNumber) => {
|
|
20695
|
-
if (maxLength > 0) {
|
|
20696
|
-
let dash = input[0] === "-" ? "-" : "";
|
|
20697
|
-
if (dash) input = input.slice(1);
|
|
20698
|
-
input = dash + input.padStart(dash ? maxLength - 1 : maxLength, "0");
|
|
20699
|
-
}
|
|
20700
|
-
if (toNumber === false) {
|
|
20701
|
-
return String(input);
|
|
20702
|
-
}
|
|
20703
|
-
return input;
|
|
20704
|
-
};
|
|
20705
|
-
var toMaxLen = (input, maxLength) => {
|
|
20706
|
-
let negative = input[0] === "-" ? "-" : "";
|
|
20707
|
-
if (negative) {
|
|
20708
|
-
input = input.slice(1);
|
|
20709
|
-
maxLength--;
|
|
20710
|
-
}
|
|
20711
|
-
while (input.length < maxLength) input = "0" + input;
|
|
20712
|
-
return negative ? "-" + input : input;
|
|
20713
|
-
};
|
|
20714
|
-
var toSequence = (parts, options) => {
|
|
20715
|
-
parts.negatives.sort((a2, b) => a2 < b ? -1 : a2 > b ? 1 : 0);
|
|
20716
|
-
parts.positives.sort((a2, b) => a2 < b ? -1 : a2 > b ? 1 : 0);
|
|
20717
|
-
let prefix = options.capture ? "" : "?:";
|
|
20718
|
-
let positives = "";
|
|
20719
|
-
let negatives = "";
|
|
20720
|
-
let result;
|
|
20721
|
-
if (parts.positives.length) {
|
|
20722
|
-
positives = parts.positives.join("|");
|
|
20723
|
-
}
|
|
20724
|
-
if (parts.negatives.length) {
|
|
20725
|
-
negatives = `-(${prefix}${parts.negatives.join("|")})`;
|
|
20726
|
-
}
|
|
20727
|
-
if (positives && negatives) {
|
|
20728
|
-
result = `${positives}|${negatives}`;
|
|
20729
|
-
} else {
|
|
20730
|
-
result = positives || negatives;
|
|
20731
|
-
}
|
|
20732
|
-
if (options.wrap) {
|
|
20733
|
-
return `(${prefix}${result})`;
|
|
20734
|
-
}
|
|
20735
|
-
return result;
|
|
20736
|
-
};
|
|
20737
|
-
var toRange = (a2, b, isNumbers, options) => {
|
|
20738
|
-
if (isNumbers) {
|
|
20739
|
-
return toRegexRange(a2, b, { wrap: false, ...options });
|
|
20740
|
-
}
|
|
20741
|
-
let start = String.fromCharCode(a2);
|
|
20742
|
-
if (a2 === b) return start;
|
|
20743
|
-
let stop = String.fromCharCode(b);
|
|
20744
|
-
return `[${start}-${stop}]`;
|
|
20745
|
-
};
|
|
20746
|
-
var toRegex = (start, end, options) => {
|
|
20747
|
-
if (Array.isArray(start)) {
|
|
20748
|
-
let wrap2 = options.wrap === true;
|
|
20749
|
-
let prefix = options.capture ? "" : "?:";
|
|
20750
|
-
return wrap2 ? `(${prefix}${start.join("|")})` : start.join("|");
|
|
20751
|
-
}
|
|
20752
|
-
return toRegexRange(start, end, options);
|
|
20753
|
-
};
|
|
20754
|
-
var rangeError = (...args) => {
|
|
20755
|
-
return new RangeError("Invalid range arguments: " + util3.inspect(...args));
|
|
20756
|
-
};
|
|
20757
|
-
var invalidRange = (start, end, options) => {
|
|
20758
|
-
if (options.strictRanges === true) throw rangeError([start, end]);
|
|
20759
|
-
return [];
|
|
20760
|
-
};
|
|
20761
|
-
var invalidStep = (step, options) => {
|
|
20762
|
-
if (options.strictRanges === true) {
|
|
20763
|
-
throw new TypeError(`Expected step "${step}" to be a number`);
|
|
20764
|
-
}
|
|
20765
|
-
return [];
|
|
20766
|
-
};
|
|
20767
|
-
var fillNumbers = (start, end, step = 1, options = {}) => {
|
|
20768
|
-
let a2 = Number(start);
|
|
20769
|
-
let b = Number(end);
|
|
20770
|
-
if (!Number.isInteger(a2) || !Number.isInteger(b)) {
|
|
20771
|
-
if (options.strictRanges === true) throw rangeError([start, end]);
|
|
20772
|
-
return [];
|
|
20773
|
-
}
|
|
20774
|
-
if (a2 === 0) a2 = 0;
|
|
20775
|
-
if (b === 0) b = 0;
|
|
20776
|
-
let descending = a2 > b;
|
|
20777
|
-
let startString = String(start);
|
|
20778
|
-
let endString = String(end);
|
|
20779
|
-
let stepString = String(step);
|
|
20780
|
-
step = Math.max(Math.abs(step), 1);
|
|
20781
|
-
let padded = zeros(startString) || zeros(endString) || zeros(stepString);
|
|
20782
|
-
let maxLen = padded ? Math.max(startString.length, endString.length, stepString.length) : 0;
|
|
20783
|
-
let toNumber = padded === false && stringify4(start, end, options) === false;
|
|
20784
|
-
let format7 = options.transform || transform5(toNumber);
|
|
20785
|
-
if (options.toRegex && step === 1) {
|
|
20786
|
-
return toRange(toMaxLen(start, maxLen), toMaxLen(end, maxLen), true, options);
|
|
20787
|
-
}
|
|
20788
|
-
let parts = { negatives: [], positives: [] };
|
|
20789
|
-
let push = (num) => parts[num < 0 ? "negatives" : "positives"].push(Math.abs(num));
|
|
20790
|
-
let range = [];
|
|
20791
|
-
let index2 = 0;
|
|
20792
|
-
while (descending ? a2 >= b : a2 <= b) {
|
|
20793
|
-
if (options.toRegex === true && step > 1) {
|
|
20794
|
-
push(a2);
|
|
20795
|
-
} else {
|
|
20796
|
-
range.push(pad(format7(a2, index2), maxLen, toNumber));
|
|
20797
|
-
}
|
|
20798
|
-
a2 = descending ? a2 - step : a2 + step;
|
|
20799
|
-
index2++;
|
|
20800
|
-
}
|
|
20801
|
-
if (options.toRegex === true) {
|
|
20802
|
-
return step > 1 ? toSequence(parts, options) : toRegex(range, null, { wrap: false, ...options });
|
|
20803
|
-
}
|
|
20804
|
-
return range;
|
|
20805
|
-
};
|
|
20806
|
-
var fillLetters = (start, end, step = 1, options = {}) => {
|
|
20807
|
-
if (!isNumber2(start) && start.length > 1 || !isNumber2(end) && end.length > 1) {
|
|
20808
|
-
return invalidRange(start, end, options);
|
|
20809
|
-
}
|
|
20810
|
-
let format7 = options.transform || ((val) => String.fromCharCode(val));
|
|
20811
|
-
let a2 = `${start}`.charCodeAt(0);
|
|
20812
|
-
let b = `${end}`.charCodeAt(0);
|
|
20813
|
-
let descending = a2 > b;
|
|
20814
|
-
let min3 = Math.min(a2, b);
|
|
20815
|
-
let max4 = Math.max(a2, b);
|
|
20816
|
-
if (options.toRegex && step === 1) {
|
|
20817
|
-
return toRange(min3, max4, false, options);
|
|
20818
|
-
}
|
|
20819
|
-
let range = [];
|
|
20820
|
-
let index2 = 0;
|
|
20821
|
-
while (descending ? a2 >= b : a2 <= b) {
|
|
20822
|
-
range.push(format7(a2, index2));
|
|
20823
|
-
a2 = descending ? a2 - step : a2 + step;
|
|
20824
|
-
index2++;
|
|
20825
|
-
}
|
|
20826
|
-
if (options.toRegex === true) {
|
|
20827
|
-
return toRegex(range, null, { wrap: false, options });
|
|
20828
|
-
}
|
|
20829
|
-
return range;
|
|
20830
|
-
};
|
|
20831
|
-
var fill = (start, end, step, options = {}) => {
|
|
20832
|
-
if (end == null && isValidValue(start)) {
|
|
20833
|
-
return [start];
|
|
20834
|
-
}
|
|
20835
|
-
if (!isValidValue(start) || !isValidValue(end)) {
|
|
20836
|
-
return invalidRange(start, end, options);
|
|
20837
|
-
}
|
|
20838
|
-
if (typeof step === "function") {
|
|
20839
|
-
return fill(start, end, 1, { transform: step });
|
|
20840
|
-
}
|
|
20841
|
-
if (isObject3(step)) {
|
|
20842
|
-
return fill(start, end, 0, step);
|
|
20843
|
-
}
|
|
20844
|
-
let opts = { ...options };
|
|
20845
|
-
if (opts.capture === true) opts.wrap = true;
|
|
20846
|
-
step = step || opts.step || 1;
|
|
20847
|
-
if (!isNumber2(step)) {
|
|
20848
|
-
if (step != null && !isObject3(step)) return invalidStep(step, opts);
|
|
20849
|
-
return fill(start, end, 1, step);
|
|
20850
|
-
}
|
|
20851
|
-
if (isNumber2(start) && isNumber2(end)) {
|
|
20852
|
-
return fillNumbers(start, end, step, opts);
|
|
20853
|
-
}
|
|
20854
|
-
return fillLetters(start, end, Math.max(Math.abs(step), 1), opts);
|
|
20855
|
-
};
|
|
20856
|
-
module.exports = fill;
|
|
20857
|
-
}
|
|
20858
|
-
});
|
|
20859
|
-
|
|
20860
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.js
|
|
20861
|
-
var require_compile2 = __commonJS({
|
|
20862
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/compile.js"(exports, module) {
|
|
20863
|
-
"use strict";
|
|
20864
|
-
var fill = require_fill_range2();
|
|
20865
|
-
var utils = require_utils3();
|
|
20866
|
-
var compile = (ast, options = {}) => {
|
|
20867
|
-
let walk3 = (node, parent = {}) => {
|
|
20868
|
-
let invalidBlock = utils.isInvalidBrace(parent);
|
|
20869
|
-
let invalidNode = node.invalid === true && options.escapeInvalid === true;
|
|
20870
|
-
let invalid = invalidBlock === true || invalidNode === true;
|
|
20871
|
-
let prefix = options.escapeInvalid === true ? "\\" : "";
|
|
20872
|
-
let output = "";
|
|
20873
|
-
if (node.isOpen === true) {
|
|
20874
|
-
return prefix + node.value;
|
|
20875
|
-
}
|
|
20876
|
-
if (node.isClose === true) {
|
|
20877
|
-
return prefix + node.value;
|
|
20878
|
-
}
|
|
20879
|
-
if (node.type === "open") {
|
|
20880
|
-
return invalid ? prefix + node.value : "(";
|
|
20881
|
-
}
|
|
20882
|
-
if (node.type === "close") {
|
|
20883
|
-
return invalid ? prefix + node.value : ")";
|
|
20884
|
-
}
|
|
20885
|
-
if (node.type === "comma") {
|
|
20886
|
-
return node.prev.type === "comma" ? "" : invalid ? node.value : "|";
|
|
20887
|
-
}
|
|
20888
|
-
if (node.value) {
|
|
20889
|
-
return node.value;
|
|
20890
|
-
}
|
|
20891
|
-
if (node.nodes && node.ranges > 0) {
|
|
20892
|
-
let args = utils.reduce(node.nodes);
|
|
20893
|
-
let range = fill(...args, { ...options, wrap: false, toRegex: true });
|
|
20894
|
-
if (range.length !== 0) {
|
|
20895
|
-
return args.length > 1 && range.length > 1 ? `(${range})` : range;
|
|
20896
|
-
}
|
|
20897
|
-
}
|
|
20898
|
-
if (node.nodes) {
|
|
20899
|
-
for (let child of node.nodes) {
|
|
20900
|
-
output += walk3(child, node);
|
|
20901
|
-
}
|
|
20902
|
-
}
|
|
20903
|
-
return output;
|
|
20904
|
-
};
|
|
20905
|
-
return walk3(ast);
|
|
20906
|
-
};
|
|
20907
|
-
module.exports = compile;
|
|
20908
|
-
}
|
|
20909
|
-
});
|
|
20910
|
-
|
|
20911
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.js
|
|
20912
|
-
var require_expand2 = __commonJS({
|
|
20913
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/expand.js"(exports, module) {
|
|
20914
|
-
"use strict";
|
|
20915
|
-
var fill = require_fill_range2();
|
|
20916
|
-
var stringify4 = require_stringify4();
|
|
20917
|
-
var utils = require_utils3();
|
|
20918
|
-
var append = (queue2 = "", stash = "", enclose = false) => {
|
|
20919
|
-
let result = [];
|
|
20920
|
-
queue2 = [].concat(queue2);
|
|
20921
|
-
stash = [].concat(stash);
|
|
20922
|
-
if (!stash.length) return queue2;
|
|
20923
|
-
if (!queue2.length) {
|
|
20924
|
-
return enclose ? utils.flatten(stash).map((ele) => `{${ele}}`) : stash;
|
|
20925
|
-
}
|
|
20926
|
-
for (let item of queue2) {
|
|
20927
|
-
if (Array.isArray(item)) {
|
|
20928
|
-
for (let value of item) {
|
|
20929
|
-
result.push(append(value, stash, enclose));
|
|
20930
|
-
}
|
|
20931
|
-
} else {
|
|
20932
|
-
for (let ele of stash) {
|
|
20933
|
-
if (enclose === true && typeof ele === "string") ele = `{${ele}}`;
|
|
20934
|
-
result.push(Array.isArray(ele) ? append(item, ele, enclose) : item + ele);
|
|
20935
|
-
}
|
|
20936
|
-
}
|
|
20937
|
-
}
|
|
20938
|
-
return utils.flatten(result);
|
|
20939
|
-
};
|
|
20940
|
-
var expand3 = (ast, options = {}) => {
|
|
20941
|
-
let rangeLimit = options.rangeLimit === void 0 ? 1e3 : options.rangeLimit;
|
|
20942
|
-
let walk3 = (node, parent = {}) => {
|
|
20943
|
-
node.queue = [];
|
|
20944
|
-
let p = parent;
|
|
20945
|
-
let q = parent.queue;
|
|
20946
|
-
while (p.type !== "brace" && p.type !== "root" && p.parent) {
|
|
20947
|
-
p = p.parent;
|
|
20948
|
-
q = p.queue;
|
|
20949
|
-
}
|
|
20950
|
-
if (node.invalid || node.dollar) {
|
|
20951
|
-
q.push(append(q.pop(), stringify4(node, options)));
|
|
20952
|
-
return;
|
|
20953
|
-
}
|
|
20954
|
-
if (node.type === "brace" && node.invalid !== true && node.nodes.length === 2) {
|
|
20955
|
-
q.push(append(q.pop(), ["{}"]));
|
|
20956
|
-
return;
|
|
20957
|
-
}
|
|
20958
|
-
if (node.nodes && node.ranges > 0) {
|
|
20959
|
-
let args = utils.reduce(node.nodes);
|
|
20960
|
-
if (utils.exceedsLimit(...args, options.step, rangeLimit)) {
|
|
20961
|
-
throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");
|
|
20962
|
-
}
|
|
20963
|
-
let range = fill(...args, options);
|
|
20964
|
-
if (range.length === 0) {
|
|
20965
|
-
range = stringify4(node, options);
|
|
20966
|
-
}
|
|
20967
|
-
q.push(append(q.pop(), range));
|
|
20968
|
-
node.nodes = [];
|
|
20969
|
-
return;
|
|
20970
|
-
}
|
|
20971
|
-
let enclose = utils.encloseBrace(node);
|
|
20972
|
-
let queue2 = node.queue;
|
|
20973
|
-
let block = node;
|
|
20974
|
-
while (block.type !== "brace" && block.type !== "root" && block.parent) {
|
|
20975
|
-
block = block.parent;
|
|
20976
|
-
queue2 = block.queue;
|
|
20977
|
-
}
|
|
20978
|
-
for (let i2 = 0; i2 < node.nodes.length; i2++) {
|
|
20979
|
-
let child = node.nodes[i2];
|
|
20980
|
-
if (child.type === "comma" && node.type === "brace") {
|
|
20981
|
-
if (i2 === 1) queue2.push("");
|
|
20982
|
-
queue2.push("");
|
|
20983
|
-
continue;
|
|
20984
|
-
}
|
|
20985
|
-
if (child.type === "close") {
|
|
20986
|
-
q.push(append(q.pop(), queue2, enclose));
|
|
20987
|
-
continue;
|
|
20988
|
-
}
|
|
20989
|
-
if (child.value && child.type !== "open") {
|
|
20990
|
-
queue2.push(append(queue2.pop(), child.value));
|
|
20991
|
-
continue;
|
|
20992
|
-
}
|
|
20993
|
-
if (child.nodes) {
|
|
20994
|
-
walk3(child, node);
|
|
20995
|
-
}
|
|
20996
|
-
}
|
|
20997
|
-
return queue2;
|
|
20998
|
-
};
|
|
20999
|
-
return utils.flatten(walk3(ast));
|
|
21000
|
-
};
|
|
21001
|
-
module.exports = expand3;
|
|
21002
|
-
}
|
|
21003
|
-
});
|
|
21004
|
-
|
|
21005
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.js
|
|
21006
|
-
var require_constants3 = __commonJS({
|
|
21007
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/constants.js"(exports, module) {
|
|
21008
|
-
"use strict";
|
|
21009
|
-
module.exports = {
|
|
21010
|
-
MAX_LENGTH: 1024 * 64,
|
|
21011
|
-
// Digits
|
|
21012
|
-
CHAR_0: "0",
|
|
21013
|
-
/* 0 */
|
|
21014
|
-
CHAR_9: "9",
|
|
21015
|
-
/* 9 */
|
|
21016
|
-
// Alphabet chars.
|
|
21017
|
-
CHAR_UPPERCASE_A: "A",
|
|
21018
|
-
/* A */
|
|
21019
|
-
CHAR_LOWERCASE_A: "a",
|
|
21020
|
-
/* a */
|
|
21021
|
-
CHAR_UPPERCASE_Z: "Z",
|
|
21022
|
-
/* Z */
|
|
21023
|
-
CHAR_LOWERCASE_Z: "z",
|
|
21024
|
-
/* z */
|
|
21025
|
-
CHAR_LEFT_PARENTHESES: "(",
|
|
21026
|
-
/* ( */
|
|
21027
|
-
CHAR_RIGHT_PARENTHESES: ")",
|
|
21028
|
-
/* ) */
|
|
21029
|
-
CHAR_ASTERISK: "*",
|
|
21030
|
-
/* * */
|
|
21031
|
-
// Non-alphabetic chars.
|
|
21032
|
-
CHAR_AMPERSAND: "&",
|
|
21033
|
-
/* & */
|
|
21034
|
-
CHAR_AT: "@",
|
|
21035
|
-
/* @ */
|
|
21036
|
-
CHAR_BACKSLASH: "\\",
|
|
21037
|
-
/* \ */
|
|
21038
|
-
CHAR_BACKTICK: "`",
|
|
21039
|
-
/* ` */
|
|
21040
|
-
CHAR_CARRIAGE_RETURN: "\r",
|
|
21041
|
-
/* \r */
|
|
21042
|
-
CHAR_CIRCUMFLEX_ACCENT: "^",
|
|
21043
|
-
/* ^ */
|
|
21044
|
-
CHAR_COLON: ":",
|
|
21045
|
-
/* : */
|
|
21046
|
-
CHAR_COMMA: ",",
|
|
21047
|
-
/* , */
|
|
21048
|
-
CHAR_DOLLAR: "$",
|
|
21049
|
-
/* . */
|
|
21050
|
-
CHAR_DOT: ".",
|
|
21051
|
-
/* . */
|
|
21052
|
-
CHAR_DOUBLE_QUOTE: '"',
|
|
21053
|
-
/* " */
|
|
21054
|
-
CHAR_EQUAL: "=",
|
|
21055
|
-
/* = */
|
|
21056
|
-
CHAR_EXCLAMATION_MARK: "!",
|
|
21057
|
-
/* ! */
|
|
21058
|
-
CHAR_FORM_FEED: "\f",
|
|
21059
|
-
/* \f */
|
|
21060
|
-
CHAR_FORWARD_SLASH: "/",
|
|
21061
|
-
/* / */
|
|
21062
|
-
CHAR_HASH: "#",
|
|
21063
|
-
/* # */
|
|
21064
|
-
CHAR_HYPHEN_MINUS: "-",
|
|
21065
|
-
/* - */
|
|
21066
|
-
CHAR_LEFT_ANGLE_BRACKET: "<",
|
|
21067
|
-
/* < */
|
|
21068
|
-
CHAR_LEFT_CURLY_BRACE: "{",
|
|
21069
|
-
/* { */
|
|
21070
|
-
CHAR_LEFT_SQUARE_BRACKET: "[",
|
|
21071
|
-
/* [ */
|
|
21072
|
-
CHAR_LINE_FEED: "\n",
|
|
21073
|
-
/* \n */
|
|
21074
|
-
CHAR_NO_BREAK_SPACE: "\xA0",
|
|
21075
|
-
/* \u00A0 */
|
|
21076
|
-
CHAR_PERCENT: "%",
|
|
21077
|
-
/* % */
|
|
21078
|
-
CHAR_PLUS: "+",
|
|
21079
|
-
/* + */
|
|
21080
|
-
CHAR_QUESTION_MARK: "?",
|
|
21081
|
-
/* ? */
|
|
21082
|
-
CHAR_RIGHT_ANGLE_BRACKET: ">",
|
|
21083
|
-
/* > */
|
|
21084
|
-
CHAR_RIGHT_CURLY_BRACE: "}",
|
|
21085
|
-
/* } */
|
|
21086
|
-
CHAR_RIGHT_SQUARE_BRACKET: "]",
|
|
21087
|
-
/* ] */
|
|
21088
|
-
CHAR_SEMICOLON: ";",
|
|
21089
|
-
/* ; */
|
|
21090
|
-
CHAR_SINGLE_QUOTE: "'",
|
|
21091
|
-
/* ' */
|
|
21092
|
-
CHAR_SPACE: " ",
|
|
21093
|
-
/* */
|
|
21094
|
-
CHAR_TAB: " ",
|
|
21095
|
-
/* \t */
|
|
21096
|
-
CHAR_UNDERSCORE: "_",
|
|
21097
|
-
/* _ */
|
|
21098
|
-
CHAR_VERTICAL_LINE: "|",
|
|
21099
|
-
/* | */
|
|
21100
|
-
CHAR_ZERO_WIDTH_NOBREAK_SPACE: "\uFEFF"
|
|
21101
|
-
/* \uFEFF */
|
|
21102
|
-
};
|
|
21103
|
-
}
|
|
21104
|
-
});
|
|
21105
|
-
|
|
21106
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.js
|
|
21107
|
-
var require_parse4 = __commonJS({
|
|
21108
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/lib/parse.js"(exports, module) {
|
|
21109
|
-
"use strict";
|
|
21110
|
-
var stringify4 = require_stringify4();
|
|
21111
|
-
var {
|
|
21112
|
-
MAX_LENGTH,
|
|
21113
|
-
CHAR_BACKSLASH,
|
|
21114
|
-
/* \ */
|
|
21115
|
-
CHAR_BACKTICK,
|
|
21116
|
-
/* ` */
|
|
21117
|
-
CHAR_COMMA: CHAR_COMMA2,
|
|
21118
|
-
/* , */
|
|
21119
|
-
CHAR_DOT,
|
|
21120
|
-
/* . */
|
|
21121
|
-
CHAR_LEFT_PARENTHESES,
|
|
21122
|
-
/* ( */
|
|
21123
|
-
CHAR_RIGHT_PARENTHESES,
|
|
21124
|
-
/* ) */
|
|
21125
|
-
CHAR_LEFT_CURLY_BRACE,
|
|
21126
|
-
/* { */
|
|
21127
|
-
CHAR_RIGHT_CURLY_BRACE,
|
|
21128
|
-
/* } */
|
|
21129
|
-
CHAR_LEFT_SQUARE_BRACKET: CHAR_LEFT_SQUARE_BRACKET2,
|
|
21130
|
-
/* [ */
|
|
21131
|
-
CHAR_RIGHT_SQUARE_BRACKET: CHAR_RIGHT_SQUARE_BRACKET2,
|
|
21132
|
-
/* ] */
|
|
21133
|
-
CHAR_DOUBLE_QUOTE: CHAR_DOUBLE_QUOTE2,
|
|
21134
|
-
/* " */
|
|
21135
|
-
CHAR_SINGLE_QUOTE: CHAR_SINGLE_QUOTE2,
|
|
21136
|
-
/* ' */
|
|
21137
|
-
CHAR_NO_BREAK_SPACE,
|
|
21138
|
-
CHAR_ZERO_WIDTH_NOBREAK_SPACE
|
|
21139
|
-
} = require_constants3();
|
|
21140
|
-
var parse5 = (input, options = {}) => {
|
|
21141
|
-
if (typeof input !== "string") {
|
|
21142
|
-
throw new TypeError("Expected a string");
|
|
21143
|
-
}
|
|
21144
|
-
let opts = options || {};
|
|
21145
|
-
let max4 = typeof opts.maxLength === "number" ? Math.min(MAX_LENGTH, opts.maxLength) : MAX_LENGTH;
|
|
21146
|
-
if (input.length > max4) {
|
|
21147
|
-
throw new SyntaxError(`Input length (${input.length}), exceeds max characters (${max4})`);
|
|
21148
|
-
}
|
|
21149
|
-
let ast = { type: "root", input, nodes: [] };
|
|
21150
|
-
let stack = [ast];
|
|
21151
|
-
let block = ast;
|
|
21152
|
-
let prev = ast;
|
|
21153
|
-
let brackets = 0;
|
|
21154
|
-
let length = input.length;
|
|
21155
|
-
let index2 = 0;
|
|
21156
|
-
let depth2 = 0;
|
|
21157
|
-
let value;
|
|
21158
|
-
let memo = {};
|
|
21159
|
-
const advance = () => input[index2++];
|
|
21160
|
-
const push = (node) => {
|
|
21161
|
-
if (node.type === "text" && prev.type === "dot") {
|
|
21162
|
-
prev.type = "text";
|
|
21163
|
-
}
|
|
21164
|
-
if (prev && prev.type === "text" && node.type === "text") {
|
|
21165
|
-
prev.value += node.value;
|
|
21166
|
-
return;
|
|
21167
|
-
}
|
|
21168
|
-
block.nodes.push(node);
|
|
21169
|
-
node.parent = block;
|
|
21170
|
-
node.prev = prev;
|
|
21171
|
-
prev = node;
|
|
21172
|
-
return node;
|
|
21173
|
-
};
|
|
21174
|
-
push({ type: "bos" });
|
|
21175
|
-
while (index2 < length) {
|
|
21176
|
-
block = stack[stack.length - 1];
|
|
21177
|
-
value = advance();
|
|
21178
|
-
if (value === CHAR_ZERO_WIDTH_NOBREAK_SPACE || value === CHAR_NO_BREAK_SPACE) {
|
|
21179
|
-
continue;
|
|
21180
|
-
}
|
|
21181
|
-
if (value === CHAR_BACKSLASH) {
|
|
21182
|
-
push({ type: "text", value: (options.keepEscaping ? value : "") + advance() });
|
|
21183
|
-
continue;
|
|
21184
|
-
}
|
|
21185
|
-
if (value === CHAR_RIGHT_SQUARE_BRACKET2) {
|
|
21186
|
-
push({ type: "text", value: "\\" + value });
|
|
21187
|
-
continue;
|
|
21188
|
-
}
|
|
21189
|
-
if (value === CHAR_LEFT_SQUARE_BRACKET2) {
|
|
21190
|
-
brackets++;
|
|
21191
|
-
let closed = true;
|
|
21192
|
-
let next;
|
|
21193
|
-
while (index2 < length && (next = advance())) {
|
|
21194
|
-
value += next;
|
|
21195
|
-
if (next === CHAR_LEFT_SQUARE_BRACKET2) {
|
|
21196
|
-
brackets++;
|
|
21197
|
-
continue;
|
|
21198
|
-
}
|
|
21199
|
-
if (next === CHAR_BACKSLASH) {
|
|
21200
|
-
value += advance();
|
|
21201
|
-
continue;
|
|
21202
|
-
}
|
|
21203
|
-
if (next === CHAR_RIGHT_SQUARE_BRACKET2) {
|
|
21204
|
-
brackets--;
|
|
21205
|
-
if (brackets === 0) {
|
|
21206
|
-
break;
|
|
21207
|
-
}
|
|
21208
|
-
}
|
|
21209
|
-
}
|
|
21210
|
-
push({ type: "text", value });
|
|
21211
|
-
continue;
|
|
21212
|
-
}
|
|
21213
|
-
if (value === CHAR_LEFT_PARENTHESES) {
|
|
21214
|
-
block = push({ type: "paren", nodes: [] });
|
|
21215
|
-
stack.push(block);
|
|
21216
|
-
push({ type: "text", value });
|
|
21217
|
-
continue;
|
|
21218
|
-
}
|
|
21219
|
-
if (value === CHAR_RIGHT_PARENTHESES) {
|
|
21220
|
-
if (block.type !== "paren") {
|
|
21221
|
-
push({ type: "text", value });
|
|
21222
|
-
continue;
|
|
21223
|
-
}
|
|
21224
|
-
block = stack.pop();
|
|
21225
|
-
push({ type: "text", value });
|
|
21226
|
-
block = stack[stack.length - 1];
|
|
21227
|
-
continue;
|
|
21228
|
-
}
|
|
21229
|
-
if (value === CHAR_DOUBLE_QUOTE2 || value === CHAR_SINGLE_QUOTE2 || value === CHAR_BACKTICK) {
|
|
21230
|
-
let open2 = value;
|
|
21231
|
-
let next;
|
|
21232
|
-
if (options.keepQuotes !== true) {
|
|
21233
|
-
value = "";
|
|
21234
|
-
}
|
|
21235
|
-
while (index2 < length && (next = advance())) {
|
|
21236
|
-
if (next === CHAR_BACKSLASH) {
|
|
21237
|
-
value += next + advance();
|
|
21238
|
-
continue;
|
|
21239
|
-
}
|
|
21240
|
-
if (next === open2) {
|
|
21241
|
-
if (options.keepQuotes === true) value += next;
|
|
21242
|
-
break;
|
|
21243
|
-
}
|
|
21244
|
-
value += next;
|
|
21245
|
-
}
|
|
21246
|
-
push({ type: "text", value });
|
|
21247
|
-
continue;
|
|
21248
|
-
}
|
|
21249
|
-
if (value === CHAR_LEFT_CURLY_BRACE) {
|
|
21250
|
-
depth2++;
|
|
21251
|
-
let dollar = prev.value && prev.value.slice(-1) === "$" || block.dollar === true;
|
|
21252
|
-
let brace = {
|
|
21253
|
-
type: "brace",
|
|
21254
|
-
open: true,
|
|
21255
|
-
close: false,
|
|
21256
|
-
dollar,
|
|
21257
|
-
depth: depth2,
|
|
21258
|
-
commas: 0,
|
|
21259
|
-
ranges: 0,
|
|
21260
|
-
nodes: []
|
|
21261
|
-
};
|
|
21262
|
-
block = push(brace);
|
|
21263
|
-
stack.push(block);
|
|
21264
|
-
push({ type: "open", value });
|
|
21265
|
-
continue;
|
|
21266
|
-
}
|
|
21267
|
-
if (value === CHAR_RIGHT_CURLY_BRACE) {
|
|
21268
|
-
if (block.type !== "brace") {
|
|
21269
|
-
push({ type: "text", value });
|
|
21270
|
-
continue;
|
|
21271
|
-
}
|
|
21272
|
-
let type2 = "close";
|
|
21273
|
-
block = stack.pop();
|
|
21274
|
-
block.close = true;
|
|
21275
|
-
push({ type: type2, value });
|
|
21276
|
-
depth2--;
|
|
21277
|
-
block = stack[stack.length - 1];
|
|
21278
|
-
continue;
|
|
21279
|
-
}
|
|
21280
|
-
if (value === CHAR_COMMA2 && depth2 > 0) {
|
|
21281
|
-
if (block.ranges > 0) {
|
|
21282
|
-
block.ranges = 0;
|
|
21283
|
-
let open2 = block.nodes.shift();
|
|
21284
|
-
block.nodes = [open2, { type: "text", value: stringify4(block) }];
|
|
21285
|
-
}
|
|
21286
|
-
push({ type: "comma", value });
|
|
21287
|
-
block.commas++;
|
|
21288
|
-
continue;
|
|
21289
|
-
}
|
|
21290
|
-
if (value === CHAR_DOT && depth2 > 0 && block.commas === 0) {
|
|
21291
|
-
let siblings = block.nodes;
|
|
21292
|
-
if (depth2 === 0 || siblings.length === 0) {
|
|
21293
|
-
push({ type: "text", value });
|
|
21294
|
-
continue;
|
|
21295
|
-
}
|
|
21296
|
-
if (prev.type === "dot") {
|
|
21297
|
-
block.range = [];
|
|
21298
|
-
prev.value += value;
|
|
21299
|
-
prev.type = "range";
|
|
21300
|
-
if (block.nodes.length !== 3 && block.nodes.length !== 5) {
|
|
21301
|
-
block.invalid = true;
|
|
21302
|
-
block.ranges = 0;
|
|
21303
|
-
prev.type = "text";
|
|
21304
|
-
continue;
|
|
21305
|
-
}
|
|
21306
|
-
block.ranges++;
|
|
21307
|
-
block.args = [];
|
|
21308
|
-
continue;
|
|
21309
|
-
}
|
|
21310
|
-
if (prev.type === "range") {
|
|
21311
|
-
siblings.pop();
|
|
21312
|
-
let before = siblings[siblings.length - 1];
|
|
21313
|
-
before.value += prev.value + value;
|
|
21314
|
-
prev = before;
|
|
21315
|
-
block.ranges--;
|
|
21316
|
-
continue;
|
|
21317
|
-
}
|
|
21318
|
-
push({ type: "dot", value });
|
|
21319
|
-
continue;
|
|
21320
|
-
}
|
|
21321
|
-
push({ type: "text", value });
|
|
21322
|
-
}
|
|
21323
|
-
do {
|
|
21324
|
-
block = stack.pop();
|
|
21325
|
-
if (block.type !== "root") {
|
|
21326
|
-
block.nodes.forEach((node) => {
|
|
21327
|
-
if (!node.nodes) {
|
|
21328
|
-
if (node.type === "open") node.isOpen = true;
|
|
21329
|
-
if (node.type === "close") node.isClose = true;
|
|
21330
|
-
if (!node.nodes) node.type = "text";
|
|
21331
|
-
node.invalid = true;
|
|
21332
|
-
}
|
|
21333
|
-
});
|
|
21334
|
-
let parent = stack[stack.length - 1];
|
|
21335
|
-
let index3 = parent.nodes.indexOf(block);
|
|
21336
|
-
parent.nodes.splice(index3, 1, ...block.nodes);
|
|
21337
|
-
}
|
|
21338
|
-
} while (stack.length > 0);
|
|
21339
|
-
push({ type: "eos" });
|
|
21340
|
-
return ast;
|
|
21341
|
-
};
|
|
21342
|
-
module.exports = parse5;
|
|
21343
|
-
}
|
|
21344
|
-
});
|
|
21345
|
-
|
|
21346
|
-
// node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.js
|
|
21347
|
-
var require_braces2 = __commonJS({
|
|
21348
|
-
"node_modules/.pnpm/braces@3.0.2/node_modules/braces/index.js"(exports, module) {
|
|
21349
|
-
"use strict";
|
|
21350
|
-
var stringify4 = require_stringify4();
|
|
21351
|
-
var compile = require_compile2();
|
|
21352
|
-
var expand3 = require_expand2();
|
|
21353
|
-
var parse5 = require_parse4();
|
|
21354
|
-
var braces = (input, options = {}) => {
|
|
21355
|
-
let output = [];
|
|
21356
|
-
if (Array.isArray(input)) {
|
|
21357
|
-
for (let pattern of input) {
|
|
21358
|
-
let result = braces.create(pattern, options);
|
|
21359
|
-
if (Array.isArray(result)) {
|
|
21360
|
-
output.push(...result);
|
|
21361
|
-
} else {
|
|
21362
|
-
output.push(result);
|
|
21363
|
-
}
|
|
21364
|
-
}
|
|
21365
|
-
} else {
|
|
21366
|
-
output = [].concat(braces.create(input, options));
|
|
21367
|
-
}
|
|
21368
|
-
if (options && options.expand === true && options.nodupes === true) {
|
|
21369
|
-
output = [...new Set(output)];
|
|
21370
|
-
}
|
|
21371
|
-
return output;
|
|
21372
|
-
};
|
|
21373
|
-
braces.parse = (input, options = {}) => parse5(input, options);
|
|
21374
|
-
braces.stringify = (input, options = {}) => {
|
|
21375
|
-
if (typeof input === "string") {
|
|
21376
|
-
return stringify4(braces.parse(input, options), options);
|
|
21377
|
-
}
|
|
21378
|
-
return stringify4(input, options);
|
|
21379
|
-
};
|
|
21380
|
-
braces.compile = (input, options = {}) => {
|
|
21381
|
-
if (typeof input === "string") {
|
|
21382
|
-
input = braces.parse(input, options);
|
|
21383
|
-
}
|
|
21384
|
-
return compile(input, options);
|
|
21385
|
-
};
|
|
21386
|
-
braces.expand = (input, options = {}) => {
|
|
21387
|
-
if (typeof input === "string") {
|
|
21388
|
-
input = braces.parse(input, options);
|
|
21389
|
-
}
|
|
21390
|
-
let result = expand3(input, options);
|
|
21391
|
-
if (options.noempty === true) {
|
|
21392
|
-
result = result.filter(Boolean);
|
|
21393
|
-
}
|
|
21394
|
-
if (options.nodupes === true) {
|
|
21395
|
-
result = [...new Set(result)];
|
|
21396
|
-
}
|
|
21397
|
-
return result;
|
|
21398
|
-
};
|
|
21399
|
-
braces.create = (input, options = {}) => {
|
|
21400
|
-
if (input === "" || input.length < 3) {
|
|
21401
|
-
return [input];
|
|
21402
|
-
}
|
|
21403
|
-
return options.expand !== true ? braces.compile(input, options) : braces.expand(input, options);
|
|
21404
|
-
};
|
|
21405
|
-
module.exports = braces;
|
|
21406
|
-
}
|
|
21407
|
-
});
|
|
21408
|
-
|
|
21409
|
-
// node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.js
|
|
21410
|
-
var require_micromatch2 = __commonJS({
|
|
21411
|
-
"node_modules/.pnpm/micromatch@4.0.5/node_modules/micromatch/index.js"(exports, module) {
|
|
21412
|
-
"use strict";
|
|
21413
|
-
var util3 = __require("util");
|
|
21414
|
-
var braces = require_braces2();
|
|
21415
|
-
var picomatch = require_picomatch2();
|
|
21416
|
-
var utils = require_utils2();
|
|
21417
|
-
var isEmptyString2 = (val) => val === "" || val === "./";
|
|
21418
|
-
var micromatch = (list, patterns2, options) => {
|
|
21419
|
-
patterns2 = [].concat(patterns2);
|
|
21420
|
-
list = [].concat(list);
|
|
21421
|
-
let omit = /* @__PURE__ */ new Set();
|
|
21422
|
-
let keep = /* @__PURE__ */ new Set();
|
|
21423
|
-
let items = /* @__PURE__ */ new Set();
|
|
21424
|
-
let negatives = 0;
|
|
21425
|
-
let onResult = (state) => {
|
|
21426
|
-
items.add(state.output);
|
|
21427
|
-
if (options && options.onResult) {
|
|
21428
|
-
options.onResult(state);
|
|
21429
|
-
}
|
|
21430
|
-
};
|
|
21431
|
-
for (let i2 = 0; i2 < patterns2.length; i2++) {
|
|
21432
|
-
let isMatch = picomatch(String(patterns2[i2]), { ...options, onResult }, true);
|
|
21433
|
-
let negated = isMatch.state.negated || isMatch.state.negatedExtglob;
|
|
21434
|
-
if (negated) negatives++;
|
|
21435
|
-
for (let item of list) {
|
|
21436
|
-
let matched = isMatch(item, true);
|
|
21437
|
-
let match3 = negated ? !matched.isMatch : matched.isMatch;
|
|
21438
|
-
if (!match3) continue;
|
|
21439
|
-
if (negated) {
|
|
21440
|
-
omit.add(matched.output);
|
|
21441
|
-
} else {
|
|
21442
|
-
omit.delete(matched.output);
|
|
21443
|
-
keep.add(matched.output);
|
|
21444
|
-
}
|
|
21445
|
-
}
|
|
21446
|
-
}
|
|
21447
|
-
let result = negatives === patterns2.length ? [...items] : [...keep];
|
|
21448
|
-
let matches = result.filter((item) => !omit.has(item));
|
|
21449
|
-
if (options && matches.length === 0) {
|
|
21450
|
-
if (options.failglob === true) {
|
|
21451
|
-
throw new Error(`No matches found for "${patterns2.join(", ")}"`);
|
|
21452
|
-
}
|
|
21453
|
-
if (options.nonull === true || options.nullglob === true) {
|
|
21454
|
-
return options.unescape ? patterns2.map((p) => p.replace(/\\/g, "")) : patterns2;
|
|
21455
|
-
}
|
|
21456
|
-
}
|
|
21457
|
-
return matches;
|
|
21458
|
-
};
|
|
21459
|
-
micromatch.match = micromatch;
|
|
21460
|
-
micromatch.matcher = (pattern, options) => picomatch(pattern, options);
|
|
21461
|
-
micromatch.isMatch = (str2, patterns2, options) => picomatch(patterns2, options)(str2);
|
|
21462
|
-
micromatch.any = micromatch.isMatch;
|
|
21463
|
-
micromatch.not = (list, patterns2, options = {}) => {
|
|
21464
|
-
patterns2 = [].concat(patterns2).map(String);
|
|
21465
|
-
let result = /* @__PURE__ */ new Set();
|
|
21466
|
-
let items = [];
|
|
21467
|
-
let onResult = (state) => {
|
|
21468
|
-
if (options.onResult) options.onResult(state);
|
|
21469
|
-
items.push(state.output);
|
|
21470
|
-
};
|
|
21471
|
-
let matches = new Set(micromatch(list, patterns2, { ...options, onResult }));
|
|
21472
|
-
for (let item of items) {
|
|
21473
|
-
if (!matches.has(item)) {
|
|
21474
|
-
result.add(item);
|
|
21475
|
-
}
|
|
21476
|
-
}
|
|
21477
|
-
return [...result];
|
|
21478
|
-
};
|
|
21479
|
-
micromatch.contains = (str2, pattern, options) => {
|
|
21480
|
-
if (typeof str2 !== "string") {
|
|
21481
|
-
throw new TypeError(`Expected a string: "${util3.inspect(str2)}"`);
|
|
21482
|
-
}
|
|
21483
|
-
if (Array.isArray(pattern)) {
|
|
21484
|
-
return pattern.some((p) => micromatch.contains(str2, p, options));
|
|
21485
|
-
}
|
|
21486
|
-
if (typeof pattern === "string") {
|
|
21487
|
-
if (isEmptyString2(str2) || isEmptyString2(pattern)) {
|
|
21488
|
-
return false;
|
|
21489
|
-
}
|
|
21490
|
-
if (str2.includes(pattern) || str2.startsWith("./") && str2.slice(2).includes(pattern)) {
|
|
21491
|
-
return true;
|
|
21492
|
-
}
|
|
21493
|
-
}
|
|
21494
|
-
return micromatch.isMatch(str2, pattern, { ...options, contains: true });
|
|
21495
|
-
};
|
|
21496
|
-
micromatch.matchKeys = (obj, patterns2, options) => {
|
|
21497
|
-
if (!utils.isObject(obj)) {
|
|
21498
|
-
throw new TypeError("Expected the first argument to be an object");
|
|
21499
|
-
}
|
|
21500
|
-
let keys3 = micromatch(Object.keys(obj), patterns2, options);
|
|
21501
|
-
let res = {};
|
|
21502
|
-
for (let key of keys3) res[key] = obj[key];
|
|
21503
|
-
return res;
|
|
21504
|
-
};
|
|
21505
|
-
micromatch.some = (list, patterns2, options) => {
|
|
21506
|
-
let items = [].concat(list);
|
|
21507
|
-
for (let pattern of [].concat(patterns2)) {
|
|
21508
|
-
let isMatch = picomatch(String(pattern), options);
|
|
21509
|
-
if (items.some((item) => isMatch(item))) {
|
|
21510
|
-
return true;
|
|
21511
|
-
}
|
|
21512
|
-
}
|
|
21513
|
-
return false;
|
|
21514
|
-
};
|
|
21515
|
-
micromatch.every = (list, patterns2, options) => {
|
|
21516
|
-
let items = [].concat(list);
|
|
21517
|
-
for (let pattern of [].concat(patterns2)) {
|
|
21518
|
-
let isMatch = picomatch(String(pattern), options);
|
|
21519
|
-
if (!items.every((item) => isMatch(item))) {
|
|
21520
|
-
return false;
|
|
21521
|
-
}
|
|
21522
|
-
}
|
|
21523
|
-
return true;
|
|
21524
|
-
};
|
|
21525
|
-
micromatch.all = (str2, patterns2, options) => {
|
|
21526
|
-
if (typeof str2 !== "string") {
|
|
21527
|
-
throw new TypeError(`Expected a string: "${util3.inspect(str2)}"`);
|
|
21528
|
-
}
|
|
21529
|
-
return [].concat(patterns2).every((p) => picomatch(p, options)(str2));
|
|
21530
|
-
};
|
|
21531
|
-
micromatch.capture = (glob3, input, options) => {
|
|
21532
|
-
let posix5 = utils.isWindows(options);
|
|
21533
|
-
let regex2 = picomatch.makeRe(String(glob3), { ...options, capture: true });
|
|
21534
|
-
let match3 = regex2.exec(posix5 ? utils.toPosixSlashes(input) : input);
|
|
21535
|
-
if (match3) {
|
|
21536
|
-
return match3.slice(1).map((v) => v === void 0 ? "" : v);
|
|
21537
|
-
}
|
|
21538
|
-
};
|
|
21539
|
-
micromatch.makeRe = (...args) => picomatch.makeRe(...args);
|
|
21540
|
-
micromatch.scan = (...args) => picomatch.scan(...args);
|
|
21541
|
-
micromatch.parse = (patterns2, options) => {
|
|
21542
|
-
let res = [];
|
|
21543
|
-
for (let pattern of [].concat(patterns2 || [])) {
|
|
21544
|
-
for (let str2 of braces(String(pattern), options)) {
|
|
21545
|
-
res.push(picomatch.parse(str2, options));
|
|
21546
|
-
}
|
|
21547
|
-
}
|
|
21548
|
-
return res;
|
|
21549
|
-
};
|
|
21550
|
-
micromatch.braces = (pattern, options) => {
|
|
21551
|
-
if (typeof pattern !== "string") throw new TypeError("Expected a string");
|
|
21552
|
-
if (options && options.nobrace === true || !/\{.*\}/.test(pattern)) {
|
|
21553
|
-
return [pattern];
|
|
21554
|
-
}
|
|
21555
|
-
return braces(pattern, options);
|
|
21556
|
-
};
|
|
21557
|
-
micromatch.braceExpand = (pattern, options) => {
|
|
21558
|
-
if (typeof pattern !== "string") throw new TypeError("Expected a string");
|
|
21559
|
-
return micromatch.braces(pattern, { ...options, expand: true });
|
|
21560
|
-
};
|
|
21561
|
-
module.exports = micromatch;
|
|
21562
|
-
}
|
|
21563
|
-
});
|
|
21564
|
-
|
|
21565
20559
|
// node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/pattern.js
|
|
21566
20560
|
var require_pattern = __commonJS({
|
|
21567
20561
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/pattern.js"(exports) {
|
|
@@ -21570,7 +20564,7 @@ var require_pattern = __commonJS({
|
|
|
21570
20564
|
exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0;
|
|
21571
20565
|
var path36 = __require("path");
|
|
21572
20566
|
var globParent = require_glob_parent();
|
|
21573
|
-
var micromatch =
|
|
20567
|
+
var micromatch = require_micromatch();
|
|
21574
20568
|
var GLOBSTAR2 = "**";
|
|
21575
20569
|
var ESCAPE_SYMBOL = "\\";
|
|
21576
20570
|
var COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/;
|
|
@@ -21870,7 +20864,7 @@ var require_string2 = __commonJS({
|
|
|
21870
20864
|
});
|
|
21871
20865
|
|
|
21872
20866
|
// node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/index.js
|
|
21873
|
-
var
|
|
20867
|
+
var require_utils3 = __commonJS({
|
|
21874
20868
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/index.js"(exports) {
|
|
21875
20869
|
"use strict";
|
|
21876
20870
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -21898,7 +20892,7 @@ var require_tasks = __commonJS({
|
|
|
21898
20892
|
"use strict";
|
|
21899
20893
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21900
20894
|
exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = void 0;
|
|
21901
|
-
var utils =
|
|
20895
|
+
var utils = require_utils3();
|
|
21902
20896
|
function generate(input, settings) {
|
|
21903
20897
|
const patterns2 = processPatterns(input, settings);
|
|
21904
20898
|
const ignore3 = processPatterns(settings.ignore, settings);
|
|
@@ -22198,7 +21192,7 @@ var require_run_parallel = __commonJS({
|
|
|
22198
21192
|
});
|
|
22199
21193
|
|
|
22200
21194
|
// node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js
|
|
22201
|
-
var
|
|
21195
|
+
var require_constants3 = __commonJS({
|
|
22202
21196
|
"node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js"(exports) {
|
|
22203
21197
|
"use strict";
|
|
22204
21198
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -22243,7 +21237,7 @@ var require_fs3 = __commonJS({
|
|
|
22243
21237
|
});
|
|
22244
21238
|
|
|
22245
21239
|
// node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js
|
|
22246
|
-
var
|
|
21240
|
+
var require_utils4 = __commonJS({
|
|
22247
21241
|
"node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js"(exports) {
|
|
22248
21242
|
"use strict";
|
|
22249
21243
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -22277,8 +21271,8 @@ var require_async2 = __commonJS({
|
|
|
22277
21271
|
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
22278
21272
|
var fsStat = require_out();
|
|
22279
21273
|
var rpl = require_run_parallel();
|
|
22280
|
-
var constants_1 =
|
|
22281
|
-
var utils =
|
|
21274
|
+
var constants_1 = require_constants3();
|
|
21275
|
+
var utils = require_utils4();
|
|
22282
21276
|
var common2 = require_common2();
|
|
22283
21277
|
function read3(directory, settings, callback) {
|
|
22284
21278
|
if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) {
|
|
@@ -22386,8 +21380,8 @@ var require_sync2 = __commonJS({
|
|
|
22386
21380
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22387
21381
|
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
22388
21382
|
var fsStat = require_out();
|
|
22389
|
-
var constants_1 =
|
|
22390
|
-
var utils =
|
|
21383
|
+
var constants_1 = require_constants3();
|
|
21384
|
+
var utils = require_utils4();
|
|
22391
21385
|
var common2 = require_common2();
|
|
22392
21386
|
function read3(directory, settings) {
|
|
22393
21387
|
if (!settings.stats && constants_1.IS_SUPPORT_READDIR_WITH_FILE_TYPES) {
|
|
@@ -23209,7 +22203,7 @@ var require_reader2 = __commonJS({
|
|
|
23209
22203
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23210
22204
|
var path36 = __require("path");
|
|
23211
22205
|
var fsStat = require_out();
|
|
23212
|
-
var utils =
|
|
22206
|
+
var utils = require_utils3();
|
|
23213
22207
|
var Reader = class {
|
|
23214
22208
|
constructor(_settings) {
|
|
23215
22209
|
this._settings = _settings;
|
|
@@ -23342,7 +22336,7 @@ var require_matcher = __commonJS({
|
|
|
23342
22336
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/providers/matchers/matcher.js"(exports) {
|
|
23343
22337
|
"use strict";
|
|
23344
22338
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23345
|
-
var utils =
|
|
22339
|
+
var utils = require_utils3();
|
|
23346
22340
|
var Matcher = class {
|
|
23347
22341
|
constructor(_patterns, _settings, _micromatchOptions) {
|
|
23348
22342
|
this._patterns = _patterns;
|
|
@@ -23430,7 +22424,7 @@ var require_deep = __commonJS({
|
|
|
23430
22424
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/providers/filters/deep.js"(exports) {
|
|
23431
22425
|
"use strict";
|
|
23432
22426
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23433
|
-
var utils =
|
|
22427
|
+
var utils = require_utils3();
|
|
23434
22428
|
var partial_1 = require_partial();
|
|
23435
22429
|
var DeepFilter = class {
|
|
23436
22430
|
constructor(_settings, _micromatchOptions) {
|
|
@@ -23495,7 +22489,7 @@ var require_entry = __commonJS({
|
|
|
23495
22489
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/providers/filters/entry.js"(exports) {
|
|
23496
22490
|
"use strict";
|
|
23497
22491
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23498
|
-
var utils =
|
|
22492
|
+
var utils = require_utils3();
|
|
23499
22493
|
var EntryFilter = class {
|
|
23500
22494
|
constructor(_settings, _micromatchOptions) {
|
|
23501
22495
|
this._settings = _settings;
|
|
@@ -23561,7 +22555,7 @@ var require_error = __commonJS({
|
|
|
23561
22555
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/providers/filters/error.js"(exports) {
|
|
23562
22556
|
"use strict";
|
|
23563
22557
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23564
|
-
var utils =
|
|
22558
|
+
var utils = require_utils3();
|
|
23565
22559
|
var ErrorFilter = class {
|
|
23566
22560
|
constructor(_settings) {
|
|
23567
22561
|
this._settings = _settings;
|
|
@@ -23582,7 +22576,7 @@ var require_entry2 = __commonJS({
|
|
|
23582
22576
|
"node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/providers/transformers/entry.js"(exports) {
|
|
23583
22577
|
"use strict";
|
|
23584
22578
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23585
|
-
var utils =
|
|
22579
|
+
var utils = require_utils3();
|
|
23586
22580
|
var EntryTransformer = class {
|
|
23587
22581
|
constructor(_settings) {
|
|
23588
22582
|
this._settings = _settings;
|
|
@@ -23872,7 +22866,7 @@ var require_out4 = __commonJS({
|
|
|
23872
22866
|
var stream_1 = require_stream4();
|
|
23873
22867
|
var sync_1 = require_sync6();
|
|
23874
22868
|
var settings_1 = require_settings4();
|
|
23875
|
-
var utils =
|
|
22869
|
+
var utils = require_utils3();
|
|
23876
22870
|
async function FastGlob(source, options) {
|
|
23877
22871
|
assertPatternsInput2(source);
|
|
23878
22872
|
const works = getWorks(source, async_1.default, options);
|
|
@@ -24301,7 +23295,7 @@ var require_cjs2 = __commonJS({
|
|
|
24301
23295
|
});
|
|
24302
23296
|
|
|
24303
23297
|
// node_modules/.pnpm/flat-cache@4.0.1/node_modules/flat-cache/src/utils.js
|
|
24304
|
-
var
|
|
23298
|
+
var require_utils5 = __commonJS({
|
|
24305
23299
|
"node_modules/.pnpm/flat-cache@4.0.1/node_modules/flat-cache/src/utils.js"(exports, module) {
|
|
24306
23300
|
var fs19 = __require("fs");
|
|
24307
23301
|
var path36 = __require("path");
|
|
@@ -24368,7 +23362,7 @@ var require_cache = __commonJS({
|
|
|
24368
23362
|
var path36 = __require("path");
|
|
24369
23363
|
var fs19 = __require("fs");
|
|
24370
23364
|
var Keyv2 = require_src3();
|
|
24371
|
-
var { writeJSON, tryParse } =
|
|
23365
|
+
var { writeJSON, tryParse } = require_utils5();
|
|
24372
23366
|
var { del } = require_del();
|
|
24373
23367
|
var cache4 = {
|
|
24374
23368
|
/**
|
|
@@ -26244,7 +25238,7 @@ var require_fs5 = __commonJS({
|
|
|
26244
25238
|
});
|
|
26245
25239
|
|
|
26246
25240
|
// node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/utils.js
|
|
26247
|
-
var
|
|
25241
|
+
var require_utils6 = __commonJS({
|
|
26248
25242
|
"node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/utils.js"(exports, module) {
|
|
26249
25243
|
"use strict";
|
|
26250
25244
|
var path36 = __require("path");
|
|
@@ -26266,7 +25260,7 @@ var require_make_dir = __commonJS({
|
|
|
26266
25260
|
"node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports, module) {
|
|
26267
25261
|
"use strict";
|
|
26268
25262
|
var fs19 = require_fs5();
|
|
26269
|
-
var { checkPath } =
|
|
25263
|
+
var { checkPath } = require_utils6();
|
|
26270
25264
|
var getMode = (options) => {
|
|
26271
25265
|
const defaults3 = { mode: 511 };
|
|
26272
25266
|
if (typeof options === "number") return options;
|
|
@@ -27122,7 +26116,7 @@ var require_ensure = __commonJS({
|
|
|
27122
26116
|
});
|
|
27123
26117
|
|
|
27124
26118
|
// node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js
|
|
27125
|
-
var
|
|
26119
|
+
var require_utils7 = __commonJS({
|
|
27126
26120
|
"node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module) {
|
|
27127
26121
|
function stringify4(obj, { EOL: EOL2 = "\n", finalEOL = true, replacer = null, spaces } = {}) {
|
|
27128
26122
|
const EOF2 = finalEOL ? EOL2 : "";
|
|
@@ -27147,7 +26141,7 @@ var require_jsonfile = __commonJS({
|
|
|
27147
26141
|
_fs = __require("fs");
|
|
27148
26142
|
}
|
|
27149
26143
|
var universalify = require_universalify();
|
|
27150
|
-
var { stringify: stringify4, stripBom } =
|
|
26144
|
+
var { stringify: stringify4, stripBom } = require_utils7();
|
|
27151
26145
|
async function _readFile(file, options = {}) {
|
|
27152
26146
|
if (typeof options === "string") {
|
|
27153
26147
|
options = { encoding: options };
|
|
@@ -27259,7 +26253,7 @@ var require_output_file = __commonJS({
|
|
|
27259
26253
|
var require_output_json = __commonJS({
|
|
27260
26254
|
"node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json.js"(exports, module) {
|
|
27261
26255
|
"use strict";
|
|
27262
|
-
var { stringify: stringify4 } =
|
|
26256
|
+
var { stringify: stringify4 } = require_utils7();
|
|
27263
26257
|
var { outputFile } = require_output_file();
|
|
27264
26258
|
async function outputJson(file, data, options = {}) {
|
|
27265
26259
|
const str2 = stringify4(data, options);
|
|
@@ -27273,7 +26267,7 @@ var require_output_json = __commonJS({
|
|
|
27273
26267
|
var require_output_json_sync = __commonJS({
|
|
27274
26268
|
"node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/json/output-json-sync.js"(exports, module) {
|
|
27275
26269
|
"use strict";
|
|
27276
|
-
var { stringify: stringify4 } =
|
|
26270
|
+
var { stringify: stringify4 } = require_utils7();
|
|
27277
26271
|
var { outputFileSync } = require_output_file();
|
|
27278
26272
|
function outputJsonSync(file, data, options) {
|
|
27279
26273
|
const str2 = stringify4(data, options);
|
|
@@ -239379,7 +238373,7 @@ var require_consts = __commonJS({
|
|
|
239379
238373
|
});
|
|
239380
238374
|
|
|
239381
238375
|
// node_modules/.pnpm/dpdm@3.14.0/node_modules/dpdm/lib/utils.js
|
|
239382
|
-
var
|
|
238376
|
+
var require_utils8 = __commonJS({
|
|
239383
238377
|
"node_modules/.pnpm/dpdm@3.14.0/node_modules/dpdm/lib/utils.js"(exports) {
|
|
239384
238378
|
"use strict";
|
|
239385
238379
|
/*!
|
|
@@ -239633,7 +238627,7 @@ var require_parser2 = __commonJS({
|
|
|
239633
238627
|
var path_1 = tslib_1.__importDefault(__require("path"));
|
|
239634
238628
|
var typescript_1 = tslib_1.__importDefault(require_typescript());
|
|
239635
238629
|
var consts_1 = require_consts();
|
|
239636
|
-
var utils_1 =
|
|
238630
|
+
var utils_1 = require_utils8();
|
|
239637
238631
|
var typescriptTransformOptions = {
|
|
239638
238632
|
target: typescript_1.default.ScriptTarget.ESNext,
|
|
239639
238633
|
module: typescript_1.default.ModuleKind.ESNext,
|
|
@@ -239766,7 +238760,7 @@ var require_lib2 = __commonJS({
|
|
|
239766
238760
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
239767
238761
|
tslib_1.__exportStar(require_parser2(), exports);
|
|
239768
238762
|
tslib_1.__exportStar(require_types(), exports);
|
|
239769
|
-
tslib_1.__exportStar(
|
|
238763
|
+
tslib_1.__exportStar(require_utils8(), exports);
|
|
239770
238764
|
}
|
|
239771
238765
|
});
|
|
239772
238766
|
|
|
@@ -240328,9 +239322,9 @@ var require_ms = __commonJS({
|
|
|
240328
239322
|
}
|
|
240329
239323
|
});
|
|
240330
239324
|
|
|
240331
|
-
// node_modules/.pnpm/debug@4.3.
|
|
239325
|
+
// node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/common.js
|
|
240332
239326
|
var require_common4 = __commonJS({
|
|
240333
|
-
"node_modules/.pnpm/debug@4.3.
|
|
239327
|
+
"node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/common.js"(exports, module) {
|
|
240334
239328
|
function setup(env4) {
|
|
240335
239329
|
createDebug13.debug = createDebug13;
|
|
240336
239330
|
createDebug13.default = createDebug13;
|
|
@@ -240491,9 +239485,9 @@ var require_common4 = __commonJS({
|
|
|
240491
239485
|
}
|
|
240492
239486
|
});
|
|
240493
239487
|
|
|
240494
|
-
// node_modules/.pnpm/debug@4.3.
|
|
239488
|
+
// node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/browser.js
|
|
240495
239489
|
var require_browser = __commonJS({
|
|
240496
|
-
"node_modules/.pnpm/debug@4.3.
|
|
239490
|
+
"node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/browser.js"(exports, module) {
|
|
240497
239491
|
exports.formatArgs = formatArgs;
|
|
240498
239492
|
exports.save = save;
|
|
240499
239493
|
exports.load = load3;
|
|
@@ -240660,9 +239654,9 @@ var require_browser = __commonJS({
|
|
|
240660
239654
|
}
|
|
240661
239655
|
});
|
|
240662
239656
|
|
|
240663
|
-
// node_modules/.pnpm/debug@4.3.
|
|
239657
|
+
// node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/node.js
|
|
240664
239658
|
var require_node = __commonJS({
|
|
240665
|
-
"node_modules/.pnpm/debug@4.3.
|
|
239659
|
+
"node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/node.js"(exports, module) {
|
|
240666
239660
|
var tty2 = __require("tty");
|
|
240667
239661
|
var util3 = __require("util");
|
|
240668
239662
|
exports.init = init2;
|
|
@@ -240802,7 +239796,7 @@ var require_node = __commonJS({
|
|
|
240802
239796
|
return (/* @__PURE__ */ new Date()).toISOString() + " ";
|
|
240803
239797
|
}
|
|
240804
239798
|
function log2(...args) {
|
|
240805
|
-
return process.stderr.write(util3.
|
|
239799
|
+
return process.stderr.write(util3.formatWithOptions(exports.inspectOpts, ...args) + "\n");
|
|
240806
239800
|
}
|
|
240807
239801
|
function save(namespaces) {
|
|
240808
239802
|
if (namespaces) {
|
|
@@ -240834,9 +239828,9 @@ var require_node = __commonJS({
|
|
|
240834
239828
|
}
|
|
240835
239829
|
});
|
|
240836
239830
|
|
|
240837
|
-
// node_modules/.pnpm/debug@4.3.
|
|
239831
|
+
// node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/index.js
|
|
240838
239832
|
var require_src4 = __commonJS({
|
|
240839
|
-
"node_modules/.pnpm/debug@4.3.
|
|
239833
|
+
"node_modules/.pnpm/debug@4.3.5/node_modules/debug/src/index.js"(exports, module) {
|
|
240840
239834
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
240841
239835
|
module.exports = require_browser();
|
|
240842
239836
|
} else {
|
|
@@ -240867,9 +239861,9 @@ var require_cjs3 = __commonJS({
|
|
|
240867
239861
|
}
|
|
240868
239862
|
});
|
|
240869
239863
|
|
|
240870
|
-
// node_modules/.pnpm/ini@4.1.
|
|
239864
|
+
// node_modules/.pnpm/ini@4.1.3/node_modules/ini/lib/ini.js
|
|
240871
239865
|
var require_ini2 = __commonJS({
|
|
240872
|
-
"node_modules/.pnpm/ini@4.1.
|
|
239866
|
+
"node_modules/.pnpm/ini@4.1.3/node_modules/ini/lib/ini.js"(exports, module) {
|
|
240873
239867
|
var { hasOwnProperty: hasOwnProperty4 } = Object.prototype;
|
|
240874
239868
|
var encode = (obj, opt = {}) => {
|
|
240875
239869
|
if (typeof opt === "string") {
|
|
@@ -240974,7 +239968,7 @@ var require_ini2 = __commonJS({
|
|
|
240974
239968
|
duplicates[keyRaw] = (duplicates?.[keyRaw] || 0) + 1;
|
|
240975
239969
|
isArray4 = duplicates[keyRaw] > 1;
|
|
240976
239970
|
}
|
|
240977
|
-
const key = isArray4 ? keyRaw.slice(0, -2) : keyRaw;
|
|
239971
|
+
const key = isArray4 && keyRaw.endsWith("[]") ? keyRaw.slice(0, -2) : keyRaw;
|
|
240978
239972
|
if (key === "__proto__") {
|
|
240979
239973
|
continue;
|
|
240980
239974
|
}
|
|
@@ -241773,9 +240767,9 @@ var require_lib4 = __commonJS({
|
|
|
241773
240767
|
}
|
|
241774
240768
|
});
|
|
241775
240769
|
|
|
241776
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
240770
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/umask.js
|
|
241777
240771
|
var require_umask = __commonJS({
|
|
241778
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
240772
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/umask.js"(exports, module) {
|
|
241779
240773
|
var parse5 = (val) => {
|
|
241780
240774
|
if (typeof val === "string") {
|
|
241781
240775
|
if (/^0o?[0-7]+$/.test(val)) {
|
|
@@ -241818,7 +240812,7 @@ var require_debug2 = __commonJS({
|
|
|
241818
240812
|
});
|
|
241819
240813
|
|
|
241820
240814
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/constants.js
|
|
241821
|
-
var
|
|
240815
|
+
var require_constants4 = __commonJS({
|
|
241822
240816
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/constants.js"(exports, module) {
|
|
241823
240817
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
241824
240818
|
var MAX_LENGTH = 256;
|
|
@@ -241855,7 +240849,7 @@ var require_re = __commonJS({
|
|
|
241855
240849
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
241856
240850
|
MAX_SAFE_BUILD_LENGTH,
|
|
241857
240851
|
MAX_LENGTH
|
|
241858
|
-
} =
|
|
240852
|
+
} = require_constants4();
|
|
241859
240853
|
var debug14 = require_debug2();
|
|
241860
240854
|
exports = module.exports = {};
|
|
241861
240855
|
var re = exports.re = [];
|
|
@@ -241976,7 +240970,7 @@ var require_identifiers = __commonJS({
|
|
|
241976
240970
|
var require_semver = __commonJS({
|
|
241977
240971
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/classes/semver.js"(exports, module) {
|
|
241978
240972
|
var debug14 = require_debug2();
|
|
241979
|
-
var { MAX_LENGTH, MAX_SAFE_INTEGER } =
|
|
240973
|
+
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants4();
|
|
241980
240974
|
var { safeRe: re, t } = require_re();
|
|
241981
240975
|
var parseOptions = require_parse_options();
|
|
241982
240976
|
var { compareIdentifiers } = require_identifiers();
|
|
@@ -242215,7 +241209,7 @@ var require_semver = __commonJS({
|
|
|
242215
241209
|
});
|
|
242216
241210
|
|
|
242217
241211
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/parse.js
|
|
242218
|
-
var
|
|
241212
|
+
var require_parse4 = __commonJS({
|
|
242219
241213
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/parse.js"(exports, module) {
|
|
242220
241214
|
var SemVer = require_semver();
|
|
242221
241215
|
var parse5 = (version3, options, throwErrors = false) => {
|
|
@@ -242238,7 +241232,7 @@ var require_parse5 = __commonJS({
|
|
|
242238
241232
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/valid.js
|
|
242239
241233
|
var require_valid = __commonJS({
|
|
242240
241234
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/valid.js"(exports, module) {
|
|
242241
|
-
var parse5 =
|
|
241235
|
+
var parse5 = require_parse4();
|
|
242242
241236
|
var valid = (version3, options) => {
|
|
242243
241237
|
const v = parse5(version3, options);
|
|
242244
241238
|
return v ? v.version : null;
|
|
@@ -242247,9 +241241,9 @@ var require_valid = __commonJS({
|
|
|
242247
241241
|
}
|
|
242248
241242
|
});
|
|
242249
241243
|
|
|
242250
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241244
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/type-defs.js
|
|
242251
241245
|
var require_type_defs2 = __commonJS({
|
|
242252
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241246
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/type-defs.js"(exports, module) {
|
|
242253
241247
|
var nopt = require_nopt();
|
|
242254
241248
|
var { validate: validateUmask } = require_umask();
|
|
242255
241249
|
var Umask = class {
|
|
@@ -242309,9 +241303,9 @@ var require_type_defs2 = __commonJS({
|
|
|
242309
241303
|
}
|
|
242310
241304
|
});
|
|
242311
241305
|
|
|
242312
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241306
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/nerf-dart.js
|
|
242313
241307
|
var require_nerf_dart = __commonJS({
|
|
242314
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241308
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/nerf-dart.js"(exports, module) {
|
|
242315
241309
|
var { URL: URL3 } = __require("node:url");
|
|
242316
241310
|
module.exports = (url) => {
|
|
242317
241311
|
const parsed = new URL3(url);
|
|
@@ -242323,9 +241317,9 @@ var require_nerf_dart = __commonJS({
|
|
|
242323
241317
|
}
|
|
242324
241318
|
});
|
|
242325
241319
|
|
|
242326
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241320
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/env-replace.js
|
|
242327
241321
|
var require_env_replace = __commonJS({
|
|
242328
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241322
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/env-replace.js"(exports, module) {
|
|
242329
241323
|
var envExpr = /(?<!\\)(\\*)\$\{([^${}]+)\}/g;
|
|
242330
241324
|
module.exports = (f, env4) => f.replace(envExpr, (orig, esc, name) => {
|
|
242331
241325
|
const val = env4[name] !== void 0 ? env4[name] : `\${${name}}`;
|
|
@@ -242337,9 +241331,9 @@ var require_env_replace = __commonJS({
|
|
|
242337
241331
|
}
|
|
242338
241332
|
});
|
|
242339
241333
|
|
|
242340
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241334
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/parse-field.js
|
|
242341
241335
|
var require_parse_field = __commonJS({
|
|
242342
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241336
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/parse-field.js"(exports, module) {
|
|
242343
241337
|
var typeDefs = require_type_defs2();
|
|
242344
241338
|
var envReplace = require_env_replace();
|
|
242345
241339
|
var { resolve: resolve12 } = __require("node:path");
|
|
@@ -242407,9 +241401,9 @@ var require_parse_field = __commonJS({
|
|
|
242407
241401
|
}
|
|
242408
241402
|
});
|
|
242409
241403
|
|
|
242410
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241404
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/set-envs.js
|
|
242411
241405
|
var require_set_envs = __commonJS({
|
|
242412
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241406
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/set-envs.js"(exports, module) {
|
|
242413
241407
|
var envKey = (key, val) => {
|
|
242414
241408
|
return !/^[/@_]/.test(key) && typeof envVal(val) === "string" && `npm_config_${key.replace(/-/g, "_").toLowerCase()}`;
|
|
242415
241409
|
};
|
|
@@ -242474,9 +241468,9 @@ var require_set_envs = __commonJS({
|
|
|
242474
241468
|
}
|
|
242475
241469
|
});
|
|
242476
241470
|
|
|
242477
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241471
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/errors.js
|
|
242478
241472
|
var require_errors2 = __commonJS({
|
|
242479
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241473
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/errors.js"(exports, module) {
|
|
242480
241474
|
"use strict";
|
|
242481
241475
|
var ErrInvalidAuth = class extends Error {
|
|
242482
241476
|
constructor(problems) {
|
|
@@ -242500,9 +241494,9 @@ var require_errors2 = __commonJS({
|
|
|
242500
241494
|
}
|
|
242501
241495
|
});
|
|
242502
241496
|
|
|
242503
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241497
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/type-description.js
|
|
242504
241498
|
var require_type_description = __commonJS({
|
|
242505
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241499
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/type-description.js"(exports, module) {
|
|
242506
241500
|
var typeDefs = require_type_defs2();
|
|
242507
241501
|
var typeDescription = (t) => {
|
|
242508
241502
|
if (!t || typeof t !== "function" && typeof t !== "object") {
|
|
@@ -242986,9 +241980,9 @@ var require_lib9 = __commonJS({
|
|
|
242986
241980
|
}
|
|
242987
241981
|
});
|
|
242988
241982
|
|
|
242989
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
241983
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/index.js
|
|
242990
241984
|
var require_lib10 = __commonJS({
|
|
242991
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
241985
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/index.js"(exports, module) {
|
|
242992
241986
|
var { walkUp } = require_cjs3();
|
|
242993
241987
|
var ini2 = require_ini2();
|
|
242994
241988
|
var nopt = require_nopt();
|
|
@@ -243002,7 +241996,7 @@ var require_lib10 = __commonJS({
|
|
|
243002
241996
|
unlink,
|
|
243003
241997
|
stat: stat3,
|
|
243004
241998
|
mkdir
|
|
243005
|
-
} = __require("fs/promises");
|
|
241999
|
+
} = __require("node:fs/promises");
|
|
243006
242000
|
var fileExists2 = (...p) => stat3(resolve12(...p)).then((st) => st.isFile()).catch(() => false);
|
|
243007
242001
|
var dirExists = (...p) => stat3(resolve12(...p)).then((st) => st.isDirectory()).catch(() => false);
|
|
243008
242002
|
var hasOwnProperty4 = (obj, key) => Object.prototype.hasOwnProperty.call(obj, key);
|
|
@@ -243429,7 +242423,7 @@ var require_lib10 = __commonJS({
|
|
|
243429
242423
|
return parseField(f, key, this, listElement);
|
|
243430
242424
|
}
|
|
243431
242425
|
async #loadFile(file, type2) {
|
|
243432
|
-
log2.silly(`
|
|
242426
|
+
log2.silly("config", `load:file:${file}`);
|
|
243433
242427
|
await readFile5(file, "utf8").then(
|
|
243434
242428
|
(data) => {
|
|
243435
242429
|
const parsedConfig = ini2.parse(data);
|
|
@@ -243494,13 +242488,13 @@ var require_lib10 = __commonJS({
|
|
|
243494
242488
|
for (const w of workspaces.values()) {
|
|
243495
242489
|
if (w === this.localPrefix) {
|
|
243496
242490
|
if (await fileExists2(this.localPrefix, ".npmrc")) {
|
|
243497
|
-
log2.warn(`ignoring workspace config at ${this.localPrefix}/.npmrc`);
|
|
242491
|
+
log2.warn("config", `ignoring workspace config at ${this.localPrefix}/.npmrc`);
|
|
243498
242492
|
}
|
|
243499
242493
|
const { data } = this.data.get("default");
|
|
243500
242494
|
data.workspace = [this.localPrefix];
|
|
243501
242495
|
this.localPrefix = p;
|
|
243502
242496
|
this.localPackage = hasPackageJson;
|
|
243503
|
-
log2.info(`found workspace root at ${this.localPrefix}`);
|
|
242497
|
+
log2.info("config", `found workspace root at ${this.localPrefix}`);
|
|
243504
242498
|
return;
|
|
243505
242499
|
}
|
|
243506
242500
|
}
|
|
@@ -243694,9 +242688,9 @@ var require_lib10 = __commonJS({
|
|
|
243694
242688
|
}
|
|
243695
242689
|
});
|
|
243696
242690
|
|
|
243697
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
242691
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/definitions/definition.js
|
|
243698
242692
|
var require_definition = __commonJS({
|
|
243699
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
242693
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/definitions/definition.js"(exports, module) {
|
|
243700
242694
|
var required = ["type", "description", "default", "key"];
|
|
243701
242695
|
var allowed = [
|
|
243702
242696
|
"default",
|
|
@@ -244295,15 +243289,15 @@ var require_ci_info = __commonJS({
|
|
|
244295
243289
|
}
|
|
244296
243290
|
});
|
|
244297
243291
|
|
|
244298
|
-
// node_modules/.pnpm/@npmcli+config@8.3.
|
|
243292
|
+
// node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/definitions/definitions.js
|
|
244299
243293
|
var require_definitions = __commonJS({
|
|
244300
|
-
"node_modules/.pnpm/@npmcli+config@8.3.
|
|
243294
|
+
"node_modules/.pnpm/@npmcli+config@8.3.3/node_modules/@npmcli/config/lib/definitions/definitions.js"(exports, module) {
|
|
244301
243295
|
var Definition = require_definition();
|
|
244302
243296
|
var ciInfo = require_ci_info();
|
|
244303
243297
|
var querystring = __require("node:querystring");
|
|
244304
243298
|
var { join: join7 } = __require("node:path");
|
|
244305
243299
|
var isWindows2 = process.platform === "win32";
|
|
244306
|
-
var { readFileSync: readFileSync5 } = __require("fs");
|
|
243300
|
+
var { readFileSync: readFileSync5 } = __require("node:fs");
|
|
244307
243301
|
var maybeReadFile = (file) => {
|
|
244308
243302
|
try {
|
|
244309
243303
|
return readFileSync5(file, "utf8");
|
|
@@ -244343,7 +243337,7 @@ var require_definitions = __commonJS({
|
|
|
244343
243337
|
};
|
|
244344
243338
|
var editor = process.env.EDITOR || process.env.VISUAL || (isWindows2 ? `${process.env.SYSTEMROOT}\\notepad.exe` : "vi");
|
|
244345
243339
|
var shell = isWindows2 ? process.env.ComSpec || "cmd" : process.env.SHELL || "sh";
|
|
244346
|
-
var { networkInterfaces } = __require("os");
|
|
243340
|
+
var { networkInterfaces } = __require("node:os");
|
|
244347
243341
|
var getLocalAddresses = () => {
|
|
244348
243342
|
try {
|
|
244349
243343
|
return Object.values(networkInterfaces()).map(
|
|
@@ -245775,12 +244769,12 @@ var require_definitions = __commonJS({
|
|
|
245775
244769
|
type: Boolean,
|
|
245776
244770
|
description: `
|
|
245777
244771
|
When set to \`true\`, npm will display a progress bar during time
|
|
245778
|
-
intensive operations, if \`process.stderr\`
|
|
244772
|
+
intensive operations, if \`process.stderr\` and \`process.stdout\` are a TTY.
|
|
245779
244773
|
|
|
245780
244774
|
Set to \`false\` to suppress the progress bar.
|
|
245781
244775
|
`,
|
|
245782
244776
|
flatten(key, obj, flatOptions) {
|
|
245783
|
-
flatOptions.progress = !obj.progress ? false : !!process.stderr.isTTY && process.env.TERM !== "dumb";
|
|
244777
|
+
flatOptions.progress = !obj.progress ? false : !!process.stderr.isTTY && !!process.stdout.isTTY && process.env.TERM !== "dumb";
|
|
245784
244778
|
}
|
|
245785
244779
|
}),
|
|
245786
244780
|
provenance: new Definition("provenance", {
|
|
@@ -246222,11 +245216,14 @@ var require_definitions = __commonJS({
|
|
|
246222
245216
|
If you ask npm to install a package and don't tell it a specific version,
|
|
246223
245217
|
then it will install the specified tag.
|
|
246224
245218
|
|
|
246225
|
-
|
|
246226
|
-
tag\` command, if no explicit tag is given.
|
|
245219
|
+
It is the tag added to the package@version specified in the
|
|
245220
|
+
\`npm dist-tag add\` command, if no explicit tag is given.
|
|
246227
245221
|
|
|
246228
245222
|
When used by the \`npm diff\` command, this is the tag used to fetch the
|
|
246229
245223
|
tarball that will be compared with the local files by default.
|
|
245224
|
+
|
|
245225
|
+
If used in the \`npm publish\` command, this is the tag that will be
|
|
245226
|
+
added to the package submitted to the registry.
|
|
246230
245227
|
`,
|
|
246231
245228
|
flatten(key, obj, flatOptions) {
|
|
246232
245229
|
flatOptions.defaultTag = obj[key];
|
|
@@ -246607,9 +245604,9 @@ var require_js_tokens = __commonJS({
|
|
|
246607
245604
|
}
|
|
246608
245605
|
});
|
|
246609
245606
|
|
|
246610
|
-
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245607
|
+
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js
|
|
246611
245608
|
var require_identifier = __commonJS({
|
|
246612
|
-
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245609
|
+
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/identifier.js"(exports) {
|
|
246613
245610
|
"use strict";
|
|
246614
245611
|
Object.defineProperty(exports, "__esModule", {
|
|
246615
245612
|
value: true
|
|
@@ -246680,9 +245677,9 @@ var require_identifier = __commonJS({
|
|
|
246680
245677
|
}
|
|
246681
245678
|
});
|
|
246682
245679
|
|
|
246683
|
-
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245680
|
+
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js
|
|
246684
245681
|
var require_keyword = __commonJS({
|
|
246685
|
-
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245682
|
+
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/keyword.js"(exports) {
|
|
246686
245683
|
"use strict";
|
|
246687
245684
|
Object.defineProperty(exports, "__esModule", {
|
|
246688
245685
|
value: true
|
|
@@ -246718,9 +245715,9 @@ var require_keyword = __commonJS({
|
|
|
246718
245715
|
}
|
|
246719
245716
|
});
|
|
246720
245717
|
|
|
246721
|
-
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245718
|
+
// node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/index.js
|
|
246722
245719
|
var require_lib11 = __commonJS({
|
|
246723
|
-
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.
|
|
245720
|
+
"node_modules/.pnpm/@babel+helper-validator-identifier@7.24.6/node_modules/@babel/helper-validator-identifier/lib/index.js"(exports) {
|
|
246724
245721
|
"use strict";
|
|
246725
245722
|
Object.defineProperty(exports, "__esModule", {
|
|
246726
245723
|
value: true
|
|
@@ -246778,58 +245775,66 @@ var require_lib11 = __commonJS({
|
|
|
246778
245775
|
}
|
|
246779
245776
|
});
|
|
246780
245777
|
|
|
246781
|
-
// node_modules/.pnpm/picocolors@1.0.
|
|
245778
|
+
// node_modules/.pnpm/picocolors@1.0.1/node_modules/picocolors/picocolors.js
|
|
246782
245779
|
var require_picocolors = __commonJS({
|
|
246783
|
-
"node_modules/.pnpm/picocolors@1.0.
|
|
246784
|
-
var
|
|
246785
|
-
var
|
|
245780
|
+
"node_modules/.pnpm/picocolors@1.0.1/node_modules/picocolors/picocolors.js"(exports, module) {
|
|
245781
|
+
var argv2 = process.argv || [];
|
|
245782
|
+
var env4 = process.env;
|
|
245783
|
+
var isColorSupported = !("NO_COLOR" in env4 || argv2.includes("--no-color")) && ("FORCE_COLOR" in env4 || argv2.includes("--color") || process.platform === "win32" || __require != null && __require("tty").isatty(1) && env4.TERM !== "dumb" || "CI" in env4);
|
|
246786
245784
|
var formatter = (open2, close, replace = open2) => (input) => {
|
|
246787
245785
|
let string = "" + input;
|
|
246788
245786
|
let index2 = string.indexOf(close, open2.length);
|
|
246789
245787
|
return ~index2 ? open2 + replaceClose(string, close, replace, index2) + close : open2 + string + close;
|
|
246790
245788
|
};
|
|
246791
245789
|
var replaceClose = (string, close, replace, index2) => {
|
|
246792
|
-
let
|
|
246793
|
-
let
|
|
246794
|
-
|
|
246795
|
-
|
|
246796
|
-
|
|
246797
|
-
|
|
246798
|
-
|
|
246799
|
-
|
|
246800
|
-
|
|
246801
|
-
|
|
246802
|
-
|
|
246803
|
-
|
|
246804
|
-
|
|
246805
|
-
|
|
246806
|
-
|
|
246807
|
-
|
|
246808
|
-
|
|
246809
|
-
|
|
246810
|
-
|
|
246811
|
-
|
|
246812
|
-
|
|
246813
|
-
|
|
246814
|
-
|
|
246815
|
-
|
|
246816
|
-
|
|
246817
|
-
|
|
246818
|
-
|
|
246819
|
-
|
|
246820
|
-
|
|
246821
|
-
|
|
246822
|
-
|
|
246823
|
-
|
|
246824
|
-
|
|
245790
|
+
let result = "";
|
|
245791
|
+
let cursor = 0;
|
|
245792
|
+
do {
|
|
245793
|
+
result += string.substring(cursor, index2) + replace;
|
|
245794
|
+
cursor = index2 + close.length;
|
|
245795
|
+
index2 = string.indexOf(close, cursor);
|
|
245796
|
+
} while (~index2);
|
|
245797
|
+
return result + string.substring(cursor);
|
|
245798
|
+
};
|
|
245799
|
+
var createColors = (enabled = isColorSupported) => {
|
|
245800
|
+
let init2 = enabled ? formatter : () => String;
|
|
245801
|
+
return {
|
|
245802
|
+
isColorSupported: enabled,
|
|
245803
|
+
reset: init2("\x1B[0m", "\x1B[0m"),
|
|
245804
|
+
bold: init2("\x1B[1m", "\x1B[22m", "\x1B[22m\x1B[1m"),
|
|
245805
|
+
dim: init2("\x1B[2m", "\x1B[22m", "\x1B[22m\x1B[2m"),
|
|
245806
|
+
italic: init2("\x1B[3m", "\x1B[23m"),
|
|
245807
|
+
underline: init2("\x1B[4m", "\x1B[24m"),
|
|
245808
|
+
inverse: init2("\x1B[7m", "\x1B[27m"),
|
|
245809
|
+
hidden: init2("\x1B[8m", "\x1B[28m"),
|
|
245810
|
+
strikethrough: init2("\x1B[9m", "\x1B[29m"),
|
|
245811
|
+
black: init2("\x1B[30m", "\x1B[39m"),
|
|
245812
|
+
red: init2("\x1B[31m", "\x1B[39m"),
|
|
245813
|
+
green: init2("\x1B[32m", "\x1B[39m"),
|
|
245814
|
+
yellow: init2("\x1B[33m", "\x1B[39m"),
|
|
245815
|
+
blue: init2("\x1B[34m", "\x1B[39m"),
|
|
245816
|
+
magenta: init2("\x1B[35m", "\x1B[39m"),
|
|
245817
|
+
cyan: init2("\x1B[36m", "\x1B[39m"),
|
|
245818
|
+
white: init2("\x1B[37m", "\x1B[39m"),
|
|
245819
|
+
gray: init2("\x1B[90m", "\x1B[39m"),
|
|
245820
|
+
bgBlack: init2("\x1B[40m", "\x1B[49m"),
|
|
245821
|
+
bgRed: init2("\x1B[41m", "\x1B[49m"),
|
|
245822
|
+
bgGreen: init2("\x1B[42m", "\x1B[49m"),
|
|
245823
|
+
bgYellow: init2("\x1B[43m", "\x1B[49m"),
|
|
245824
|
+
bgBlue: init2("\x1B[44m", "\x1B[49m"),
|
|
245825
|
+
bgMagenta: init2("\x1B[45m", "\x1B[49m"),
|
|
245826
|
+
bgCyan: init2("\x1B[46m", "\x1B[49m"),
|
|
245827
|
+
bgWhite: init2("\x1B[47m", "\x1B[49m")
|
|
245828
|
+
};
|
|
245829
|
+
};
|
|
246825
245830
|
module.exports = createColors();
|
|
246826
245831
|
module.exports.createColors = createColors;
|
|
246827
245832
|
}
|
|
246828
245833
|
});
|
|
246829
245834
|
|
|
246830
|
-
// node_modules/.pnpm/@babel+highlight@7.24.
|
|
245835
|
+
// node_modules/.pnpm/@babel+highlight@7.24.6/node_modules/@babel/highlight/lib/index.js
|
|
246831
245836
|
var require_lib12 = __commonJS({
|
|
246832
|
-
"node_modules/.pnpm/@babel+highlight@7.24.
|
|
245837
|
+
"node_modules/.pnpm/@babel+highlight@7.24.6/node_modules/@babel/highlight/lib/index.js"(exports) {
|
|
246833
245838
|
"use strict";
|
|
246834
245839
|
Object.defineProperty(exports, "__esModule", {
|
|
246835
245840
|
value: true
|
|
@@ -246966,9 +245971,9 @@ var require_lib12 = __commonJS({
|
|
|
246966
245971
|
}
|
|
246967
245972
|
});
|
|
246968
245973
|
|
|
246969
|
-
// node_modules/.pnpm/@babel+code-frame@7.24.
|
|
245974
|
+
// node_modules/.pnpm/@babel+code-frame@7.24.6/node_modules/@babel/code-frame/lib/index.js
|
|
246970
245975
|
var require_lib13 = __commonJS({
|
|
246971
|
-
"node_modules/.pnpm/@babel+code-frame@7.24.
|
|
245976
|
+
"node_modules/.pnpm/@babel+code-frame@7.24.6/node_modules/@babel/code-frame/lib/index.js"(exports) {
|
|
246972
245977
|
"use strict";
|
|
246973
245978
|
Object.defineProperty(exports, "__esModule", {
|
|
246974
245979
|
value: true
|
|
@@ -246990,7 +245995,7 @@ var require_lib13 = __commonJS({
|
|
|
246990
245995
|
var t = _getRequireWildcardCache(r);
|
|
246991
245996
|
if (t && t.has(e)) return t.get(e);
|
|
246992
245997
|
var n2 = { __proto__: null }, a2 = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
246993
|
-
for (var u2 in e) if ("default" !== u2 &&
|
|
245998
|
+
for (var u2 in e) if ("default" !== u2 && {}.hasOwnProperty.call(e, u2)) {
|
|
246994
245999
|
var i2 = a2 ? Object.getOwnPropertyDescriptor(e, u2) : null;
|
|
246995
246000
|
i2 && (i2.get || i2.set) ? Object.defineProperty(n2, u2, i2) : n2[u2] = e[u2];
|
|
246996
246001
|
}
|
|
@@ -258264,7 +257269,7 @@ var require_unicode = __commonJS({
|
|
|
258264
257269
|
});
|
|
258265
257270
|
|
|
258266
257271
|
// node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/parse.js
|
|
258267
|
-
var
|
|
257272
|
+
var require_parse5 = __commonJS({
|
|
258268
257273
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/parse.js"(exports, module) {
|
|
258269
257274
|
var Uni = require_unicode();
|
|
258270
257275
|
function isHexDigit(x) {
|
|
@@ -258795,7 +257800,7 @@ var require_parse6 = __commonJS({
|
|
|
258795
257800
|
});
|
|
258796
257801
|
|
|
258797
257802
|
// node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/stringify.js
|
|
258798
|
-
var
|
|
257803
|
+
var require_stringify4 = __commonJS({
|
|
258799
257804
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/stringify.js"(exports, module) {
|
|
258800
257805
|
var Uni = require_unicode();
|
|
258801
257806
|
if (!function f() {
|
|
@@ -259058,7 +258063,7 @@ var require_stringify5 = __commonJS({
|
|
|
259058
258063
|
// node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/analyze.js
|
|
259059
258064
|
var require_analyze = __commonJS({
|
|
259060
258065
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/analyze.js"(exports, module) {
|
|
259061
|
-
var tokenize =
|
|
258066
|
+
var tokenize = require_parse5().tokenize;
|
|
259062
258067
|
module.exports.analyze = function analyzeJSON(input, options) {
|
|
259063
258068
|
if (options == null) options = {};
|
|
259064
258069
|
if (!Array.isArray(input)) {
|
|
@@ -259136,8 +258141,8 @@ var require_analyze = __commonJS({
|
|
|
259136
258141
|
var require_document = __commonJS({
|
|
259137
258142
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/document.js"(exports, module) {
|
|
259138
258143
|
var assert26 = __require("assert");
|
|
259139
|
-
var tokenize =
|
|
259140
|
-
var stringify4 =
|
|
258144
|
+
var tokenize = require_parse5().tokenize;
|
|
258145
|
+
var stringify4 = require_stringify4().stringify;
|
|
259141
258146
|
var analyze = require_analyze().analyze;
|
|
259142
258147
|
function isObject3(x) {
|
|
259143
258148
|
return typeof x === "object" && x !== null;
|
|
@@ -259471,7 +258476,7 @@ var require_document = __commonJS({
|
|
|
259471
258476
|
});
|
|
259472
258477
|
|
|
259473
258478
|
// node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/utils.js
|
|
259474
|
-
var
|
|
258479
|
+
var require_utils9 = __commonJS({
|
|
259475
258480
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/lib/utils.js"(exports, module) {
|
|
259476
258481
|
var FS = __require("fs");
|
|
259477
258482
|
var jju = require_jju();
|
|
@@ -259510,13 +258515,13 @@ var require_utils10 = __commonJS({
|
|
|
259510
258515
|
var require_jju = __commonJS({
|
|
259511
258516
|
"node_modules/.pnpm/jju@1.4.0/node_modules/jju/index.js"(exports, module) {
|
|
259512
258517
|
module.exports.__defineGetter__("parse", function() {
|
|
259513
|
-
return
|
|
258518
|
+
return require_parse5().parse;
|
|
259514
258519
|
});
|
|
259515
258520
|
module.exports.__defineGetter__("stringify", function() {
|
|
259516
|
-
return
|
|
258521
|
+
return require_stringify4().stringify;
|
|
259517
258522
|
});
|
|
259518
258523
|
module.exports.__defineGetter__("tokenize", function() {
|
|
259519
|
-
return
|
|
258524
|
+
return require_parse5().tokenize;
|
|
259520
258525
|
});
|
|
259521
258526
|
module.exports.__defineGetter__("update", function() {
|
|
259522
258527
|
return require_document().update;
|
|
@@ -259525,7 +258530,7 @@ var require_jju = __commonJS({
|
|
|
259525
258530
|
return require_analyze().analyze;
|
|
259526
258531
|
});
|
|
259527
258532
|
module.exports.__defineGetter__("utils", function() {
|
|
259528
|
-
return
|
|
258533
|
+
return require_utils9();
|
|
259529
258534
|
});
|
|
259530
258535
|
}
|
|
259531
258536
|
});
|
|
@@ -262154,7 +261159,7 @@ var require_readShebang = __commonJS({
|
|
|
262154
261159
|
});
|
|
262155
261160
|
|
|
262156
261161
|
// node_modules/.pnpm/cross-spawn@5.1.0/node_modules/cross-spawn/lib/parse.js
|
|
262157
|
-
var
|
|
261162
|
+
var require_parse6 = __commonJS({
|
|
262158
261163
|
"node_modules/.pnpm/cross-spawn@5.1.0/node_modules/cross-spawn/lib/parse.js"(exports, module) {
|
|
262159
261164
|
"use strict";
|
|
262160
261165
|
var resolveCommand = require_resolveCommand();
|
|
@@ -262298,7 +261303,7 @@ var require_cross_spawn = __commonJS({
|
|
|
262298
261303
|
"node_modules/.pnpm/cross-spawn@5.1.0/node_modules/cross-spawn/index.js"(exports, module) {
|
|
262299
261304
|
"use strict";
|
|
262300
261305
|
var cp = __require("child_process");
|
|
262301
|
-
var parse5 =
|
|
261306
|
+
var parse5 = require_parse6();
|
|
262302
261307
|
var enoent = require_enoent();
|
|
262303
261308
|
var cpSpawnSync = cp.spawnSync;
|
|
262304
261309
|
function spawn5(command, args, options) {
|
|
@@ -272234,7 +271239,7 @@ var require_strip_json_comments = __commonJS({
|
|
|
272234
271239
|
});
|
|
272235
271240
|
|
|
272236
271241
|
// node_modules/.pnpm/rc@1.2.8/node_modules/rc/lib/utils.js
|
|
272237
|
-
var
|
|
271242
|
+
var require_utils10 = __commonJS({
|
|
272238
271243
|
"node_modules/.pnpm/rc@1.2.8/node_modules/rc/lib/utils.js"(exports) {
|
|
272239
271244
|
"use strict";
|
|
272240
271245
|
var fs19 = __require("fs");
|
|
@@ -272640,7 +271645,7 @@ var require_minimist = __commonJS({
|
|
|
272640
271645
|
// node_modules/.pnpm/rc@1.2.8/node_modules/rc/index.js
|
|
272641
271646
|
var require_rc = __commonJS({
|
|
272642
271647
|
"node_modules/.pnpm/rc@1.2.8/node_modules/rc/index.js"(exports, module) {
|
|
272643
|
-
var cc =
|
|
271648
|
+
var cc = require_utils10();
|
|
272644
271649
|
var join7 = __require("path").join;
|
|
272645
271650
|
var deepExtend = require_deep_extend();
|
|
272646
271651
|
var etc = "/etc";
|
|
@@ -274658,7 +273663,7 @@ var require_registry_auth_token = __commonJS({
|
|
|
274658
273663
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/clean.js
|
|
274659
273664
|
var require_clean = __commonJS({
|
|
274660
273665
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/clean.js"(exports, module) {
|
|
274661
|
-
var parse5 =
|
|
273666
|
+
var parse5 = require_parse4();
|
|
274662
273667
|
var clean6 = (version3, options) => {
|
|
274663
273668
|
const s = parse5(version3.trim().replace(/^[=v]+/, ""), options);
|
|
274664
273669
|
return s ? s.version : null;
|
|
@@ -274693,7 +273698,7 @@ var require_inc = __commonJS({
|
|
|
274693
273698
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/diff.js
|
|
274694
273699
|
var require_diff = __commonJS({
|
|
274695
273700
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/diff.js"(exports, module) {
|
|
274696
|
-
var parse5 =
|
|
273701
|
+
var parse5 = require_parse4();
|
|
274697
273702
|
var diff = (version1, version22) => {
|
|
274698
273703
|
const v1 = parse5(version1, null, true);
|
|
274699
273704
|
const v2 = parse5(version22, null, true);
|
|
@@ -274764,7 +273769,7 @@ var require_patch = __commonJS({
|
|
|
274764
273769
|
// node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/prerelease.js
|
|
274765
273770
|
var require_prerelease = __commonJS({
|
|
274766
273771
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/prerelease.js"(exports, module) {
|
|
274767
|
-
var parse5 =
|
|
273772
|
+
var parse5 = require_parse4();
|
|
274768
273773
|
var prerelease = (version3, options) => {
|
|
274769
273774
|
const parsed = parse5(version3, options);
|
|
274770
273775
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
@@ -274938,7 +273943,7 @@ var require_cmp = __commonJS({
|
|
|
274938
273943
|
var require_coerce = __commonJS({
|
|
274939
273944
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/coerce.js"(exports, module) {
|
|
274940
273945
|
var SemVer = require_semver();
|
|
274941
|
-
var parse5 =
|
|
273946
|
+
var parse5 = require_parse4();
|
|
274942
273947
|
var { safeRe: re, t } = require_re();
|
|
274943
273948
|
var coerce2 = (version3, options) => {
|
|
274944
273949
|
if (version3 instanceof SemVer) {
|
|
@@ -275154,7 +274159,7 @@ var require_range = __commonJS({
|
|
|
275154
274159
|
tildeTrimReplace,
|
|
275155
274160
|
caretTrimReplace
|
|
275156
274161
|
} = require_re();
|
|
275157
|
-
var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } =
|
|
274162
|
+
var { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = require_constants4();
|
|
275158
274163
|
var isNullSet = (c3) => c3.value === "<0.0.0-0";
|
|
275159
274164
|
var isAny2 = (c3) => c3.value === "";
|
|
275160
274165
|
var isSatisfiable = (comparators, options) => {
|
|
@@ -275950,10 +274955,10 @@ var require_subset = __commonJS({
|
|
|
275950
274955
|
var require_semver3 = __commonJS({
|
|
275951
274956
|
"node_modules/.pnpm/semver@7.6.2/node_modules/semver/index.js"(exports, module) {
|
|
275952
274957
|
var internalRe = require_re();
|
|
275953
|
-
var constants =
|
|
274958
|
+
var constants = require_constants4();
|
|
275954
274959
|
var SemVer = require_semver();
|
|
275955
274960
|
var identifiers = require_identifiers();
|
|
275956
|
-
var parse5 =
|
|
274961
|
+
var parse5 = require_parse4();
|
|
275957
274962
|
var valid = require_valid();
|
|
275958
274963
|
var clean6 = require_clean();
|
|
275959
274964
|
var inc = require_inc();
|
|
@@ -283413,7 +282418,7 @@ var require_getBorderCharacters = __commonJS({
|
|
|
283413
282418
|
});
|
|
283414
282419
|
|
|
283415
282420
|
// node_modules/.pnpm/table@6.8.2/node_modules/table/dist/src/utils.js
|
|
283416
|
-
var
|
|
282421
|
+
var require_utils11 = __commonJS({
|
|
283417
282422
|
"node_modules/.pnpm/table@6.8.2/node_modules/table/dist/src/utils.js"(exports) {
|
|
283418
282423
|
"use strict";
|
|
283419
282424
|
var __importDefault2 = exports && exports.__importDefault || function(mod) {
|
|
@@ -283525,7 +282530,7 @@ var require_alignString = __commonJS({
|
|
|
283525
282530
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
283526
282531
|
exports.alignString = void 0;
|
|
283527
282532
|
var string_width_1 = __importDefault2(require_string_width());
|
|
283528
|
-
var utils_1 =
|
|
282533
|
+
var utils_1 = require_utils11();
|
|
283529
282534
|
var alignLeft = (subject, width) => {
|
|
283530
282535
|
return subject + " ".repeat(width);
|
|
283531
282536
|
};
|
|
@@ -283678,7 +282683,7 @@ var require_wrapCell = __commonJS({
|
|
|
283678
282683
|
"use strict";
|
|
283679
282684
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
283680
282685
|
exports.wrapCell = void 0;
|
|
283681
|
-
var utils_1 =
|
|
282686
|
+
var utils_1 = require_utils11();
|
|
283682
282687
|
var wrapString_1 = require_wrapString();
|
|
283683
282688
|
var wrapWord_1 = require_wrapWord();
|
|
283684
282689
|
var wrapCell = (cellValue, cellWidth, useWrapWord) => {
|
|
@@ -283720,7 +282725,7 @@ var require_calculateRowHeights = __commonJS({
|
|
|
283720
282725
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
283721
282726
|
exports.calculateRowHeights = void 0;
|
|
283722
282727
|
var calculateCellHeight_1 = require_calculateCellHeight();
|
|
283723
|
-
var utils_1 =
|
|
282728
|
+
var utils_1 = require_utils11();
|
|
283724
282729
|
var calculateRowHeights = (rows, config) => {
|
|
283725
282730
|
const rowHeights = [];
|
|
283726
282731
|
for (const [rowIndex, row] of rows.entries()) {
|
|
@@ -284080,9 +283085,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
284080
283085
|
}
|
|
284081
283086
|
});
|
|
284082
283087
|
|
|
284083
|
-
// node_modules/.pnpm/ajv@8.
|
|
283088
|
+
// node_modules/.pnpm/ajv@8.14.0/node_modules/ajv/dist/runtime/equal.js
|
|
284084
283089
|
var require_equal = __commonJS({
|
|
284085
|
-
"node_modules/.pnpm/ajv@8.
|
|
283090
|
+
"node_modules/.pnpm/ajv@8.14.0/node_modules/ajv/dist/runtime/equal.js"(exports) {
|
|
284086
283091
|
"use strict";
|
|
284087
283092
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
284088
283093
|
var equal2 = require_fast_deep_equal();
|
|
@@ -286651,7 +285656,7 @@ var require_makeStreamConfig = __commonJS({
|
|
|
286651
285656
|
"use strict";
|
|
286652
285657
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
286653
285658
|
exports.makeStreamConfig = void 0;
|
|
286654
|
-
var utils_1 =
|
|
285659
|
+
var utils_1 = require_utils11();
|
|
286655
285660
|
var validateConfig_1 = require_validateConfig();
|
|
286656
285661
|
var makeColumnsConfig = (columnCount, columns = {}, columnDefault) => {
|
|
286657
285662
|
return Array.from({ length: columnCount }).map((_, index2) => {
|
|
@@ -286691,7 +285696,7 @@ var require_mapDataUsingRowHeights = __commonJS({
|
|
|
286691
285696
|
"use strict";
|
|
286692
285697
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
286693
285698
|
exports.mapDataUsingRowHeights = exports.padCellVertically = void 0;
|
|
286694
|
-
var utils_1 =
|
|
285699
|
+
var utils_1 = require_utils11();
|
|
286695
285700
|
var wrapCell_1 = require_wrapCell();
|
|
286696
285701
|
var createEmptyStrings = (length) => {
|
|
286697
285702
|
return new Array(length).fill("");
|
|
@@ -286780,7 +285785,7 @@ var require_stringifyTableData = __commonJS({
|
|
|
286780
285785
|
"use strict";
|
|
286781
285786
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
286782
285787
|
exports.stringifyTableData = void 0;
|
|
286783
|
-
var utils_1 =
|
|
285788
|
+
var utils_1 = require_utils11();
|
|
286784
285789
|
var stringifyTableData = (rows) => {
|
|
286785
285790
|
return rows.map((cells) => {
|
|
286786
285791
|
return cells.map((cell) => {
|
|
@@ -287055,7 +286060,7 @@ var require_createStream = __commonJS({
|
|
|
287055
286060
|
var padTableData_1 = require_padTableData();
|
|
287056
286061
|
var stringifyTableData_1 = require_stringifyTableData();
|
|
287057
286062
|
var truncateTableData_1 = require_truncateTableData();
|
|
287058
|
-
var utils_1 =
|
|
286063
|
+
var utils_1 = require_utils11();
|
|
287059
286064
|
var prepareData = (data, config) => {
|
|
287060
286065
|
let rows = (0, stringifyTableData_1.stringifyTableData)(data);
|
|
287061
286066
|
rows = (0, truncateTableData_1.truncateTableData)(rows, (0, utils_1.extractTruncates)(config));
|
|
@@ -287142,7 +286147,7 @@ var require_drawTable = __commonJS({
|
|
|
287142
286147
|
var drawBorder_1 = require_drawBorder();
|
|
287143
286148
|
var drawContent_1 = require_drawContent();
|
|
287144
286149
|
var drawRow_1 = require_drawRow();
|
|
287145
|
-
var utils_1 =
|
|
286150
|
+
var utils_1 = require_utils11();
|
|
287146
286151
|
var drawTable = (rows, outputColumnWidths, rowHeights, config) => {
|
|
287147
286152
|
const { drawHorizontalLine, singleLine } = config;
|
|
287148
286153
|
const contents = (0, utils_1.groupBySizes)(rows, rowHeights).map((group, groupIndex) => {
|
|
@@ -287224,7 +286229,7 @@ var require_calculateMaximumColumnWidths = __commonJS({
|
|
|
287224
286229
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
287225
286230
|
exports.calculateMaximumColumnWidths = exports.calculateMaximumCellWidth = void 0;
|
|
287226
286231
|
var string_width_1 = __importDefault2(require_string_width());
|
|
287227
|
-
var utils_1 =
|
|
286232
|
+
var utils_1 = require_utils11();
|
|
287228
286233
|
var calculateMaximumCellWidth = (cell) => {
|
|
287229
286234
|
return Math.max(...cell.split("\n").map(string_width_1.default));
|
|
287230
286235
|
};
|
|
@@ -287268,7 +286273,7 @@ var require_alignSpanningCell = __commonJS({
|
|
|
287268
286273
|
var mapDataUsingRowHeights_1 = require_mapDataUsingRowHeights();
|
|
287269
286274
|
var padTableData_1 = require_padTableData();
|
|
287270
286275
|
var truncateTableData_1 = require_truncateTableData();
|
|
287271
|
-
var utils_1 =
|
|
286276
|
+
var utils_1 = require_utils11();
|
|
287272
286277
|
var wrapCell_1 = require_wrapCell();
|
|
287273
286278
|
var wrapRangeContent = (rangeConfig, rangeWidth, context) => {
|
|
287274
286279
|
const { topLeft, paddingRight, paddingLeft, truncate, wrapWord, alignment } = rangeConfig;
|
|
@@ -287309,7 +286314,7 @@ var require_calculateSpanningCellWidth = __commonJS({
|
|
|
287309
286314
|
"use strict";
|
|
287310
286315
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
287311
286316
|
exports.calculateSpanningCellWidth = void 0;
|
|
287312
|
-
var utils_1 =
|
|
286317
|
+
var utils_1 = require_utils11();
|
|
287313
286318
|
var calculateSpanningCellWidth = (rangeConfig, dependencies) => {
|
|
287314
286319
|
const { columnsConfig, drawVerticalLine } = dependencies;
|
|
287315
286320
|
const { topLeft, bottomRight } = rangeConfig;
|
|
@@ -287335,7 +286340,7 @@ var require_makeRangeConfig = __commonJS({
|
|
|
287335
286340
|
"use strict";
|
|
287336
286341
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
287337
286342
|
exports.makeRangeConfig = void 0;
|
|
287338
|
-
var utils_1 =
|
|
286343
|
+
var utils_1 = require_utils11();
|
|
287339
286344
|
var makeRangeConfig = (spanningCellConfig, columnsConfig) => {
|
|
287340
286345
|
var _a;
|
|
287341
286346
|
const { topLeft, bottomRight } = (0, utils_1.calculateRangeCoordinate)(spanningCellConfig);
|
|
@@ -287363,7 +286368,7 @@ var require_spanningCellManager = __commonJS({
|
|
|
287363
286368
|
var alignSpanningCell_1 = require_alignSpanningCell();
|
|
287364
286369
|
var calculateSpanningCellWidth_1 = require_calculateSpanningCellWidth();
|
|
287365
286370
|
var makeRangeConfig_1 = require_makeRangeConfig();
|
|
287366
|
-
var utils_1 =
|
|
286371
|
+
var utils_1 = require_utils11();
|
|
287367
286372
|
var findRangeConfig = (cell, rangeConfigs) => {
|
|
287368
286373
|
return rangeConfigs.find((rangeCoordinate) => {
|
|
287369
286374
|
return (0, utils_1.isCellInRange)(cell, rangeCoordinate);
|
|
@@ -287467,7 +286472,7 @@ var require_validateSpanningCellConfig = __commonJS({
|
|
|
287467
286472
|
"use strict";
|
|
287468
286473
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
287469
286474
|
exports.validateSpanningCellConfig = void 0;
|
|
287470
|
-
var utils_1 =
|
|
286475
|
+
var utils_1 = require_utils11();
|
|
287471
286476
|
var inRange = (start, end, value) => {
|
|
287472
286477
|
return start <= value && value <= end;
|
|
287473
286478
|
};
|
|
@@ -287517,7 +286522,7 @@ var require_makeTableConfig = __commonJS({
|
|
|
287517
286522
|
exports.makeTableConfig = void 0;
|
|
287518
286523
|
var calculateMaximumColumnWidths_1 = require_calculateMaximumColumnWidths();
|
|
287519
286524
|
var spanningCellManager_1 = require_spanningCellManager();
|
|
287520
|
-
var utils_1 =
|
|
286525
|
+
var utils_1 = require_utils11();
|
|
287521
286526
|
var validateConfig_1 = require_validateConfig();
|
|
287522
286527
|
var validateSpanningCellConfig_1 = require_validateSpanningCellConfig();
|
|
287523
286528
|
var makeColumnsConfig = (rows, columns, columnDefault, spanningCellConfigs) => {
|
|
@@ -287574,7 +286579,7 @@ var require_validateTableData = __commonJS({
|
|
|
287574
286579
|
"use strict";
|
|
287575
286580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
287576
286581
|
exports.validateTableData = void 0;
|
|
287577
|
-
var utils_1 =
|
|
286582
|
+
var utils_1 = require_utils11();
|
|
287578
286583
|
var validateTableData = (rows) => {
|
|
287579
286584
|
if (!Array.isArray(rows)) {
|
|
287580
286585
|
throw new TypeError("Table data must be an array.");
|
|
@@ -287620,7 +286625,7 @@ var require_table = __commonJS({
|
|
|
287620
286625
|
var padTableData_1 = require_padTableData();
|
|
287621
286626
|
var stringifyTableData_1 = require_stringifyTableData();
|
|
287622
286627
|
var truncateTableData_1 = require_truncateTableData();
|
|
287623
|
-
var utils_1 =
|
|
286628
|
+
var utils_1 = require_utils11();
|
|
287624
286629
|
var validateTableData_1 = require_validateTableData();
|
|
287625
286630
|
var table2 = (data, userConfig = {}) => {
|
|
287626
286631
|
(0, validateTableData_1.validateTableData)(data);
|
|
@@ -291851,6 +290856,13 @@ var SingleThemeColorConfigSchema = z.object({
|
|
|
291851
290856
|
error: ErrorColorSchema,
|
|
291852
290857
|
fatal: FatalColorSchema
|
|
291853
290858
|
});
|
|
290859
|
+
var RegistryUrlConfigSchema = z.string().trim().toLowerCase().url().optional().describe("A remote registry URL used to publish distributable packages");
|
|
290860
|
+
var RegistryConfigSchema = z.object({
|
|
290861
|
+
github: RegistryUrlConfigSchema,
|
|
290862
|
+
npm: RegistryUrlConfigSchema,
|
|
290863
|
+
cargo: RegistryUrlConfigSchema,
|
|
290864
|
+
cyclone: RegistryUrlConfigSchema
|
|
290865
|
+
}).describe("A list of remote registry URLs used by Storm Software");
|
|
291854
290866
|
var ColorConfigSchema = SingleThemeColorConfigSchema.or(
|
|
291855
290867
|
MultiThemeColorConfigSchema
|
|
291856
290868
|
).describe("Colors used for various workspace elements");
|
|
@@ -291905,6 +290917,8 @@ var StormConfigSchema = z.object({
|
|
|
291905
290917
|
]).default("debug").describe(
|
|
291906
290918
|
"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."
|
|
291907
290919
|
),
|
|
290920
|
+
cloudflareAccountId: z.string().trim().toLowerCase().length(32).regex(/^([0-9a-fA-F]{32})$/i).nullable().default(null).describe("The default Cloudflare account ID of the workspace"),
|
|
290921
|
+
registry: RegistryConfigSchema,
|
|
291908
290922
|
configFile: z.string().trim().nullable().default(null).describe(
|
|
291909
290923
|
"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."
|
|
291910
290924
|
),
|