@wix/dev-machine-monitor 1.0.6 → 1.0.7
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/build/run.cjs +229 -229
- package/build/run.cjs.map +1 -1
- package/package.json +23 -13
- package/README.md +0 -16
package/build/run.cjs
CHANGED
|
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
|
|
29
|
-
// node_modules/commander/lib/error.js
|
|
29
|
+
// ../../node_modules/commander/lib/error.js
|
|
30
30
|
var require_error = __commonJS({
|
|
31
|
-
"node_modules/commander/lib/error.js"(exports2) {
|
|
31
|
+
"../../node_modules/commander/lib/error.js"(exports2) {
|
|
32
32
|
"use strict";
|
|
33
33
|
var CommanderError2 = class extends Error {
|
|
34
34
|
/**
|
|
@@ -62,9 +62,9 @@ var require_error = __commonJS({
|
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
// node_modules/commander/lib/argument.js
|
|
65
|
+
// ../../node_modules/commander/lib/argument.js
|
|
66
66
|
var require_argument = __commonJS({
|
|
67
|
-
"node_modules/commander/lib/argument.js"(exports2) {
|
|
67
|
+
"../../node_modules/commander/lib/argument.js"(exports2) {
|
|
68
68
|
"use strict";
|
|
69
69
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
70
70
|
var Argument2 = class {
|
|
@@ -191,9 +191,9 @@ var require_argument = __commonJS({
|
|
|
191
191
|
}
|
|
192
192
|
});
|
|
193
193
|
|
|
194
|
-
// node_modules/commander/lib/help.js
|
|
194
|
+
// ../../node_modules/commander/lib/help.js
|
|
195
195
|
var require_help = __commonJS({
|
|
196
|
-
"node_modules/commander/lib/help.js"(exports2) {
|
|
196
|
+
"../../node_modules/commander/lib/help.js"(exports2) {
|
|
197
197
|
"use strict";
|
|
198
198
|
var { humanReadableArgName } = require_argument();
|
|
199
199
|
var Help2 = class {
|
|
@@ -794,9 +794,9 @@ ${itemIndentStr}`);
|
|
|
794
794
|
}
|
|
795
795
|
});
|
|
796
796
|
|
|
797
|
-
// node_modules/commander/lib/option.js
|
|
797
|
+
// ../../node_modules/commander/lib/option.js
|
|
798
798
|
var require_option = __commonJS({
|
|
799
|
-
"node_modules/commander/lib/option.js"(exports2) {
|
|
799
|
+
"../../node_modules/commander/lib/option.js"(exports2) {
|
|
800
800
|
"use strict";
|
|
801
801
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
802
802
|
var Option2 = class {
|
|
@@ -1108,9 +1108,9 @@ var require_option = __commonJS({
|
|
|
1108
1108
|
}
|
|
1109
1109
|
});
|
|
1110
1110
|
|
|
1111
|
-
// node_modules/commander/lib/suggestSimilar.js
|
|
1111
|
+
// ../../node_modules/commander/lib/suggestSimilar.js
|
|
1112
1112
|
var require_suggestSimilar = __commonJS({
|
|
1113
|
-
"node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
1113
|
+
"../../node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
1114
1114
|
"use strict";
|
|
1115
1115
|
var maxDistance = 3;
|
|
1116
1116
|
function editDistance(a2, b) {
|
|
@@ -1189,9 +1189,9 @@ var require_suggestSimilar = __commonJS({
|
|
|
1189
1189
|
}
|
|
1190
1190
|
});
|
|
1191
1191
|
|
|
1192
|
-
// node_modules/commander/lib/command.js
|
|
1192
|
+
// ../../node_modules/commander/lib/command.js
|
|
1193
1193
|
var require_command = __commonJS({
|
|
1194
|
-
"node_modules/commander/lib/command.js"(exports2) {
|
|
1194
|
+
"../../node_modules/commander/lib/command.js"(exports2) {
|
|
1195
1195
|
"use strict";
|
|
1196
1196
|
var EventEmitter2 = require("node:events").EventEmitter;
|
|
1197
1197
|
var childProcess = require("node:child_process");
|
|
@@ -3436,9 +3436,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
3436
3436
|
}
|
|
3437
3437
|
});
|
|
3438
3438
|
|
|
3439
|
-
// node_modules/commander/index.js
|
|
3439
|
+
// ../../node_modules/commander/index.js
|
|
3440
3440
|
var require_commander = __commonJS({
|
|
3441
|
-
"node_modules/commander/index.js"(exports2) {
|
|
3441
|
+
"../../node_modules/commander/index.js"(exports2) {
|
|
3442
3442
|
"use strict";
|
|
3443
3443
|
var { Argument: Argument2 } = require_argument();
|
|
3444
3444
|
var { Command: Command2 } = require_command();
|
|
@@ -3459,9 +3459,9 @@ var require_commander = __commonJS({
|
|
|
3459
3459
|
}
|
|
3460
3460
|
});
|
|
3461
3461
|
|
|
3462
|
-
// node_modules/ms/index.js
|
|
3462
|
+
// ../../node_modules/ms/index.js
|
|
3463
3463
|
var require_ms = __commonJS({
|
|
3464
|
-
"node_modules/ms/index.js"(exports2, module2) {
|
|
3464
|
+
"../../node_modules/ms/index.js"(exports2, module2) {
|
|
3465
3465
|
"use strict";
|
|
3466
3466
|
var s = 1e3;
|
|
3467
3467
|
var m = s * 60;
|
|
@@ -3576,9 +3576,9 @@ var require_ms = __commonJS({
|
|
|
3576
3576
|
}
|
|
3577
3577
|
});
|
|
3578
3578
|
|
|
3579
|
-
// node_modules/debug/src/common.js
|
|
3579
|
+
// ../../node_modules/debug/src/common.js
|
|
3580
3580
|
var require_common = __commonJS({
|
|
3581
|
-
"node_modules/debug/src/common.js"(exports2, module2) {
|
|
3581
|
+
"../../node_modules/debug/src/common.js"(exports2, module2) {
|
|
3582
3582
|
"use strict";
|
|
3583
3583
|
function setup(env2) {
|
|
3584
3584
|
createDebug.debug = createDebug;
|
|
@@ -3754,9 +3754,9 @@ var require_common = __commonJS({
|
|
|
3754
3754
|
}
|
|
3755
3755
|
});
|
|
3756
3756
|
|
|
3757
|
-
// node_modules/debug/src/browser.js
|
|
3757
|
+
// ../../node_modules/debug/src/browser.js
|
|
3758
3758
|
var require_browser = __commonJS({
|
|
3759
|
-
"node_modules/debug/src/browser.js"(exports2, module2) {
|
|
3759
|
+
"../../node_modules/debug/src/browser.js"(exports2, module2) {
|
|
3760
3760
|
"use strict";
|
|
3761
3761
|
exports2.formatArgs = formatArgs;
|
|
3762
3762
|
exports2.save = save;
|
|
@@ -3925,9 +3925,9 @@ var require_browser = __commonJS({
|
|
|
3925
3925
|
}
|
|
3926
3926
|
});
|
|
3927
3927
|
|
|
3928
|
-
// node_modules/debug/src/node.js
|
|
3928
|
+
// ../../node_modules/debug/src/node.js
|
|
3929
3929
|
var require_node = __commonJS({
|
|
3930
|
-
"node_modules/debug/src/node.js"(exports2, module2) {
|
|
3930
|
+
"../../node_modules/debug/src/node.js"(exports2, module2) {
|
|
3931
3931
|
"use strict";
|
|
3932
3932
|
var tty4 = require("tty");
|
|
3933
3933
|
var util = require("util");
|
|
@@ -4100,9 +4100,9 @@ var require_node = __commonJS({
|
|
|
4100
4100
|
}
|
|
4101
4101
|
});
|
|
4102
4102
|
|
|
4103
|
-
// node_modules/debug/src/index.js
|
|
4103
|
+
// ../../node_modules/debug/src/index.js
|
|
4104
4104
|
var require_src = __commonJS({
|
|
4105
|
-
"node_modules/debug/src/index.js"(exports2, module2) {
|
|
4105
|
+
"../../node_modules/debug/src/index.js"(exports2, module2) {
|
|
4106
4106
|
"use strict";
|
|
4107
4107
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
4108
4108
|
module2.exports = require_browser();
|
|
@@ -4112,9 +4112,9 @@ var require_src = __commonJS({
|
|
|
4112
4112
|
}
|
|
4113
4113
|
});
|
|
4114
4114
|
|
|
4115
|
-
// node_modules/follow-redirects/debug.js
|
|
4115
|
+
// ../../node_modules/follow-redirects/debug.js
|
|
4116
4116
|
var require_debug = __commonJS({
|
|
4117
|
-
"node_modules/follow-redirects/debug.js"(exports2, module2) {
|
|
4117
|
+
"../../node_modules/follow-redirects/debug.js"(exports2, module2) {
|
|
4118
4118
|
"use strict";
|
|
4119
4119
|
var debug;
|
|
4120
4120
|
module2.exports = function() {
|
|
@@ -4133,9 +4133,9 @@ var require_debug = __commonJS({
|
|
|
4133
4133
|
}
|
|
4134
4134
|
});
|
|
4135
4135
|
|
|
4136
|
-
// node_modules/follow-redirects/index.js
|
|
4136
|
+
// ../../node_modules/follow-redirects/index.js
|
|
4137
4137
|
var require_follow_redirects = __commonJS({
|
|
4138
|
-
"node_modules/follow-redirects/index.js"(exports2, module2) {
|
|
4138
|
+
"../../node_modules/follow-redirects/index.js"(exports2, module2) {
|
|
4139
4139
|
"use strict";
|
|
4140
4140
|
var url = require("url");
|
|
4141
4141
|
var URL2 = url.URL;
|
|
@@ -4630,9 +4630,9 @@ var require_follow_redirects = __commonJS({
|
|
|
4630
4630
|
}
|
|
4631
4631
|
});
|
|
4632
4632
|
|
|
4633
|
-
// node_modules/http-proxy-3/dist/lib/http-proxy/common.js
|
|
4633
|
+
// ../../node_modules/http-proxy-3/dist/lib/http-proxy/common.js
|
|
4634
4634
|
var require_common2 = __commonJS({
|
|
4635
|
-
"node_modules/http-proxy-3/dist/lib/http-proxy/common.js"(exports2) {
|
|
4635
|
+
"../../node_modules/http-proxy-3/dist/lib/http-proxy/common.js"(exports2) {
|
|
4636
4636
|
"use strict";
|
|
4637
4637
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4638
4638
|
exports2.isSSL = void 0;
|
|
@@ -4834,9 +4834,9 @@ var require_common2 = __commonJS({
|
|
|
4834
4834
|
}
|
|
4835
4835
|
});
|
|
4836
4836
|
|
|
4837
|
-
// node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-outgoing.js
|
|
4837
|
+
// ../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-outgoing.js
|
|
4838
4838
|
var require_web_outgoing = __commonJS({
|
|
4839
|
-
"node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-outgoing.js"(exports2) {
|
|
4839
|
+
"../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-outgoing.js"(exports2) {
|
|
4840
4840
|
"use strict";
|
|
4841
4841
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k, k2) {
|
|
4842
4842
|
if (k2 === void 0) k2 = k;
|
|
@@ -4974,9 +4974,9 @@ var require_web_outgoing = __commonJS({
|
|
|
4974
4974
|
}
|
|
4975
4975
|
});
|
|
4976
4976
|
|
|
4977
|
-
// node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-incoming.js
|
|
4977
|
+
// ../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-incoming.js
|
|
4978
4978
|
var require_web_incoming = __commonJS({
|
|
4979
|
-
"node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-incoming.js"(exports2) {
|
|
4979
|
+
"../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/web-incoming.js"(exports2) {
|
|
4980
4980
|
"use strict";
|
|
4981
4981
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k, k2) {
|
|
4982
4982
|
if (k2 === void 0) k2 = k;
|
|
@@ -5278,9 +5278,9 @@ var require_web_incoming = __commonJS({
|
|
|
5278
5278
|
}
|
|
5279
5279
|
});
|
|
5280
5280
|
|
|
5281
|
-
// node_modules/http-proxy-3/dist/lib/http-proxy/passes/ws-incoming.js
|
|
5281
|
+
// ../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/ws-incoming.js
|
|
5282
5282
|
var require_ws_incoming = __commonJS({
|
|
5283
|
-
"node_modules/http-proxy-3/dist/lib/http-proxy/passes/ws-incoming.js"(exports2) {
|
|
5283
|
+
"../../node_modules/http-proxy-3/dist/lib/http-proxy/passes/ws-incoming.js"(exports2) {
|
|
5284
5284
|
"use strict";
|
|
5285
5285
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k, k2) {
|
|
5286
5286
|
if (k2 === void 0) k2 = k;
|
|
@@ -5507,9 +5507,9 @@ var require_ws_incoming = __commonJS({
|
|
|
5507
5507
|
}
|
|
5508
5508
|
});
|
|
5509
5509
|
|
|
5510
|
-
// node_modules/http-proxy-3/dist/lib/http-proxy/index.js
|
|
5510
|
+
// ../../node_modules/http-proxy-3/dist/lib/http-proxy/index.js
|
|
5511
5511
|
var require_http_proxy = __commonJS({
|
|
5512
|
-
"node_modules/http-proxy-3/dist/lib/http-proxy/index.js"(exports2) {
|
|
5512
|
+
"../../node_modules/http-proxy-3/dist/lib/http-proxy/index.js"(exports2) {
|
|
5513
5513
|
"use strict";
|
|
5514
5514
|
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k, k2) {
|
|
5515
5515
|
if (k2 === void 0) k2 = k;
|
|
@@ -5717,9 +5717,9 @@ var require_http_proxy = __commonJS({
|
|
|
5717
5717
|
}
|
|
5718
5718
|
});
|
|
5719
5719
|
|
|
5720
|
-
// node_modules/http-proxy-3/dist/lib/index.js
|
|
5720
|
+
// ../../node_modules/http-proxy-3/dist/lib/index.js
|
|
5721
5721
|
var require_lib = __commonJS({
|
|
5722
|
-
"node_modules/http-proxy-3/dist/lib/index.js"(exports2) {
|
|
5722
|
+
"../../node_modules/http-proxy-3/dist/lib/index.js"(exports2) {
|
|
5723
5723
|
"use strict";
|
|
5724
5724
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5725
5725
|
exports2.numOpenSockets = exports2.ProxyServer = void 0;
|
|
@@ -5741,9 +5741,9 @@ var require_lib = __commonJS({
|
|
|
5741
5741
|
}
|
|
5742
5742
|
});
|
|
5743
5743
|
|
|
5744
|
-
// node_modules/isexe/windows.js
|
|
5744
|
+
// ../../node_modules/isexe/windows.js
|
|
5745
5745
|
var require_windows = __commonJS({
|
|
5746
|
-
"node_modules/isexe/windows.js"(exports2, module2) {
|
|
5746
|
+
"../../node_modules/isexe/windows.js"(exports2, module2) {
|
|
5747
5747
|
"use strict";
|
|
5748
5748
|
module2.exports = isexe;
|
|
5749
5749
|
isexe.sync = sync;
|
|
@@ -5782,9 +5782,9 @@ var require_windows = __commonJS({
|
|
|
5782
5782
|
}
|
|
5783
5783
|
});
|
|
5784
5784
|
|
|
5785
|
-
// node_modules/isexe/mode.js
|
|
5785
|
+
// ../../node_modules/isexe/mode.js
|
|
5786
5786
|
var require_mode = __commonJS({
|
|
5787
|
-
"node_modules/isexe/mode.js"(exports2, module2) {
|
|
5787
|
+
"../../node_modules/isexe/mode.js"(exports2, module2) {
|
|
5788
5788
|
"use strict";
|
|
5789
5789
|
module2.exports = isexe;
|
|
5790
5790
|
isexe.sync = sync;
|
|
@@ -5816,9 +5816,9 @@ var require_mode = __commonJS({
|
|
|
5816
5816
|
}
|
|
5817
5817
|
});
|
|
5818
5818
|
|
|
5819
|
-
// node_modules/isexe/index.js
|
|
5819
|
+
// ../../node_modules/isexe/index.js
|
|
5820
5820
|
var require_isexe = __commonJS({
|
|
5821
|
-
"node_modules/isexe/index.js"(exports2, module2) {
|
|
5821
|
+
"../../node_modules/isexe/index.js"(exports2, module2) {
|
|
5822
5822
|
"use strict";
|
|
5823
5823
|
var fs = require("fs");
|
|
5824
5824
|
var core;
|
|
@@ -5872,9 +5872,9 @@ var require_isexe = __commonJS({
|
|
|
5872
5872
|
}
|
|
5873
5873
|
});
|
|
5874
5874
|
|
|
5875
|
-
// node_modules/which/which.js
|
|
5875
|
+
// ../../node_modules/which/which.js
|
|
5876
5876
|
var require_which = __commonJS({
|
|
5877
|
-
"node_modules/which/which.js"(exports2, module2) {
|
|
5877
|
+
"../../node_modules/which/which.js"(exports2, module2) {
|
|
5878
5878
|
"use strict";
|
|
5879
5879
|
var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
5880
5880
|
var path6 = require("path");
|
|
@@ -5969,9 +5969,9 @@ var require_which = __commonJS({
|
|
|
5969
5969
|
}
|
|
5970
5970
|
});
|
|
5971
5971
|
|
|
5972
|
-
// node_modules/path-key/index.js
|
|
5972
|
+
// ../../node_modules/path-key/index.js
|
|
5973
5973
|
var require_path_key = __commonJS({
|
|
5974
|
-
"node_modules/path-key/index.js"(exports2, module2) {
|
|
5974
|
+
"../../node_modules/path-key/index.js"(exports2, module2) {
|
|
5975
5975
|
"use strict";
|
|
5976
5976
|
var pathKey2 = (options = {}) => {
|
|
5977
5977
|
const environment = options.env || process.env;
|
|
@@ -5986,9 +5986,9 @@ var require_path_key = __commonJS({
|
|
|
5986
5986
|
}
|
|
5987
5987
|
});
|
|
5988
5988
|
|
|
5989
|
-
// node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
5989
|
+
// ../../node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
5990
5990
|
var require_resolveCommand = __commonJS({
|
|
5991
|
-
"node_modules/cross-spawn/lib/util/resolveCommand.js"(exports2, module2) {
|
|
5991
|
+
"../../node_modules/cross-spawn/lib/util/resolveCommand.js"(exports2, module2) {
|
|
5992
5992
|
"use strict";
|
|
5993
5993
|
var path6 = require("path");
|
|
5994
5994
|
var which = require_which();
|
|
@@ -6028,9 +6028,9 @@ var require_resolveCommand = __commonJS({
|
|
|
6028
6028
|
}
|
|
6029
6029
|
});
|
|
6030
6030
|
|
|
6031
|
-
// node_modules/cross-spawn/lib/util/escape.js
|
|
6031
|
+
// ../../node_modules/cross-spawn/lib/util/escape.js
|
|
6032
6032
|
var require_escape = __commonJS({
|
|
6033
|
-
"node_modules/cross-spawn/lib/util/escape.js"(exports2, module2) {
|
|
6033
|
+
"../../node_modules/cross-spawn/lib/util/escape.js"(exports2, module2) {
|
|
6034
6034
|
"use strict";
|
|
6035
6035
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
6036
6036
|
function escapeCommand(arg) {
|
|
@@ -6053,17 +6053,17 @@ var require_escape = __commonJS({
|
|
|
6053
6053
|
}
|
|
6054
6054
|
});
|
|
6055
6055
|
|
|
6056
|
-
// node_modules/shebang-regex/index.js
|
|
6056
|
+
// ../../node_modules/shebang-regex/index.js
|
|
6057
6057
|
var require_shebang_regex = __commonJS({
|
|
6058
|
-
"node_modules/shebang-regex/index.js"(exports2, module2) {
|
|
6058
|
+
"../../node_modules/shebang-regex/index.js"(exports2, module2) {
|
|
6059
6059
|
"use strict";
|
|
6060
6060
|
module2.exports = /^#!(.*)/;
|
|
6061
6061
|
}
|
|
6062
6062
|
});
|
|
6063
6063
|
|
|
6064
|
-
// node_modules/shebang-command/index.js
|
|
6064
|
+
// ../../node_modules/shebang-command/index.js
|
|
6065
6065
|
var require_shebang_command = __commonJS({
|
|
6066
|
-
"node_modules/shebang-command/index.js"(exports2, module2) {
|
|
6066
|
+
"../../node_modules/shebang-command/index.js"(exports2, module2) {
|
|
6067
6067
|
"use strict";
|
|
6068
6068
|
var shebangRegex = require_shebang_regex();
|
|
6069
6069
|
module2.exports = (string = "") => {
|
|
@@ -6081,9 +6081,9 @@ var require_shebang_command = __commonJS({
|
|
|
6081
6081
|
}
|
|
6082
6082
|
});
|
|
6083
6083
|
|
|
6084
|
-
// node_modules/cross-spawn/lib/util/readShebang.js
|
|
6084
|
+
// ../../node_modules/cross-spawn/lib/util/readShebang.js
|
|
6085
6085
|
var require_readShebang = __commonJS({
|
|
6086
|
-
"node_modules/cross-spawn/lib/util/readShebang.js"(exports2, module2) {
|
|
6086
|
+
"../../node_modules/cross-spawn/lib/util/readShebang.js"(exports2, module2) {
|
|
6087
6087
|
"use strict";
|
|
6088
6088
|
var fs = require("fs");
|
|
6089
6089
|
var shebangCommand = require_shebang_command();
|
|
@@ -6103,9 +6103,9 @@ var require_readShebang = __commonJS({
|
|
|
6103
6103
|
}
|
|
6104
6104
|
});
|
|
6105
6105
|
|
|
6106
|
-
// node_modules/cross-spawn/lib/parse.js
|
|
6106
|
+
// ../../node_modules/cross-spawn/lib/parse.js
|
|
6107
6107
|
var require_parse = __commonJS({
|
|
6108
|
-
"node_modules/cross-spawn/lib/parse.js"(exports2, module2) {
|
|
6108
|
+
"../../node_modules/cross-spawn/lib/parse.js"(exports2, module2) {
|
|
6109
6109
|
"use strict";
|
|
6110
6110
|
var path6 = require("path");
|
|
6111
6111
|
var resolveCommand = require_resolveCommand();
|
|
@@ -6165,9 +6165,9 @@ var require_parse = __commonJS({
|
|
|
6165
6165
|
}
|
|
6166
6166
|
});
|
|
6167
6167
|
|
|
6168
|
-
// node_modules/cross-spawn/lib/enoent.js
|
|
6168
|
+
// ../../node_modules/cross-spawn/lib/enoent.js
|
|
6169
6169
|
var require_enoent = __commonJS({
|
|
6170
|
-
"node_modules/cross-spawn/lib/enoent.js"(exports2, module2) {
|
|
6170
|
+
"../../node_modules/cross-spawn/lib/enoent.js"(exports2, module2) {
|
|
6171
6171
|
"use strict";
|
|
6172
6172
|
var isWin = process.platform === "win32";
|
|
6173
6173
|
function notFoundError(original, syscall) {
|
|
@@ -6215,9 +6215,9 @@ var require_enoent = __commonJS({
|
|
|
6215
6215
|
}
|
|
6216
6216
|
});
|
|
6217
6217
|
|
|
6218
|
-
// node_modules/cross-spawn/index.js
|
|
6218
|
+
// ../../node_modules/cross-spawn/index.js
|
|
6219
6219
|
var require_cross_spawn = __commonJS({
|
|
6220
|
-
"node_modules/cross-spawn/index.js"(exports2, module2) {
|
|
6220
|
+
"../../node_modules/cross-spawn/index.js"(exports2, module2) {
|
|
6221
6221
|
"use strict";
|
|
6222
6222
|
var cp = require("child_process");
|
|
6223
6223
|
var parse = require_parse();
|
|
@@ -6246,7 +6246,7 @@ var require_cross_spawn = __commonJS({
|
|
|
6246
6246
|
var import_node_process13 = __toESM(require("node:process"), 1);
|
|
6247
6247
|
var import_strict5 = require("node:assert/strict");
|
|
6248
6248
|
|
|
6249
|
-
// node_modules/commander/esm.mjs
|
|
6249
|
+
// ../../node_modules/commander/esm.mjs
|
|
6250
6250
|
var import_index = __toESM(require_commander(), 1);
|
|
6251
6251
|
var {
|
|
6252
6252
|
program,
|
|
@@ -6263,7 +6263,7 @@ var {
|
|
|
6263
6263
|
Help
|
|
6264
6264
|
} = import_index.default;
|
|
6265
6265
|
|
|
6266
|
-
// node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
6266
|
+
// ../../node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
6267
6267
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
6268
6268
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
6269
6269
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -6449,7 +6449,7 @@ function assembleStyles() {
|
|
|
6449
6449
|
var ansiStyles = assembleStyles();
|
|
6450
6450
|
var ansi_styles_default = ansiStyles;
|
|
6451
6451
|
|
|
6452
|
-
// node_modules/chalk/source/vendor/supports-color/index.js
|
|
6452
|
+
// ../../node_modules/chalk/source/vendor/supports-color/index.js
|
|
6453
6453
|
var import_node_process = __toESM(require("node:process"), 1);
|
|
6454
6454
|
var import_node_os = __toESM(require("node:os"), 1);
|
|
6455
6455
|
var import_node_tty = __toESM(require("node:tty"), 1);
|
|
@@ -6581,7 +6581,7 @@ var supportsColor = {
|
|
|
6581
6581
|
};
|
|
6582
6582
|
var supports_color_default = supportsColor;
|
|
6583
6583
|
|
|
6584
|
-
// node_modules/chalk/source/utilities.js
|
|
6584
|
+
// ../../node_modules/chalk/source/utilities.js
|
|
6585
6585
|
function stringReplaceAll(string, substring, replacer) {
|
|
6586
6586
|
let index = string.indexOf(substring);
|
|
6587
6587
|
if (index === -1) {
|
|
@@ -6611,7 +6611,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
6611
6611
|
return returnValue;
|
|
6612
6612
|
}
|
|
6613
6613
|
|
|
6614
|
-
// node_modules/chalk/source/index.js
|
|
6614
|
+
// ../../node_modules/chalk/source/index.js
|
|
6615
6615
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
|
6616
6616
|
var GENERATOR = Symbol("GENERATOR");
|
|
6617
6617
|
var STYLER = Symbol("STYLER");
|
|
@@ -7063,7 +7063,7 @@ async function runProxy(proxyFrom, proxyTo, stdio) {
|
|
|
7063
7063
|
var import_strict4 = require("node:assert/strict");
|
|
7064
7064
|
var import_node_process12 = __toESM(require("node:process"), 1);
|
|
7065
7065
|
|
|
7066
|
-
// node_modules/is-plain-obj/index.js
|
|
7066
|
+
// ../../node_modules/is-plain-obj/index.js
|
|
7067
7067
|
function isPlainObject(value) {
|
|
7068
7068
|
if (typeof value !== "object" || value === null) {
|
|
7069
7069
|
return false;
|
|
@@ -7072,7 +7072,7 @@ function isPlainObject(value) {
|
|
|
7072
7072
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
7073
7073
|
}
|
|
7074
7074
|
|
|
7075
|
-
// node_modules/execa/lib/arguments/file-url.js
|
|
7075
|
+
// ../../node_modules/execa/lib/arguments/file-url.js
|
|
7076
7076
|
var import_node_url = require("node:url");
|
|
7077
7077
|
var safeNormalizeFileUrl = (file, name) => {
|
|
7078
7078
|
const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
|
|
@@ -7085,7 +7085,7 @@ var normalizeDenoExecPath = (file) => isDenoExecPath(file) ? file.toString() : f
|
|
|
7085
7085
|
var isDenoExecPath = (file) => typeof file !== "string" && file && Object.getPrototypeOf(file) === String.prototype;
|
|
7086
7086
|
var normalizeFileUrl = (file) => file instanceof URL ? (0, import_node_url.fileURLToPath)(file) : file;
|
|
7087
7087
|
|
|
7088
|
-
// node_modules/execa/lib/methods/parameters.js
|
|
7088
|
+
// ../../node_modules/execa/lib/methods/parameters.js
|
|
7089
7089
|
var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
7090
7090
|
const filePath = safeNormalizeFileUrl(rawFile, "First argument");
|
|
7091
7091
|
const [commandArguments, options] = isPlainObject(rawArguments) ? [[], rawArguments] : [rawArguments, rawOptions];
|
|
@@ -7106,10 +7106,10 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
|
7106
7106
|
return [filePath, normalizedArguments, options];
|
|
7107
7107
|
};
|
|
7108
7108
|
|
|
7109
|
-
// node_modules/execa/lib/methods/template.js
|
|
7109
|
+
// ../../node_modules/execa/lib/methods/template.js
|
|
7110
7110
|
var import_node_child_process = require("node:child_process");
|
|
7111
7111
|
|
|
7112
|
-
// node_modules/execa/lib/utils/uint-array.js
|
|
7112
|
+
// ../../node_modules/execa/lib/utils/uint-array.js
|
|
7113
7113
|
var import_node_string_decoder = require("node:string_decoder");
|
|
7114
7114
|
var { toString: objectToString } = Object.prototype;
|
|
7115
7115
|
var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
|
|
@@ -7156,7 +7156,7 @@ var getJoinLength = (uint8Arrays) => {
|
|
|
7156
7156
|
return joinLength;
|
|
7157
7157
|
};
|
|
7158
7158
|
|
|
7159
|
-
// node_modules/execa/lib/methods/template.js
|
|
7159
|
+
// ../../node_modules/execa/lib/methods/template.js
|
|
7160
7160
|
var isTemplateString = (templates) => Array.isArray(templates) && Array.isArray(templates.raw);
|
|
7161
7161
|
var parseTemplates = (templates, expressions) => {
|
|
7162
7162
|
let tokens = [];
|
|
@@ -7256,20 +7256,20 @@ var getSubprocessResult = ({ stdout }) => {
|
|
|
7256
7256
|
throw new TypeError(`Unexpected "${typeof stdout}" stdout in template expression`);
|
|
7257
7257
|
};
|
|
7258
7258
|
|
|
7259
|
-
// node_modules/execa/lib/methods/main-sync.js
|
|
7259
|
+
// ../../node_modules/execa/lib/methods/main-sync.js
|
|
7260
7260
|
var import_node_child_process3 = require("node:child_process");
|
|
7261
7261
|
|
|
7262
|
-
// node_modules/execa/lib/arguments/specific.js
|
|
7262
|
+
// ../../node_modules/execa/lib/arguments/specific.js
|
|
7263
7263
|
var import_node_util = require("node:util");
|
|
7264
7264
|
|
|
7265
|
-
// node_modules/execa/lib/utils/standard-stream.js
|
|
7265
|
+
// ../../node_modules/execa/lib/utils/standard-stream.js
|
|
7266
7266
|
var import_node_process2 = __toESM(require("node:process"), 1);
|
|
7267
7267
|
var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
|
|
7268
7268
|
var STANDARD_STREAMS = [import_node_process2.default.stdin, import_node_process2.default.stdout, import_node_process2.default.stderr];
|
|
7269
7269
|
var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
|
|
7270
7270
|
var getStreamName = (fdNumber) => STANDARD_STREAMS_ALIASES[fdNumber] ?? `stdio[${fdNumber}]`;
|
|
7271
7271
|
|
|
7272
|
-
// node_modules/execa/lib/arguments/specific.js
|
|
7272
|
+
// ../../node_modules/execa/lib/arguments/specific.js
|
|
7273
7273
|
var normalizeFdSpecificOptions = (options) => {
|
|
7274
7274
|
const optionsCopy = { ...options };
|
|
7275
7275
|
for (const optionName of FD_SPECIFIC_OPTIONS) {
|
|
@@ -7339,7 +7339,7 @@ var DEFAULT_OPTIONS = {
|
|
|
7339
7339
|
var FD_SPECIFIC_OPTIONS = ["lines", "buffer", "maxBuffer", "verbose", "stripFinalNewline"];
|
|
7340
7340
|
var getFdSpecificValue = (optionArray, fdNumber) => fdNumber === "ipc" ? optionArray.at(-1) : optionArray[fdNumber];
|
|
7341
7341
|
|
|
7342
|
-
// node_modules/execa/lib/verbose/values.js
|
|
7342
|
+
// ../../node_modules/execa/lib/verbose/values.js
|
|
7343
7343
|
var isVerbose = ({ verbose }, fdNumber) => getFdVerbose(verbose, fdNumber) !== "none";
|
|
7344
7344
|
var isFullVerbose = ({ verbose }, fdNumber) => !["none", "short"].includes(getFdVerbose(verbose, fdNumber));
|
|
7345
7345
|
var getVerboseFunction = ({ verbose }, fdNumber) => {
|
|
@@ -7351,10 +7351,10 @@ var getFdGenericVerbose = (verbose) => verbose.find((fdVerbose) => isVerboseFunc
|
|
|
7351
7351
|
var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
|
|
7352
7352
|
var VERBOSE_VALUES = ["none", "short", "full"];
|
|
7353
7353
|
|
|
7354
|
-
// node_modules/execa/lib/verbose/log.js
|
|
7354
|
+
// ../../node_modules/execa/lib/verbose/log.js
|
|
7355
7355
|
var import_node_util3 = require("node:util");
|
|
7356
7356
|
|
|
7357
|
-
// node_modules/execa/lib/arguments/escape.js
|
|
7357
|
+
// ../../node_modules/execa/lib/arguments/escape.js
|
|
7358
7358
|
var import_node_process3 = require("node:process");
|
|
7359
7359
|
var import_node_util2 = require("node:util");
|
|
7360
7360
|
var joinCommand = (filePath, rawArguments) => {
|
|
@@ -7399,7 +7399,7 @@ var quoteString = (escapedArgument) => {
|
|
|
7399
7399
|
};
|
|
7400
7400
|
var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
|
|
7401
7401
|
|
|
7402
|
-
// node_modules/is-unicode-supported/index.js
|
|
7402
|
+
// ../../node_modules/is-unicode-supported/index.js
|
|
7403
7403
|
var import_node_process4 = __toESM(require("node:process"), 1);
|
|
7404
7404
|
function isUnicodeSupported() {
|
|
7405
7405
|
const { env: env2 } = import_node_process4.default;
|
|
@@ -7410,7 +7410,7 @@ function isUnicodeSupported() {
|
|
|
7410
7410
|
return Boolean(env2.WT_SESSION) || Boolean(env2.TERMINUS_SUBLIME) || env2.ConEmuTask === "{cmd::Cmder}" || TERM_PROGRAM === "Terminus-Sublime" || TERM_PROGRAM === "vscode" || TERM === "xterm-256color" || TERM === "alacritty" || TERM === "rxvt-unicode" || TERM === "rxvt-unicode-256color" || env2.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
7411
7411
|
}
|
|
7412
7412
|
|
|
7413
|
-
// node_modules/figures/index.js
|
|
7413
|
+
// ../../node_modules/figures/index.js
|
|
7414
7414
|
var common = {
|
|
7415
7415
|
circleQuestionMark: "(?)",
|
|
7416
7416
|
questionMarkPrefix: "(?)",
|
|
@@ -7686,7 +7686,7 @@ var figures = shouldUseMain ? mainSymbols : fallbackSymbols;
|
|
|
7686
7686
|
var figures_default = figures;
|
|
7687
7687
|
var replacements = Object.entries(specialMainSymbols);
|
|
7688
7688
|
|
|
7689
|
-
// node_modules/yoctocolors/base.js
|
|
7689
|
+
// ../../node_modules/yoctocolors/base.js
|
|
7690
7690
|
var import_node_tty2 = __toESM(require("node:tty"), 1);
|
|
7691
7691
|
var hasColors = import_node_tty2.default?.WriteStream?.prototype?.hasColors?.() ?? false;
|
|
7692
7692
|
var format = (open, close) => {
|
|
@@ -7756,7 +7756,7 @@ var bgMagentaBright = format(105, 49);
|
|
|
7756
7756
|
var bgCyanBright = format(106, 49);
|
|
7757
7757
|
var bgWhiteBright = format(107, 49);
|
|
7758
7758
|
|
|
7759
|
-
// node_modules/execa/lib/verbose/default.js
|
|
7759
|
+
// ../../node_modules/execa/lib/verbose/default.js
|
|
7760
7760
|
var defaultVerboseFunction = ({
|
|
7761
7761
|
type,
|
|
7762
7762
|
message,
|
|
@@ -7795,7 +7795,7 @@ var COLORS = {
|
|
|
7795
7795
|
duration: () => gray
|
|
7796
7796
|
};
|
|
7797
7797
|
|
|
7798
|
-
// node_modules/execa/lib/verbose/custom.js
|
|
7798
|
+
// ../../node_modules/execa/lib/verbose/custom.js
|
|
7799
7799
|
var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
|
|
7800
7800
|
const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
|
|
7801
7801
|
return printedLines.map(({ verboseLine, verboseObject }) => applyVerboseFunction(verboseLine, verboseObject, verboseFunction)).filter((printedLine) => printedLine !== void 0).map((printedLine) => appendNewline(printedLine)).join("");
|
|
@@ -7812,7 +7812,7 @@ var applyVerboseFunction = (verboseLine, verboseObject, verboseFunction) => {
|
|
|
7812
7812
|
var appendNewline = (printedLine) => printedLine.endsWith("\n") ? printedLine : `${printedLine}
|
|
7813
7813
|
`;
|
|
7814
7814
|
|
|
7815
|
-
// node_modules/execa/lib/verbose/log.js
|
|
7815
|
+
// ../../node_modules/execa/lib/verbose/log.js
|
|
7816
7816
|
var verboseLog = ({ type, verboseMessage, fdNumber, verboseInfo, result }) => {
|
|
7817
7817
|
const verboseObject = getVerboseObject({ type, result, verboseInfo });
|
|
7818
7818
|
const printedLines = getPrintedLines(verboseMessage, verboseObject);
|
|
@@ -7846,7 +7846,7 @@ var serializeVerboseMessage = (message) => {
|
|
|
7846
7846
|
};
|
|
7847
7847
|
var TAB_SIZE = 2;
|
|
7848
7848
|
|
|
7849
|
-
// node_modules/execa/lib/verbose/start.js
|
|
7849
|
+
// ../../node_modules/execa/lib/verbose/start.js
|
|
7850
7850
|
var logCommand = (escapedCommand, verboseInfo) => {
|
|
7851
7851
|
if (!isVerbose(verboseInfo)) {
|
|
7852
7852
|
return;
|
|
@@ -7858,7 +7858,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
|
|
|
7858
7858
|
});
|
|
7859
7859
|
};
|
|
7860
7860
|
|
|
7861
|
-
// node_modules/execa/lib/verbose/info.js
|
|
7861
|
+
// ../../node_modules/execa/lib/verbose/info.js
|
|
7862
7862
|
var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
|
|
7863
7863
|
validateVerbose(verbose);
|
|
7864
7864
|
const commandId = getCommandId(verbose);
|
|
@@ -7886,12 +7886,12 @@ var validateVerbose = (verbose) => {
|
|
|
7886
7886
|
}
|
|
7887
7887
|
};
|
|
7888
7888
|
|
|
7889
|
-
// node_modules/execa/lib/return/duration.js
|
|
7889
|
+
// ../../node_modules/execa/lib/return/duration.js
|
|
7890
7890
|
var import_node_process5 = require("node:process");
|
|
7891
7891
|
var getStartTime = () => import_node_process5.hrtime.bigint();
|
|
7892
7892
|
var getDurationMs = (startTime) => Number(import_node_process5.hrtime.bigint() - startTime) / 1e6;
|
|
7893
7893
|
|
|
7894
|
-
// node_modules/execa/lib/arguments/command.js
|
|
7894
|
+
// ../../node_modules/execa/lib/arguments/command.js
|
|
7895
7895
|
var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
7896
7896
|
const startTime = getStartTime();
|
|
7897
7897
|
const { command, escapedCommand } = joinCommand(filePath, rawArguments);
|
|
@@ -7906,16 +7906,16 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
|
7906
7906
|
};
|
|
7907
7907
|
};
|
|
7908
7908
|
|
|
7909
|
-
// node_modules/execa/lib/arguments/options.js
|
|
7909
|
+
// ../../node_modules/execa/lib/arguments/options.js
|
|
7910
7910
|
var import_node_path5 = __toESM(require("node:path"), 1);
|
|
7911
7911
|
var import_node_process9 = __toESM(require("node:process"), 1);
|
|
7912
7912
|
var import_cross_spawn = __toESM(require_cross_spawn(), 1);
|
|
7913
7913
|
|
|
7914
|
-
// node_modules/npm-run-path/index.js
|
|
7914
|
+
// ../../node_modules/npm-run-path/index.js
|
|
7915
7915
|
var import_node_process6 = __toESM(require("node:process"), 1);
|
|
7916
7916
|
var import_node_path2 = __toESM(require("node:path"), 1);
|
|
7917
7917
|
|
|
7918
|
-
// node_modules/npm-run-path/node_modules/path-key/index.js
|
|
7918
|
+
// ../../node_modules/npm-run-path/node_modules/path-key/index.js
|
|
7919
7919
|
function pathKey(options = {}) {
|
|
7920
7920
|
const {
|
|
7921
7921
|
env: env2 = process.env,
|
|
@@ -7927,7 +7927,7 @@ function pathKey(options = {}) {
|
|
|
7927
7927
|
return Object.keys(env2).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
|
|
7928
7928
|
}
|
|
7929
7929
|
|
|
7930
|
-
// node_modules/unicorn-magic/node.js
|
|
7930
|
+
// ../../node_modules/unicorn-magic/node.js
|
|
7931
7931
|
var import_node_util4 = require("node:util");
|
|
7932
7932
|
var import_node_child_process2 = require("node:child_process");
|
|
7933
7933
|
var import_node_path = __toESM(require("node:path"), 1);
|
|
@@ -7951,7 +7951,7 @@ function traversePathUp(startPath) {
|
|
|
7951
7951
|
}
|
|
7952
7952
|
var TEN_MEGABYTES_IN_BYTES = 10 * 1024 * 1024;
|
|
7953
7953
|
|
|
7954
|
-
// node_modules/npm-run-path/index.js
|
|
7954
|
+
// ../../node_modules/npm-run-path/index.js
|
|
7955
7955
|
var npmRunPath = ({
|
|
7956
7956
|
cwd = import_node_process6.default.cwd(),
|
|
7957
7957
|
path: pathOption = import_node_process6.default.env[pathKey()],
|
|
@@ -7992,10 +7992,10 @@ var npmRunPathEnv = ({ env: env2 = import_node_process6.default.env, ...options
|
|
|
7992
7992
|
return env2;
|
|
7993
7993
|
};
|
|
7994
7994
|
|
|
7995
|
-
// node_modules/execa/lib/terminate/kill.js
|
|
7995
|
+
// ../../node_modules/execa/lib/terminate/kill.js
|
|
7996
7996
|
var import_promises = require("node:timers/promises");
|
|
7997
7997
|
|
|
7998
|
-
// node_modules/execa/lib/return/final-error.js
|
|
7998
|
+
// ../../node_modules/execa/lib/return/final-error.js
|
|
7999
7999
|
var getFinalError = (originalError, message, isSync) => {
|
|
8000
8000
|
const ErrorClass = isSync ? ExecaSyncError : ExecaError;
|
|
8001
8001
|
const options = originalError instanceof DiscardedError ? {} : { cause: originalError };
|
|
@@ -8027,13 +8027,13 @@ var ExecaSyncError = class extends Error {
|
|
|
8027
8027
|
};
|
|
8028
8028
|
setErrorName(ExecaSyncError, ExecaSyncError.name);
|
|
8029
8029
|
|
|
8030
|
-
// node_modules/execa/lib/terminate/signal.js
|
|
8030
|
+
// ../../node_modules/execa/lib/terminate/signal.js
|
|
8031
8031
|
var import_node_os4 = require("node:os");
|
|
8032
8032
|
|
|
8033
|
-
// node_modules/human-signals/build/src/main.js
|
|
8033
|
+
// ../../node_modules/human-signals/build/src/main.js
|
|
8034
8034
|
var import_node_os3 = require("node:os");
|
|
8035
8035
|
|
|
8036
|
-
// node_modules/human-signals/build/src/realtime.js
|
|
8036
|
+
// ../../node_modules/human-signals/build/src/realtime.js
|
|
8037
8037
|
var getRealtimeSignals = () => {
|
|
8038
8038
|
const length = SIGRTMAX - SIGRTMIN + 1;
|
|
8039
8039
|
return Array.from({ length }, getRealtimeSignal);
|
|
@@ -8048,10 +8048,10 @@ var getRealtimeSignal = (value, index) => ({
|
|
|
8048
8048
|
var SIGRTMIN = 34;
|
|
8049
8049
|
var SIGRTMAX = 64;
|
|
8050
8050
|
|
|
8051
|
-
// node_modules/human-signals/build/src/signals.js
|
|
8051
|
+
// ../../node_modules/human-signals/build/src/signals.js
|
|
8052
8052
|
var import_node_os2 = require("node:os");
|
|
8053
8053
|
|
|
8054
|
-
// node_modules/human-signals/build/src/core.js
|
|
8054
|
+
// ../../node_modules/human-signals/build/src/core.js
|
|
8055
8055
|
var SIGNALS = [
|
|
8056
8056
|
{
|
|
8057
8057
|
name: "SIGHUP",
|
|
@@ -8324,7 +8324,7 @@ var SIGNALS = [
|
|
|
8324
8324
|
}
|
|
8325
8325
|
];
|
|
8326
8326
|
|
|
8327
|
-
// node_modules/human-signals/build/src/signals.js
|
|
8327
|
+
// ../../node_modules/human-signals/build/src/signals.js
|
|
8328
8328
|
var getSignals = () => {
|
|
8329
8329
|
const realtimeSignals = getRealtimeSignals();
|
|
8330
8330
|
const signals2 = [...SIGNALS, ...realtimeSignals].map(normalizeSignal);
|
|
@@ -8346,7 +8346,7 @@ var normalizeSignal = ({
|
|
|
8346
8346
|
return { name, number, description, supported, action, forced, standard };
|
|
8347
8347
|
};
|
|
8348
8348
|
|
|
8349
|
-
// node_modules/human-signals/build/src/main.js
|
|
8349
|
+
// ../../node_modules/human-signals/build/src/main.js
|
|
8350
8350
|
var getSignalsByName = () => {
|
|
8351
8351
|
const signals2 = getSignals();
|
|
8352
8352
|
return Object.fromEntries(signals2.map(getSignalByName));
|
|
@@ -8397,7 +8397,7 @@ var findSignalByNumber = (number, signals2) => {
|
|
|
8397
8397
|
};
|
|
8398
8398
|
var signalsByNumber = getSignalsByNumber();
|
|
8399
8399
|
|
|
8400
|
-
// node_modules/execa/lib/terminate/signal.js
|
|
8400
|
+
// ../../node_modules/execa/lib/terminate/signal.js
|
|
8401
8401
|
var normalizeKillSignal = (killSignal) => {
|
|
8402
8402
|
const optionName = "option `killSignal`";
|
|
8403
8403
|
if (killSignal === 0) {
|
|
@@ -8441,7 +8441,7 @@ var getAvailableSignalNames = () => Object.keys(import_node_os4.constants.signal
|
|
|
8441
8441
|
var getAvailableSignalIntegers = () => [...new Set(Object.values(import_node_os4.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
|
|
8442
8442
|
var getSignalDescription = (signal) => signalsByName[signal].description;
|
|
8443
8443
|
|
|
8444
|
-
// node_modules/execa/lib/terminate/kill.js
|
|
8444
|
+
// ../../node_modules/execa/lib/terminate/kill.js
|
|
8445
8445
|
var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
|
|
8446
8446
|
if (forceKillAfterDelay === false) {
|
|
8447
8447
|
return forceKillAfterDelay;
|
|
@@ -8508,7 +8508,7 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
|
|
|
8508
8508
|
}
|
|
8509
8509
|
};
|
|
8510
8510
|
|
|
8511
|
-
// node_modules/execa/lib/utils/abort-signal.js
|
|
8511
|
+
// ../../node_modules/execa/lib/utils/abort-signal.js
|
|
8512
8512
|
var import_node_events = require("node:events");
|
|
8513
8513
|
var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
8514
8514
|
if (!mainSignal.aborted) {
|
|
@@ -8516,7 +8516,7 @@ var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
|
8516
8516
|
}
|
|
8517
8517
|
};
|
|
8518
8518
|
|
|
8519
|
-
// node_modules/execa/lib/terminate/cancel.js
|
|
8519
|
+
// ../../node_modules/execa/lib/terminate/cancel.js
|
|
8520
8520
|
var validateCancelSignal = ({ cancelSignal }) => {
|
|
8521
8521
|
if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
|
|
8522
8522
|
throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
|
|
@@ -8530,13 +8530,13 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
|
|
|
8530
8530
|
throw cancelSignal.reason;
|
|
8531
8531
|
};
|
|
8532
8532
|
|
|
8533
|
-
// node_modules/execa/lib/ipc/graceful.js
|
|
8533
|
+
// ../../node_modules/execa/lib/ipc/graceful.js
|
|
8534
8534
|
var import_promises3 = require("node:timers/promises");
|
|
8535
8535
|
|
|
8536
|
-
// node_modules/execa/lib/ipc/send.js
|
|
8536
|
+
// ../../node_modules/execa/lib/ipc/send.js
|
|
8537
8537
|
var import_node_util5 = require("node:util");
|
|
8538
8538
|
|
|
8539
|
-
// node_modules/execa/lib/ipc/validation.js
|
|
8539
|
+
// ../../node_modules/execa/lib/ipc/validation.js
|
|
8540
8540
|
var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
|
|
8541
8541
|
validateIpcOption(methodName, isSubprocess, ipc);
|
|
8542
8542
|
validateConnection(methodName, isSubprocess, isConnected2);
|
|
@@ -8608,7 +8608,7 @@ var disconnect = (anyProcess) => {
|
|
|
8608
8608
|
}
|
|
8609
8609
|
};
|
|
8610
8610
|
|
|
8611
|
-
// node_modules/execa/lib/utils/deferred.js
|
|
8611
|
+
// ../../node_modules/execa/lib/utils/deferred.js
|
|
8612
8612
|
var createDeferred = () => {
|
|
8613
8613
|
const methods = {};
|
|
8614
8614
|
const promise = new Promise((resolve, reject) => {
|
|
@@ -8617,7 +8617,7 @@ var createDeferred = () => {
|
|
|
8617
8617
|
return Object.assign(promise, methods);
|
|
8618
8618
|
};
|
|
8619
8619
|
|
|
8620
|
-
// node_modules/execa/lib/arguments/fd-options.js
|
|
8620
|
+
// ../../node_modules/execa/lib/arguments/fd-options.js
|
|
8621
8621
|
var getToStream = (destination, to = "stdin") => {
|
|
8622
8622
|
const isWritable = true;
|
|
8623
8623
|
const { options, fileDescriptors } = SUBPROCESS_OPTIONS.get(destination);
|
|
@@ -8697,10 +8697,10 @@ var serializeOptionValue = (value) => {
|
|
|
8697
8697
|
return typeof value === "number" ? `${value}` : "Stream";
|
|
8698
8698
|
};
|
|
8699
8699
|
|
|
8700
|
-
// node_modules/execa/lib/ipc/strict.js
|
|
8700
|
+
// ../../node_modules/execa/lib/ipc/strict.js
|
|
8701
8701
|
var import_node_events5 = require("node:events");
|
|
8702
8702
|
|
|
8703
|
-
// node_modules/execa/lib/utils/max-listeners.js
|
|
8703
|
+
// ../../node_modules/execa/lib/utils/max-listeners.js
|
|
8704
8704
|
var import_node_events2 = require("node:events");
|
|
8705
8705
|
var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
8706
8706
|
const maxListeners = eventEmitter.getMaxListeners();
|
|
@@ -8713,14 +8713,14 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
|
8713
8713
|
});
|
|
8714
8714
|
};
|
|
8715
8715
|
|
|
8716
|
-
// node_modules/execa/lib/ipc/forward.js
|
|
8716
|
+
// ../../node_modules/execa/lib/ipc/forward.js
|
|
8717
8717
|
var import_node_events4 = require("node:events");
|
|
8718
8718
|
|
|
8719
|
-
// node_modules/execa/lib/ipc/incoming.js
|
|
8719
|
+
// ../../node_modules/execa/lib/ipc/incoming.js
|
|
8720
8720
|
var import_node_events3 = require("node:events");
|
|
8721
8721
|
var import_promises2 = require("node:timers/promises");
|
|
8722
8722
|
|
|
8723
|
-
// node_modules/execa/lib/ipc/reference.js
|
|
8723
|
+
// ../../node_modules/execa/lib/ipc/reference.js
|
|
8724
8724
|
var addReference = (channel, reference) => {
|
|
8725
8725
|
if (reference) {
|
|
8726
8726
|
addReferenceCount(channel);
|
|
@@ -8750,7 +8750,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
|
|
|
8750
8750
|
}
|
|
8751
8751
|
};
|
|
8752
8752
|
|
|
8753
|
-
// node_modules/execa/lib/ipc/incoming.js
|
|
8753
|
+
// ../../node_modules/execa/lib/ipc/incoming.js
|
|
8754
8754
|
var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
|
|
8755
8755
|
if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
|
|
8756
8756
|
return;
|
|
@@ -8791,7 +8791,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
|
|
|
8791
8791
|
};
|
|
8792
8792
|
var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
8793
8793
|
|
|
8794
|
-
// node_modules/execa/lib/ipc/forward.js
|
|
8794
|
+
// ../../node_modules/execa/lib/ipc/forward.js
|
|
8795
8795
|
var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
|
|
8796
8796
|
if (IPC_EMITTERS.has(anyProcess)) {
|
|
8797
8797
|
return IPC_EMITTERS.get(anyProcess);
|
|
@@ -8830,7 +8830,7 @@ var isConnected = (anyProcess) => {
|
|
|
8830
8830
|
return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
|
|
8831
8831
|
};
|
|
8832
8832
|
|
|
8833
|
-
// node_modules/execa/lib/ipc/strict.js
|
|
8833
|
+
// ../../node_modules/execa/lib/ipc/strict.js
|
|
8834
8834
|
var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
|
|
8835
8835
|
if (!strict) {
|
|
8836
8836
|
return message;
|
|
@@ -8913,7 +8913,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
|
|
|
8913
8913
|
var REQUEST_TYPE = "execa:ipc:request";
|
|
8914
8914
|
var RESPONSE_TYPE = "execa:ipc:response";
|
|
8915
8915
|
|
|
8916
|
-
// node_modules/execa/lib/ipc/outgoing.js
|
|
8916
|
+
// ../../node_modules/execa/lib/ipc/outgoing.js
|
|
8917
8917
|
var startSendMessage = (anyProcess, wrappedMessage, strict) => {
|
|
8918
8918
|
if (!OUTGOING_MESSAGES.has(anyProcess)) {
|
|
8919
8919
|
OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
|
|
@@ -8940,7 +8940,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
|
8940
8940
|
var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
|
|
8941
8941
|
var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
|
|
8942
8942
|
|
|
8943
|
-
// node_modules/execa/lib/ipc/send.js
|
|
8943
|
+
// ../../node_modules/execa/lib/ipc/send.js
|
|
8944
8944
|
var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
|
|
8945
8945
|
const methodName = "sendMessage";
|
|
8946
8946
|
validateIpcMethod({
|
|
@@ -9010,7 +9010,7 @@ var getSendMethod = (anyProcess) => {
|
|
|
9010
9010
|
};
|
|
9011
9011
|
var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
|
|
9012
9012
|
|
|
9013
|
-
// node_modules/execa/lib/ipc/graceful.js
|
|
9013
|
+
// ../../node_modules/execa/lib/ipc/graceful.js
|
|
9014
9014
|
var sendAbort = (subprocess, message) => {
|
|
9015
9015
|
const methodName = "cancelSignal";
|
|
9016
9016
|
validateConnection(methodName, false, subprocess.connected);
|
|
@@ -9061,7 +9061,7 @@ var abortOnDisconnect = () => {
|
|
|
9061
9061
|
};
|
|
9062
9062
|
var cancelController = new AbortController();
|
|
9063
9063
|
|
|
9064
|
-
// node_modules/execa/lib/terminate/graceful.js
|
|
9064
|
+
// ../../node_modules/execa/lib/terminate/graceful.js
|
|
9065
9065
|
var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
|
|
9066
9066
|
if (!gracefulCancel) {
|
|
9067
9067
|
return;
|
|
@@ -9117,7 +9117,7 @@ var getReason = ({ reason }) => {
|
|
|
9117
9117
|
return error;
|
|
9118
9118
|
};
|
|
9119
9119
|
|
|
9120
|
-
// node_modules/execa/lib/terminate/timeout.js
|
|
9120
|
+
// ../../node_modules/execa/lib/terminate/timeout.js
|
|
9121
9121
|
var import_promises4 = require("node:timers/promises");
|
|
9122
9122
|
var validateTimeout = ({ timeout }) => {
|
|
9123
9123
|
if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
|
|
@@ -9132,7 +9132,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
|
|
|
9132
9132
|
throw new DiscardedError();
|
|
9133
9133
|
};
|
|
9134
9134
|
|
|
9135
|
-
// node_modules/execa/lib/methods/node.js
|
|
9135
|
+
// ../../node_modules/execa/lib/methods/node.js
|
|
9136
9136
|
var import_node_process7 = require("node:process");
|
|
9137
9137
|
var import_node_path3 = __toESM(require("node:path"), 1);
|
|
9138
9138
|
var mapNode = ({ options }) => {
|
|
@@ -9173,7 +9173,7 @@ var handleNodeOption = (file, commandArguments, {
|
|
|
9173
9173
|
];
|
|
9174
9174
|
};
|
|
9175
9175
|
|
|
9176
|
-
// node_modules/execa/lib/ipc/ipc-input.js
|
|
9176
|
+
// ../../node_modules/execa/lib/ipc/ipc-input.js
|
|
9177
9177
|
var import_node_v8 = require("node:v8");
|
|
9178
9178
|
var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
|
|
9179
9179
|
if (ipcInput === void 0) {
|
|
@@ -9209,7 +9209,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
|
|
|
9209
9209
|
await subprocess.sendMessage(ipcInput);
|
|
9210
9210
|
};
|
|
9211
9211
|
|
|
9212
|
-
// node_modules/execa/lib/arguments/encoding-option.js
|
|
9212
|
+
// ../../node_modules/execa/lib/arguments/encoding-option.js
|
|
9213
9213
|
var validateEncoding = ({ encoding }) => {
|
|
9214
9214
|
if (ENCODINGS.has(encoding)) {
|
|
9215
9215
|
return;
|
|
@@ -9251,7 +9251,7 @@ var ENCODING_ALIASES = {
|
|
|
9251
9251
|
};
|
|
9252
9252
|
var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
|
|
9253
9253
|
|
|
9254
|
-
// node_modules/execa/lib/arguments/cwd.js
|
|
9254
|
+
// ../../node_modules/execa/lib/arguments/cwd.js
|
|
9255
9255
|
var import_node_fs = require("node:fs");
|
|
9256
9256
|
var import_node_path4 = __toESM(require("node:path"), 1);
|
|
9257
9257
|
var import_node_process8 = __toESM(require("node:process"), 1);
|
|
@@ -9287,7 +9287,7 @@ ${originalMessage}`;
|
|
|
9287
9287
|
return originalMessage;
|
|
9288
9288
|
};
|
|
9289
9289
|
|
|
9290
|
-
// node_modules/execa/lib/arguments/options.js
|
|
9290
|
+
// ../../node_modules/execa/lib/arguments/options.js
|
|
9291
9291
|
var normalizeOptions = (filePath, rawArguments, rawOptions) => {
|
|
9292
9292
|
rawOptions.cwd = normalizeCwd(rawOptions.cwd);
|
|
9293
9293
|
const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
|
|
@@ -9358,13 +9358,13 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
9358
9358
|
return env2;
|
|
9359
9359
|
};
|
|
9360
9360
|
|
|
9361
|
-
// node_modules/execa/lib/arguments/shell.js
|
|
9361
|
+
// ../../node_modules/execa/lib/arguments/shell.js
|
|
9362
9362
|
var concatenateShell = (file, commandArguments, options) => options.shell && commandArguments.length > 0 ? [[file, ...commandArguments].join(" "), [], options] : [file, commandArguments, options];
|
|
9363
9363
|
|
|
9364
|
-
// node_modules/execa/lib/return/message.js
|
|
9364
|
+
// ../../node_modules/execa/lib/return/message.js
|
|
9365
9365
|
var import_node_util6 = require("node:util");
|
|
9366
9366
|
|
|
9367
|
-
// node_modules/strip-final-newline/index.js
|
|
9367
|
+
// ../../node_modules/strip-final-newline/index.js
|
|
9368
9368
|
function stripFinalNewline(input) {
|
|
9369
9369
|
if (typeof input === "string") {
|
|
9370
9370
|
return stripFinalNewlineString(input);
|
|
@@ -9381,11 +9381,11 @@ var LF_BINARY = LF.codePointAt(0);
|
|
|
9381
9381
|
var CR = "\r";
|
|
9382
9382
|
var CR_BINARY = CR.codePointAt(0);
|
|
9383
9383
|
|
|
9384
|
-
// node_modules/get-stream/source/index.js
|
|
9384
|
+
// ../../node_modules/get-stream/source/index.js
|
|
9385
9385
|
var import_node_events6 = require("node:events");
|
|
9386
9386
|
var import_promises5 = require("node:stream/promises");
|
|
9387
9387
|
|
|
9388
|
-
// node_modules/is-stream/index.js
|
|
9388
|
+
// ../../node_modules/is-stream/index.js
|
|
9389
9389
|
function isStream(stream, { checkOpen = true } = {}) {
|
|
9390
9390
|
return stream !== null && typeof stream === "object" && (stream.writable || stream.readable || !checkOpen || stream.writable === void 0 && stream.readable === void 0) && typeof stream.pipe === "function";
|
|
9391
9391
|
}
|
|
@@ -9399,7 +9399,7 @@ function isDuplexStream(stream, options) {
|
|
|
9399
9399
|
return isWritableStream(stream, options) && isReadableStream(stream, options);
|
|
9400
9400
|
}
|
|
9401
9401
|
|
|
9402
|
-
// node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
|
|
9402
|
+
// ../../node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
|
|
9403
9403
|
var a = Object.getPrototypeOf(
|
|
9404
9404
|
Object.getPrototypeOf(
|
|
9405
9405
|
/* istanbul ignore next */
|
|
@@ -9487,7 +9487,7 @@ function h({ preventCancel: r = false } = {}) {
|
|
|
9487
9487
|
return s[n] = t, s;
|
|
9488
9488
|
}
|
|
9489
9489
|
|
|
9490
|
-
// node_modules/get-stream/source/stream.js
|
|
9490
|
+
// ../../node_modules/get-stream/source/stream.js
|
|
9491
9491
|
var getAsyncIterable = (stream) => {
|
|
9492
9492
|
if (isReadableStream(stream, { checkOpen: false }) && nodeImports.on !== void 0) {
|
|
9493
9493
|
return getStreamIterable(stream);
|
|
@@ -9535,7 +9535,7 @@ var handleStreamEnd = async (stream, controller, state) => {
|
|
|
9535
9535
|
};
|
|
9536
9536
|
var nodeImports = {};
|
|
9537
9537
|
|
|
9538
|
-
// node_modules/get-stream/source/contents.js
|
|
9538
|
+
// ../../node_modules/get-stream/source/contents.js
|
|
9539
9539
|
var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
|
|
9540
9540
|
const asyncIterable = getAsyncIterable(stream);
|
|
9541
9541
|
const state = init();
|
|
@@ -9630,7 +9630,7 @@ var MaxBufferError = class extends Error {
|
|
|
9630
9630
|
}
|
|
9631
9631
|
};
|
|
9632
9632
|
|
|
9633
|
-
// node_modules/get-stream/source/utils.js
|
|
9633
|
+
// ../../node_modules/get-stream/source/utils.js
|
|
9634
9634
|
var identity2 = (value) => value;
|
|
9635
9635
|
var noop = () => void 0;
|
|
9636
9636
|
var getContentsProperty = ({ contents }) => contents;
|
|
@@ -9639,7 +9639,7 @@ var throwObjectStream = (chunk) => {
|
|
|
9639
9639
|
};
|
|
9640
9640
|
var getLengthProperty = (convertedChunk) => convertedChunk.length;
|
|
9641
9641
|
|
|
9642
|
-
// node_modules/get-stream/source/array.js
|
|
9642
|
+
// ../../node_modules/get-stream/source/array.js
|
|
9643
9643
|
async function getStreamAsArray(stream, options) {
|
|
9644
9644
|
return getStreamContents(stream, arrayMethods, options);
|
|
9645
9645
|
}
|
|
@@ -9666,7 +9666,7 @@ var arrayMethods = {
|
|
|
9666
9666
|
finalize: getContentsProperty
|
|
9667
9667
|
};
|
|
9668
9668
|
|
|
9669
|
-
// node_modules/get-stream/source/array-buffer.js
|
|
9669
|
+
// ../../node_modules/get-stream/source/array-buffer.js
|
|
9670
9670
|
async function getStreamAsArrayBuffer(stream, options) {
|
|
9671
9671
|
return getStreamContents(stream, arrayBufferMethods, options);
|
|
9672
9672
|
}
|
|
@@ -9719,7 +9719,7 @@ var arrayBufferMethods = {
|
|
|
9719
9719
|
finalize: finalizeArrayBuffer
|
|
9720
9720
|
};
|
|
9721
9721
|
|
|
9722
|
-
// node_modules/get-stream/source/string.js
|
|
9722
|
+
// ../../node_modules/get-stream/source/string.js
|
|
9723
9723
|
async function getStreamAsString(stream, options) {
|
|
9724
9724
|
return getStreamContents(stream, stringMethods, options);
|
|
9725
9725
|
}
|
|
@@ -9748,10 +9748,10 @@ var stringMethods = {
|
|
|
9748
9748
|
finalize: getContentsProperty
|
|
9749
9749
|
};
|
|
9750
9750
|
|
|
9751
|
-
// node_modules/get-stream/source/index.js
|
|
9751
|
+
// ../../node_modules/get-stream/source/index.js
|
|
9752
9752
|
Object.assign(nodeImports, { on: import_node_events6.on, finished: import_promises5.finished });
|
|
9753
9753
|
|
|
9754
|
-
// node_modules/execa/lib/io/max-buffer.js
|
|
9754
|
+
// ../../node_modules/execa/lib/io/max-buffer.js
|
|
9755
9755
|
var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
|
|
9756
9756
|
if (!(error instanceof MaxBufferError)) {
|
|
9757
9757
|
throw error;
|
|
@@ -9810,7 +9810,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
|
|
|
9810
9810
|
};
|
|
9811
9811
|
var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
|
|
9812
9812
|
|
|
9813
|
-
// node_modules/execa/lib/return/message.js
|
|
9813
|
+
// ../../node_modules/execa/lib/return/message.js
|
|
9814
9814
|
var createMessages = ({
|
|
9815
9815
|
stdio,
|
|
9816
9816
|
all,
|
|
@@ -9928,7 +9928,7 @@ var serializeMessageItem = (messageItem) => {
|
|
|
9928
9928
|
return "";
|
|
9929
9929
|
};
|
|
9930
9930
|
|
|
9931
|
-
// node_modules/execa/lib/return/result.js
|
|
9931
|
+
// ../../node_modules/execa/lib/return/result.js
|
|
9932
9932
|
var makeSuccessResult = ({
|
|
9933
9933
|
command,
|
|
9934
9934
|
escapedCommand,
|
|
@@ -10101,7 +10101,7 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
10101
10101
|
return { exitCode, signal, signalDescription };
|
|
10102
10102
|
};
|
|
10103
10103
|
|
|
10104
|
-
// node_modules/parse-ms/index.js
|
|
10104
|
+
// ../../node_modules/parse-ms/index.js
|
|
10105
10105
|
var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
|
|
10106
10106
|
function parseNumber(milliseconds) {
|
|
10107
10107
|
return {
|
|
@@ -10140,7 +10140,7 @@ function parseMilliseconds(milliseconds) {
|
|
|
10140
10140
|
throw new TypeError("Expected a finite number or bigint");
|
|
10141
10141
|
}
|
|
10142
10142
|
|
|
10143
|
-
// node_modules/pretty-ms/index.js
|
|
10143
|
+
// ../../node_modules/pretty-ms/index.js
|
|
10144
10144
|
var isZero = (value) => value === 0 || value === 0n;
|
|
10145
10145
|
var pluralize = (word, count2) => count2 === 1 || count2 === 1n ? word : `${word}s`;
|
|
10146
10146
|
var SECOND_ROUNDING_EPSILON = 1e-7;
|
|
@@ -10239,7 +10239,7 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
10239
10239
|
return sign + result.join(separator);
|
|
10240
10240
|
}
|
|
10241
10241
|
|
|
10242
|
-
// node_modules/execa/lib/verbose/error.js
|
|
10242
|
+
// ../../node_modules/execa/lib/verbose/error.js
|
|
10243
10243
|
var logError = (result, verboseInfo) => {
|
|
10244
10244
|
if (result.failed) {
|
|
10245
10245
|
verboseLog({
|
|
@@ -10251,7 +10251,7 @@ var logError = (result, verboseInfo) => {
|
|
|
10251
10251
|
}
|
|
10252
10252
|
};
|
|
10253
10253
|
|
|
10254
|
-
// node_modules/execa/lib/verbose/complete.js
|
|
10254
|
+
// ../../node_modules/execa/lib/verbose/complete.js
|
|
10255
10255
|
var logResult = (result, verboseInfo) => {
|
|
10256
10256
|
if (!isVerbose(verboseInfo)) {
|
|
10257
10257
|
return;
|
|
@@ -10269,7 +10269,7 @@ var logDuration = (result, verboseInfo) => {
|
|
|
10269
10269
|
});
|
|
10270
10270
|
};
|
|
10271
10271
|
|
|
10272
|
-
// node_modules/execa/lib/return/reject.js
|
|
10272
|
+
// ../../node_modules/execa/lib/return/reject.js
|
|
10273
10273
|
var handleResult = (result, verboseInfo, { reject }) => {
|
|
10274
10274
|
logResult(result, verboseInfo);
|
|
10275
10275
|
if (result.failed && reject) {
|
|
@@ -10278,10 +10278,10 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
10278
10278
|
return result;
|
|
10279
10279
|
};
|
|
10280
10280
|
|
|
10281
|
-
// node_modules/execa/lib/stdio/handle-sync.js
|
|
10281
|
+
// ../../node_modules/execa/lib/stdio/handle-sync.js
|
|
10282
10282
|
var import_node_fs3 = require("node:fs");
|
|
10283
10283
|
|
|
10284
|
-
// node_modules/execa/lib/stdio/type.js
|
|
10284
|
+
// ../../node_modules/execa/lib/stdio/type.js
|
|
10285
10285
|
var getStdioItemType = (value, optionName) => {
|
|
10286
10286
|
if (isAsyncGenerator(value)) {
|
|
10287
10287
|
return "asyncGenerator";
|
|
@@ -10407,7 +10407,7 @@ var TYPE_TO_MESSAGE = {
|
|
|
10407
10407
|
uint8Array: "a Uint8Array"
|
|
10408
10408
|
};
|
|
10409
10409
|
|
|
10410
|
-
// node_modules/execa/lib/transform/object-mode.js
|
|
10410
|
+
// ../../node_modules/execa/lib/transform/object-mode.js
|
|
10411
10411
|
var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
|
|
10412
10412
|
var getOutputObjectModes = (objectMode, index, newTransforms) => {
|
|
10413
10413
|
const writableObjectMode = index !== 0 && newTransforms[index - 1].value.readableObjectMode;
|
|
@@ -10427,7 +10427,7 @@ var getFdObjectMode = (stdioItems, direction) => {
|
|
|
10427
10427
|
return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
|
|
10428
10428
|
};
|
|
10429
10429
|
|
|
10430
|
-
// node_modules/execa/lib/transform/normalize.js
|
|
10430
|
+
// ../../node_modules/execa/lib/transform/normalize.js
|
|
10431
10431
|
var normalizeTransforms = (stdioItems, optionName, direction, options) => [
|
|
10432
10432
|
...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
|
|
10433
10433
|
...getTransforms(stdioItems, optionName, direction, options)
|
|
@@ -10521,7 +10521,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
10521
10521
|
};
|
|
10522
10522
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
10523
10523
|
|
|
10524
|
-
// node_modules/execa/lib/stdio/direction.js
|
|
10524
|
+
// ../../node_modules/execa/lib/stdio/direction.js
|
|
10525
10525
|
var import_node_process10 = __toESM(require("node:process"), 1);
|
|
10526
10526
|
var getStreamDirection = (stdioItems, fdNumber, optionName) => {
|
|
10527
10527
|
const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
|
|
@@ -10571,10 +10571,10 @@ var getStandardStreamDirection = (value) => {
|
|
|
10571
10571
|
};
|
|
10572
10572
|
var DEFAULT_DIRECTION = "output";
|
|
10573
10573
|
|
|
10574
|
-
// node_modules/execa/lib/ipc/array.js
|
|
10574
|
+
// ../../node_modules/execa/lib/ipc/array.js
|
|
10575
10575
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
10576
10576
|
|
|
10577
|
-
// node_modules/execa/lib/stdio/stdio-option.js
|
|
10577
|
+
// ../../node_modules/execa/lib/stdio/stdio-option.js
|
|
10578
10578
|
var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
|
|
10579
10579
|
const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
|
|
10580
10580
|
return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
|
|
@@ -10608,7 +10608,7 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
|
|
|
10608
10608
|
var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
|
|
10609
10609
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
10610
10610
|
|
|
10611
|
-
// node_modules/execa/lib/stdio/native.js
|
|
10611
|
+
// ../../node_modules/execa/lib/stdio/native.js
|
|
10612
10612
|
var import_node_fs2 = require("node:fs");
|
|
10613
10613
|
var import_node_tty3 = __toESM(require("node:tty"), 1);
|
|
10614
10614
|
var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
|
|
@@ -10677,7 +10677,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
10677
10677
|
return standardStream;
|
|
10678
10678
|
};
|
|
10679
10679
|
|
|
10680
|
-
// node_modules/execa/lib/stdio/input-option.js
|
|
10680
|
+
// ../../node_modules/execa/lib/stdio/input-option.js
|
|
10681
10681
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
10682
10682
|
...handleInputOption(input),
|
|
10683
10683
|
...handleInputFileOption(inputFile)
|
|
@@ -10713,7 +10713,7 @@ var getInputFileType = (inputFile) => {
|
|
|
10713
10713
|
throw new Error("The `inputFile` option must be a file path string or a file URL.");
|
|
10714
10714
|
};
|
|
10715
10715
|
|
|
10716
|
-
// node_modules/execa/lib/stdio/duplicate.js
|
|
10716
|
+
// ../../node_modules/execa/lib/stdio/duplicate.js
|
|
10717
10717
|
var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
|
|
10718
10718
|
var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
|
|
10719
10719
|
const otherStdioItems = getOtherStdioItems(fileDescriptors, type);
|
|
@@ -10788,7 +10788,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
|
|
|
10788
10788
|
}
|
|
10789
10789
|
};
|
|
10790
10790
|
|
|
10791
|
-
// node_modules/execa/lib/stdio/handle.js
|
|
10791
|
+
// ../../node_modules/execa/lib/stdio/handle.js
|
|
10792
10792
|
var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
|
|
10793
10793
|
const stdio = normalizeStdioOption(options, verboseInfo, isSync);
|
|
10794
10794
|
const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
|
|
@@ -10948,7 +10948,7 @@ var forwardStdio = (stdioItems) => {
|
|
|
10948
10948
|
return type === "native" ? value : "pipe";
|
|
10949
10949
|
};
|
|
10950
10950
|
|
|
10951
|
-
// node_modules/execa/lib/stdio/handle-sync.js
|
|
10951
|
+
// ../../node_modules/execa/lib/stdio/handle-sync.js
|
|
10952
10952
|
var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
|
|
10953
10953
|
var forbiddenIfSync = ({ type, optionName }) => {
|
|
10954
10954
|
throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
|
|
@@ -10994,14 +10994,14 @@ var addPropertiesSync = {
|
|
|
10994
10994
|
}
|
|
10995
10995
|
};
|
|
10996
10996
|
|
|
10997
|
-
// node_modules/execa/lib/io/strip-newline.js
|
|
10997
|
+
// ../../node_modules/execa/lib/io/strip-newline.js
|
|
10998
10998
|
var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
|
|
10999
10999
|
var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
|
|
11000
11000
|
|
|
11001
|
-
// node_modules/execa/lib/transform/generator.js
|
|
11001
|
+
// ../../node_modules/execa/lib/transform/generator.js
|
|
11002
11002
|
var import_node_stream = require("node:stream");
|
|
11003
11003
|
|
|
11004
|
-
// node_modules/execa/lib/transform/split.js
|
|
11004
|
+
// ../../node_modules/execa/lib/transform/split.js
|
|
11005
11005
|
var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
|
|
11006
11006
|
var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
|
|
11007
11007
|
var splitLinesItemSync = (chunk, preserveNewlines) => {
|
|
@@ -11081,7 +11081,7 @@ var linesUint8ArrayInfo = {
|
|
|
11081
11081
|
concatBytes: concatUint8Array
|
|
11082
11082
|
};
|
|
11083
11083
|
|
|
11084
|
-
// node_modules/execa/lib/transform/validate.js
|
|
11084
|
+
// ../../node_modules/execa/lib/transform/validate.js
|
|
11085
11085
|
var import_node_buffer = require("node:buffer");
|
|
11086
11086
|
var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
|
|
11087
11087
|
var validateStringTransformInput = function* (optionName, chunk) {
|
|
@@ -11110,7 +11110,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
11110
11110
|
}
|
|
11111
11111
|
};
|
|
11112
11112
|
|
|
11113
|
-
// node_modules/execa/lib/transform/encoding-transform.js
|
|
11113
|
+
// ../../node_modules/execa/lib/transform/encoding-transform.js
|
|
11114
11114
|
var import_node_buffer2 = require("node:buffer");
|
|
11115
11115
|
var import_node_string_decoder2 = require("node:string_decoder");
|
|
11116
11116
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
@@ -11145,7 +11145,7 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
11145
11145
|
}
|
|
11146
11146
|
};
|
|
11147
11147
|
|
|
11148
|
-
// node_modules/execa/lib/transform/run-async.js
|
|
11148
|
+
// ../../node_modules/execa/lib/transform/run-async.js
|
|
11149
11149
|
var import_node_util7 = require("node:util");
|
|
11150
11150
|
var pushChunks = (0, import_node_util7.callbackify)(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
11151
11151
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
@@ -11193,7 +11193,7 @@ var identityGenerator = function* (chunk) {
|
|
|
11193
11193
|
yield chunk;
|
|
11194
11194
|
};
|
|
11195
11195
|
|
|
11196
|
-
// node_modules/execa/lib/transform/run-sync.js
|
|
11196
|
+
// ../../node_modules/execa/lib/transform/run-sync.js
|
|
11197
11197
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
11198
11198
|
try {
|
|
11199
11199
|
for (const chunk of getChunksSync(...getChunksArguments)) {
|
|
@@ -11235,7 +11235,7 @@ var identityGenerator2 = function* (chunk) {
|
|
|
11235
11235
|
yield chunk;
|
|
11236
11236
|
};
|
|
11237
11237
|
|
|
11238
|
-
// node_modules/execa/lib/transform/generator.js
|
|
11238
|
+
// ../../node_modules/execa/lib/transform/generator.js
|
|
11239
11239
|
var generatorToStream = ({
|
|
11240
11240
|
value,
|
|
11241
11241
|
value: { transform, final, writableObjectMode, readableObjectMode },
|
|
@@ -11289,7 +11289,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
|
|
|
11289
11289
|
].filter(Boolean);
|
|
11290
11290
|
};
|
|
11291
11291
|
|
|
11292
|
-
// node_modules/execa/lib/io/input-sync.js
|
|
11292
|
+
// ../../node_modules/execa/lib/io/input-sync.js
|
|
11293
11293
|
var addInputOptionsSync = (fileDescriptors, options) => {
|
|
11294
11294
|
for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
|
|
11295
11295
|
addInputOptionSync(fileDescriptors, fdNumber, options);
|
|
@@ -11322,10 +11322,10 @@ var validateSerializable = (newContents) => {
|
|
|
11322
11322
|
}
|
|
11323
11323
|
};
|
|
11324
11324
|
|
|
11325
|
-
// node_modules/execa/lib/io/output-sync.js
|
|
11325
|
+
// ../../node_modules/execa/lib/io/output-sync.js
|
|
11326
11326
|
var import_node_fs4 = require("node:fs");
|
|
11327
11327
|
|
|
11328
|
-
// node_modules/execa/lib/verbose/output.js
|
|
11328
|
+
// ../../node_modules/execa/lib/verbose/output.js
|
|
11329
11329
|
var shouldLogOutput = ({ stdioItems, encoding, verboseInfo, fdNumber }) => fdNumber !== "all" && isFullVerbose(verboseInfo, fdNumber) && !BINARY_ENCODINGS.has(encoding) && fdUsesVerbose(fdNumber) && (stdioItems.some(({ type, value }) => type === "native" && PIPED_STDIO_VALUES.has(value)) || stdioItems.every(({ type }) => TRANSFORM_TYPES.has(type)));
|
|
11330
11330
|
var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
|
|
11331
11331
|
var PIPED_STDIO_VALUES = /* @__PURE__ */ new Set(["pipe", "overlapped"]);
|
|
@@ -11352,7 +11352,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
|
|
|
11352
11352
|
});
|
|
11353
11353
|
};
|
|
11354
11354
|
|
|
11355
|
-
// node_modules/execa/lib/io/output-sync.js
|
|
11355
|
+
// ../../node_modules/execa/lib/io/output-sync.js
|
|
11356
11356
|
var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
|
|
11357
11357
|
if (output === null) {
|
|
11358
11358
|
return { output: Array.from({ length: 3 }) };
|
|
@@ -11455,7 +11455,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
11455
11455
|
}
|
|
11456
11456
|
};
|
|
11457
11457
|
|
|
11458
|
-
// node_modules/execa/lib/resolve/all-sync.js
|
|
11458
|
+
// ../../node_modules/execa/lib/resolve/all-sync.js
|
|
11459
11459
|
var getAllSync = ([, stdout, stderr], options) => {
|
|
11460
11460
|
if (!options.all) {
|
|
11461
11461
|
return;
|
|
@@ -11478,7 +11478,7 @@ var getAllSync = ([, stdout, stderr], options) => {
|
|
|
11478
11478
|
return `${stdout}${stderr}`;
|
|
11479
11479
|
};
|
|
11480
11480
|
|
|
11481
|
-
// node_modules/execa/lib/resolve/exit-async.js
|
|
11481
|
+
// ../../node_modules/execa/lib/resolve/exit-async.js
|
|
11482
11482
|
var import_node_events7 = require("node:events");
|
|
11483
11483
|
var waitForExit = async (subprocess, context) => {
|
|
11484
11484
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
@@ -11512,7 +11512,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
|
|
|
11512
11512
|
var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
|
|
11513
11513
|
var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
|
|
11514
11514
|
|
|
11515
|
-
// node_modules/execa/lib/resolve/exit-sync.js
|
|
11515
|
+
// ../../node_modules/execa/lib/resolve/exit-sync.js
|
|
11516
11516
|
var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
|
|
11517
11517
|
const resultError = getResultError(error, exitCode, signal);
|
|
11518
11518
|
const timedOut = resultError?.code === "ETIMEDOUT";
|
|
@@ -11532,7 +11532,7 @@ var getResultError = (error, exitCode, signal) => {
|
|
|
11532
11532
|
return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
|
|
11533
11533
|
};
|
|
11534
11534
|
|
|
11535
|
-
// node_modules/execa/lib/methods/main-sync.js
|
|
11535
|
+
// ../../node_modules/execa/lib/methods/main-sync.js
|
|
11536
11536
|
var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
|
|
11537
11537
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
|
|
11538
11538
|
const result = spawnSubprocessSync({
|
|
@@ -11664,14 +11664,14 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
11664
11664
|
isSync: true
|
|
11665
11665
|
});
|
|
11666
11666
|
|
|
11667
|
-
// node_modules/execa/lib/methods/main-async.js
|
|
11667
|
+
// ../../node_modules/execa/lib/methods/main-async.js
|
|
11668
11668
|
var import_node_events14 = require("node:events");
|
|
11669
11669
|
var import_node_child_process5 = require("node:child_process");
|
|
11670
11670
|
|
|
11671
|
-
// node_modules/execa/lib/ipc/methods.js
|
|
11671
|
+
// ../../node_modules/execa/lib/ipc/methods.js
|
|
11672
11672
|
var import_node_process11 = __toESM(require("node:process"), 1);
|
|
11673
11673
|
|
|
11674
|
-
// node_modules/execa/lib/ipc/get-one.js
|
|
11674
|
+
// ../../node_modules/execa/lib/ipc/get-one.js
|
|
11675
11675
|
var import_node_events8 = require("node:events");
|
|
11676
11676
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
11677
11677
|
validateIpcMethod({
|
|
@@ -11726,7 +11726,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
11726
11726
|
throw getStrictResponseError(error, isSubprocess);
|
|
11727
11727
|
};
|
|
11728
11728
|
|
|
11729
|
-
// node_modules/execa/lib/ipc/get-each.js
|
|
11729
|
+
// ../../node_modules/execa/lib/ipc/get-each.js
|
|
11730
11730
|
var import_node_events9 = require("node:events");
|
|
11731
11731
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
11732
11732
|
anyProcess,
|
|
@@ -11805,7 +11805,7 @@ var throwIfStrictError = ({ error }) => {
|
|
|
11805
11805
|
}
|
|
11806
11806
|
};
|
|
11807
11807
|
|
|
11808
|
-
// node_modules/execa/lib/ipc/methods.js
|
|
11808
|
+
// ../../node_modules/execa/lib/ipc/methods.js
|
|
11809
11809
|
var addIpcMethods = (subprocess, { ipc }) => {
|
|
11810
11810
|
Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
|
|
11811
11811
|
};
|
|
@@ -11844,7 +11844,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
11844
11844
|
})
|
|
11845
11845
|
});
|
|
11846
11846
|
|
|
11847
|
-
// node_modules/execa/lib/return/early-error.js
|
|
11847
|
+
// ../../node_modules/execa/lib/return/early-error.js
|
|
11848
11848
|
var import_node_child_process4 = require("node:child_process");
|
|
11849
11849
|
var import_node_stream2 = require("node:stream");
|
|
11850
11850
|
var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
|
|
@@ -11893,7 +11893,7 @@ var duplex = () => new import_node_stream2.Duplex({ read() {
|
|
|
11893
11893
|
} });
|
|
11894
11894
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
11895
11895
|
|
|
11896
|
-
// node_modules/execa/lib/stdio/handle-async.js
|
|
11896
|
+
// ../../node_modules/execa/lib/stdio/handle-async.js
|
|
11897
11897
|
var import_node_fs5 = require("node:fs");
|
|
11898
11898
|
var import_node_buffer3 = require("node:buffer");
|
|
11899
11899
|
var import_node_stream3 = require("node:stream");
|
|
@@ -11938,7 +11938,7 @@ var addPropertiesAsync = {
|
|
|
11938
11938
|
}
|
|
11939
11939
|
};
|
|
11940
11940
|
|
|
11941
|
-
// node_modules/@sindresorhus/merge-streams/index.js
|
|
11941
|
+
// ../../node_modules/execa/node_modules/@sindresorhus/merge-streams/index.js
|
|
11942
11942
|
var import_node_events10 = require("node:events");
|
|
11943
11943
|
var import_node_stream4 = require("node:stream");
|
|
11944
11944
|
var import_promises6 = require("node:stream/promises");
|
|
@@ -12155,7 +12155,7 @@ var updateMaxListeners = (passThroughStream, increment2) => {
|
|
|
12155
12155
|
var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
12156
12156
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
12157
12157
|
|
|
12158
|
-
// node_modules/execa/lib/io/pipeline.js
|
|
12158
|
+
// ../../node_modules/execa/lib/io/pipeline.js
|
|
12159
12159
|
var import_promises7 = require("node:stream/promises");
|
|
12160
12160
|
var pipeStreams = (source, destination) => {
|
|
12161
12161
|
source.pipe(destination);
|
|
@@ -12193,7 +12193,7 @@ var abortSourceStream = (source) => {
|
|
|
12193
12193
|
}
|
|
12194
12194
|
};
|
|
12195
12195
|
|
|
12196
|
-
// node_modules/execa/lib/io/output-async.js
|
|
12196
|
+
// ../../node_modules/execa/lib/io/output-async.js
|
|
12197
12197
|
var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
|
|
12198
12198
|
const pipeGroups = /* @__PURE__ */ new Map();
|
|
12199
12199
|
for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
|
|
@@ -12245,10 +12245,10 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
12245
12245
|
};
|
|
12246
12246
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
12247
12247
|
|
|
12248
|
-
// node_modules/execa/lib/terminate/cleanup.js
|
|
12248
|
+
// ../../node_modules/execa/lib/terminate/cleanup.js
|
|
12249
12249
|
var import_node_events11 = require("node:events");
|
|
12250
12250
|
|
|
12251
|
-
// node_modules/signal-exit/dist/mjs/signals.js
|
|
12251
|
+
// ../../node_modules/signal-exit/dist/mjs/signals.js
|
|
12252
12252
|
var signals = [];
|
|
12253
12253
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
12254
12254
|
if (process.platform !== "win32") {
|
|
@@ -12272,7 +12272,7 @@ if (process.platform === "linux") {
|
|
|
12272
12272
|
signals.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
12273
12273
|
}
|
|
12274
12274
|
|
|
12275
|
-
// node_modules/signal-exit/dist/mjs/index.js
|
|
12275
|
+
// ../../node_modules/signal-exit/dist/mjs/index.js
|
|
12276
12276
|
var processOk = (process13) => !!process13 && typeof process13 === "object" && typeof process13.removeListener === "function" && typeof process13.emit === "function" && typeof process13.reallyExit === "function" && typeof process13.listeners === "function" && typeof process13.kill === "function" && typeof process13.pid === "number" && typeof process13.on === "function";
|
|
12277
12277
|
var kExitEmitter = Symbol.for("signal-exit emitter");
|
|
12278
12278
|
var global2 = globalThis;
|
|
@@ -12499,7 +12499,7 @@ var {
|
|
|
12499
12499
|
unload
|
|
12500
12500
|
} = signalExitWrap(processOk(process10) ? new SignalExit(process10) : new SignalExitFallback());
|
|
12501
12501
|
|
|
12502
|
-
// node_modules/execa/lib/terminate/cleanup.js
|
|
12502
|
+
// ../../node_modules/execa/lib/terminate/cleanup.js
|
|
12503
12503
|
var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
12504
12504
|
if (!cleanup || detached) {
|
|
12505
12505
|
return;
|
|
@@ -12512,7 +12512,7 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
12512
12512
|
});
|
|
12513
12513
|
};
|
|
12514
12514
|
|
|
12515
|
-
// node_modules/execa/lib/pipe/pipe-arguments.js
|
|
12515
|
+
// ../../node_modules/execa/lib/pipe/pipe-arguments.js
|
|
12516
12516
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
12517
12517
|
const startTime = getStartTime();
|
|
12518
12518
|
const {
|
|
@@ -12585,7 +12585,7 @@ var getSourceStream = (source, from) => {
|
|
|
12585
12585
|
}
|
|
12586
12586
|
};
|
|
12587
12587
|
|
|
12588
|
-
// node_modules/execa/lib/pipe/throw.js
|
|
12588
|
+
// ../../node_modules/execa/lib/pipe/throw.js
|
|
12589
12589
|
var handlePipeArgumentsError = ({
|
|
12590
12590
|
sourceStream,
|
|
12591
12591
|
sourceError,
|
|
@@ -12634,7 +12634,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
12634
12634
|
});
|
|
12635
12635
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
12636
12636
|
|
|
12637
|
-
// node_modules/execa/lib/pipe/sequence.js
|
|
12637
|
+
// ../../node_modules/execa/lib/pipe/sequence.js
|
|
12638
12638
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
12639
12639
|
const [
|
|
12640
12640
|
{ status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
|
|
@@ -12652,7 +12652,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
12652
12652
|
return destinationResult;
|
|
12653
12653
|
};
|
|
12654
12654
|
|
|
12655
|
-
// node_modules/execa/lib/pipe/streaming.js
|
|
12655
|
+
// ../../node_modules/execa/lib/pipe/streaming.js
|
|
12656
12656
|
var import_promises8 = require("node:stream/promises");
|
|
12657
12657
|
var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
|
|
12658
12658
|
const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
|
|
@@ -12683,7 +12683,7 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
|
|
|
12683
12683
|
var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
12684
12684
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
12685
12685
|
|
|
12686
|
-
// node_modules/execa/lib/pipe/abort.js
|
|
12686
|
+
// ../../node_modules/execa/lib/pipe/abort.js
|
|
12687
12687
|
var import_node_util8 = require("node:util");
|
|
12688
12688
|
var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
|
|
12689
12689
|
var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
|
|
@@ -12698,7 +12698,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
|
|
|
12698
12698
|
});
|
|
12699
12699
|
};
|
|
12700
12700
|
|
|
12701
|
-
// node_modules/execa/lib/pipe/setup.js
|
|
12701
|
+
// ../../node_modules/execa/lib/pipe/setup.js
|
|
12702
12702
|
var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
|
|
12703
12703
|
if (isPlainObject(pipeArguments[0])) {
|
|
12704
12704
|
return pipeToSubprocess.bind(void 0, {
|
|
@@ -12757,10 +12757,10 @@ var handlePipePromise = async ({
|
|
|
12757
12757
|
};
|
|
12758
12758
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
12759
12759
|
|
|
12760
|
-
// node_modules/execa/lib/io/contents.js
|
|
12760
|
+
// ../../node_modules/execa/lib/io/contents.js
|
|
12761
12761
|
var import_promises9 = require("node:timers/promises");
|
|
12762
12762
|
|
|
12763
|
-
// node_modules/execa/lib/io/iterate.js
|
|
12763
|
+
// ../../node_modules/execa/lib/io/iterate.js
|
|
12764
12764
|
var import_node_events12 = require("node:events");
|
|
12765
12765
|
var import_node_stream5 = require("node:stream");
|
|
12766
12766
|
var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
|
|
@@ -12853,7 +12853,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
|
|
|
12853
12853
|
getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
|
|
12854
12854
|
].filter(Boolean);
|
|
12855
12855
|
|
|
12856
|
-
// node_modules/execa/lib/io/contents.js
|
|
12856
|
+
// ../../node_modules/execa/lib/io/contents.js
|
|
12857
12857
|
var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
|
|
12858
12858
|
const logPromise = logOutputAsync({
|
|
12859
12859
|
stream,
|
|
@@ -12944,7 +12944,7 @@ var getBufferedData = async (streamPromise) => {
|
|
|
12944
12944
|
};
|
|
12945
12945
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
12946
12946
|
|
|
12947
|
-
// node_modules/execa/lib/resolve/wait-stream.js
|
|
12947
|
+
// ../../node_modules/execa/lib/resolve/wait-stream.js
|
|
12948
12948
|
var import_promises10 = require("node:stream/promises");
|
|
12949
12949
|
var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
|
|
12950
12950
|
const state = handleStdinDestroy(stream, streamInfo);
|
|
@@ -12997,7 +12997,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
|
|
|
12997
12997
|
var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
|
|
12998
12998
|
var isStreamEpipe = (error) => error?.code === "EPIPE";
|
|
12999
12999
|
|
|
13000
|
-
// node_modules/execa/lib/resolve/stdio.js
|
|
13000
|
+
// ../../node_modules/execa/lib/resolve/stdio.js
|
|
13001
13001
|
var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
|
|
13002
13002
|
stream,
|
|
13003
13003
|
fdNumber,
|
|
@@ -13038,7 +13038,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
|
|
|
13038
13038
|
return output;
|
|
13039
13039
|
};
|
|
13040
13040
|
|
|
13041
|
-
// node_modules/execa/lib/resolve/all-async.js
|
|
13041
|
+
// ../../node_modules/execa/lib/resolve/all-async.js
|
|
13042
13042
|
var makeAllStream = ({ stdout, stderr }, { all }) => all && (stdout || stderr) ? mergeStreams([stdout, stderr].filter(Boolean)) : void 0;
|
|
13043
13043
|
var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
|
|
13044
13044
|
...getAllStream(subprocess, buffer),
|
|
@@ -13066,10 +13066,10 @@ var getAllStream = ({ stdout, stderr, all }, [, bufferStdout, bufferStderr]) =>
|
|
|
13066
13066
|
};
|
|
13067
13067
|
var getAllMixed = ({ all, stdout, stderr }) => all && stdout && stderr && stdout.readableObjectMode !== stderr.readableObjectMode;
|
|
13068
13068
|
|
|
13069
|
-
// node_modules/execa/lib/resolve/wait-subprocess.js
|
|
13069
|
+
// ../../node_modules/execa/lib/resolve/wait-subprocess.js
|
|
13070
13070
|
var import_node_events13 = require("node:events");
|
|
13071
13071
|
|
|
13072
|
-
// node_modules/execa/lib/verbose/ipc.js
|
|
13072
|
+
// ../../node_modules/execa/lib/verbose/ipc.js
|
|
13073
13073
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
13074
13074
|
var logIpcOutput = (message, verboseInfo) => {
|
|
13075
13075
|
const verboseMessage = serializeVerboseMessage(message);
|
|
@@ -13081,7 +13081,7 @@ var logIpcOutput = (message, verboseInfo) => {
|
|
|
13081
13081
|
});
|
|
13082
13082
|
};
|
|
13083
13083
|
|
|
13084
|
-
// node_modules/execa/lib/ipc/buffer-messages.js
|
|
13084
|
+
// ../../node_modules/execa/lib/ipc/buffer-messages.js
|
|
13085
13085
|
var waitForIpcOutput = async ({
|
|
13086
13086
|
subprocess,
|
|
13087
13087
|
buffer: bufferArray,
|
|
@@ -13119,7 +13119,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
|
|
|
13119
13119
|
return ipcOutput;
|
|
13120
13120
|
};
|
|
13121
13121
|
|
|
13122
|
-
// node_modules/execa/lib/resolve/wait-subprocess.js
|
|
13122
|
+
// ../../node_modules/execa/lib/resolve/wait-subprocess.js
|
|
13123
13123
|
var waitForSubprocessResult = async ({
|
|
13124
13124
|
subprocess,
|
|
13125
13125
|
options: {
|
|
@@ -13235,7 +13235,7 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
13235
13235
|
throw error;
|
|
13236
13236
|
};
|
|
13237
13237
|
|
|
13238
|
-
// node_modules/execa/lib/convert/concurrent.js
|
|
13238
|
+
// ../../node_modules/execa/lib/convert/concurrent.js
|
|
13239
13239
|
var initializeConcurrentStreams = () => ({
|
|
13240
13240
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
13241
13241
|
writableFinal: /* @__PURE__ */ new WeakMap(),
|
|
@@ -13261,11 +13261,11 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
13261
13261
|
return !isSubprocessExit;
|
|
13262
13262
|
};
|
|
13263
13263
|
|
|
13264
|
-
// node_modules/execa/lib/convert/readable.js
|
|
13264
|
+
// ../../node_modules/execa/lib/convert/readable.js
|
|
13265
13265
|
var import_node_stream6 = require("node:stream");
|
|
13266
13266
|
var import_node_util9 = require("node:util");
|
|
13267
13267
|
|
|
13268
|
-
// node_modules/execa/lib/convert/shared.js
|
|
13268
|
+
// ../../node_modules/execa/lib/convert/shared.js
|
|
13269
13269
|
var import_promises11 = require("node:stream/promises");
|
|
13270
13270
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
13271
13271
|
if (subprocessStdin === void 0) {
|
|
@@ -13305,7 +13305,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
|
|
|
13305
13305
|
}
|
|
13306
13306
|
};
|
|
13307
13307
|
|
|
13308
|
-
// node_modules/execa/lib/convert/readable.js
|
|
13308
|
+
// ../../node_modules/execa/lib/convert/readable.js
|
|
13309
13309
|
var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
13310
13310
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
13311
13311
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -13390,7 +13390,7 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
13390
13390
|
destroyOtherStream(stream, stream.readable, error);
|
|
13391
13391
|
};
|
|
13392
13392
|
|
|
13393
|
-
// node_modules/execa/lib/convert/writable.js
|
|
13393
|
+
// ../../node_modules/execa/lib/convert/writable.js
|
|
13394
13394
|
var import_node_stream7 = require("node:stream");
|
|
13395
13395
|
var import_node_util10 = require("node:util");
|
|
13396
13396
|
var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
|
|
@@ -13456,7 +13456,7 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
13456
13456
|
destroyOtherStream(stream, stream.writable, error);
|
|
13457
13457
|
};
|
|
13458
13458
|
|
|
13459
|
-
// node_modules/execa/lib/convert/duplex.js
|
|
13459
|
+
// ../../node_modules/execa/lib/convert/duplex.js
|
|
13460
13460
|
var import_node_stream8 = require("node:stream");
|
|
13461
13461
|
var import_node_util11 = require("node:util");
|
|
13462
13462
|
var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
@@ -13510,7 +13510,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
13510
13510
|
]);
|
|
13511
13511
|
};
|
|
13512
13512
|
|
|
13513
|
-
// node_modules/execa/lib/convert/iterable.js
|
|
13513
|
+
// ../../node_modules/execa/lib/convert/iterable.js
|
|
13514
13514
|
var createIterable = (subprocess, encoding, {
|
|
13515
13515
|
from,
|
|
13516
13516
|
binary: binaryOption = false,
|
|
@@ -13539,7 +13539,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
|
|
|
13539
13539
|
}
|
|
13540
13540
|
};
|
|
13541
13541
|
|
|
13542
|
-
// node_modules/execa/lib/convert/add.js
|
|
13542
|
+
// ../../node_modules/execa/lib/convert/add.js
|
|
13543
13543
|
var addConvertedStreams = (subprocess, { encoding }) => {
|
|
13544
13544
|
const concurrentStreams = initializeConcurrentStreams();
|
|
13545
13545
|
subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
|
|
@@ -13549,7 +13549,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
13549
13549
|
subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
|
|
13550
13550
|
};
|
|
13551
13551
|
|
|
13552
|
-
// node_modules/execa/lib/methods/promise.js
|
|
13552
|
+
// ../../node_modules/execa/lib/methods/promise.js
|
|
13553
13553
|
var mergePromise = (subprocess, promise) => {
|
|
13554
13554
|
for (const [property, descriptor] of descriptors) {
|
|
13555
13555
|
const value = descriptor.value.bind(promise);
|
|
@@ -13563,7 +13563,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
|
13563
13563
|
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
|
|
13564
13564
|
]);
|
|
13565
13565
|
|
|
13566
|
-
// node_modules/execa/lib/methods/main-async.js
|
|
13566
|
+
// ../../node_modules/execa/lib/methods/main-async.js
|
|
13567
13567
|
var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
|
|
13568
13568
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
|
|
13569
13569
|
const { subprocess, promise } = spawnSubprocessAsync({
|
|
@@ -13718,7 +13718,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
13718
13718
|
startTime
|
|
13719
13719
|
});
|
|
13720
13720
|
|
|
13721
|
-
// node_modules/execa/lib/methods/bind.js
|
|
13721
|
+
// ../../node_modules/execa/lib/methods/bind.js
|
|
13722
13722
|
var mergeOptions = (boundOptions, options) => {
|
|
13723
13723
|
const newOptions = Object.fromEntries(
|
|
13724
13724
|
Object.entries(options).map(([optionName, optionValue]) => [
|
|
@@ -13736,7 +13736,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
|
|
|
13736
13736
|
};
|
|
13737
13737
|
var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
|
|
13738
13738
|
|
|
13739
|
-
// node_modules/execa/lib/methods/create.js
|
|
13739
|
+
// ../../node_modules/execa/lib/methods/create.js
|
|
13740
13740
|
var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
|
|
13741
13741
|
const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
|
|
13742
13742
|
const boundExeca = (...execaArguments) => callBoundExeca({
|
|
@@ -13782,7 +13782,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
13782
13782
|
};
|
|
13783
13783
|
};
|
|
13784
13784
|
|
|
13785
|
-
// node_modules/execa/lib/methods/command.js
|
|
13785
|
+
// ../../node_modules/execa/lib/methods/command.js
|
|
13786
13786
|
var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
|
|
13787
13787
|
var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
|
|
13788
13788
|
var parseCommand = (command, unusedArguments) => {
|
|
@@ -13813,7 +13813,7 @@ var parseCommandString = (command) => {
|
|
|
13813
13813
|
};
|
|
13814
13814
|
var SPACES_REGEXP = / +/g;
|
|
13815
13815
|
|
|
13816
|
-
// node_modules/execa/lib/methods/script.js
|
|
13816
|
+
// ../../node_modules/execa/lib/methods/script.js
|
|
13817
13817
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
13818
13818
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
13819
13819
|
boundExeca.s = boundExeca.sync;
|
|
@@ -13824,7 +13824,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
|
|
|
13824
13824
|
var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
|
|
13825
13825
|
var deepScriptOptions = { preferLocal: true };
|
|
13826
13826
|
|
|
13827
|
-
// node_modules/execa/index.js
|
|
13827
|
+
// ../../node_modules/execa/index.js
|
|
13828
13828
|
var execa = createExeca(() => ({}));
|
|
13829
13829
|
var execaSync = createExeca(() => ({ isSync: true }));
|
|
13830
13830
|
var execaCommand = createExeca(mapCommandAsync);
|