vlt 0.0.0-0.1730219793883 → 0.0.0-0.1730226262115
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/cache-unzip/unzip.js +59 -59
- package/cache-unzip/unzip.js.map +1 -1
- package/commands/config.js +64 -64
- package/commands/config.js.map +1 -1
- package/commands/exec.js +105 -105
- package/commands/exec.js.map +1 -1
- package/commands/gui.js +165 -165
- package/commands/gui.js.map +1 -1
- package/commands/help.js +76 -76
- package/commands/help.js.map +1 -1
- package/commands/install-exec.js +9 -9
- package/commands/install-exec.js.map +1 -1
- package/commands/install.js +460 -460
- package/commands/install.js.map +1 -1
- package/commands/list.js +209 -209
- package/commands/list.js.map +1 -1
- package/commands/pkg.js +15 -15
- package/commands/pkg.js.map +1 -1
- package/commands/query.js +209 -209
- package/commands/query.js.map +1 -1
- package/commands/run-exec.js +105 -105
- package/commands/run-exec.js.map +1 -1
- package/commands/run.js +105 -105
- package/commands/run.js.map +1 -1
- package/commands/uninstall.js +460 -460
- package/commands/uninstall.js.map +1 -1
- package/gui/explore.html +31 -29
- package/gui/index.js +10 -16862
- package/gui/index.js.map +2 -2
- package/gui/main.css +1 -1365
- package/package.json +1 -1
- package/rollback-remove/remove.js +54 -54
- package/rollback-remove/remove.js.map +1 -1
- package/vlix.js +117 -117
- package/vlix.js.map +1 -1
- package/vlr.js +117 -117
- package/vlr.js.map +1 -1
- package/vlrx.js +117 -117
- package/vlrx.js.map +1 -1
- package/vlt.js +117 -117
- package/vlt.js.map +1 -1
- package/vlx.js +117 -117
- package/vlx.js.map +1 -1
- package/gui/graph.json +0 -1
package/commands/run.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {resolve as
|
|
2
|
-
import {pathToFileURL as
|
|
3
|
-
import {createRequire as
|
|
1
|
+
import {resolve as bundle_path_resolve_8d3738} from "node:path"
|
|
2
|
+
import {pathToFileURL as bundle_url_pathToFileURL_dfb799} from "node:url"
|
|
3
|
+
import {createRequire as bundle_module_createRequire_7cc7b5} from "node:module"
|
|
4
4
|
var global = globalThis
|
|
5
5
|
import process from "node:process"
|
|
6
6
|
import {Buffer} from "node:buffer"
|
|
7
7
|
import {setImmediate, clearImmediate} from "node:timers"
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var require =
|
|
8
|
+
var bundle_import_meta_dirname_888800 = bundle_path_resolve_8d3738(import.meta.dirname, "..")
|
|
9
|
+
var bundle_import_meta_filename_bfe13f = bundle_path_resolve_8d3738(bundle_import_meta_dirname_888800, "run.js")
|
|
10
|
+
var bundle_import_meta_url_d4855a = bundle_url_pathToFileURL_dfb799(bundle_import_meta_filename_bfe13f).toString()
|
|
11
|
+
var bundle_import_meta_resolve_f05b53 = (_1fefe8) => bundle_url_pathToFileURL_dfb799(bundle_path_resolve_8d3738(bundle_import_meta_dirname_888800, _1fefe8))
|
|
12
|
+
var require = bundle_module_createRequire_7cc7b5(bundle_import_meta_filename_bfe13f)
|
|
13
13
|
var __create = Object.create;
|
|
14
14
|
var __defProp = Object.defineProperty;
|
|
15
15
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -42,9 +42,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
42
42
|
mod
|
|
43
43
|
));
|
|
44
44
|
|
|
45
|
-
//
|
|
45
|
+
// node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
|
|
46
46
|
var require_windows = __commonJS({
|
|
47
|
-
"
|
|
47
|
+
"node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
48
48
|
module.exports = isexe;
|
|
49
49
|
isexe.sync = sync2;
|
|
50
50
|
var fs = __require("node:fs");
|
|
@@ -82,9 +82,9 @@ var require_windows = __commonJS({
|
|
|
82
82
|
}
|
|
83
83
|
});
|
|
84
84
|
|
|
85
|
-
//
|
|
85
|
+
// node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
86
86
|
var require_mode = __commonJS({
|
|
87
|
-
"
|
|
87
|
+
"node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
88
88
|
module.exports = isexe;
|
|
89
89
|
isexe.sync = sync2;
|
|
90
90
|
var fs = __require("node:fs");
|
|
@@ -115,9 +115,9 @@ var require_mode = __commonJS({
|
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
|
|
118
|
-
//
|
|
118
|
+
// node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
119
119
|
var require_isexe = __commonJS({
|
|
120
|
-
"
|
|
120
|
+
"node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
121
121
|
var fs = __require("node:fs");
|
|
122
122
|
var core;
|
|
123
123
|
if (process.platform === "win32" || global.TESTING_WINDOWS) {
|
|
@@ -170,9 +170,9 @@ var require_isexe = __commonJS({
|
|
|
170
170
|
}
|
|
171
171
|
});
|
|
172
172
|
|
|
173
|
-
//
|
|
173
|
+
// node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
|
|
174
174
|
var require_which = __commonJS({
|
|
175
|
-
"
|
|
175
|
+
"node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
|
|
176
176
|
var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
177
177
|
var path2 = __require("node:path");
|
|
178
178
|
var COLON = isWindows ? ";" : ":";
|
|
@@ -266,9 +266,9 @@ var require_which = __commonJS({
|
|
|
266
266
|
}
|
|
267
267
|
});
|
|
268
268
|
|
|
269
|
-
//
|
|
269
|
+
// node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js
|
|
270
270
|
var require_path_key = __commonJS({
|
|
271
|
-
"
|
|
271
|
+
"node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
|
|
272
272
|
"use strict";
|
|
273
273
|
var pathKey = (options = {}) => {
|
|
274
274
|
const environment = options.env || process.env;
|
|
@@ -283,9 +283,9 @@ var require_path_key = __commonJS({
|
|
|
283
283
|
}
|
|
284
284
|
});
|
|
285
285
|
|
|
286
|
-
//
|
|
286
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
287
287
|
var require_resolveCommand = __commonJS({
|
|
288
|
-
"
|
|
288
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
|
|
289
289
|
"use strict";
|
|
290
290
|
var path2 = __require("node:path");
|
|
291
291
|
var which = require_which();
|
|
@@ -325,9 +325,9 @@ var require_resolveCommand = __commonJS({
|
|
|
325
325
|
}
|
|
326
326
|
});
|
|
327
327
|
|
|
328
|
-
//
|
|
328
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/escape.js
|
|
329
329
|
var require_escape = __commonJS({
|
|
330
|
-
"
|
|
330
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
|
|
331
331
|
"use strict";
|
|
332
332
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
333
333
|
function escapeCommand(arg) {
|
|
@@ -350,17 +350,17 @@ var require_escape = __commonJS({
|
|
|
350
350
|
}
|
|
351
351
|
});
|
|
352
352
|
|
|
353
|
-
//
|
|
353
|
+
// node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js
|
|
354
354
|
var require_shebang_regex = __commonJS({
|
|
355
|
-
"
|
|
355
|
+
"node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
|
|
356
356
|
"use strict";
|
|
357
357
|
module.exports = /^#!(.*)/;
|
|
358
358
|
}
|
|
359
359
|
});
|
|
360
360
|
|
|
361
|
-
//
|
|
361
|
+
// node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js
|
|
362
362
|
var require_shebang_command = __commonJS({
|
|
363
|
-
"
|
|
363
|
+
"node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
|
|
364
364
|
"use strict";
|
|
365
365
|
var shebangRegex = require_shebang_regex();
|
|
366
366
|
module.exports = (string = "") => {
|
|
@@ -378,9 +378,9 @@ var require_shebang_command = __commonJS({
|
|
|
378
378
|
}
|
|
379
379
|
});
|
|
380
380
|
|
|
381
|
-
//
|
|
381
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/readShebang.js
|
|
382
382
|
var require_readShebang = __commonJS({
|
|
383
|
-
"
|
|
383
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
|
|
384
384
|
"use strict";
|
|
385
385
|
var fs = __require("node:fs");
|
|
386
386
|
var shebangCommand = require_shebang_command();
|
|
@@ -400,9 +400,9 @@ var require_readShebang = __commonJS({
|
|
|
400
400
|
}
|
|
401
401
|
});
|
|
402
402
|
|
|
403
|
-
//
|
|
403
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/parse.js
|
|
404
404
|
var require_parse = __commonJS({
|
|
405
|
-
"
|
|
405
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/parse.js"(exports, module) {
|
|
406
406
|
"use strict";
|
|
407
407
|
var path2 = __require("node:path");
|
|
408
408
|
var resolveCommand = require_resolveCommand();
|
|
@@ -462,9 +462,9 @@ var require_parse = __commonJS({
|
|
|
462
462
|
}
|
|
463
463
|
});
|
|
464
464
|
|
|
465
|
-
//
|
|
465
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/enoent.js
|
|
466
466
|
var require_enoent = __commonJS({
|
|
467
|
-
"
|
|
467
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
|
|
468
468
|
"use strict";
|
|
469
469
|
var isWin = process.platform === "win32";
|
|
470
470
|
function notFoundError(original, syscall) {
|
|
@@ -512,9 +512,9 @@ var require_enoent = __commonJS({
|
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
514
|
|
|
515
|
-
//
|
|
515
|
+
// node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/index.js
|
|
516
516
|
var require_cross_spawn = __commonJS({
|
|
517
|
-
"
|
|
517
|
+
"node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/index.js"(exports, module) {
|
|
518
518
|
"use strict";
|
|
519
519
|
var cp = __require("node:child_process");
|
|
520
520
|
var parse2 = require_parse();
|
|
@@ -539,9 +539,9 @@ var require_cross_spawn = __commonJS({
|
|
|
539
539
|
}
|
|
540
540
|
});
|
|
541
541
|
|
|
542
|
-
//
|
|
542
|
+
// node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
|
|
543
543
|
var require_balanced_match = __commonJS({
|
|
544
|
-
"
|
|
544
|
+
"node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
|
|
545
545
|
"use strict";
|
|
546
546
|
module.exports = balanced;
|
|
547
547
|
function balanced(a, b, str) {
|
|
@@ -597,9 +597,9 @@ var require_balanced_match = __commonJS({
|
|
|
597
597
|
}
|
|
598
598
|
});
|
|
599
599
|
|
|
600
|
-
//
|
|
600
|
+
// node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
|
|
601
601
|
var require_brace_expansion = __commonJS({
|
|
602
|
-
"
|
|
602
|
+
"node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
|
|
603
603
|
var balanced = require_balanced_match();
|
|
604
604
|
module.exports = expandTop;
|
|
605
605
|
var escSlash = "\0SLASH" + Math.random() + "\0";
|
|
@@ -747,16 +747,16 @@ var require_brace_expansion = __commonJS({
|
|
|
747
747
|
}
|
|
748
748
|
});
|
|
749
749
|
|
|
750
|
-
//
|
|
750
|
+
// node_modules/.pnpm/emoji-regex@10.3.0/node_modules/emoji-regex/index.js
|
|
751
751
|
var require_emoji_regex = __commonJS({
|
|
752
|
-
"
|
|
752
|
+
"node_modules/.pnpm/emoji-regex@10.3.0/node_modules/emoji-regex/index.js"(exports, module) {
|
|
753
753
|
module.exports = () => {
|
|
754
754
|
return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
755
755
|
};
|
|
756
756
|
}
|
|
757
757
|
});
|
|
758
758
|
|
|
759
|
-
//
|
|
759
|
+
// src/error-cause/dist/esm/index.js
|
|
760
760
|
var create = (cls, defaultFrom, message, cause, from = defaultFrom) => {
|
|
761
761
|
const er = new cls(message, cause ? { cause } : void 0);
|
|
762
762
|
Error.captureStackTrace?.(er, from);
|
|
@@ -766,7 +766,7 @@ var error = (message, cause, from) => create(Error, error, message, cause, from)
|
|
|
766
766
|
var typeError = (message, cause, from) => create(TypeError, typeError, message, cause, from);
|
|
767
767
|
var syntaxError = (message, cause, from) => create(SyntaxError, syntaxError, message, cause, from);
|
|
768
768
|
|
|
769
|
-
//
|
|
769
|
+
// src/types/dist/esm/index.js
|
|
770
770
|
var maybeRecordStringString = (o) => o === void 0 || isRecordStringString(o);
|
|
771
771
|
var isRecordStringString = (o) => isRecordStringT(o, (s) => typeof s === "string");
|
|
772
772
|
var isRecordStringT = (o, check) => !!o && typeof o === "object" && Object.entries(o).every(([k, v]) => typeof k === "string" && check(v));
|
|
@@ -783,11 +783,11 @@ var asManifest = (m, from) => {
|
|
|
783
783
|
return m;
|
|
784
784
|
};
|
|
785
785
|
|
|
786
|
-
//
|
|
786
|
+
// src/package-json/dist/esm/index.js
|
|
787
787
|
import { readFileSync, writeFileSync } from "node:fs";
|
|
788
788
|
import { resolve } from "node:path";
|
|
789
789
|
|
|
790
|
-
//
|
|
790
|
+
// node_modules/.pnpm/polite-json@5.0.0/node_modules/polite-json/dist/esm/index.js
|
|
791
791
|
var hexify = (s) => Array.from(s).map((c) => "0x" + c.charCodeAt(0).toString(16).toUpperCase().padStart(2, "0")).join("");
|
|
792
792
|
var parseError = (e, txt, context) => {
|
|
793
793
|
if (!txt) {
|
|
@@ -876,7 +876,7 @@ var stringify = (obj, replacer, indent) => {
|
|
|
876
876
|
return space ? (nl === "\n" ? res : res.split("\n").join(nl)) + nl : res;
|
|
877
877
|
};
|
|
878
878
|
|
|
879
|
-
//
|
|
879
|
+
// src/package-json/dist/esm/index.js
|
|
880
880
|
var PackageJson = class {
|
|
881
881
|
/**
|
|
882
882
|
* cache of `package.json` loads
|
|
@@ -945,7 +945,7 @@ var PackageJson = class {
|
|
|
945
945
|
}
|
|
946
946
|
};
|
|
947
947
|
|
|
948
|
-
//
|
|
948
|
+
// src/promise-spawn/dist/esm/index.js
|
|
949
949
|
import { spawn } from "node:child_process";
|
|
950
950
|
var isPipe = (stdio = "pipe", fd) => stdio === "pipe" || stdio === "overlapped" || stdio === null ? true : Array.isArray(stdio) ? isPipe(stdio[fd], fd) : false;
|
|
951
951
|
function stdioResult(stdout, stderr, o) {
|
|
@@ -1013,11 +1013,11 @@ function promiseSpawn(command2, args, opts = {}, extra = {}) {
|
|
|
1013
1013
|
return new SpawnPromise(command2, args, opts, extra);
|
|
1014
1014
|
}
|
|
1015
1015
|
|
|
1016
|
-
//
|
|
1016
|
+
// node_modules/.pnpm/foreground-child@3.3.0/node_modules/foreground-child/dist/esm/index.js
|
|
1017
1017
|
var import_cross_spawn = __toESM(require_cross_spawn(), 1);
|
|
1018
1018
|
import { spawn as nodeSpawn } from "node:child_process";
|
|
1019
1019
|
|
|
1020
|
-
//
|
|
1020
|
+
// node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
|
|
1021
1021
|
var signals = [];
|
|
1022
1022
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
1023
1023
|
if (process.platform !== "win32") {
|
|
@@ -1041,7 +1041,7 @@ if (process.platform === "linux") {
|
|
|
1041
1041
|
signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
-
//
|
|
1044
|
+
// node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
1045
1045
|
var processOk = (process4) => !!process4 && typeof process4 === "object" && typeof process4.removeListener === "function" && typeof process4.emit === "function" && typeof process4.reallyExit === "function" && typeof process4.listeners === "function" && typeof process4.kill === "function" && typeof process4.pid === "number" && typeof process4.on === "function";
|
|
1046
1046
|
var kExitEmitter = Symbol.for("signal-exit emitter");
|
|
1047
1047
|
var global2 = globalThis;
|
|
@@ -1268,7 +1268,7 @@ var {
|
|
|
1268
1268
|
unload
|
|
1269
1269
|
} = signalExitWrap(processOk(process2) ? new SignalExit(process2) : new SignalExitFallback());
|
|
1270
1270
|
|
|
1271
|
-
//
|
|
1271
|
+
// node_modules/.pnpm/foreground-child@3.3.0/node_modules/foreground-child/dist/esm/all-signals.js
|
|
1272
1272
|
import constants from "node:constants";
|
|
1273
1273
|
var allSignals = (
|
|
1274
1274
|
// this is the full list of signals that Node will let us do anything with
|
|
@@ -1277,7 +1277,7 @@ var allSignals = (
|
|
|
1277
1277
|
k !== "SIGKILL")
|
|
1278
1278
|
);
|
|
1279
1279
|
|
|
1280
|
-
//
|
|
1280
|
+
// node_modules/.pnpm/foreground-child@3.3.0/node_modules/foreground-child/dist/esm/proxy-signals.js
|
|
1281
1281
|
var proxySignals = (child) => {
|
|
1282
1282
|
const listeners = /* @__PURE__ */ new Map();
|
|
1283
1283
|
for (const sig of allSignals) {
|
|
@@ -1302,7 +1302,7 @@ var proxySignals = (child) => {
|
|
|
1302
1302
|
return unproxy;
|
|
1303
1303
|
};
|
|
1304
1304
|
|
|
1305
|
-
//
|
|
1305
|
+
// node_modules/.pnpm/foreground-child@3.3.0/node_modules/foreground-child/dist/esm/watchdog.js
|
|
1306
1306
|
import { spawn as spawn2 } from "node:child_process";
|
|
1307
1307
|
var watchdogCode = String.raw`
|
|
1308
1308
|
const pid = parseInt(process.argv[1], 10)
|
|
@@ -1339,7 +1339,7 @@ var watchdog = (child) => {
|
|
|
1339
1339
|
return dog;
|
|
1340
1340
|
};
|
|
1341
1341
|
|
|
1342
|
-
//
|
|
1342
|
+
// node_modules/.pnpm/foreground-child@3.3.0/node_modules/foreground-child/dist/esm/index.js
|
|
1343
1343
|
var spawn3 = process?.platform === "win32" ? import_cross_spawn.default : nodeSpawn;
|
|
1344
1344
|
var normalizeFgArgs = (fgArgs) => {
|
|
1345
1345
|
let [program, args = [], spawnOpts = {}, cleanup = () => {
|
|
@@ -1425,11 +1425,11 @@ function foregroundChild(...fgArgs) {
|
|
|
1425
1425
|
}
|
|
1426
1426
|
var isPromise = (o) => !!o && typeof o === "object" && typeof o.then === "function";
|
|
1427
1427
|
|
|
1428
|
-
//
|
|
1428
|
+
// src/run/dist/esm/index.js
|
|
1429
1429
|
import { statSync } from "node:fs";
|
|
1430
1430
|
import { delimiter, resolve as resolve3 } from "node:path";
|
|
1431
1431
|
|
|
1432
|
-
//
|
|
1432
|
+
// node_modules/.pnpm/walk-up-path@4.0.0/node_modules/walk-up-path/dist/esm/index.js
|
|
1433
1433
|
import { dirname, resolve as resolve2 } from "node:path";
|
|
1434
1434
|
var walkUp = function* (path2) {
|
|
1435
1435
|
for (path2 = resolve2(path2); path2; ) {
|
|
@@ -1443,7 +1443,7 @@ var walkUp = function* (path2) {
|
|
|
1443
1443
|
}
|
|
1444
1444
|
};
|
|
1445
1445
|
|
|
1446
|
-
//
|
|
1446
|
+
// src/run/dist/esm/index.js
|
|
1447
1447
|
var dotBins = /* @__PURE__ */ new Map();
|
|
1448
1448
|
var dirExists = (p) => {
|
|
1449
1449
|
const cached = dotBins.get(p);
|
|
@@ -1601,12 +1601,12 @@ var execFG = async (options) => {
|
|
|
1601
1601
|
});
|
|
1602
1602
|
};
|
|
1603
1603
|
|
|
1604
|
-
//
|
|
1604
|
+
// src/spec/dist/esm/index.js
|
|
1605
1605
|
import { homedir } from "node:os";
|
|
1606
1606
|
import { isAbsolute, join, resolve as resolve4, win32 as winPath } from "node:path";
|
|
1607
1607
|
import { inspect } from "node:util";
|
|
1608
1608
|
|
|
1609
|
-
//
|
|
1609
|
+
// src/fast-split/dist/esm/index.js
|
|
1610
1610
|
function fastSplit(str, delim, limit = -1, onPart) {
|
|
1611
1611
|
let i = 0;
|
|
1612
1612
|
let p = 0;
|
|
@@ -1624,7 +1624,7 @@ function fastSplit(str, delim, limit = -1, onPart) {
|
|
|
1624
1624
|
return parts;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
//
|
|
1627
|
+
// src/semver/dist/esm/version.js
|
|
1628
1628
|
var maybeNumber = (s) => {
|
|
1629
1629
|
if (!/^[0-9]+$/.test(s))
|
|
1630
1630
|
return s;
|
|
@@ -1905,7 +1905,7 @@ var Version = class _Version {
|
|
|
1905
1905
|
}
|
|
1906
1906
|
};
|
|
1907
1907
|
|
|
1908
|
-
//
|
|
1908
|
+
// src/semver/dist/esm/comparator.js
|
|
1909
1909
|
var isOperator = (o) => !!o && (o === ">" || o === "<" || o === ">=" || o === "<=" || o === "" || o === "~" || o === "^" || o === "~>");
|
|
1910
1910
|
var preJunk = new Set("=v ");
|
|
1911
1911
|
var invalidComp = (c, message) => syntaxError(`invalid comparator: '${c}' ${message}`, { found: c }, Comparator);
|
|
@@ -2368,7 +2368,7 @@ var comparatorNone = {
|
|
|
2368
2368
|
test: (_) => false
|
|
2369
2369
|
};
|
|
2370
2370
|
|
|
2371
|
-
//
|
|
2371
|
+
// src/semver/dist/esm/range.js
|
|
2372
2372
|
var Range = class {
|
|
2373
2373
|
/** raw string used to create this Range */
|
|
2374
2374
|
raw;
|
|
@@ -2430,7 +2430,7 @@ var Range = class {
|
|
|
2430
2430
|
}
|
|
2431
2431
|
};
|
|
2432
2432
|
|
|
2433
|
-
//
|
|
2433
|
+
// src/semver/dist/esm/index.js
|
|
2434
2434
|
var parseRange = (range, includePrerelease = false) => {
|
|
2435
2435
|
if (typeof range === "object") {
|
|
2436
2436
|
if (range.includePrerelease === includePrerelease)
|
|
@@ -2444,7 +2444,7 @@ var parseRange = (range, includePrerelease = false) => {
|
|
|
2444
2444
|
}
|
|
2445
2445
|
};
|
|
2446
2446
|
|
|
2447
|
-
//
|
|
2447
|
+
// src/spec/dist/esm/browser.js
|
|
2448
2448
|
var kCustomInspect = Symbol.for("nodejs.util.inspect.custom");
|
|
2449
2449
|
var defaultRegistry = "https://registry.npmjs.org/";
|
|
2450
2450
|
var defaultRegistries = {
|
|
@@ -2946,7 +2946,7 @@ var getNormalizeFile = (opts) => (bareSpec, spec) => {
|
|
|
2946
2946
|
return [`./${rest}`, `file:./${rest}`];
|
|
2947
2947
|
};
|
|
2948
2948
|
|
|
2949
|
-
//
|
|
2949
|
+
// src/spec/dist/esm/index.js
|
|
2950
2950
|
var Spec2 = class extends Spec {
|
|
2951
2951
|
[kCustomInspect](_depth, options) {
|
|
2952
2952
|
const str = inspect(Object.fromEntries(Object.entries(this).filter(([k, v]) => {
|
|
@@ -2963,7 +2963,7 @@ Spec2.nodejsDependencies = {
|
|
|
2963
2963
|
winPath
|
|
2964
2964
|
};
|
|
2965
2965
|
|
|
2966
|
-
//
|
|
2966
|
+
// src/dep-id/dist/esm/index.js
|
|
2967
2967
|
var delimiter2 = "\xB7";
|
|
2968
2968
|
var depIDRegExp = new RegExp(`^((git)?${delimiter2}[^${delimiter2}]*${delimiter2}[^${delimiter2}]*(${delimiter2}[^${delimiter2}]*)?$|^(file|remote|workspace)${delimiter2}[^${delimiter2}]*)(${delimiter2}[^${delimiter2}]*)?$`);
|
|
2969
2969
|
var joinDepIDTuple = (list) => {
|
|
@@ -2980,13 +2980,13 @@ var joinDepIDTuple = (list) => {
|
|
|
2980
2980
|
};
|
|
2981
2981
|
var encode = (s) => encodeURIComponent(s).replaceAll("%40", "@");
|
|
2982
2982
|
|
|
2983
|
-
//
|
|
2983
|
+
// src/workspaces/dist/esm/index.js
|
|
2984
2984
|
import { readFileSync as readFileSync2, statSync as statSync2 } from "node:fs";
|
|
2985
2985
|
|
|
2986
|
-
//
|
|
2986
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
|
|
2987
2987
|
var import_brace_expansion = __toESM(require_brace_expansion(), 1);
|
|
2988
2988
|
|
|
2989
|
-
//
|
|
2989
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
|
|
2990
2990
|
var MAX_PATTERN_LENGTH = 1024 * 64;
|
|
2991
2991
|
var assertValidPattern = (pattern) => {
|
|
2992
2992
|
if (typeof pattern !== "string") {
|
|
@@ -2997,7 +2997,7 @@ var assertValidPattern = (pattern) => {
|
|
|
2997
2997
|
}
|
|
2998
2998
|
};
|
|
2999
2999
|
|
|
3000
|
-
//
|
|
3000
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
|
|
3001
3001
|
var posixClasses = {
|
|
3002
3002
|
"[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
|
|
3003
3003
|
"[:alpha:]": ["\\p{L}\\p{Nl}", true],
|
|
@@ -3106,12 +3106,12 @@ var parseClass = (glob2, position) => {
|
|
|
3106
3106
|
return [comb, uflag, endPos - pos, true];
|
|
3107
3107
|
};
|
|
3108
3108
|
|
|
3109
|
-
//
|
|
3109
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
|
|
3110
3110
|
var unescape = (s, { windowsPathsNoEscape = false } = {}) => {
|
|
3111
3111
|
return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
|
|
3112
3112
|
};
|
|
3113
3113
|
|
|
3114
|
-
//
|
|
3114
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
|
|
3115
3115
|
var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
|
|
3116
3116
|
var isExtglobType = (c) => types.has(c);
|
|
3117
3117
|
var startNoTraversal = "(?!(?:^|/)\\.\\.?(?:$|/))";
|
|
@@ -3590,12 +3590,12 @@ var AST = class _AST {
|
|
|
3590
3590
|
}
|
|
3591
3591
|
};
|
|
3592
3592
|
|
|
3593
|
-
//
|
|
3593
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
|
|
3594
3594
|
var escape = (s, { windowsPathsNoEscape = false } = {}) => {
|
|
3595
3595
|
return windowsPathsNoEscape ? s.replace(/[?*()[\]]/g, "[$&]") : s.replace(/[?*()[\]\\]/g, "\\$&");
|
|
3596
3596
|
};
|
|
3597
3597
|
|
|
3598
|
-
//
|
|
3598
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
|
|
3599
3599
|
var minimatch = (p, pattern, options = {}) => {
|
|
3600
3600
|
assertValidPattern(pattern);
|
|
3601
3601
|
if (!options.nocomment && pattern.charAt(0) === "#") {
|
|
@@ -4313,10 +4313,10 @@ minimatch.Minimatch = Minimatch;
|
|
|
4313
4313
|
minimatch.escape = escape;
|
|
4314
4314
|
minimatch.unescape = unescape;
|
|
4315
4315
|
|
|
4316
|
-
//
|
|
4316
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
|
|
4317
4317
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
4318
4318
|
|
|
4319
|
-
//
|
|
4319
|
+
// node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
|
|
4320
4320
|
var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
|
|
4321
4321
|
var warned = /* @__PURE__ */ new Set();
|
|
4322
4322
|
var PROCESS = typeof process === "object" && !!process ? process : {};
|
|
@@ -5685,14 +5685,14 @@ var LRUCache = class _LRUCache {
|
|
|
5685
5685
|
}
|
|
5686
5686
|
};
|
|
5687
5687
|
|
|
5688
|
-
//
|
|
5688
|
+
// node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
|
|
5689
5689
|
import { posix, win32 } from "node:path";
|
|
5690
5690
|
import { fileURLToPath } from "node:url";
|
|
5691
5691
|
import { lstatSync, readdir as readdirCB, readdirSync, readlinkSync, realpathSync as rps } from "node:fs";
|
|
5692
5692
|
import * as actualFS from "node:fs";
|
|
5693
5693
|
import { lstat, readdir, readlink, realpath } from "node:fs/promises";
|
|
5694
5694
|
|
|
5695
|
-
//
|
|
5695
|
+
// node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
|
|
5696
5696
|
import { EventEmitter } from "node:events";
|
|
5697
5697
|
import Stream from "node:stream";
|
|
5698
5698
|
import { StringDecoder } from "node:string_decoder";
|
|
@@ -6570,7 +6570,7 @@ var Minipass = class extends EventEmitter {
|
|
|
6570
6570
|
}
|
|
6571
6571
|
};
|
|
6572
6572
|
|
|
6573
|
-
//
|
|
6573
|
+
// node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
|
|
6574
6574
|
var realpathSync = rps.native;
|
|
6575
6575
|
var defaultFS = {
|
|
6576
6576
|
lstatSync,
|
|
@@ -8296,7 +8296,7 @@ var PathScurryDarwin = class extends PathScurryPosix {
|
|
|
8296
8296
|
var Path = process.platform === "win32" ? PathWin32 : PathPosix;
|
|
8297
8297
|
var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
|
|
8298
8298
|
|
|
8299
|
-
//
|
|
8299
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
|
|
8300
8300
|
var isPatternList = (pl) => pl.length >= 1;
|
|
8301
8301
|
var isGlobList = (gl) => gl.length >= 1;
|
|
8302
8302
|
var Pattern = class _Pattern {
|
|
@@ -8461,7 +8461,7 @@ var Pattern = class _Pattern {
|
|
|
8461
8461
|
}
|
|
8462
8462
|
};
|
|
8463
8463
|
|
|
8464
|
-
//
|
|
8464
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
|
|
8465
8465
|
var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
8466
8466
|
var Ignore = class {
|
|
8467
8467
|
relative;
|
|
@@ -8548,7 +8548,7 @@ var Ignore = class {
|
|
|
8548
8548
|
}
|
|
8549
8549
|
};
|
|
8550
8550
|
|
|
8551
|
-
//
|
|
8551
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
|
|
8552
8552
|
var HasWalkedCache = class _HasWalkedCache {
|
|
8553
8553
|
store;
|
|
8554
8554
|
constructor(store = /* @__PURE__ */ new Map()) {
|
|
@@ -8769,7 +8769,7 @@ var Processor = class _Processor {
|
|
|
8769
8769
|
}
|
|
8770
8770
|
};
|
|
8771
8771
|
|
|
8772
|
-
//
|
|
8772
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
|
|
8773
8773
|
var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
|
|
8774
8774
|
var GlobUtil = class {
|
|
8775
8775
|
path;
|
|
@@ -9096,7 +9096,7 @@ var GlobStream = class extends GlobUtil {
|
|
|
9096
9096
|
}
|
|
9097
9097
|
};
|
|
9098
9098
|
|
|
9099
|
-
//
|
|
9099
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
|
|
9100
9100
|
var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
9101
9101
|
var Glob = class {
|
|
9102
9102
|
absolute;
|
|
@@ -9296,7 +9296,7 @@ var Glob = class {
|
|
|
9296
9296
|
}
|
|
9297
9297
|
};
|
|
9298
9298
|
|
|
9299
|
-
//
|
|
9299
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
|
|
9300
9300
|
var hasMagic = (pattern, options = {}) => {
|
|
9301
9301
|
if (!Array.isArray(pattern)) {
|
|
9302
9302
|
pattern = [pattern];
|
|
@@ -9308,7 +9308,7 @@ var hasMagic = (pattern, options = {}) => {
|
|
|
9308
9308
|
return false;
|
|
9309
9309
|
};
|
|
9310
9310
|
|
|
9311
|
-
//
|
|
9311
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
|
|
9312
9312
|
function globStreamSync(pattern, options = {}) {
|
|
9313
9313
|
return new Glob(pattern, options).streamSync();
|
|
9314
9314
|
}
|
|
@@ -9356,7 +9356,7 @@ var glob = Object.assign(glob_, {
|
|
|
9356
9356
|
});
|
|
9357
9357
|
glob.glob = glob;
|
|
9358
9358
|
|
|
9359
|
-
//
|
|
9359
|
+
// node_modules/.pnpm/graph-run@1.0.4/node_modules/graph-run/dist/esm/index.js
|
|
9360
9360
|
import { setMaxListeners } from "node:events";
|
|
9361
9361
|
var RunnerBase = class {
|
|
9362
9362
|
results = /* @__PURE__ */ new Map();
|
|
@@ -9621,7 +9621,7 @@ var graphRunSync = (options) => {
|
|
|
9621
9621
|
return runner.results;
|
|
9622
9622
|
};
|
|
9623
9623
|
|
|
9624
|
-
//
|
|
9624
|
+
// src/workspaces/dist/esm/index.js
|
|
9625
9625
|
import { basename, resolve as resolve5, posix as posix2 } from "node:path";
|
|
9626
9626
|
var asWSConfig = (conf, path2) => {
|
|
9627
9627
|
assertWSConfig(conf, path2);
|
|
@@ -10092,7 +10092,7 @@ var Workspace = class {
|
|
|
10092
10092
|
}
|
|
10093
10093
|
};
|
|
10094
10094
|
|
|
10095
|
-
//
|
|
10095
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/fix-emoji.js
|
|
10096
10096
|
var import_emoji_regex = __toESM(require_emoji_regex(), 1);
|
|
10097
10097
|
var EMOJI_RE = (0, import_emoji_regex.default)();
|
|
10098
10098
|
var replaceWide = (c) => replaceNarrow(c) + " ";
|
|
@@ -10101,7 +10101,7 @@ var fixEmoji = (s) => {
|
|
|
10101
10101
|
return s.replace(/[\u2500-\u25FF]/g, replaceNarrow).replace(EMOJI_RE, replaceWide);
|
|
10102
10102
|
};
|
|
10103
10103
|
|
|
10104
|
-
//
|
|
10104
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/default-colors.js
|
|
10105
10105
|
var COLOR = "#eeeeee";
|
|
10106
10106
|
var BACKGROUND = "#222222";
|
|
10107
10107
|
var defaultColor = (s) => {
|
|
@@ -10115,7 +10115,7 @@ var defaultBackground = (s) => {
|
|
|
10115
10115
|
return BACKGROUND;
|
|
10116
10116
|
};
|
|
10117
10117
|
|
|
10118
|
-
//
|
|
10118
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/hex-to-rgb.js
|
|
10119
10119
|
var hexToRgb = (c) => {
|
|
10120
10120
|
c = c.replace(/^#/, "");
|
|
10121
10121
|
if (c.length === 3) {
|
|
@@ -10136,7 +10136,7 @@ var hexToRgb = (c) => {
|
|
|
10136
10136
|
return [r, g, b];
|
|
10137
10137
|
};
|
|
10138
10138
|
|
|
10139
|
-
//
|
|
10139
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/rgb-to-hex.js
|
|
10140
10140
|
var rgbToHex = ([r, g, b]) => {
|
|
10141
10141
|
if (r !== r || g !== g || b !== b) {
|
|
10142
10142
|
throw new Error("invalid RGB: " + [r, g, b].join(","));
|
|
@@ -10144,14 +10144,14 @@ var rgbToHex = ([r, g, b]) => {
|
|
|
10144
10144
|
return `#${Math.max(0, Math.min(r, 255)).toString(16).padStart(2, "0") + Math.max(0, Math.min(g, 255)).toString(16).padStart(2, "0") + Math.max(0, Math.min(b, 255)).toString(16).padStart(2, "0")}`;
|
|
10145
10145
|
};
|
|
10146
10146
|
|
|
10147
|
-
//
|
|
10147
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/dim-color.js
|
|
10148
10148
|
var DIMLEVEL = 0.75;
|
|
10149
10149
|
var dimColor = (c) => rgbToHex(hexToRgb(c).map((c2) => Math.floor(c2 * DIMLEVEL)));
|
|
10150
10150
|
|
|
10151
|
-
//
|
|
10151
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/html-escape.js
|
|
10152
10152
|
var htmlEscape = (s) => s.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """);
|
|
10153
10153
|
|
|
10154
|
-
//
|
|
10154
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/named.js
|
|
10155
10155
|
var nameCodes = {
|
|
10156
10156
|
black: 0,
|
|
10157
10157
|
red: 1,
|
|
@@ -10183,7 +10183,7 @@ var namedBrightColors = [
|
|
|
10183
10183
|
"#ffffff"
|
|
10184
10184
|
];
|
|
10185
10185
|
|
|
10186
|
-
//
|
|
10186
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/xterm.js
|
|
10187
10187
|
var hex = (n) => n.toString(16).padStart(2, "0");
|
|
10188
10188
|
var colors = [
|
|
10189
10189
|
...function* () {
|
|
@@ -10218,7 +10218,7 @@ var xtermCode = (n) => {
|
|
|
10218
10218
|
return grays[n - 232];
|
|
10219
10219
|
};
|
|
10220
10220
|
|
|
10221
|
-
//
|
|
10221
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/style.js
|
|
10222
10222
|
var ALL_END = "0";
|
|
10223
10223
|
var BG_END = "49";
|
|
10224
10224
|
var BG_START = "48";
|
|
@@ -10566,7 +10566,7 @@ var Style = class _Style {
|
|
|
10566
10566
|
};
|
|
10567
10567
|
var RESET = new Style(RESET_PROPS);
|
|
10568
10568
|
|
|
10569
|
-
//
|
|
10569
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/block.js
|
|
10570
10570
|
var Block = class {
|
|
10571
10571
|
#style;
|
|
10572
10572
|
#text;
|
|
@@ -10603,7 +10603,7 @@ var Block = class {
|
|
|
10603
10603
|
}
|
|
10604
10604
|
};
|
|
10605
10605
|
|
|
10606
|
-
//
|
|
10606
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/terminal.js
|
|
10607
10607
|
var CODES_RE = /^\u001b\[([0-9]*[A-GJKSTg]|([0-9;]*)m|([0-9]*;?[0-9]*)?[Hf]|\?[0-9]+[hl])/;
|
|
10608
10608
|
var OSC_RE = /^\u001b\](.*?)(?:\u0007|\u001b\\)/;
|
|
10609
10609
|
var OSC_TITLE = "0;";
|
|
@@ -11011,10 +11011,10 @@ var Terminal = class {
|
|
|
11011
11011
|
}
|
|
11012
11012
|
};
|
|
11013
11013
|
|
|
11014
|
-
//
|
|
11014
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/index.js
|
|
11015
11015
|
var ansiToAnsi = (input) => new Terminal(input).ansi;
|
|
11016
11016
|
|
|
11017
|
-
//
|
|
11017
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
11018
11018
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
11019
11019
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
11020
11020
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -11200,7 +11200,7 @@ function assembleStyles() {
|
|
|
11200
11200
|
var ansiStyles = assembleStyles();
|
|
11201
11201
|
var ansi_styles_default = ansiStyles;
|
|
11202
11202
|
|
|
11203
|
-
//
|
|
11203
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
11204
11204
|
import process3 from "node:process";
|
|
11205
11205
|
import os from "node:os";
|
|
11206
11206
|
import tty from "node:tty";
|
|
@@ -11326,7 +11326,7 @@ var supportsColor = {
|
|
|
11326
11326
|
};
|
|
11327
11327
|
var supports_color_default = supportsColor;
|
|
11328
11328
|
|
|
11329
|
-
//
|
|
11329
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
|
11330
11330
|
function stringReplaceAll(string, substring, replacer) {
|
|
11331
11331
|
let index = string.indexOf(substring);
|
|
11332
11332
|
if (index === -1) {
|
|
@@ -11356,7 +11356,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
11356
11356
|
return returnValue;
|
|
11357
11357
|
}
|
|
11358
11358
|
|
|
11359
|
-
//
|
|
11359
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
|
11360
11360
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
|
11361
11361
|
var GENERATOR = Symbol("GENERATOR");
|
|
11362
11362
|
var STYLER = Symbol("STYLER");
|
|
@@ -11503,7 +11503,7 @@ var chalk = createChalk();
|
|
|
11503
11503
|
var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
11504
11504
|
var source_default = chalk;
|
|
11505
11505
|
|
|
11506
|
-
//
|
|
11506
|
+
// src/vlt/dist/esm/exec-command.js
|
|
11507
11507
|
var ExecCommand = class {
|
|
11508
11508
|
bg;
|
|
11509
11509
|
fg;
|
|
@@ -11636,7 +11636,7 @@ var ExecCommand = class {
|
|
|
11636
11636
|
}
|
|
11637
11637
|
};
|
|
11638
11638
|
|
|
11639
|
-
//
|
|
11639
|
+
// src/vlt/dist/esm/commands/run.js
|
|
11640
11640
|
var usage = `vlt run <script> [args ...]
|
|
11641
11641
|
Run the named script from package.json`;
|
|
11642
11642
|
var RunCommand = class extends ExecCommand {
|