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-exec.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_1616be} from "node:path"
|
|
2
|
+
import {pathToFileURL as bundle_url_pathToFileURL_58083a} from "node:url"
|
|
3
|
+
import {createRequire as bundle_module_createRequire_038433} 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_7c48e7 = bundle_path_resolve_1616be(import.meta.dirname, "..")
|
|
9
|
+
var bundle_import_meta_filename_0b31bf = bundle_path_resolve_1616be(bundle_import_meta_dirname_7c48e7, "run-exec.js")
|
|
10
|
+
var bundle_import_meta_url_5180f8 = bundle_url_pathToFileURL_58083a(bundle_import_meta_filename_0b31bf).toString()
|
|
11
|
+
var bundle_import_meta_resolve_924135 = (_7053dd) => bundle_url_pathToFileURL_58083a(bundle_path_resolve_1616be(bundle_import_meta_dirname_7c48e7, _7053dd))
|
|
12
|
+
var require = bundle_module_createRequire_038433(bundle_import_meta_filename_0b31bf)
|
|
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);
|
|
@@ -1614,12 +1614,12 @@ var runExecImpl = async (options, runImpl2, execImpl) => {
|
|
|
1614
1614
|
var runExec = async (options) => runExecImpl(options, run, exec);
|
|
1615
1615
|
var runExecFG = async (options) => runExecImpl(options, runFG, execFG);
|
|
1616
1616
|
|
|
1617
|
-
//
|
|
1617
|
+
// src/spec/dist/esm/index.js
|
|
1618
1618
|
import { homedir } from "node:os";
|
|
1619
1619
|
import { isAbsolute, join, resolve as resolve4, win32 as winPath } from "node:path";
|
|
1620
1620
|
import { inspect } from "node:util";
|
|
1621
1621
|
|
|
1622
|
-
//
|
|
1622
|
+
// src/fast-split/dist/esm/index.js
|
|
1623
1623
|
function fastSplit(str, delim, limit = -1, onPart) {
|
|
1624
1624
|
let i = 0;
|
|
1625
1625
|
let p = 0;
|
|
@@ -1637,7 +1637,7 @@ function fastSplit(str, delim, limit = -1, onPart) {
|
|
|
1637
1637
|
return parts;
|
|
1638
1638
|
}
|
|
1639
1639
|
|
|
1640
|
-
//
|
|
1640
|
+
// src/semver/dist/esm/version.js
|
|
1641
1641
|
var maybeNumber = (s) => {
|
|
1642
1642
|
if (!/^[0-9]+$/.test(s))
|
|
1643
1643
|
return s;
|
|
@@ -1918,7 +1918,7 @@ var Version = class _Version {
|
|
|
1918
1918
|
}
|
|
1919
1919
|
};
|
|
1920
1920
|
|
|
1921
|
-
//
|
|
1921
|
+
// src/semver/dist/esm/comparator.js
|
|
1922
1922
|
var isOperator = (o) => !!o && (o === ">" || o === "<" || o === ">=" || o === "<=" || o === "" || o === "~" || o === "^" || o === "~>");
|
|
1923
1923
|
var preJunk = new Set("=v ");
|
|
1924
1924
|
var invalidComp = (c, message) => syntaxError(`invalid comparator: '${c}' ${message}`, { found: c }, Comparator);
|
|
@@ -2381,7 +2381,7 @@ var comparatorNone = {
|
|
|
2381
2381
|
test: (_) => false
|
|
2382
2382
|
};
|
|
2383
2383
|
|
|
2384
|
-
//
|
|
2384
|
+
// src/semver/dist/esm/range.js
|
|
2385
2385
|
var Range = class {
|
|
2386
2386
|
/** raw string used to create this Range */
|
|
2387
2387
|
raw;
|
|
@@ -2443,7 +2443,7 @@ var Range = class {
|
|
|
2443
2443
|
}
|
|
2444
2444
|
};
|
|
2445
2445
|
|
|
2446
|
-
//
|
|
2446
|
+
// src/semver/dist/esm/index.js
|
|
2447
2447
|
var parseRange = (range, includePrerelease = false) => {
|
|
2448
2448
|
if (typeof range === "object") {
|
|
2449
2449
|
if (range.includePrerelease === includePrerelease)
|
|
@@ -2457,7 +2457,7 @@ var parseRange = (range, includePrerelease = false) => {
|
|
|
2457
2457
|
}
|
|
2458
2458
|
};
|
|
2459
2459
|
|
|
2460
|
-
//
|
|
2460
|
+
// src/spec/dist/esm/browser.js
|
|
2461
2461
|
var kCustomInspect = Symbol.for("nodejs.util.inspect.custom");
|
|
2462
2462
|
var defaultRegistry = "https://registry.npmjs.org/";
|
|
2463
2463
|
var defaultRegistries = {
|
|
@@ -2959,7 +2959,7 @@ var getNormalizeFile = (opts) => (bareSpec, spec) => {
|
|
|
2959
2959
|
return [`./${rest}`, `file:./${rest}`];
|
|
2960
2960
|
};
|
|
2961
2961
|
|
|
2962
|
-
//
|
|
2962
|
+
// src/spec/dist/esm/index.js
|
|
2963
2963
|
var Spec2 = class extends Spec {
|
|
2964
2964
|
[kCustomInspect](_depth, options) {
|
|
2965
2965
|
const str = inspect(Object.fromEntries(Object.entries(this).filter(([k, v]) => {
|
|
@@ -2976,7 +2976,7 @@ Spec2.nodejsDependencies = {
|
|
|
2976
2976
|
winPath
|
|
2977
2977
|
};
|
|
2978
2978
|
|
|
2979
|
-
//
|
|
2979
|
+
// src/dep-id/dist/esm/index.js
|
|
2980
2980
|
var delimiter2 = "\xB7";
|
|
2981
2981
|
var depIDRegExp = new RegExp(`^((git)?${delimiter2}[^${delimiter2}]*${delimiter2}[^${delimiter2}]*(${delimiter2}[^${delimiter2}]*)?$|^(file|remote|workspace)${delimiter2}[^${delimiter2}]*)(${delimiter2}[^${delimiter2}]*)?$`);
|
|
2982
2982
|
var joinDepIDTuple = (list) => {
|
|
@@ -2993,13 +2993,13 @@ var joinDepIDTuple = (list) => {
|
|
|
2993
2993
|
};
|
|
2994
2994
|
var encode = (s) => encodeURIComponent(s).replaceAll("%40", "@");
|
|
2995
2995
|
|
|
2996
|
-
//
|
|
2996
|
+
// src/workspaces/dist/esm/index.js
|
|
2997
2997
|
import { readFileSync as readFileSync2, statSync as statSync2 } from "node:fs";
|
|
2998
2998
|
|
|
2999
|
-
//
|
|
2999
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
|
|
3000
3000
|
var import_brace_expansion = __toESM(require_brace_expansion(), 1);
|
|
3001
3001
|
|
|
3002
|
-
//
|
|
3002
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
|
|
3003
3003
|
var MAX_PATTERN_LENGTH = 1024 * 64;
|
|
3004
3004
|
var assertValidPattern = (pattern) => {
|
|
3005
3005
|
if (typeof pattern !== "string") {
|
|
@@ -3010,7 +3010,7 @@ var assertValidPattern = (pattern) => {
|
|
|
3010
3010
|
}
|
|
3011
3011
|
};
|
|
3012
3012
|
|
|
3013
|
-
//
|
|
3013
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
|
|
3014
3014
|
var posixClasses = {
|
|
3015
3015
|
"[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
|
|
3016
3016
|
"[:alpha:]": ["\\p{L}\\p{Nl}", true],
|
|
@@ -3119,12 +3119,12 @@ var parseClass = (glob2, position) => {
|
|
|
3119
3119
|
return [comb, uflag, endPos - pos, true];
|
|
3120
3120
|
};
|
|
3121
3121
|
|
|
3122
|
-
//
|
|
3122
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
|
|
3123
3123
|
var unescape = (s, { windowsPathsNoEscape = false } = {}) => {
|
|
3124
3124
|
return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
|
|
3125
3125
|
};
|
|
3126
3126
|
|
|
3127
|
-
//
|
|
3127
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
|
|
3128
3128
|
var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
|
|
3129
3129
|
var isExtglobType = (c) => types.has(c);
|
|
3130
3130
|
var startNoTraversal = "(?!(?:^|/)\\.\\.?(?:$|/))";
|
|
@@ -3603,12 +3603,12 @@ var AST = class _AST {
|
|
|
3603
3603
|
}
|
|
3604
3604
|
};
|
|
3605
3605
|
|
|
3606
|
-
//
|
|
3606
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
|
|
3607
3607
|
var escape = (s, { windowsPathsNoEscape = false } = {}) => {
|
|
3608
3608
|
return windowsPathsNoEscape ? s.replace(/[?*()[\]]/g, "[$&]") : s.replace(/[?*()[\]\\]/g, "\\$&");
|
|
3609
3609
|
};
|
|
3610
3610
|
|
|
3611
|
-
//
|
|
3611
|
+
// node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
|
|
3612
3612
|
var minimatch = (p, pattern, options = {}) => {
|
|
3613
3613
|
assertValidPattern(pattern);
|
|
3614
3614
|
if (!options.nocomment && pattern.charAt(0) === "#") {
|
|
@@ -4326,10 +4326,10 @@ minimatch.Minimatch = Minimatch;
|
|
|
4326
4326
|
minimatch.escape = escape;
|
|
4327
4327
|
minimatch.unescape = unescape;
|
|
4328
4328
|
|
|
4329
|
-
//
|
|
4329
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
|
|
4330
4330
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
4331
4331
|
|
|
4332
|
-
//
|
|
4332
|
+
// node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
|
|
4333
4333
|
var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
|
|
4334
4334
|
var warned = /* @__PURE__ */ new Set();
|
|
4335
4335
|
var PROCESS = typeof process === "object" && !!process ? process : {};
|
|
@@ -5698,14 +5698,14 @@ var LRUCache = class _LRUCache {
|
|
|
5698
5698
|
}
|
|
5699
5699
|
};
|
|
5700
5700
|
|
|
5701
|
-
//
|
|
5701
|
+
// node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
|
|
5702
5702
|
import { posix, win32 } from "node:path";
|
|
5703
5703
|
import { fileURLToPath } from "node:url";
|
|
5704
5704
|
import { lstatSync, readdir as readdirCB, readdirSync, readlinkSync, realpathSync as rps } from "node:fs";
|
|
5705
5705
|
import * as actualFS from "node:fs";
|
|
5706
5706
|
import { lstat, readdir, readlink, realpath } from "node:fs/promises";
|
|
5707
5707
|
|
|
5708
|
-
//
|
|
5708
|
+
// node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
|
|
5709
5709
|
import { EventEmitter } from "node:events";
|
|
5710
5710
|
import Stream from "node:stream";
|
|
5711
5711
|
import { StringDecoder } from "node:string_decoder";
|
|
@@ -6583,7 +6583,7 @@ var Minipass = class extends EventEmitter {
|
|
|
6583
6583
|
}
|
|
6584
6584
|
};
|
|
6585
6585
|
|
|
6586
|
-
//
|
|
6586
|
+
// node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
|
|
6587
6587
|
var realpathSync = rps.native;
|
|
6588
6588
|
var defaultFS = {
|
|
6589
6589
|
lstatSync,
|
|
@@ -8309,7 +8309,7 @@ var PathScurryDarwin = class extends PathScurryPosix {
|
|
|
8309
8309
|
var Path = process.platform === "win32" ? PathWin32 : PathPosix;
|
|
8310
8310
|
var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
|
|
8311
8311
|
|
|
8312
|
-
//
|
|
8312
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
|
|
8313
8313
|
var isPatternList = (pl) => pl.length >= 1;
|
|
8314
8314
|
var isGlobList = (gl) => gl.length >= 1;
|
|
8315
8315
|
var Pattern = class _Pattern {
|
|
@@ -8474,7 +8474,7 @@ var Pattern = class _Pattern {
|
|
|
8474
8474
|
}
|
|
8475
8475
|
};
|
|
8476
8476
|
|
|
8477
|
-
//
|
|
8477
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
|
|
8478
8478
|
var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
8479
8479
|
var Ignore = class {
|
|
8480
8480
|
relative;
|
|
@@ -8561,7 +8561,7 @@ var Ignore = class {
|
|
|
8561
8561
|
}
|
|
8562
8562
|
};
|
|
8563
8563
|
|
|
8564
|
-
//
|
|
8564
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
|
|
8565
8565
|
var HasWalkedCache = class _HasWalkedCache {
|
|
8566
8566
|
store;
|
|
8567
8567
|
constructor(store = /* @__PURE__ */ new Map()) {
|
|
@@ -8782,7 +8782,7 @@ var Processor = class _Processor {
|
|
|
8782
8782
|
}
|
|
8783
8783
|
};
|
|
8784
8784
|
|
|
8785
|
-
//
|
|
8785
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
|
|
8786
8786
|
var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
|
|
8787
8787
|
var GlobUtil = class {
|
|
8788
8788
|
path;
|
|
@@ -9109,7 +9109,7 @@ var GlobStream = class extends GlobUtil {
|
|
|
9109
9109
|
}
|
|
9110
9110
|
};
|
|
9111
9111
|
|
|
9112
|
-
//
|
|
9112
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
|
|
9113
9113
|
var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
|
|
9114
9114
|
var Glob = class {
|
|
9115
9115
|
absolute;
|
|
@@ -9309,7 +9309,7 @@ var Glob = class {
|
|
|
9309
9309
|
}
|
|
9310
9310
|
};
|
|
9311
9311
|
|
|
9312
|
-
//
|
|
9312
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
|
|
9313
9313
|
var hasMagic = (pattern, options = {}) => {
|
|
9314
9314
|
if (!Array.isArray(pattern)) {
|
|
9315
9315
|
pattern = [pattern];
|
|
@@ -9321,7 +9321,7 @@ var hasMagic = (pattern, options = {}) => {
|
|
|
9321
9321
|
return false;
|
|
9322
9322
|
};
|
|
9323
9323
|
|
|
9324
|
-
//
|
|
9324
|
+
// node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
|
|
9325
9325
|
function globStreamSync(pattern, options = {}) {
|
|
9326
9326
|
return new Glob(pattern, options).streamSync();
|
|
9327
9327
|
}
|
|
@@ -9369,7 +9369,7 @@ var glob = Object.assign(glob_, {
|
|
|
9369
9369
|
});
|
|
9370
9370
|
glob.glob = glob;
|
|
9371
9371
|
|
|
9372
|
-
//
|
|
9372
|
+
// node_modules/.pnpm/graph-run@1.0.4/node_modules/graph-run/dist/esm/index.js
|
|
9373
9373
|
import { setMaxListeners } from "node:events";
|
|
9374
9374
|
var RunnerBase = class {
|
|
9375
9375
|
results = /* @__PURE__ */ new Map();
|
|
@@ -9634,7 +9634,7 @@ var graphRunSync = (options) => {
|
|
|
9634
9634
|
return runner.results;
|
|
9635
9635
|
};
|
|
9636
9636
|
|
|
9637
|
-
//
|
|
9637
|
+
// src/workspaces/dist/esm/index.js
|
|
9638
9638
|
import { basename, resolve as resolve5, posix as posix2 } from "node:path";
|
|
9639
9639
|
var asWSConfig = (conf, path2) => {
|
|
9640
9640
|
assertWSConfig(conf, path2);
|
|
@@ -10105,7 +10105,7 @@ var Workspace = class {
|
|
|
10105
10105
|
}
|
|
10106
10106
|
};
|
|
10107
10107
|
|
|
10108
|
-
//
|
|
10108
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/fix-emoji.js
|
|
10109
10109
|
var import_emoji_regex = __toESM(require_emoji_regex(), 1);
|
|
10110
10110
|
var EMOJI_RE = (0, import_emoji_regex.default)();
|
|
10111
10111
|
var replaceWide = (c) => replaceNarrow(c) + " ";
|
|
@@ -10114,7 +10114,7 @@ var fixEmoji = (s) => {
|
|
|
10114
10114
|
return s.replace(/[\u2500-\u25FF]/g, replaceNarrow).replace(EMOJI_RE, replaceWide);
|
|
10115
10115
|
};
|
|
10116
10116
|
|
|
10117
|
-
//
|
|
10117
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/default-colors.js
|
|
10118
10118
|
var COLOR = "#eeeeee";
|
|
10119
10119
|
var BACKGROUND = "#222222";
|
|
10120
10120
|
var defaultColor = (s) => {
|
|
@@ -10128,7 +10128,7 @@ var defaultBackground = (s) => {
|
|
|
10128
10128
|
return BACKGROUND;
|
|
10129
10129
|
};
|
|
10130
10130
|
|
|
10131
|
-
//
|
|
10131
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/hex-to-rgb.js
|
|
10132
10132
|
var hexToRgb = (c) => {
|
|
10133
10133
|
c = c.replace(/^#/, "");
|
|
10134
10134
|
if (c.length === 3) {
|
|
@@ -10149,7 +10149,7 @@ var hexToRgb = (c) => {
|
|
|
10149
10149
|
return [r, g, b];
|
|
10150
10150
|
};
|
|
10151
10151
|
|
|
10152
|
-
//
|
|
10152
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/rgb-to-hex.js
|
|
10153
10153
|
var rgbToHex = ([r, g, b]) => {
|
|
10154
10154
|
if (r !== r || g !== g || b !== b) {
|
|
10155
10155
|
throw new Error("invalid RGB: " + [r, g, b].join(","));
|
|
@@ -10157,14 +10157,14 @@ var rgbToHex = ([r, g, b]) => {
|
|
|
10157
10157
|
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")}`;
|
|
10158
10158
|
};
|
|
10159
10159
|
|
|
10160
|
-
//
|
|
10160
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/dim-color.js
|
|
10161
10161
|
var DIMLEVEL = 0.75;
|
|
10162
10162
|
var dimColor = (c) => rgbToHex(hexToRgb(c).map((c2) => Math.floor(c2 * DIMLEVEL)));
|
|
10163
10163
|
|
|
10164
|
-
//
|
|
10164
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/html-escape.js
|
|
10165
10165
|
var htmlEscape = (s) => s.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """);
|
|
10166
10166
|
|
|
10167
|
-
//
|
|
10167
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/named.js
|
|
10168
10168
|
var nameCodes = {
|
|
10169
10169
|
black: 0,
|
|
10170
10170
|
red: 1,
|
|
@@ -10196,7 +10196,7 @@ var namedBrightColors = [
|
|
|
10196
10196
|
"#ffffff"
|
|
10197
10197
|
];
|
|
10198
10198
|
|
|
10199
|
-
//
|
|
10199
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/xterm.js
|
|
10200
10200
|
var hex = (n) => n.toString(16).padStart(2, "0");
|
|
10201
10201
|
var colors = [
|
|
10202
10202
|
...function* () {
|
|
@@ -10231,7 +10231,7 @@ var xtermCode = (n) => {
|
|
|
10231
10231
|
return grays[n - 232];
|
|
10232
10232
|
};
|
|
10233
10233
|
|
|
10234
|
-
//
|
|
10234
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/style.js
|
|
10235
10235
|
var ALL_END = "0";
|
|
10236
10236
|
var BG_END = "49";
|
|
10237
10237
|
var BG_START = "48";
|
|
@@ -10579,7 +10579,7 @@ var Style = class _Style {
|
|
|
10579
10579
|
};
|
|
10580
10580
|
var RESET = new Style(RESET_PROPS);
|
|
10581
10581
|
|
|
10582
|
-
//
|
|
10582
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/block.js
|
|
10583
10583
|
var Block = class {
|
|
10584
10584
|
#style;
|
|
10585
10585
|
#text;
|
|
@@ -10616,7 +10616,7 @@ var Block = class {
|
|
|
10616
10616
|
}
|
|
10617
10617
|
};
|
|
10618
10618
|
|
|
10619
|
-
//
|
|
10619
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/terminal.js
|
|
10620
10620
|
var CODES_RE = /^\u001b\[([0-9]*[A-GJKSTg]|([0-9;]*)m|([0-9]*;?[0-9]*)?[Hf]|\?[0-9]+[hl])/;
|
|
10621
10621
|
var OSC_RE = /^\u001b\](.*?)(?:\u0007|\u001b\\)/;
|
|
10622
10622
|
var OSC_TITLE = "0;";
|
|
@@ -11024,10 +11024,10 @@ var Terminal = class {
|
|
|
11024
11024
|
}
|
|
11025
11025
|
};
|
|
11026
11026
|
|
|
11027
|
-
//
|
|
11027
|
+
// node_modules/.pnpm/ansi-to-pre@1.0.6/node_modules/ansi-to-pre/dist/esm/index.js
|
|
11028
11028
|
var ansiToAnsi = (input) => new Terminal(input).ansi;
|
|
11029
11029
|
|
|
11030
|
-
//
|
|
11030
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
11031
11031
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
11032
11032
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
11033
11033
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -11213,7 +11213,7 @@ function assembleStyles() {
|
|
|
11213
11213
|
var ansiStyles = assembleStyles();
|
|
11214
11214
|
var ansi_styles_default = ansiStyles;
|
|
11215
11215
|
|
|
11216
|
-
//
|
|
11216
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
11217
11217
|
import process3 from "node:process";
|
|
11218
11218
|
import os from "node:os";
|
|
11219
11219
|
import tty from "node:tty";
|
|
@@ -11339,7 +11339,7 @@ var supportsColor = {
|
|
|
11339
11339
|
};
|
|
11340
11340
|
var supports_color_default = supportsColor;
|
|
11341
11341
|
|
|
11342
|
-
//
|
|
11342
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
|
11343
11343
|
function stringReplaceAll(string, substring, replacer) {
|
|
11344
11344
|
let index = string.indexOf(substring);
|
|
11345
11345
|
if (index === -1) {
|
|
@@ -11369,7 +11369,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
11369
11369
|
return returnValue;
|
|
11370
11370
|
}
|
|
11371
11371
|
|
|
11372
|
-
//
|
|
11372
|
+
// node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
|
11373
11373
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
|
11374
11374
|
var GENERATOR = Symbol("GENERATOR");
|
|
11375
11375
|
var STYLER = Symbol("STYLER");
|
|
@@ -11516,7 +11516,7 @@ var chalk = createChalk();
|
|
|
11516
11516
|
var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
11517
11517
|
var source_default = chalk;
|
|
11518
11518
|
|
|
11519
|
-
//
|
|
11519
|
+
// src/vlt/dist/esm/exec-command.js
|
|
11520
11520
|
var ExecCommand = class {
|
|
11521
11521
|
bg;
|
|
11522
11522
|
fg;
|
|
@@ -11649,7 +11649,7 @@ var ExecCommand = class {
|
|
|
11649
11649
|
}
|
|
11650
11650
|
};
|
|
11651
11651
|
|
|
11652
|
-
//
|
|
11652
|
+
// src/vlt/dist/esm/commands/run-exec.js
|
|
11653
11653
|
var usage = `vlt run-exec [command ...]
|
|
11654
11654
|
Runs 'vlt run' if the command is a named script, 'vlt exec' otherwise`;
|
|
11655
11655
|
var command = async (conf) => await new ExecCommand(conf, runExec, runExecFG).run();
|