@neon-rs/cli 0.0.160 → 0.0.164
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/index.js +614 -307
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 1869:
|
|
6
6
|
/***/ ((__unused_webpack_module, exports) => {
|
|
7
7
|
|
|
8
8
|
var __webpack_unused_export__;
|
|
@@ -146,7 +146,7 @@ exports.Vo = lazy;
|
|
|
146
146
|
|
|
147
147
|
/***/ }),
|
|
148
148
|
|
|
149
|
-
/***/
|
|
149
|
+
/***/ 7566:
|
|
150
150
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
151
151
|
|
|
152
152
|
/* module decorator */ module = __nccwpck_require__.nmd(module);
|
|
@@ -192,7 +192,7 @@ const setLazyProperty = (object, property, get) => {
|
|
|
192
192
|
let colorConvert;
|
|
193
193
|
const makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => {
|
|
194
194
|
if (colorConvert === undefined) {
|
|
195
|
-
colorConvert = __nccwpck_require__(
|
|
195
|
+
colorConvert = __nccwpck_require__(2441);
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
const offset = isBackground ? 10 : 0;
|
|
@@ -317,7 +317,7 @@ Object.defineProperty(module, 'exports', {
|
|
|
317
317
|
|
|
318
318
|
/***/ }),
|
|
319
319
|
|
|
320
|
-
/***/
|
|
320
|
+
/***/ 5513:
|
|
321
321
|
/***/ ((module) => {
|
|
322
322
|
|
|
323
323
|
|
|
@@ -386,11 +386,11 @@ function range(a, b, str) {
|
|
|
386
386
|
|
|
387
387
|
/***/ }),
|
|
388
388
|
|
|
389
|
-
/***/
|
|
389
|
+
/***/ 2891:
|
|
390
390
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
391
391
|
|
|
392
|
-
var concatMap = __nccwpck_require__(
|
|
393
|
-
var balanced = __nccwpck_require__(
|
|
392
|
+
var concatMap = __nccwpck_require__(4585);
|
|
393
|
+
var balanced = __nccwpck_require__(5513);
|
|
394
394
|
|
|
395
395
|
module.exports = expandTop;
|
|
396
396
|
|
|
@@ -594,16 +594,16 @@ function expand(str, isTop) {
|
|
|
594
594
|
|
|
595
595
|
/***/ }),
|
|
596
596
|
|
|
597
|
-
/***/
|
|
597
|
+
/***/ 1486:
|
|
598
598
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
599
599
|
|
|
600
600
|
|
|
601
|
-
const ansiStyles = __nccwpck_require__(
|
|
602
|
-
const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(
|
|
601
|
+
const ansiStyles = __nccwpck_require__(7566);
|
|
602
|
+
const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(2227);
|
|
603
603
|
const {
|
|
604
604
|
stringReplaceAll,
|
|
605
605
|
stringEncaseCRLFWithFirstIndex
|
|
606
|
-
} = __nccwpck_require__(
|
|
606
|
+
} = __nccwpck_require__(1185);
|
|
607
607
|
|
|
608
608
|
const {isArray} = Array;
|
|
609
609
|
|
|
@@ -812,7 +812,7 @@ const chalkTag = (chalk, ...strings) => {
|
|
|
812
812
|
}
|
|
813
813
|
|
|
814
814
|
if (template === undefined) {
|
|
815
|
-
template = __nccwpck_require__(
|
|
815
|
+
template = __nccwpck_require__(4676);
|
|
816
816
|
}
|
|
817
817
|
|
|
818
818
|
return template(chalk, parts.join(''));
|
|
@@ -830,7 +830,7 @@ module.exports = chalk;
|
|
|
830
830
|
|
|
831
831
|
/***/ }),
|
|
832
832
|
|
|
833
|
-
/***/
|
|
833
|
+
/***/ 4676:
|
|
834
834
|
/***/ ((module) => {
|
|
835
835
|
|
|
836
836
|
|
|
@@ -971,7 +971,7 @@ module.exports = (chalk, temporary) => {
|
|
|
971
971
|
|
|
972
972
|
/***/ }),
|
|
973
973
|
|
|
974
|
-
/***/
|
|
974
|
+
/***/ 1185:
|
|
975
975
|
/***/ ((module) => {
|
|
976
976
|
|
|
977
977
|
|
|
@@ -1017,12 +1017,12 @@ module.exports = {
|
|
|
1017
1017
|
|
|
1018
1018
|
/***/ }),
|
|
1019
1019
|
|
|
1020
|
-
/***/
|
|
1020
|
+
/***/ 4661:
|
|
1021
1021
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1022
1022
|
|
|
1023
1023
|
/* MIT license */
|
|
1024
1024
|
/* eslint-disable no-mixed-operators */
|
|
1025
|
-
const cssKeywords = __nccwpck_require__(
|
|
1025
|
+
const cssKeywords = __nccwpck_require__(376);
|
|
1026
1026
|
|
|
1027
1027
|
// NOTE: conversions should only return primitive values (i.e. arrays, or
|
|
1028
1028
|
// values that give correct `typeof` results).
|
|
@@ -1863,11 +1863,11 @@ convert.rgb.gray = function (rgb) {
|
|
|
1863
1863
|
|
|
1864
1864
|
/***/ }),
|
|
1865
1865
|
|
|
1866
|
-
/***/
|
|
1866
|
+
/***/ 2441:
|
|
1867
1867
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1868
1868
|
|
|
1869
|
-
const conversions = __nccwpck_require__(
|
|
1870
|
-
const route = __nccwpck_require__(
|
|
1869
|
+
const conversions = __nccwpck_require__(4661);
|
|
1870
|
+
const route = __nccwpck_require__(1383);
|
|
1871
1871
|
|
|
1872
1872
|
const convert = {};
|
|
1873
1873
|
|
|
@@ -1951,10 +1951,10 @@ module.exports = convert;
|
|
|
1951
1951
|
|
|
1952
1952
|
/***/ }),
|
|
1953
1953
|
|
|
1954
|
-
/***/
|
|
1954
|
+
/***/ 1383:
|
|
1955
1955
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1956
1956
|
|
|
1957
|
-
const conversions = __nccwpck_require__(
|
|
1957
|
+
const conversions = __nccwpck_require__(4661);
|
|
1958
1958
|
|
|
1959
1959
|
/*
|
|
1960
1960
|
This function routes a model to all other models.
|
|
@@ -2055,7 +2055,7 @@ module.exports = function (fromModel) {
|
|
|
2055
2055
|
|
|
2056
2056
|
/***/ }),
|
|
2057
2057
|
|
|
2058
|
-
/***/
|
|
2058
|
+
/***/ 376:
|
|
2059
2059
|
/***/ ((module) => {
|
|
2060
2060
|
|
|
2061
2061
|
|
|
@@ -2214,14 +2214,14 @@ module.exports = {
|
|
|
2214
2214
|
|
|
2215
2215
|
/***/ }),
|
|
2216
2216
|
|
|
2217
|
-
/***/
|
|
2217
|
+
/***/ 7898:
|
|
2218
2218
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2219
2219
|
|
|
2220
2220
|
|
|
2221
2221
|
|
|
2222
2222
|
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
2223
2223
|
|
|
2224
|
-
var camelCase = _interopDefault(__nccwpck_require__(
|
|
2224
|
+
var camelCase = _interopDefault(__nccwpck_require__(3807));
|
|
2225
2225
|
|
|
2226
2226
|
/**
|
|
2227
2227
|
* Takes any input and guarantees an array back.
|
|
@@ -3620,7 +3620,7 @@ module.exports = commandLineArgs;
|
|
|
3620
3620
|
|
|
3621
3621
|
/***/ }),
|
|
3622
3622
|
|
|
3623
|
-
/***/
|
|
3623
|
+
/***/ 5046:
|
|
3624
3624
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3625
3625
|
|
|
3626
3626
|
/**
|
|
@@ -3640,8 +3640,8 @@ module.exports = commandLineCommands
|
|
|
3640
3640
|
* @alias module:command-line-commands
|
|
3641
3641
|
*/
|
|
3642
3642
|
function commandLineCommands (commands, argv) {
|
|
3643
|
-
const arrayify = __nccwpck_require__(
|
|
3644
|
-
const option = __nccwpck_require__(
|
|
3643
|
+
const arrayify = __nccwpck_require__(9068)
|
|
3644
|
+
const option = __nccwpck_require__(1636)
|
|
3645
3645
|
|
|
3646
3646
|
if (!commands || (Array.isArray(commands) && !commands.length)) {
|
|
3647
3647
|
throw new Error('Please supply one or more commands')
|
|
@@ -3671,7 +3671,7 @@ function commandLineCommands (commands, argv) {
|
|
|
3671
3671
|
|
|
3672
3672
|
/***/ }),
|
|
3673
3673
|
|
|
3674
|
-
/***/
|
|
3674
|
+
/***/ 9068:
|
|
3675
3675
|
/***/ (function(module) {
|
|
3676
3676
|
|
|
3677
3677
|
(function (global, factory) {
|
|
@@ -3747,7 +3747,7 @@ function commandLineCommands (commands, argv) {
|
|
|
3747
3747
|
|
|
3748
3748
|
/***/ }),
|
|
3749
3749
|
|
|
3750
|
-
/***/
|
|
3750
|
+
/***/ 1636:
|
|
3751
3751
|
/***/ ((__unused_webpack_module, exports) => {
|
|
3752
3752
|
|
|
3753
3753
|
/**
|
|
@@ -3775,7 +3775,7 @@ exports.optEquals = new Arg(/^(--\S+)=(.*)/)
|
|
|
3775
3775
|
|
|
3776
3776
|
/***/ }),
|
|
3777
3777
|
|
|
3778
|
-
/***/
|
|
3778
|
+
/***/ 4585:
|
|
3779
3779
|
/***/ ((module) => {
|
|
3780
3780
|
|
|
3781
3781
|
module.exports = function (xs, fn) {
|
|
@@ -3795,14 +3795,14 @@ var isArray = Array.isArray || function (xs) {
|
|
|
3795
3795
|
|
|
3796
3796
|
/***/ }),
|
|
3797
3797
|
|
|
3798
|
-
/***/
|
|
3798
|
+
/***/ 143:
|
|
3799
3799
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3800
3800
|
|
|
3801
3801
|
|
|
3802
3802
|
|
|
3803
3803
|
const cp = __nccwpck_require__(2081);
|
|
3804
|
-
const parse = __nccwpck_require__(
|
|
3805
|
-
const enoent = __nccwpck_require__(
|
|
3804
|
+
const parse = __nccwpck_require__(9718);
|
|
3805
|
+
const enoent = __nccwpck_require__(8958);
|
|
3806
3806
|
|
|
3807
3807
|
function spawn(command, args, options) {
|
|
3808
3808
|
// Parse the arguments
|
|
@@ -3841,7 +3841,7 @@ module.exports._enoent = enoent;
|
|
|
3841
3841
|
|
|
3842
3842
|
/***/ }),
|
|
3843
3843
|
|
|
3844
|
-
/***/
|
|
3844
|
+
/***/ 8958:
|
|
3845
3845
|
/***/ ((module) => {
|
|
3846
3846
|
|
|
3847
3847
|
|
|
@@ -3907,15 +3907,15 @@ module.exports = {
|
|
|
3907
3907
|
|
|
3908
3908
|
/***/ }),
|
|
3909
3909
|
|
|
3910
|
-
/***/
|
|
3910
|
+
/***/ 9718:
|
|
3911
3911
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
3912
3912
|
|
|
3913
3913
|
|
|
3914
3914
|
|
|
3915
3915
|
const path = __nccwpck_require__(1017);
|
|
3916
|
-
const resolveCommand = __nccwpck_require__(
|
|
3917
|
-
const escape = __nccwpck_require__(
|
|
3918
|
-
const readShebang = __nccwpck_require__(
|
|
3916
|
+
const resolveCommand = __nccwpck_require__(6621);
|
|
3917
|
+
const escape = __nccwpck_require__(729);
|
|
3918
|
+
const readShebang = __nccwpck_require__(6010);
|
|
3919
3919
|
|
|
3920
3920
|
const isWin = process.platform === 'win32';
|
|
3921
3921
|
const isExecutableRegExp = /\.(?:com|exe)$/i;
|
|
@@ -4005,7 +4005,7 @@ module.exports = parse;
|
|
|
4005
4005
|
|
|
4006
4006
|
/***/ }),
|
|
4007
4007
|
|
|
4008
|
-
/***/
|
|
4008
|
+
/***/ 729:
|
|
4009
4009
|
/***/ ((module) => {
|
|
4010
4010
|
|
|
4011
4011
|
|
|
@@ -4057,13 +4057,13 @@ module.exports.argument = escapeArgument;
|
|
|
4057
4057
|
|
|
4058
4058
|
/***/ }),
|
|
4059
4059
|
|
|
4060
|
-
/***/
|
|
4060
|
+
/***/ 6010:
|
|
4061
4061
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4062
4062
|
|
|
4063
4063
|
|
|
4064
4064
|
|
|
4065
4065
|
const fs = __nccwpck_require__(7147);
|
|
4066
|
-
const shebangCommand = __nccwpck_require__(
|
|
4066
|
+
const shebangCommand = __nccwpck_require__(9440);
|
|
4067
4067
|
|
|
4068
4068
|
function readShebang(command) {
|
|
4069
4069
|
// Read the first 150 bytes from the file
|
|
@@ -4087,14 +4087,14 @@ module.exports = readShebang;
|
|
|
4087
4087
|
|
|
4088
4088
|
/***/ }),
|
|
4089
4089
|
|
|
4090
|
-
/***/
|
|
4090
|
+
/***/ 6621:
|
|
4091
4091
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4092
4092
|
|
|
4093
4093
|
|
|
4094
4094
|
|
|
4095
4095
|
const path = __nccwpck_require__(1017);
|
|
4096
|
-
const which = __nccwpck_require__(
|
|
4097
|
-
const getPathKey = __nccwpck_require__(
|
|
4096
|
+
const which = __nccwpck_require__(3623);
|
|
4097
|
+
const getPathKey = __nccwpck_require__(154);
|
|
4098
4098
|
|
|
4099
4099
|
function resolveCommandAttempt(parsed, withoutPathExt) {
|
|
4100
4100
|
const env = parsed.options.env || process.env;
|
|
@@ -4146,7 +4146,7 @@ module.exports = resolveCommand;
|
|
|
4146
4146
|
|
|
4147
4147
|
/***/ }),
|
|
4148
4148
|
|
|
4149
|
-
/***/
|
|
4149
|
+
/***/ 9869:
|
|
4150
4150
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4151
4151
|
|
|
4152
4152
|
module.exports = realpath
|
|
@@ -4162,7 +4162,7 @@ var origRealpathSync = fs.realpathSync
|
|
|
4162
4162
|
|
|
4163
4163
|
var version = process.version
|
|
4164
4164
|
var ok = /^v[0-5]\./.test(version)
|
|
4165
|
-
var old = __nccwpck_require__(
|
|
4165
|
+
var old = __nccwpck_require__(7540)
|
|
4166
4166
|
|
|
4167
4167
|
function newError (er) {
|
|
4168
4168
|
return er && er.syscall === 'realpath' && (
|
|
@@ -4219,7 +4219,7 @@ function unmonkeypatch () {
|
|
|
4219
4219
|
|
|
4220
4220
|
/***/ }),
|
|
4221
4221
|
|
|
4222
|
-
/***/
|
|
4222
|
+
/***/ 7540:
|
|
4223
4223
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4224
4224
|
|
|
4225
4225
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -4529,7 +4529,7 @@ exports.realpath = function realpath(p, cache, cb) {
|
|
|
4529
4529
|
|
|
4530
4530
|
/***/ }),
|
|
4531
4531
|
|
|
4532
|
-
/***/
|
|
4532
|
+
/***/ 5644:
|
|
4533
4533
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4534
4534
|
|
|
4535
4535
|
|
|
@@ -4588,14 +4588,14 @@ module.exports = options => {
|
|
|
4588
4588
|
|
|
4589
4589
|
/***/ }),
|
|
4590
4590
|
|
|
4591
|
-
/***/
|
|
4591
|
+
/***/ 3565:
|
|
4592
4592
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4593
4593
|
|
|
4594
4594
|
|
|
4595
4595
|
const {constants: BufferConstants} = __nccwpck_require__(4300);
|
|
4596
4596
|
const stream = __nccwpck_require__(2781);
|
|
4597
4597
|
const {promisify} = __nccwpck_require__(3837);
|
|
4598
|
-
const bufferStream = __nccwpck_require__(
|
|
4598
|
+
const bufferStream = __nccwpck_require__(5644);
|
|
4599
4599
|
|
|
4600
4600
|
const streamPipelinePromisified = promisify(stream.pipeline);
|
|
4601
4601
|
|
|
@@ -4656,7 +4656,7 @@ module.exports.MaxBufferError = MaxBufferError;
|
|
|
4656
4656
|
|
|
4657
4657
|
/***/ }),
|
|
4658
4658
|
|
|
4659
|
-
/***/
|
|
4659
|
+
/***/ 7415:
|
|
4660
4660
|
/***/ ((module) => {
|
|
4661
4661
|
|
|
4662
4662
|
|
|
@@ -4671,12 +4671,12 @@ module.exports = (flag, argv = process.argv) => {
|
|
|
4671
4671
|
|
|
4672
4672
|
/***/ }),
|
|
4673
4673
|
|
|
4674
|
-
/***/
|
|
4674
|
+
/***/ 1868:
|
|
4675
4675
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4676
4676
|
|
|
4677
|
-
var wrappy = __nccwpck_require__(
|
|
4677
|
+
var wrappy = __nccwpck_require__(8584)
|
|
4678
4678
|
var reqs = Object.create(null)
|
|
4679
|
-
var once = __nccwpck_require__(
|
|
4679
|
+
var once = __nccwpck_require__(1061)
|
|
4680
4680
|
|
|
4681
4681
|
module.exports = wrappy(inflight)
|
|
4682
4682
|
|
|
@@ -4732,7 +4732,7 @@ function slice (args) {
|
|
|
4732
4732
|
|
|
4733
4733
|
/***/ }),
|
|
4734
4734
|
|
|
4735
|
-
/***/
|
|
4735
|
+
/***/ 9603:
|
|
4736
4736
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4737
4737
|
|
|
4738
4738
|
try {
|
|
@@ -4742,13 +4742,13 @@ try {
|
|
|
4742
4742
|
module.exports = util.inherits;
|
|
4743
4743
|
} catch (e) {
|
|
4744
4744
|
/* istanbul ignore next */
|
|
4745
|
-
module.exports = __nccwpck_require__(
|
|
4745
|
+
module.exports = __nccwpck_require__(2528);
|
|
4746
4746
|
}
|
|
4747
4747
|
|
|
4748
4748
|
|
|
4749
4749
|
/***/ }),
|
|
4750
4750
|
|
|
4751
|
-
/***/
|
|
4751
|
+
/***/ 2528:
|
|
4752
4752
|
/***/ ((module) => {
|
|
4753
4753
|
|
|
4754
4754
|
if (typeof Object.create === 'function') {
|
|
@@ -4782,15 +4782,15 @@ if (typeof Object.create === 'function') {
|
|
|
4782
4782
|
|
|
4783
4783
|
/***/ }),
|
|
4784
4784
|
|
|
4785
|
-
/***/
|
|
4785
|
+
/***/ 5930:
|
|
4786
4786
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4787
4787
|
|
|
4788
4788
|
var fs = __nccwpck_require__(7147)
|
|
4789
4789
|
var core
|
|
4790
4790
|
if (process.platform === 'win32' || global.TESTING_WINDOWS) {
|
|
4791
|
-
core = __nccwpck_require__(
|
|
4791
|
+
core = __nccwpck_require__(3138)
|
|
4792
4792
|
} else {
|
|
4793
|
-
core = __nccwpck_require__(
|
|
4793
|
+
core = __nccwpck_require__(6017)
|
|
4794
4794
|
}
|
|
4795
4795
|
|
|
4796
4796
|
module.exports = isexe
|
|
@@ -4846,7 +4846,7 @@ function sync (path, options) {
|
|
|
4846
4846
|
|
|
4847
4847
|
/***/ }),
|
|
4848
4848
|
|
|
4849
|
-
/***/
|
|
4849
|
+
/***/ 6017:
|
|
4850
4850
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4851
4851
|
|
|
4852
4852
|
module.exports = isexe
|
|
@@ -4894,7 +4894,7 @@ function checkMode (stat, options) {
|
|
|
4894
4894
|
|
|
4895
4895
|
/***/ }),
|
|
4896
4896
|
|
|
4897
|
-
/***/
|
|
4897
|
+
/***/ 3138:
|
|
4898
4898
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4899
4899
|
|
|
4900
4900
|
module.exports = isexe
|
|
@@ -4943,7 +4943,7 @@ function sync (path, options) {
|
|
|
4943
4943
|
|
|
4944
4944
|
/***/ }),
|
|
4945
4945
|
|
|
4946
|
-
/***/
|
|
4946
|
+
/***/ 7256:
|
|
4947
4947
|
/***/ ((module) => {
|
|
4948
4948
|
|
|
4949
4949
|
/**
|
|
@@ -5572,7 +5572,7 @@ module.exports = assignWith;
|
|
|
5572
5572
|
|
|
5573
5573
|
/***/ }),
|
|
5574
5574
|
|
|
5575
|
-
/***/
|
|
5575
|
+
/***/ 3807:
|
|
5576
5576
|
/***/ ((module) => {
|
|
5577
5577
|
|
|
5578
5578
|
/**
|
|
@@ -6178,7 +6178,7 @@ module.exports = camelCase;
|
|
|
6178
6178
|
|
|
6179
6179
|
/***/ }),
|
|
6180
6180
|
|
|
6181
|
-
/***/
|
|
6181
|
+
/***/ 1083:
|
|
6182
6182
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
6183
6183
|
|
|
6184
6184
|
|
|
@@ -6226,7 +6226,7 @@ module.exports = function (/*streams...*/) {
|
|
|
6226
6226
|
|
|
6227
6227
|
/***/ }),
|
|
6228
6228
|
|
|
6229
|
-
/***/
|
|
6229
|
+
/***/ 1615:
|
|
6230
6230
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
6231
6231
|
|
|
6232
6232
|
module.exports = minimatch
|
|
@@ -6238,7 +6238,7 @@ var path = (function () { try { return __nccwpck_require__(1017) } catch (e) {}}
|
|
|
6238
6238
|
minimatch.sep = path.sep
|
|
6239
6239
|
|
|
6240
6240
|
var GLOBSTAR = minimatch.GLOBSTAR = Minimatch.GLOBSTAR = {}
|
|
6241
|
-
var expand = __nccwpck_require__(
|
|
6241
|
+
var expand = __nccwpck_require__(2891)
|
|
6242
6242
|
|
|
6243
6243
|
var plTypes = {
|
|
6244
6244
|
'!': { open: '(?:(?!(?:', close: '))[^/]*?)'},
|
|
@@ -7180,7 +7180,7 @@ function regExpEscape (s) {
|
|
|
7180
7180
|
|
|
7181
7181
|
/***/ }),
|
|
7182
7182
|
|
|
7183
|
-
/***/
|
|
7183
|
+
/***/ 8356:
|
|
7184
7184
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
7185
7185
|
|
|
7186
7186
|
var path = __nccwpck_require__(1017);
|
|
@@ -7289,10 +7289,10 @@ mkdirP.sync = function sync (p, opts, made) {
|
|
|
7289
7289
|
|
|
7290
7290
|
/***/ }),
|
|
7291
7291
|
|
|
7292
|
-
/***/
|
|
7292
|
+
/***/ 1061:
|
|
7293
7293
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
7294
7294
|
|
|
7295
|
-
var wrappy = __nccwpck_require__(
|
|
7295
|
+
var wrappy = __nccwpck_require__(8584)
|
|
7296
7296
|
module.exports = wrappy(once)
|
|
7297
7297
|
module.exports.strict = wrappy(onceStrict)
|
|
7298
7298
|
|
|
@@ -7338,7 +7338,7 @@ function onceStrict (fn) {
|
|
|
7338
7338
|
|
|
7339
7339
|
/***/ }),
|
|
7340
7340
|
|
|
7341
|
-
/***/
|
|
7341
|
+
/***/ 7297:
|
|
7342
7342
|
/***/ ((module) => {
|
|
7343
7343
|
|
|
7344
7344
|
|
|
@@ -7365,7 +7365,7 @@ module.exports.win32 = win32;
|
|
|
7365
7365
|
|
|
7366
7366
|
/***/ }),
|
|
7367
7367
|
|
|
7368
|
-
/***/
|
|
7368
|
+
/***/ 154:
|
|
7369
7369
|
/***/ ((module) => {
|
|
7370
7370
|
|
|
7371
7371
|
|
|
@@ -7388,7 +7388,7 @@ module.exports["default"] = pathKey;
|
|
|
7388
7388
|
|
|
7389
7389
|
/***/ }),
|
|
7390
7390
|
|
|
7391
|
-
/***/
|
|
7391
|
+
/***/ 1091:
|
|
7392
7392
|
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
7393
7393
|
|
|
7394
7394
|
exports.setopts = setopts
|
|
@@ -7405,8 +7405,8 @@ function ownProp (obj, field) {
|
|
|
7405
7405
|
|
|
7406
7406
|
var fs = __nccwpck_require__(7147)
|
|
7407
7407
|
var path = __nccwpck_require__(1017)
|
|
7408
|
-
var minimatch = __nccwpck_require__(
|
|
7409
|
-
var isAbsolute = __nccwpck_require__(
|
|
7408
|
+
var minimatch = __nccwpck_require__(1615)
|
|
7409
|
+
var isAbsolute = __nccwpck_require__(7297)
|
|
7410
7410
|
var Minimatch = minimatch.Minimatch
|
|
7411
7411
|
|
|
7412
7412
|
function alphasort (a, b) {
|
|
@@ -7633,7 +7633,7 @@ function childrenIgnored (self, path) {
|
|
|
7633
7633
|
|
|
7634
7634
|
/***/ }),
|
|
7635
7635
|
|
|
7636
|
-
/***/
|
|
7636
|
+
/***/ 2402:
|
|
7637
7637
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
7638
7638
|
|
|
7639
7639
|
// Approach:
|
|
@@ -7678,24 +7678,24 @@ function childrenIgnored (self, path) {
|
|
|
7678
7678
|
|
|
7679
7679
|
module.exports = glob
|
|
7680
7680
|
|
|
7681
|
-
var rp = __nccwpck_require__(
|
|
7682
|
-
var minimatch = __nccwpck_require__(
|
|
7681
|
+
var rp = __nccwpck_require__(9869)
|
|
7682
|
+
var minimatch = __nccwpck_require__(1615)
|
|
7683
7683
|
var Minimatch = minimatch.Minimatch
|
|
7684
|
-
var inherits = __nccwpck_require__(
|
|
7684
|
+
var inherits = __nccwpck_require__(9603)
|
|
7685
7685
|
var EE = (__nccwpck_require__(2361).EventEmitter)
|
|
7686
7686
|
var path = __nccwpck_require__(1017)
|
|
7687
7687
|
var assert = __nccwpck_require__(9491)
|
|
7688
|
-
var isAbsolute = __nccwpck_require__(
|
|
7689
|
-
var globSync = __nccwpck_require__(
|
|
7690
|
-
var common = __nccwpck_require__(
|
|
7688
|
+
var isAbsolute = __nccwpck_require__(7297)
|
|
7689
|
+
var globSync = __nccwpck_require__(625)
|
|
7690
|
+
var common = __nccwpck_require__(1091)
|
|
7691
7691
|
var setopts = common.setopts
|
|
7692
7692
|
var ownProp = common.ownProp
|
|
7693
|
-
var inflight = __nccwpck_require__(
|
|
7693
|
+
var inflight = __nccwpck_require__(1868)
|
|
7694
7694
|
var util = __nccwpck_require__(3837)
|
|
7695
7695
|
var childrenIgnored = common.childrenIgnored
|
|
7696
7696
|
var isIgnored = common.isIgnored
|
|
7697
7697
|
|
|
7698
|
-
var once = __nccwpck_require__(
|
|
7698
|
+
var once = __nccwpck_require__(1061)
|
|
7699
7699
|
|
|
7700
7700
|
function glob (pattern, options, cb) {
|
|
7701
7701
|
if (typeof options === 'function') cb = options, options = {}
|
|
@@ -8430,21 +8430,21 @@ Glob.prototype._stat2 = function (f, abs, er, stat, cb) {
|
|
|
8430
8430
|
|
|
8431
8431
|
/***/ }),
|
|
8432
8432
|
|
|
8433
|
-
/***/
|
|
8433
|
+
/***/ 625:
|
|
8434
8434
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
8435
8435
|
|
|
8436
8436
|
module.exports = globSync
|
|
8437
8437
|
globSync.GlobSync = GlobSync
|
|
8438
8438
|
|
|
8439
|
-
var rp = __nccwpck_require__(
|
|
8440
|
-
var minimatch = __nccwpck_require__(
|
|
8439
|
+
var rp = __nccwpck_require__(9869)
|
|
8440
|
+
var minimatch = __nccwpck_require__(1615)
|
|
8441
8441
|
var Minimatch = minimatch.Minimatch
|
|
8442
|
-
var Glob = (__nccwpck_require__(
|
|
8442
|
+
var Glob = (__nccwpck_require__(2402).Glob)
|
|
8443
8443
|
var util = __nccwpck_require__(3837)
|
|
8444
8444
|
var path = __nccwpck_require__(1017)
|
|
8445
8445
|
var assert = __nccwpck_require__(9491)
|
|
8446
|
-
var isAbsolute = __nccwpck_require__(
|
|
8447
|
-
var common = __nccwpck_require__(
|
|
8446
|
+
var isAbsolute = __nccwpck_require__(7297)
|
|
8447
|
+
var common = __nccwpck_require__(1091)
|
|
8448
8448
|
var setopts = common.setopts
|
|
8449
8449
|
var ownProp = common.ownProp
|
|
8450
8450
|
var childrenIgnored = common.childrenIgnored
|
|
@@ -8923,7 +8923,7 @@ GlobSync.prototype._makeAbs = function (f) {
|
|
|
8923
8923
|
|
|
8924
8924
|
/***/ }),
|
|
8925
8925
|
|
|
8926
|
-
/***/
|
|
8926
|
+
/***/ 8530:
|
|
8927
8927
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
8928
8928
|
|
|
8929
8929
|
module.exports = rimraf
|
|
@@ -8932,7 +8932,7 @@ rimraf.sync = rimrafSync
|
|
|
8932
8932
|
var assert = __nccwpck_require__(9491)
|
|
8933
8933
|
var path = __nccwpck_require__(1017)
|
|
8934
8934
|
var fs = __nccwpck_require__(7147)
|
|
8935
|
-
var glob = __nccwpck_require__(
|
|
8935
|
+
var glob = __nccwpck_require__(2402)
|
|
8936
8936
|
var _0666 = parseInt('666', 8)
|
|
8937
8937
|
|
|
8938
8938
|
var defaultGlobOpts = {
|
|
@@ -9294,11 +9294,11 @@ function rmkidsSync (p, options) {
|
|
|
9294
9294
|
|
|
9295
9295
|
/***/ }),
|
|
9296
9296
|
|
|
9297
|
-
/***/
|
|
9297
|
+
/***/ 9440:
|
|
9298
9298
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
9299
9299
|
|
|
9300
9300
|
|
|
9301
|
-
const shebangRegex = __nccwpck_require__(
|
|
9301
|
+
const shebangRegex = __nccwpck_require__(6477);
|
|
9302
9302
|
|
|
9303
9303
|
module.exports = (string = '') => {
|
|
9304
9304
|
const match = string.match(shebangRegex);
|
|
@@ -9320,7 +9320,7 @@ module.exports = (string = '') => {
|
|
|
9320
9320
|
|
|
9321
9321
|
/***/ }),
|
|
9322
9322
|
|
|
9323
|
-
/***/
|
|
9323
|
+
/***/ 6477:
|
|
9324
9324
|
/***/ ((module) => {
|
|
9325
9325
|
|
|
9326
9326
|
|
|
@@ -9329,7 +9329,7 @@ module.exports = /^#!(.*)/;
|
|
|
9329
9329
|
|
|
9330
9330
|
/***/ }),
|
|
9331
9331
|
|
|
9332
|
-
/***/
|
|
9332
|
+
/***/ 7305:
|
|
9333
9333
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
9334
9334
|
|
|
9335
9335
|
// Note: since nyc uses this module to output coverage, any lines
|
|
@@ -9358,7 +9358,7 @@ if (!processOk(process)) {
|
|
|
9358
9358
|
}
|
|
9359
9359
|
} else {
|
|
9360
9360
|
var assert = __nccwpck_require__(9491)
|
|
9361
|
-
var signals = __nccwpck_require__(
|
|
9361
|
+
var signals = __nccwpck_require__(3620)
|
|
9362
9362
|
var isWin = /^win/i.test(process.platform)
|
|
9363
9363
|
|
|
9364
9364
|
var EE = __nccwpck_require__(2361)
|
|
@@ -9538,7 +9538,7 @@ if (!processOk(process)) {
|
|
|
9538
9538
|
|
|
9539
9539
|
/***/ }),
|
|
9540
9540
|
|
|
9541
|
-
/***/
|
|
9541
|
+
/***/ 3620:
|
|
9542
9542
|
/***/ ((module) => {
|
|
9543
9543
|
|
|
9544
9544
|
// This is not the set of all possible signals.
|
|
@@ -9598,13 +9598,13 @@ if (process.platform === 'linux') {
|
|
|
9598
9598
|
|
|
9599
9599
|
/***/ }),
|
|
9600
9600
|
|
|
9601
|
-
/***/
|
|
9601
|
+
/***/ 2227:
|
|
9602
9602
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
9603
9603
|
|
|
9604
9604
|
|
|
9605
9605
|
const os = __nccwpck_require__(2037);
|
|
9606
9606
|
const tty = __nccwpck_require__(6224);
|
|
9607
|
-
const hasFlag = __nccwpck_require__(
|
|
9607
|
+
const hasFlag = __nccwpck_require__(7415);
|
|
9608
9608
|
|
|
9609
9609
|
const {env} = process;
|
|
9610
9610
|
|
|
@@ -9740,7 +9740,7 @@ module.exports = {
|
|
|
9740
9740
|
|
|
9741
9741
|
/***/ }),
|
|
9742
9742
|
|
|
9743
|
-
/***/
|
|
9743
|
+
/***/ 591:
|
|
9744
9744
|
/***/ ((module, exports, __nccwpck_require__) => {
|
|
9745
9745
|
|
|
9746
9746
|
let fs = __nccwpck_require__(7147);
|
|
@@ -9748,8 +9748,8 @@ let path = __nccwpck_require__(1017);
|
|
|
9748
9748
|
let cnst = __nccwpck_require__(2057);
|
|
9749
9749
|
|
|
9750
9750
|
let os = __nccwpck_require__(2037);
|
|
9751
|
-
let rimraf = __nccwpck_require__(
|
|
9752
|
-
let mkdirp = __nccwpck_require__(
|
|
9751
|
+
let rimraf = __nccwpck_require__(8530);
|
|
9752
|
+
let mkdirp = __nccwpck_require__(8356);
|
|
9753
9753
|
let osTmpdir = (__nccwpck_require__(2037).tmpdir)();
|
|
9754
9754
|
|
|
9755
9755
|
const rimrafSync = rimraf.sync;
|
|
@@ -10073,7 +10073,7 @@ exports.createWriteStream = createWriteStream;
|
|
|
10073
10073
|
|
|
10074
10074
|
/***/ }),
|
|
10075
10075
|
|
|
10076
|
-
/***/
|
|
10076
|
+
/***/ 3623:
|
|
10077
10077
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
10078
10078
|
|
|
10079
10079
|
const isWindows = process.platform === 'win32' ||
|
|
@@ -10082,7 +10082,7 @@ const isWindows = process.platform === 'win32' ||
|
|
|
10082
10082
|
|
|
10083
10083
|
const path = __nccwpck_require__(1017)
|
|
10084
10084
|
const COLON = isWindows ? ';' : ':'
|
|
10085
|
-
const isexe = __nccwpck_require__(
|
|
10085
|
+
const isexe = __nccwpck_require__(5930)
|
|
10086
10086
|
|
|
10087
10087
|
const getNotFoundError = (cmd) =>
|
|
10088
10088
|
Object.assign(new Error(`not found: ${cmd}`), { code: 'ENOENT' })
|
|
@@ -10205,7 +10205,7 @@ which.sync = whichSync
|
|
|
10205
10205
|
|
|
10206
10206
|
/***/ }),
|
|
10207
10207
|
|
|
10208
|
-
/***/
|
|
10208
|
+
/***/ 8584:
|
|
10209
10209
|
/***/ ((module) => {
|
|
10210
10210
|
|
|
10211
10211
|
// Returns a wrapper function that returns a wrapped callback
|
|
@@ -10245,7 +10245,7 @@ function wrappy (fn, cb) {
|
|
|
10245
10245
|
|
|
10246
10246
|
/***/ }),
|
|
10247
10247
|
|
|
10248
|
-
/***/
|
|
10248
|
+
/***/ 3236:
|
|
10249
10249
|
/***/ ((__unused_webpack_module, __webpack_exports__, __nccwpck_require__) => {
|
|
10250
10250
|
|
|
10251
10251
|
|
|
@@ -10263,12 +10263,12 @@ __nccwpck_require__.d(__webpack_exports__, {
|
|
|
10263
10263
|
const external_node_fs_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:fs");
|
|
10264
10264
|
;// CONCATENATED MODULE: external "node:fs/promises"
|
|
10265
10265
|
const promises_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:fs/promises");
|
|
10266
|
-
// EXTERNAL MODULE:
|
|
10267
|
-
var dist = __nccwpck_require__(
|
|
10266
|
+
// EXTERNAL MODULE: ../node_modules/command-line-args/dist/index.js
|
|
10267
|
+
var dist = __nccwpck_require__(7898);
|
|
10268
10268
|
var dist_default = /*#__PURE__*/__nccwpck_require__.n(dist);
|
|
10269
|
-
// EXTERNAL MODULE:
|
|
10270
|
-
var lib = __nccwpck_require__(
|
|
10271
|
-
;// CONCATENATED MODULE:
|
|
10269
|
+
// EXTERNAL MODULE: ../node_modules/cargo-messages/lib/index.cjs
|
|
10270
|
+
var lib = __nccwpck_require__(5112);
|
|
10271
|
+
;// CONCATENATED MODULE: ../node_modules/cargo-messages/lib/index.mjs
|
|
10272
10272
|
|
|
10273
10273
|
|
|
10274
10274
|
;// CONCATENATED MODULE: ./src/commands/dist.ts
|
|
@@ -10314,6 +10314,13 @@ class Dist {
|
|
|
10314
10314
|
{ name: 'cross-rs', summary: '<https://github.com/cross-rs/cross>' }
|
|
10315
10315
|
];
|
|
10316
10316
|
}
|
|
10317
|
+
_log;
|
|
10318
|
+
_file;
|
|
10319
|
+
_mount;
|
|
10320
|
+
_manifestPath;
|
|
10321
|
+
_crateName;
|
|
10322
|
+
_out;
|
|
10323
|
+
_verbose;
|
|
10317
10324
|
constructor(argv) {
|
|
10318
10325
|
const options = dist_default()(OPTIONS, { argv });
|
|
10319
10326
|
if (options.log && options.file) {
|
|
@@ -10383,9 +10390,9 @@ const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(impo
|
|
|
10383
10390
|
const external_node_child_process_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:child_process");
|
|
10384
10391
|
// EXTERNAL MODULE: external "node:process"
|
|
10385
10392
|
var external_node_process_ = __nccwpck_require__(7742);
|
|
10386
|
-
// EXTERNAL MODULE:
|
|
10387
|
-
var cross_spawn = __nccwpck_require__(
|
|
10388
|
-
;// CONCATENATED MODULE:
|
|
10393
|
+
// EXTERNAL MODULE: ../node_modules/cross-spawn/index.js
|
|
10394
|
+
var cross_spawn = __nccwpck_require__(143);
|
|
10395
|
+
;// CONCATENATED MODULE: ../node_modules/strip-final-newline/index.js
|
|
10389
10396
|
function stripFinalNewline(input) {
|
|
10390
10397
|
const LF = typeof input === 'string' ? '\n' : '\n'.charCodeAt();
|
|
10391
10398
|
const CR = typeof input === 'string' ? '\r' : '\r'.charCodeAt();
|
|
@@ -10403,7 +10410,7 @@ function stripFinalNewline(input) {
|
|
|
10403
10410
|
|
|
10404
10411
|
;// CONCATENATED MODULE: external "node:url"
|
|
10405
10412
|
const external_node_url_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:url");
|
|
10406
|
-
;// CONCATENATED MODULE:
|
|
10413
|
+
;// CONCATENATED MODULE: ../node_modules/npm-run-path/node_modules/path-key/index.js
|
|
10407
10414
|
function pathKey(options = {}) {
|
|
10408
10415
|
const {
|
|
10409
10416
|
env = process.env,
|
|
@@ -10417,7 +10424,7 @@ function pathKey(options = {}) {
|
|
|
10417
10424
|
return Object.keys(env).reverse().find(key => key.toUpperCase() === 'PATH') || 'Path';
|
|
10418
10425
|
}
|
|
10419
10426
|
|
|
10420
|
-
;// CONCATENATED MODULE:
|
|
10427
|
+
;// CONCATENATED MODULE: ../node_modules/npm-run-path/index.js
|
|
10421
10428
|
|
|
10422
10429
|
|
|
10423
10430
|
|
|
@@ -10457,7 +10464,7 @@ function npmRunPathEnv({env = external_node_process_.env, ...options} = {}) {
|
|
|
10457
10464
|
return env;
|
|
10458
10465
|
}
|
|
10459
10466
|
|
|
10460
|
-
;// CONCATENATED MODULE:
|
|
10467
|
+
;// CONCATENATED MODULE: ../node_modules/mimic-fn/index.js
|
|
10461
10468
|
const copyProperty = (to, from, property, ignoreNonConfigurable) => {
|
|
10462
10469
|
// `Function#length` should reflect the parameters of `to` not `from` since we keep its body.
|
|
10463
10470
|
// `Function#prototype` is non-writable and non-configurable so can never be modified.
|
|
@@ -10530,7 +10537,7 @@ function mimicFunction(to, from, {ignoreNonConfigurable = false} = {}) {
|
|
|
10530
10537
|
return to;
|
|
10531
10538
|
}
|
|
10532
10539
|
|
|
10533
|
-
;// CONCATENATED MODULE:
|
|
10540
|
+
;// CONCATENATED MODULE: ../node_modules/onetime/index.js
|
|
10534
10541
|
|
|
10535
10542
|
|
|
10536
10543
|
const calledFunctions = new WeakMap();
|
|
@@ -10575,7 +10582,7 @@ onetime.callCount = function_ => {
|
|
|
10575
10582
|
|
|
10576
10583
|
// EXTERNAL MODULE: external "node:os"
|
|
10577
10584
|
var external_node_os_ = __nccwpck_require__(612);
|
|
10578
|
-
;// CONCATENATED MODULE:
|
|
10585
|
+
;// CONCATENATED MODULE: ../node_modules/human-signals/build/src/realtime.js
|
|
10579
10586
|
|
|
10580
10587
|
const getRealtimeSignals=()=>{
|
|
10581
10588
|
const length=SIGRTMAX-SIGRTMIN+1;
|
|
@@ -10592,7 +10599,7 @@ standard:"posix"
|
|
|
10592
10599
|
|
|
10593
10600
|
const SIGRTMIN=34;
|
|
10594
10601
|
const SIGRTMAX=64;
|
|
10595
|
-
;// CONCATENATED MODULE:
|
|
10602
|
+
;// CONCATENATED MODULE: ../node_modules/human-signals/build/src/core.js
|
|
10596
10603
|
|
|
10597
10604
|
|
|
10598
10605
|
const SIGNALS=[
|
|
@@ -10866,7 +10873,7 @@ action:"terminate",
|
|
|
10866
10873
|
description:"Invalid system call",
|
|
10867
10874
|
standard:"other"
|
|
10868
10875
|
}];
|
|
10869
|
-
;// CONCATENATED MODULE:
|
|
10876
|
+
;// CONCATENATED MODULE: ../node_modules/human-signals/build/src/signals.js
|
|
10870
10877
|
|
|
10871
10878
|
|
|
10872
10879
|
|
|
@@ -10901,7 +10908,7 @@ const supported=constantSignal!==undefined;
|
|
|
10901
10908
|
const number=supported?constantSignal:defaultNumber;
|
|
10902
10909
|
return{name,number,description,supported,action,forced,standard};
|
|
10903
10910
|
};
|
|
10904
|
-
;// CONCATENATED MODULE:
|
|
10911
|
+
;// CONCATENATED MODULE: ../node_modules/human-signals/build/src/main.js
|
|
10905
10912
|
|
|
10906
10913
|
|
|
10907
10914
|
|
|
@@ -10972,7 +10979,7 @@ return signals.find((signalA)=>signalA.number===number);
|
|
|
10972
10979
|
};
|
|
10973
10980
|
|
|
10974
10981
|
const signalsByNumber=getSignalsByNumber();
|
|
10975
|
-
;// CONCATENATED MODULE:
|
|
10982
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/error.js
|
|
10976
10983
|
|
|
10977
10984
|
|
|
10978
10985
|
const getErrorPrefix = ({timedOut, timeout, errorCode, signal, signalDescription, exitCode, isCanceled}) => {
|
|
@@ -11059,7 +11066,7 @@ const makeError = ({
|
|
|
11059
11066
|
return error;
|
|
11060
11067
|
};
|
|
11061
11068
|
|
|
11062
|
-
;// CONCATENATED MODULE:
|
|
11069
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/stdio.js
|
|
11063
11070
|
const aliases = ['stdin', 'stdout', 'stderr'];
|
|
11064
11071
|
|
|
11065
11072
|
const hasAlias = options => aliases.some(alias => options[alias] !== undefined);
|
|
@@ -11110,9 +11117,9 @@ const stdio_normalizeStdioNode = options => {
|
|
|
11110
11117
|
return [...stdio, 'ipc'];
|
|
11111
11118
|
};
|
|
11112
11119
|
|
|
11113
|
-
// EXTERNAL MODULE:
|
|
11114
|
-
var signal_exit = __nccwpck_require__(
|
|
11115
|
-
;// CONCATENATED MODULE:
|
|
11120
|
+
// EXTERNAL MODULE: ../node_modules/signal-exit/index.js
|
|
11121
|
+
var signal_exit = __nccwpck_require__(7305);
|
|
11122
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/kill.js
|
|
11116
11123
|
|
|
11117
11124
|
|
|
11118
11125
|
|
|
@@ -11216,7 +11223,7 @@ const setExitHandler = async (spawned, {cleanup, detached}, timedPromise) => {
|
|
|
11216
11223
|
});
|
|
11217
11224
|
};
|
|
11218
11225
|
|
|
11219
|
-
;// CONCATENATED MODULE:
|
|
11226
|
+
;// CONCATENATED MODULE: ../node_modules/is-stream/index.js
|
|
11220
11227
|
function isStream(stream) {
|
|
11221
11228
|
return stream !== null
|
|
11222
11229
|
&& typeof stream === 'object'
|
|
@@ -11247,7 +11254,7 @@ function isTransformStream(stream) {
|
|
|
11247
11254
|
&& typeof stream._transform === 'function';
|
|
11248
11255
|
}
|
|
11249
11256
|
|
|
11250
|
-
;// CONCATENATED MODULE:
|
|
11257
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/pipe.js
|
|
11251
11258
|
|
|
11252
11259
|
|
|
11253
11260
|
|
|
@@ -11291,11 +11298,11 @@ const addPipeMethods = spawned => {
|
|
|
11291
11298
|
}
|
|
11292
11299
|
};
|
|
11293
11300
|
|
|
11294
|
-
// EXTERNAL MODULE:
|
|
11295
|
-
var get_stream = __nccwpck_require__(
|
|
11296
|
-
// EXTERNAL MODULE:
|
|
11297
|
-
var merge_stream = __nccwpck_require__(
|
|
11298
|
-
;// CONCATENATED MODULE:
|
|
11301
|
+
// EXTERNAL MODULE: ../node_modules/get-stream/index.js
|
|
11302
|
+
var get_stream = __nccwpck_require__(3565);
|
|
11303
|
+
// EXTERNAL MODULE: ../node_modules/merge-stream/index.js
|
|
11304
|
+
var merge_stream = __nccwpck_require__(1083);
|
|
11305
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/stream.js
|
|
11299
11306
|
|
|
11300
11307
|
|
|
11301
11308
|
|
|
@@ -11416,7 +11423,7 @@ const getSpawnedResult = async ({stdout, stderr, all}, {encoding, buffer, maxBuf
|
|
|
11416
11423
|
}
|
|
11417
11424
|
};
|
|
11418
11425
|
|
|
11419
|
-
;// CONCATENATED MODULE:
|
|
11426
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/promise.js
|
|
11420
11427
|
// eslint-disable-next-line unicorn/prefer-top-level-await
|
|
11421
11428
|
const nativePromisePrototype = (async () => {})().constructor.prototype;
|
|
11422
11429
|
|
|
@@ -11454,7 +11461,7 @@ const getSpawnedPromise = spawned => new Promise((resolve, reject) => {
|
|
|
11454
11461
|
}
|
|
11455
11462
|
});
|
|
11456
11463
|
|
|
11457
|
-
;// CONCATENATED MODULE:
|
|
11464
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/command.js
|
|
11458
11465
|
|
|
11459
11466
|
|
|
11460
11467
|
|
|
@@ -11578,7 +11585,7 @@ const parseTemplates = (templates, expressions) => {
|
|
|
11578
11585
|
|
|
11579
11586
|
;// CONCATENATED MODULE: external "node:util"
|
|
11580
11587
|
const external_node_util_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:util");
|
|
11581
|
-
;// CONCATENATED MODULE:
|
|
11588
|
+
;// CONCATENATED MODULE: ../node_modules/execa/lib/verbose.js
|
|
11582
11589
|
|
|
11583
11590
|
|
|
11584
11591
|
|
|
@@ -11599,7 +11606,7 @@ const logCommand = (escapedCommand, {verbose}) => {
|
|
|
11599
11606
|
external_node_process_.stderr.write(`[${getTimestamp()}] ${escapedCommand}\n`);
|
|
11600
11607
|
};
|
|
11601
11608
|
|
|
11602
|
-
;// CONCATENATED MODULE:
|
|
11609
|
+
;// CONCATENATED MODULE: ../node_modules/execa/index.js
|
|
11603
11610
|
|
|
11604
11611
|
|
|
11605
11612
|
|
|
@@ -11949,6 +11956,11 @@ class Bump {
|
|
|
11949
11956
|
{ name: 'npm version', summary: '<https://docs.npmjs.com/cli/commands/npm-version>' }
|
|
11950
11957
|
];
|
|
11951
11958
|
}
|
|
11959
|
+
_verbose;
|
|
11960
|
+
_dir;
|
|
11961
|
+
_workspaces;
|
|
11962
|
+
_binaries;
|
|
11963
|
+
_version;
|
|
11952
11964
|
constructor(argv) {
|
|
11953
11965
|
const options = dist_default()(bump_OPTIONS, { argv, partial: true });
|
|
11954
11966
|
this._verbose = options.verbose;
|
|
@@ -12009,62 +12021,396 @@ class Bump {
|
|
|
12009
12021
|
}
|
|
12010
12022
|
}
|
|
12011
12023
|
|
|
12012
|
-
// EXTERNAL MODULE:
|
|
12013
|
-
var temp = __nccwpck_require__(
|
|
12024
|
+
// EXTERNAL MODULE: ../node_modules/temp/lib/temp.js
|
|
12025
|
+
var temp = __nccwpck_require__(591);
|
|
12014
12026
|
;// CONCATENATED MODULE: ./data/rust.json
|
|
12015
12027
|
const rust_namespaceObject = JSON.parse('{"aarch64-apple-darwin":"darwin-arm64","x86_64-apple-darwin":"darwin-x64","aarch64-apple-ios":"ios-arm64","x86_64-apple-ios":"ios-x64","aarch64-linux-android":"android-arm64","armv7-linux-androideabi":"android-arm-eabi","i686-linux-android":"android-ia32","x86_64-linux-android":"android-x64","aarch64-pc-windows-msvc":"win32-arm64-msvc","i686-pc-windows-gnu":"win32-ia32-gnu","i686-pc-windows-msvc":"win32-ia32-msvc","x86_64-pc-windows-gnu":"win32-x64-gnu","x86_64-pc-windows-msvc":"win32-x64-msvc","aarch64-unknown-linux-gnu":"linux-arm64-gnu","aarch64-unknown-linux-musl":"linux-arm64-musl","arm-unknown-linux-gnueabihf":"linux-arm-gnueabihf","arm-unknown-linux-musleabihf":"linux-arm-musleabihf","armv7-unknown-linux-gnueabihf":"linux-arm-gnueabihf","armv7-unknown-linux-musleabihf":"linux-arm-musleabihf","i686-unknown-linux-gnu":"linux-ia32-gnu","i686-unknown-linux-musl":"linux-ia32-musl","mips-unknown-linux-gnu":"linux-mips-gnu","mips-unknown-linux-musl":"linux-mips-musl","mips64-unknown-linux-gnuabi64":"linux-mips64-gnuabi64","mips64-unknown-linux-muslabi64":"linux-mips64-muslabi64","mips64el-unknown-linux-gnuabi64":"linux-mips64el-gnuabi64","mips64el-unknown-linux-muslabi64":"linux-mips64el-muslabi64","mipsel-unknown-linux-gnu":"linux-mipsel-gnu","mipsel-unknown-linux-musl":"linux-mipsel-musl","powerpc-unknown-linux-gnu":"linux-powerpc-gnu","powerpc64-unknown-linux-gnu":"linux-powerpc64-gnu","powerpc64le-unknown-linux-gnu":"linux-powerpc64le-gnu","riscv64gc-unknown-linux-gnu":"linux-riscv64gc-gnu","s390x-unknown-linux-gnu":"linux-s390x-gnu","sparc64-unknown-linux-gnu":"linux-sparc64-gnu","x86_64-unknown-linux-gnu":"linux-x64-gnu","x86_64-unknown-linux-gnux32":"linux-x64-gnux32","x86_64-unknown-linux-musl":"linux-x64-musl","i686-unknown-freebsd":"freebsd-ia32","x86_64-unknown-freebsd":"freebsd-x64"}');
|
|
12016
12028
|
;// CONCATENATED MODULE: ./data/node.json
|
|
12017
12029
|
const node_namespaceObject = JSON.parse('{"darwin-arm64":{"platform":"darwin","arch":"arm64","abi":null,"llvm":["aarch64-apple-darwin"]},"darwin-x64":{"platform":"darwin","arch":"x64","abi":null,"llvm":["x86_64-apple-darwin"]},"ios-arm64":{"platform":"ios","arch":"arm64","abi":null,"llvm":["aarch64-apple-ios"]},"ios-x64":{"platform":"ios","arch":"x64","abi":null,"llvm":["x86_64-apple-ios"]},"android-arm64":{"platform":"android","arch":"arm64","abi":null,"llvm":["aarch64-linux-android"]},"android-arm-eabi":{"platform":"android","arch":"arm","abi":"eabi","llvm":["armv7-linux-androideabi"]},"android-ia32":{"platform":"android","arch":"ia32","abi":null,"llvm":["i686-linux-android"]},"android-x64":{"platform":"android","arch":"x64","abi":null,"llvm":["x86_64-linux-android"]},"win32-arm64-msvc":{"platform":"win32","arch":"arm64","abi":"msvc","llvm":["aarch64-pc-windows-msvc"]},"win32-ia32-gnu":{"platform":"win32","arch":"ia32","abi":"gnu","llvm":["i686-pc-windows-gnu"]},"win32-ia32-msvc":{"platform":"win32","arch":"ia32","abi":"msvc","llvm":["i686-pc-windows-msvc"]},"win32-x64-gnu":{"platform":"win32","arch":"x64","abi":"gnu","llvm":["x86_64-pc-windows-gnu"]},"win32-x64-msvc":{"platform":"win32","arch":"x64","abi":"msvc","llvm":["x86_64-pc-windows-msvc"]},"linux-arm64-gnu":{"platform":"linux","arch":"arm64","abi":"gnu","llvm":["aarch64-unknown-linux-gnu"]},"linux-arm64-musl":{"platform":"linux","arch":"arm64","abi":"musl","llvm":["aarch64-unknown-linux-musl"]},"linux-arm-gnueabihf":{"platform":"linux","arch":"arm","abi":"gnueabihf","llvm":["arm-unknown-linux-gnueabihf","armv7-unknown-linux-gnueabihf"]},"linux-arm-musleabihf":{"platform":"linux","arch":"arm","abi":"musleabihf","llvm":["arm-unknown-linux-musleabihf","armv7-unknown-linux-musleabihf"]},"linux-ia32-gnu":{"platform":"linux","arch":"ia32","abi":"gnu","llvm":["i686-unknown-linux-gnu"]},"linux-ia32-musl":{"platform":"linux","arch":"ia32","abi":"musl","llvm":["i686-unknown-linux-musl"]},"linux-mips-gnu":{"platform":"linux","arch":"mips","abi":"gnu","llvm":["mips-unknown-linux-gnu"]},"linux-mips-musl":{"platform":"linux","arch":"mips","abi":"musl","llvm":["mips-unknown-linux-musl"]},"linux-mips64-gnuabi64":{"platform":"linux","arch":"mips64","abi":"gnuabi64","llvm":["mips64-unknown-linux-gnuabi64"]},"linux-mips64-muslabi64":{"platform":"linux","arch":"mips64","abi":"muslabi64","llvm":["mips64-unknown-linux-muslabi64"]},"linux-mips64el-gnuabi64":{"platform":"linux","arch":"mips64el","abi":"gnuabi64","llvm":["mips64el-unknown-linux-gnuabi64"]},"linux-mips64el-muslabi64":{"platform":"linux","arch":"mips64el","abi":"muslabi64","llvm":["mips64el-unknown-linux-muslabi64"]},"linux-mipsel-gnu":{"platform":"linux","arch":"mipsel","abi":"gnu","llvm":["mipsel-unknown-linux-gnu"]},"linux-mipsel-musl":{"platform":"linux","arch":"mipsel","abi":"musl","llvm":["mipsel-unknown-linux-musl"]},"linux-powerpc-gnu":{"platform":"linux","arch":"powerpc","abi":"gnu","llvm":["powerpc-unknown-linux-gnu"]},"linux-powerpc64-gnu":{"platform":"linux","arch":"powerpc64","abi":"gnu","llvm":["powerpc64-unknown-linux-gnu"]},"linux-powerpc64le-gnu":{"platform":"linux","arch":"powerpc64le","abi":"gnu","llvm":["powerpc64le-unknown-linux-gnu"]},"linux-riscv64gc-gnu":{"platform":"linux","arch":"riscv64gc","abi":"gnu","llvm":["riscv64gc-unknown-linux-gnu"]},"linux-s390x-gnu":{"platform":"linux","arch":"s390x","abi":"gnu","llvm":["s390x-unknown-linux-gnu"]},"linux-sparc64-gnu":{"platform":"linux","arch":"sparc64","abi":"gnu","llvm":["sparc64-unknown-linux-gnu"]},"linux-x64-gnu":{"platform":"linux","arch":"x64","abi":"gnu","llvm":["x86_64-unknown-linux-gnu"]},"linux-x64-gnux32":{"platform":"linux","arch":"x64","abi":"gnux32","llvm":["x86_64-unknown-linux-gnux32"]},"linux-x64-musl":{"platform":"linux","arch":"x64","abi":"musl","llvm":["x86_64-unknown-linux-musl"]},"freebsd-ia32":{"platform":"freebsd","arch":"ia32","abi":null,"llvm":["i686-unknown-freebsd"]},"freebsd-x64":{"platform":"freebsd","arch":"x64","abi":null,"llvm":["x86_64-unknown-freebsd"]}}');
|
|
12018
|
-
;// CONCATENATED MODULE: ./src/
|
|
12019
|
-
|
|
12020
|
-
|
|
12021
|
-
|
|
12022
|
-
|
|
12030
|
+
;// CONCATENATED MODULE: ./src/target.ts
|
|
12023
12031
|
|
|
12024
|
-
const mktemp = temp.track().mkdir;
|
|
12025
|
-
const pack_build_OPTIONS = [
|
|
12026
|
-
{ name: 'file', alias: 'f', type: String, defaultValue: 'index.node' },
|
|
12027
|
-
{ name: 'target', alias: 't', type: String, defaultValue: null },
|
|
12028
|
-
{ name: 'in-dir', alias: 'i', type: String, defaultValue: null },
|
|
12029
|
-
{ name: 'out-dir', alias: 'o', type: String, defaultValue: null },
|
|
12030
|
-
{ name: 'verbose', alias: 'v', type: Boolean, defaultValue: false },
|
|
12031
|
-
];
|
|
12032
12032
|
|
|
12033
12033
|
function isRustTarget(x) {
|
|
12034
|
-
return (x in rust_namespaceObject);
|
|
12034
|
+
return (typeof x === 'string') && (x in rust_namespaceObject);
|
|
12035
|
+
}
|
|
12036
|
+
function assertIsRustTarget(x) {
|
|
12037
|
+
if (!isRustTarget(x)) {
|
|
12038
|
+
throw new RangeError(`invalid Rust target: ${x}`);
|
|
12039
|
+
}
|
|
12035
12040
|
}
|
|
12036
|
-
|
|
12037
12041
|
function isNodeTarget(x) {
|
|
12038
12042
|
return (typeof x === 'string') && (x in node_namespaceObject);
|
|
12039
12043
|
}
|
|
12040
|
-
function
|
|
12044
|
+
function assertIsNodeTarget(x) {
|
|
12045
|
+
if (!isNodeTarget(x)) {
|
|
12046
|
+
throw new RangeError(`invalid Node target: ${x}`);
|
|
12047
|
+
}
|
|
12048
|
+
}
|
|
12049
|
+
function getTargetDescriptor(target) {
|
|
12041
12050
|
const node = rust_namespaceObject[target];
|
|
12042
12051
|
if (!isNodeTarget(node)) {
|
|
12043
12052
|
throw new Error(`Rust target ${target} not supported`);
|
|
12044
12053
|
}
|
|
12045
|
-
|
|
12054
|
+
const nodeDescriptor = node_namespaceObject[node];
|
|
12055
|
+
const badTarget = nodeDescriptor.llvm.find(t => !isRustTarget(t));
|
|
12056
|
+
if (badTarget) {
|
|
12057
|
+
throw new Error(`Rust target ${badTarget} not supported`);
|
|
12058
|
+
}
|
|
12059
|
+
return {
|
|
12060
|
+
node,
|
|
12061
|
+
platform: nodeDescriptor.platform,
|
|
12062
|
+
arch: nodeDescriptor.arch,
|
|
12063
|
+
abi: nodeDescriptor.abi,
|
|
12064
|
+
llvm: nodeDescriptor.llvm
|
|
12065
|
+
};
|
|
12066
|
+
}
|
|
12067
|
+
|
|
12068
|
+
;// CONCATENATED MODULE: ./src/manifest.ts
|
|
12069
|
+
|
|
12070
|
+
|
|
12071
|
+
|
|
12072
|
+
function assertIsObject(json, path) {
|
|
12073
|
+
if (!json || typeof json !== 'object') {
|
|
12074
|
+
throw new TypeError(`expected "${path}" property to be an object, found ${json}`);
|
|
12075
|
+
}
|
|
12076
|
+
}
|
|
12077
|
+
// Idea thanks to https://www.lucaspaganini.com/academy/assertion-functions-typescript-narrowing-5
|
|
12078
|
+
function assertHasProps(keys, json, path) {
|
|
12079
|
+
assertIsObject(json, path);
|
|
12080
|
+
for (const key of keys) {
|
|
12081
|
+
if (!(key in json)) {
|
|
12082
|
+
throw new TypeError(`property "${path}.${key}" not found`);
|
|
12083
|
+
}
|
|
12084
|
+
}
|
|
12085
|
+
}
|
|
12086
|
+
function assertIsBinaryCfg(json) {
|
|
12087
|
+
assertHasProps(['type', 'rust', 'node', 'platform', 'arch', 'abi'], json, "neon");
|
|
12088
|
+
if (json.type !== 'binary') {
|
|
12089
|
+
throw new TypeError(`expected "neon.type" property to be "binary", found ${json.type}`);
|
|
12090
|
+
}
|
|
12091
|
+
if (typeof json.rust !== 'string' || !isRustTarget(json.rust)) {
|
|
12092
|
+
throw new TypeError(`expected "neon.rust" to be a valid Rust target, found ${json.rust}`);
|
|
12093
|
+
}
|
|
12094
|
+
if (typeof json.node !== 'string' || !isNodeTarget(json.rust)) {
|
|
12095
|
+
throw new TypeError(`expected "neon.node" to be a valid Node target, found ${json.node}`);
|
|
12096
|
+
}
|
|
12097
|
+
if (typeof json.platform !== 'string') {
|
|
12098
|
+
throw new TypeError(`expected "neon.platform" to be a string, found ${json.platform}`);
|
|
12099
|
+
}
|
|
12100
|
+
if (typeof json.arch !== 'string') {
|
|
12101
|
+
throw new TypeError(`expected "neon.arch" to be a string, found ${json.arch}`);
|
|
12102
|
+
}
|
|
12103
|
+
if (json.abi !== null && typeof json.abi !== 'string') {
|
|
12104
|
+
throw new TypeError(`expected "neon.abi" to be a string or null, found ${json.abi}`);
|
|
12105
|
+
}
|
|
12046
12106
|
}
|
|
12047
|
-
function
|
|
12048
|
-
|
|
12107
|
+
function assertIsTargetMap(json, path) {
|
|
12108
|
+
assertIsObject(json, path);
|
|
12109
|
+
for (const key in json) {
|
|
12110
|
+
const value = json[key];
|
|
12111
|
+
if (!isNodeTarget(key)) {
|
|
12112
|
+
throw new TypeError(`target table key ${key} is not a valid Node target`);
|
|
12113
|
+
}
|
|
12114
|
+
if (typeof value !== 'string' || !isRustTarget(value)) {
|
|
12115
|
+
throw new TypeError(`target table value ${value} is not a valid Rust target`);
|
|
12116
|
+
}
|
|
12117
|
+
}
|
|
12118
|
+
}
|
|
12119
|
+
function assertIsBinaryV1(json) {
|
|
12120
|
+
assertHasProps(['binary'], json, "neon");
|
|
12121
|
+
const binary = json.binary;
|
|
12122
|
+
if (!binary || typeof binary !== 'object') {
|
|
12123
|
+
throw new TypeError(`expected "neon.binary" to be an object, found ${binary}`);
|
|
12124
|
+
}
|
|
12125
|
+
assertHasProps(['rust', 'node', 'platform', 'arch', 'abi'], binary, "neon.binary");
|
|
12126
|
+
if (typeof binary.rust !== 'string' || !isRustTarget(binary.rust)) {
|
|
12127
|
+
throw new TypeError(`expected "neon.binary.rust" to be a valid Rust target, found ${binary.rust}`);
|
|
12128
|
+
}
|
|
12129
|
+
if (!isNodeTarget(binary.node)) {
|
|
12130
|
+
throw new TypeError(`expected "neon.binary.node" to be a valid Node target, found ${binary.node}`);
|
|
12131
|
+
}
|
|
12132
|
+
if (typeof binary.platform !== 'string') {
|
|
12133
|
+
throw new TypeError(`expected "neon.binary.platform" to be a string, found ${binary.platform}`);
|
|
12134
|
+
}
|
|
12135
|
+
if (typeof binary.arch !== 'string') {
|
|
12136
|
+
throw new TypeError(`expected "neon.binary.arch" to be a string, found ${binary.arch}`);
|
|
12137
|
+
}
|
|
12138
|
+
if (binary.abi !== null && typeof binary.abi !== 'string') {
|
|
12139
|
+
throw new TypeError(`expected "neon.binary.abi" to be a string or null, found ${binary.abi}`);
|
|
12140
|
+
}
|
|
12049
12141
|
}
|
|
12050
|
-
function
|
|
12051
|
-
|
|
12052
|
-
|
|
12053
|
-
|
|
12054
|
-
|
|
12142
|
+
function assertIsSourceV1(json) {
|
|
12143
|
+
assertIsObject(json, "neon");
|
|
12144
|
+
for (const key in json) {
|
|
12145
|
+
const value = json[key];
|
|
12146
|
+
if (!isRustTarget(key)) {
|
|
12147
|
+
throw new TypeError(`target table key ${key} is not a valid Rust target`);
|
|
12148
|
+
}
|
|
12149
|
+
if (typeof value !== 'string') {
|
|
12150
|
+
throw new TypeError(`target table value ${value} is not a string`);
|
|
12055
12151
|
}
|
|
12056
12152
|
}
|
|
12057
|
-
return undefined;
|
|
12058
12153
|
}
|
|
12059
|
-
function
|
|
12060
|
-
|
|
12061
|
-
|
|
12154
|
+
function assertIsSourceCfg(json) {
|
|
12155
|
+
assertHasProps(['type', 'org', 'targets'], json, "neon");
|
|
12156
|
+
if (json.type !== 'source') {
|
|
12157
|
+
throw new TypeError(`expected "neon.type" property to be "source", found ${json.type}`);
|
|
12158
|
+
}
|
|
12159
|
+
if (typeof json.org !== 'string') {
|
|
12160
|
+
throw new TypeError(`expected "neon.org" to be a string, found ${json.org}`);
|
|
12062
12161
|
}
|
|
12063
|
-
|
|
12162
|
+
assertIsTargetMap(json.targets, "neon.targets");
|
|
12064
12163
|
}
|
|
12164
|
+
function assertIsPreamble(json) {
|
|
12165
|
+
if (!json || typeof json !== 'object') {
|
|
12166
|
+
throw new TypeError(`expected binary Neon package manifest, found ${json}`);
|
|
12167
|
+
}
|
|
12168
|
+
if (!('version' in json) || typeof json.version !== 'string') {
|
|
12169
|
+
throw new TypeError('valid "version" string not found in Neon package manifest');
|
|
12170
|
+
}
|
|
12171
|
+
if (!('name' in json) || typeof json.name !== 'string') {
|
|
12172
|
+
throw new TypeError('valid "name" string not found in Neon package manifest');
|
|
12173
|
+
}
|
|
12174
|
+
}
|
|
12175
|
+
class AbstractManifest {
|
|
12176
|
+
_json;
|
|
12177
|
+
_upgraded;
|
|
12178
|
+
constructor(json) {
|
|
12179
|
+
assertIsPreamble(json);
|
|
12180
|
+
this._json = json;
|
|
12181
|
+
this._upgraded = false;
|
|
12182
|
+
}
|
|
12183
|
+
get name() { return this._json.name; }
|
|
12184
|
+
set name(value) { this._json.name = value; }
|
|
12185
|
+
get version() { return this._json.version; }
|
|
12186
|
+
set version(value) { this._json.version = value; }
|
|
12187
|
+
get description() { return this._json.description ?? ""; }
|
|
12188
|
+
get upgraded() { return this._upgraded; }
|
|
12189
|
+
async save(dir) {
|
|
12190
|
+
dir = dir ?? process.cwd();
|
|
12191
|
+
await promises_namespaceObject.writeFile(external_node_path_namespaceObject.join(dir, "package.json"), JSON.stringify(this._json, null, 2), { encoding: 'utf8' });
|
|
12192
|
+
}
|
|
12193
|
+
stringify() {
|
|
12194
|
+
return JSON.stringify(this._json);
|
|
12195
|
+
}
|
|
12196
|
+
}
|
|
12197
|
+
function assertHasCfg(json) {
|
|
12198
|
+
if (!('neon' in json)) {
|
|
12199
|
+
throw new TypeError('property "neon" not found');
|
|
12200
|
+
}
|
|
12201
|
+
assertIsObject(json.neon, "neon");
|
|
12202
|
+
}
|
|
12203
|
+
function assertHasBinaryCfg(json) {
|
|
12204
|
+
assertHasCfg(json);
|
|
12205
|
+
assertIsBinaryCfg(json.neon);
|
|
12206
|
+
}
|
|
12207
|
+
function assertHasSourceCfg(json) {
|
|
12208
|
+
assertHasCfg(json);
|
|
12209
|
+
assertIsSourceCfg(json.neon);
|
|
12210
|
+
}
|
|
12211
|
+
async function readManifest(dir) {
|
|
12212
|
+
dir = dir ?? process.cwd();
|
|
12213
|
+
return JSON.parse(await promises_namespaceObject.readFile(external_node_path_namespaceObject.join(dir, "package.json"), { encoding: 'utf8' }));
|
|
12214
|
+
}
|
|
12215
|
+
class BinaryManifest extends AbstractManifest {
|
|
12216
|
+
_binaryJSON;
|
|
12217
|
+
constructor(json) {
|
|
12218
|
+
super(json);
|
|
12219
|
+
this._upgraded = normalizeBinaryCfg(this._json);
|
|
12220
|
+
assertHasBinaryCfg(this._json);
|
|
12221
|
+
this._binaryJSON = this._json;
|
|
12222
|
+
}
|
|
12223
|
+
cfg() {
|
|
12224
|
+
return this._binaryJSON.neon;
|
|
12225
|
+
}
|
|
12226
|
+
static async load(dir) {
|
|
12227
|
+
return new BinaryManifest(await readManifest(dir));
|
|
12228
|
+
}
|
|
12229
|
+
}
|
|
12230
|
+
function normalizeBinaryCfg(json) {
|
|
12231
|
+
assertHasCfg(json);
|
|
12232
|
+
// V2 format: {
|
|
12233
|
+
// neon: {
|
|
12234
|
+
// type: 'binary',
|
|
12235
|
+
// rust: RustTarget,
|
|
12236
|
+
// node: NodeTarget,
|
|
12237
|
+
// platform: string,
|
|
12238
|
+
// arch: string,
|
|
12239
|
+
// abi: string | null
|
|
12240
|
+
// }
|
|
12241
|
+
// }
|
|
12242
|
+
if ('type' in json.neon) {
|
|
12243
|
+
return false;
|
|
12244
|
+
}
|
|
12245
|
+
// V1 format: {
|
|
12246
|
+
// neon: {
|
|
12247
|
+
// binary: {
|
|
12248
|
+
// rust: RustTarget,
|
|
12249
|
+
// node: NodeTarget,
|
|
12250
|
+
// platform: string,
|
|
12251
|
+
// arch: string,
|
|
12252
|
+
// abi: string | null
|
|
12253
|
+
// }
|
|
12254
|
+
// }
|
|
12255
|
+
// }
|
|
12256
|
+
json.neon = upgradeBinaryV1(json.neon);
|
|
12257
|
+
return true;
|
|
12258
|
+
}
|
|
12259
|
+
function normalizeSourceCfg(json) {
|
|
12260
|
+
assertHasCfg(json);
|
|
12261
|
+
// V3 format: {
|
|
12262
|
+
// neon: {
|
|
12263
|
+
// type: 'source',
|
|
12264
|
+
// org: string,
|
|
12265
|
+
// targets: { Node => Rust }
|
|
12266
|
+
// }
|
|
12267
|
+
// }
|
|
12268
|
+
if ('type' in json.neon) {
|
|
12269
|
+
return false;
|
|
12270
|
+
}
|
|
12271
|
+
// V2 format: {
|
|
12272
|
+
// neon: {
|
|
12273
|
+
// org: string,
|
|
12274
|
+
// targets: { Node => Rust }
|
|
12275
|
+
// }
|
|
12276
|
+
// }
|
|
12277
|
+
if ('org' in json.neon) {
|
|
12278
|
+
const targets = json.neon['targets'];
|
|
12279
|
+
assertIsTargetMap(targets, "neon.targets");
|
|
12280
|
+
json.neon = {
|
|
12281
|
+
type: 'source',
|
|
12282
|
+
org: json.neon.org,
|
|
12283
|
+
targets
|
|
12284
|
+
};
|
|
12285
|
+
return true;
|
|
12286
|
+
}
|
|
12287
|
+
// V1 format: {
|
|
12288
|
+
// neon: {
|
|
12289
|
+
// targets: { Rust => fully-qualified package name }
|
|
12290
|
+
// }
|
|
12291
|
+
// }
|
|
12292
|
+
const targets = json.neon['targets'];
|
|
12293
|
+
assertIsSourceV1(targets);
|
|
12294
|
+
json.neon = upgradeSourceV1(targets);
|
|
12295
|
+
return true;
|
|
12296
|
+
}
|
|
12297
|
+
class SourceManifest extends AbstractManifest {
|
|
12298
|
+
_sourceJSON;
|
|
12299
|
+
constructor(json) {
|
|
12300
|
+
super(json);
|
|
12301
|
+
this._upgraded = normalizeSourceCfg(this._json);
|
|
12302
|
+
assertHasSourceCfg(this._json);
|
|
12303
|
+
this._sourceJSON = this._json;
|
|
12304
|
+
}
|
|
12305
|
+
static async load(dir) {
|
|
12306
|
+
return new SourceManifest(await readManifest(dir));
|
|
12307
|
+
}
|
|
12308
|
+
cfg() {
|
|
12309
|
+
return this._sourceJSON.neon;
|
|
12310
|
+
}
|
|
12311
|
+
packageNames() {
|
|
12312
|
+
const cfg = this.cfg();
|
|
12313
|
+
return Object.keys(cfg.targets).map(key => `${cfg.org}/${key}`);
|
|
12314
|
+
}
|
|
12315
|
+
packageFor(target) {
|
|
12316
|
+
const cfg = this.cfg();
|
|
12317
|
+
for (const key in cfg.targets) {
|
|
12318
|
+
const value = cfg.targets[key];
|
|
12319
|
+
if (value === target) {
|
|
12320
|
+
return `${cfg.org}/${key}`;
|
|
12321
|
+
}
|
|
12322
|
+
}
|
|
12323
|
+
return undefined;
|
|
12324
|
+
}
|
|
12325
|
+
manifestFor(target) {
|
|
12326
|
+
const targetInfo = getTargetDescriptor(target);
|
|
12327
|
+
const name = this.packageFor(target);
|
|
12328
|
+
if (!name) {
|
|
12329
|
+
throw new Error(`Rust target ${target} not found in "neon.targets" table.`);
|
|
12330
|
+
}
|
|
12331
|
+
const json = {
|
|
12332
|
+
name,
|
|
12333
|
+
description: `Prebuilt binary package for \`${this.name}\` on \`${targetInfo.node}\`.`,
|
|
12334
|
+
version: this.version,
|
|
12335
|
+
os: [targetInfo.platform],
|
|
12336
|
+
cpu: [targetInfo.arch],
|
|
12337
|
+
main: "index.node",
|
|
12338
|
+
files: ["index.node"],
|
|
12339
|
+
neon: {
|
|
12340
|
+
type: "binary",
|
|
12341
|
+
rust: target,
|
|
12342
|
+
node: targetInfo.node,
|
|
12343
|
+
platform: targetInfo.platform,
|
|
12344
|
+
arch: targetInfo.arch,
|
|
12345
|
+
abi: targetInfo.abi
|
|
12346
|
+
}
|
|
12347
|
+
};
|
|
12348
|
+
const OPTIONAL_KEYS = [
|
|
12349
|
+
'author', 'repository', 'keywords', 'bugs', 'homepage', 'license', 'engines'
|
|
12350
|
+
];
|
|
12351
|
+
for (const key of OPTIONAL_KEYS) {
|
|
12352
|
+
if (key in this._json) {
|
|
12353
|
+
json[key] = this._json[key];
|
|
12354
|
+
}
|
|
12355
|
+
}
|
|
12356
|
+
return new BinaryManifest(json);
|
|
12357
|
+
}
|
|
12358
|
+
}
|
|
12359
|
+
function upgradeSourceV1(object) {
|
|
12360
|
+
function splitSwap([key, value]) {
|
|
12361
|
+
if (!/^@.*\//.test(value)) {
|
|
12362
|
+
throw new TypeError(`expected namespaced npm package name, found ${value}`);
|
|
12363
|
+
}
|
|
12364
|
+
const pkg = value.split('/')[1];
|
|
12365
|
+
assertIsNodeTarget(pkg);
|
|
12366
|
+
assertIsRustTarget(key);
|
|
12367
|
+
return [pkg, key];
|
|
12368
|
+
}
|
|
12369
|
+
const entries = Object.entries(object).map(splitSwap);
|
|
12370
|
+
const orgs = new Set(Object.values(object).map(v => v.split('/')[0]));
|
|
12371
|
+
if (orgs.size === 0) {
|
|
12372
|
+
throw new Error("empty target table");
|
|
12373
|
+
}
|
|
12374
|
+
else if (orgs.size > 1) {
|
|
12375
|
+
throw new Error(`multiple npm orgs found: ${orgs}`);
|
|
12376
|
+
}
|
|
12377
|
+
return {
|
|
12378
|
+
type: 'source',
|
|
12379
|
+
org: [...orgs][0],
|
|
12380
|
+
targets: Object.fromEntries(entries)
|
|
12381
|
+
};
|
|
12382
|
+
}
|
|
12383
|
+
function upgradeBinaryV1(json) {
|
|
12384
|
+
assertIsBinaryV1(json);
|
|
12385
|
+
return {
|
|
12386
|
+
type: 'binary',
|
|
12387
|
+
rust: json.binary.rust,
|
|
12388
|
+
node: json.binary.node,
|
|
12389
|
+
platform: json.binary.platform,
|
|
12390
|
+
arch: json.binary.arch,
|
|
12391
|
+
abi: json.binary.abi
|
|
12392
|
+
};
|
|
12393
|
+
}
|
|
12394
|
+
|
|
12395
|
+
;// CONCATENATED MODULE: ./src/commands/pack-build.ts
|
|
12396
|
+
|
|
12397
|
+
|
|
12398
|
+
|
|
12399
|
+
|
|
12400
|
+
|
|
12401
|
+
|
|
12402
|
+
|
|
12403
|
+
const mktemp = temp.track().mkdir;
|
|
12404
|
+
const pack_build_OPTIONS = [
|
|
12405
|
+
{ name: 'file', alias: 'f', type: String, defaultValue: 'index.node' },
|
|
12406
|
+
{ name: 'target', alias: 't', type: String, defaultValue: null },
|
|
12407
|
+
{ name: 'in-dir', alias: 'i', type: String, defaultValue: null },
|
|
12408
|
+
{ name: 'out-dir', alias: 'o', type: String, defaultValue: null },
|
|
12409
|
+
{ name: 'verbose', alias: 'v', type: Boolean, defaultValue: false },
|
|
12410
|
+
];
|
|
12065
12411
|
class PackBuild {
|
|
12066
12412
|
static summary() { return 'Create an npm tarball from a prebuild.'; }
|
|
12067
|
-
static syntax() { return 'neon pack-build [-f <addon>] [-t <target>] [-
|
|
12413
|
+
static syntax() { return 'neon pack-build [-f <addon>] [-t <target>] [-i <dir>] [-o <dir>] [-v]'; }
|
|
12068
12414
|
static options() {
|
|
12069
12415
|
return [
|
|
12070
12416
|
{ name: '-f, --file <addon>', summary: 'Prebuilt .node file to pack. (Default: index.node)' },
|
|
@@ -12081,6 +12427,11 @@ class PackBuild {
|
|
|
12081
12427
|
{ name: 'cross-rs', summary: '<https://github.com/cross-rs/cross>' }
|
|
12082
12428
|
];
|
|
12083
12429
|
}
|
|
12430
|
+
_target;
|
|
12431
|
+
_addon;
|
|
12432
|
+
_inDir;
|
|
12433
|
+
_outDir;
|
|
12434
|
+
_verbose;
|
|
12084
12435
|
constructor(argv) {
|
|
12085
12436
|
const options = dist_default()(pack_build_OPTIONS, { argv });
|
|
12086
12437
|
this._target = options.target || null;
|
|
@@ -12109,85 +12460,44 @@ class PackBuild {
|
|
|
12109
12460
|
this.log(`currentTarget result: "${target}"`);
|
|
12110
12461
|
return target;
|
|
12111
12462
|
}
|
|
12112
|
-
async createTempDir(
|
|
12113
|
-
const version = manifest.version;
|
|
12114
|
-
const targets = manifest.neon.targets;
|
|
12463
|
+
async createTempDir(sourceManifest) {
|
|
12115
12464
|
const target = this._target || await this.currentTarget();
|
|
12116
12465
|
if (!isRustTarget(target)) {
|
|
12117
12466
|
throw new Error(`Rust target ${target} not supported.`);
|
|
12118
12467
|
}
|
|
12119
|
-
const
|
|
12120
|
-
|
|
12121
|
-
throw new Error(`Rust target ${target} not found in package.json.`);
|
|
12122
|
-
}
|
|
12123
|
-
const targetInfo = lookup(target);
|
|
12124
|
-
const description = `Prebuilt binary package for \`${manifest.name}\` on \`${targetInfo.node}\`.`;
|
|
12125
|
-
let prebuildManifest = {
|
|
12126
|
-
name,
|
|
12127
|
-
description,
|
|
12128
|
-
version,
|
|
12129
|
-
os: [targetInfo.platform],
|
|
12130
|
-
cpu: [targetInfo.arch],
|
|
12131
|
-
main: "index.node",
|
|
12132
|
-
files: ["index.node"],
|
|
12133
|
-
neon: {
|
|
12134
|
-
binary: {
|
|
12135
|
-
rust: target,
|
|
12136
|
-
node: targetInfo.node,
|
|
12137
|
-
platform: targetInfo.platform,
|
|
12138
|
-
arch: targetInfo.arch,
|
|
12139
|
-
abi: targetInfo.abi
|
|
12140
|
-
}
|
|
12141
|
-
}
|
|
12142
|
-
};
|
|
12143
|
-
const OPTIONAL_KEYS = [
|
|
12144
|
-
'author', 'repository', 'keywords', 'bugs', 'homepage', 'license', 'engines'
|
|
12145
|
-
];
|
|
12146
|
-
for (const key of OPTIONAL_KEYS) {
|
|
12147
|
-
if (manifest[key]) {
|
|
12148
|
-
prebuildManifest[key] = manifest[key];
|
|
12149
|
-
}
|
|
12150
|
-
}
|
|
12151
|
-
this.log(`prebuild manifest: ${JSON.stringify(prebuildManifest)}`);
|
|
12468
|
+
const binaryManifest = sourceManifest.manifestFor(target);
|
|
12469
|
+
this.log(`prebuild manifest: ${binaryManifest.stringify()}`);
|
|
12152
12470
|
this.log("creating temp dir");
|
|
12153
12471
|
const tmpdir = await mktemp('neon-');
|
|
12154
12472
|
this.log(`created temp dir ${tmpdir}`);
|
|
12155
12473
|
this.log(`creating ${tmpdir}/package.json`);
|
|
12156
|
-
await
|
|
12474
|
+
await binaryManifest.save(tmpdir);
|
|
12157
12475
|
this.log(`copying ${this._addon} to ${tmpdir}/index.node`);
|
|
12158
12476
|
await promises_namespaceObject.copyFile(this._addon, external_node_path_namespaceObject.join(tmpdir, "index.node"));
|
|
12159
12477
|
this.log(`creating ${tmpdir}/README.md`);
|
|
12160
|
-
await promises_namespaceObject.writeFile(external_node_path_namespaceObject.join(tmpdir, "README.md"), `# \`${name}\`\n\n${description}\n`);
|
|
12478
|
+
await promises_namespaceObject.writeFile(external_node_path_namespaceObject.join(tmpdir, "README.md"), `# \`${binaryManifest.name}\`\n\n${binaryManifest.description}\n`);
|
|
12161
12479
|
return tmpdir;
|
|
12162
12480
|
}
|
|
12163
|
-
async prepareInDir(
|
|
12481
|
+
async prepareInDir(sourceManifest) {
|
|
12164
12482
|
if (!this._inDir) {
|
|
12165
|
-
return await this.createTempDir(
|
|
12483
|
+
return await this.createTempDir(sourceManifest);
|
|
12166
12484
|
}
|
|
12167
|
-
const version =
|
|
12168
|
-
const binaryManifest =
|
|
12169
|
-
const
|
|
12170
|
-
if (
|
|
12171
|
-
throw new Error(`Specified target ${this._target} does not match target ${
|
|
12485
|
+
const version = sourceManifest.version;
|
|
12486
|
+
const binaryManifest = await BinaryManifest.load(this._inDir);
|
|
12487
|
+
const cfg = binaryManifest.cfg();
|
|
12488
|
+
if (this._target && (cfg.rust !== this._target)) {
|
|
12489
|
+
throw new Error(`Specified target ${this._target} does not match target ${cfg.rust} in ${this._inDir}`);
|
|
12172
12490
|
}
|
|
12173
|
-
const
|
|
12174
|
-
|
|
12175
|
-
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
binaryManifest.neon = binaryManifest.neon || {};
|
|
12179
|
-
binaryManifest.neon.binary = {
|
|
12180
|
-
rust: target,
|
|
12181
|
-
node: descriptor.node,
|
|
12182
|
-
platform: descriptor.platform,
|
|
12183
|
-
arch: descriptor.arch,
|
|
12184
|
-
abi: descriptor.abi
|
|
12185
|
-
};
|
|
12491
|
+
const targetInfo = getTargetDescriptor(cfg.rust);
|
|
12492
|
+
cfg.node = targetInfo.node;
|
|
12493
|
+
cfg.platform = targetInfo.platform;
|
|
12494
|
+
cfg.arch = targetInfo.arch;
|
|
12495
|
+
cfg.abi = targetInfo.abi;
|
|
12186
12496
|
// FIXME: make it possible to disable this
|
|
12187
12497
|
binaryManifest.version = version;
|
|
12188
|
-
this.log(`binary manifest: ${
|
|
12498
|
+
this.log(`binary manifest: ${binaryManifest.stringify()}`);
|
|
12189
12499
|
this.log(`creating ${this._inDir}/package.json`);
|
|
12190
|
-
await
|
|
12500
|
+
await binaryManifest.save(this._inDir);
|
|
12191
12501
|
// FIXME: make this path configurable
|
|
12192
12502
|
this.log(`copying ${this._addon} to ${this._inDir}/index.node`);
|
|
12193
12503
|
await promises_namespaceObject.copyFile(this._addon, external_node_path_namespaceObject.join(this._inDir, "index.node"));
|
|
@@ -12197,9 +12507,9 @@ class PackBuild {
|
|
|
12197
12507
|
this.log(`creating directory ${this._outDir}`);
|
|
12198
12508
|
await promises_namespaceObject.mkdir(this._outDir, { recursive: true });
|
|
12199
12509
|
this.log(`reading package.json`);
|
|
12200
|
-
const
|
|
12201
|
-
this.log(`manifest: ${
|
|
12202
|
-
const inDir = await this.prepareInDir(
|
|
12510
|
+
const sourceManifest = await SourceManifest.load();
|
|
12511
|
+
this.log(`manifest: ${sourceManifest.stringify()}`);
|
|
12512
|
+
const inDir = await this.prepareInDir(sourceManifest);
|
|
12203
12513
|
this.log(`npm pack --json`);
|
|
12204
12514
|
const result = await execa("npm", ["pack", "--json"], {
|
|
12205
12515
|
shell: true,
|
|
@@ -12228,22 +12538,11 @@ class PackBuild {
|
|
|
12228
12538
|
|
|
12229
12539
|
|
|
12230
12540
|
|
|
12541
|
+
|
|
12231
12542
|
const install_builds_OPTIONS = [
|
|
12232
12543
|
{ name: 'bundle', alias: 'b', type: String, defaultValue: null },
|
|
12233
12544
|
{ name: 'verbose', alias: 'v', type: Boolean, defaultValue: false }
|
|
12234
12545
|
];
|
|
12235
|
-
function lookupBinaryPackagesV1(targets) {
|
|
12236
|
-
return Object.values(targets);
|
|
12237
|
-
}
|
|
12238
|
-
function lookupBinaryPackagesV2(org, targets) {
|
|
12239
|
-
return Object.keys(targets).map(key => `${org}/${key}`);
|
|
12240
|
-
}
|
|
12241
|
-
function lookupBinaryPackages(manifest) {
|
|
12242
|
-
if (manifest.neon.org) {
|
|
12243
|
-
return lookupBinaryPackagesV2(manifest.neon.org, manifest.neon.targets);
|
|
12244
|
-
}
|
|
12245
|
-
return lookupBinaryPackagesV1(manifest.neon.targets);
|
|
12246
|
-
}
|
|
12247
12546
|
class InstallBuilds {
|
|
12248
12547
|
static summary() { return 'Install dependencies on prebuilds in package.json.'; }
|
|
12249
12548
|
static syntax() { return 'neon install-builds [-b <file>]'; }
|
|
@@ -12262,6 +12561,8 @@ class InstallBuilds {
|
|
|
12262
12561
|
{ name: 'ncc', summary: '<https://github.com/vercel/ncc>' }
|
|
12263
12562
|
];
|
|
12264
12563
|
}
|
|
12564
|
+
_bundle;
|
|
12565
|
+
_verbose;
|
|
12265
12566
|
constructor(argv) {
|
|
12266
12567
|
const options = dist_default()(install_builds_OPTIONS, { argv });
|
|
12267
12568
|
this._bundle = options.bundle || null;
|
|
@@ -12274,12 +12575,16 @@ class InstallBuilds {
|
|
|
12274
12575
|
}
|
|
12275
12576
|
async run() {
|
|
12276
12577
|
this.log(`reading package.json (CWD=${process.cwd()})`);
|
|
12277
|
-
const
|
|
12278
|
-
const version =
|
|
12279
|
-
this.log(`package.json before: ${
|
|
12578
|
+
const sourceManifest = await SourceManifest.load();
|
|
12579
|
+
const version = sourceManifest.version;
|
|
12580
|
+
this.log(`package.json before: ${sourceManifest.stringify()}`);
|
|
12280
12581
|
this.log(`determined version: ${version}`);
|
|
12281
|
-
const packages =
|
|
12582
|
+
const packages = sourceManifest.packageNames();
|
|
12282
12583
|
const specs = packages.map(name => `${name}@${version}`);
|
|
12584
|
+
if (sourceManifest.upgraded) {
|
|
12585
|
+
this.log(`upgrading manifest format`);
|
|
12586
|
+
await sourceManifest.save();
|
|
12587
|
+
}
|
|
12283
12588
|
this.log(`npm install --save-exact -O ${specs.join(' ')}`);
|
|
12284
12589
|
const result = await execa('npm', ['install', '--save-exact', '-O', ...specs], { shell: true });
|
|
12285
12590
|
if (result.exitCode !== 0) {
|
|
@@ -12308,7 +12613,7 @@ if (0) {
|
|
|
12308
12613
|
}
|
|
12309
12614
|
|
|
12310
12615
|
// EXTERNAL MODULE: ./src/print.ts + 26 modules
|
|
12311
|
-
var print = __nccwpck_require__(
|
|
12616
|
+
var print = __nccwpck_require__(9050);
|
|
12312
12617
|
;// CONCATENATED MODULE: ./src/commands/help.ts
|
|
12313
12618
|
|
|
12314
12619
|
|
|
@@ -12321,6 +12626,7 @@ class Help {
|
|
|
12321
12626
|
];
|
|
12322
12627
|
}
|
|
12323
12628
|
static seeAlso() { }
|
|
12629
|
+
_name;
|
|
12324
12630
|
constructor(argv) {
|
|
12325
12631
|
this._name = argv.length > 0 ? asCommandName(argv[0]) : undefined;
|
|
12326
12632
|
if (argv.length > 1) {
|
|
@@ -12385,14 +12691,14 @@ function summaries() {
|
|
|
12385
12691
|
|
|
12386
12692
|
/***/ }),
|
|
12387
12693
|
|
|
12388
|
-
/***/
|
|
12694
|
+
/***/ 8613:
|
|
12389
12695
|
/***/ ((module, __unused_webpack___webpack_exports__, __nccwpck_require__) => {
|
|
12390
12696
|
|
|
12391
12697
|
__nccwpck_require__.a(module, async (__webpack_handle_async_dependencies__, __webpack_async_result__) => { try {
|
|
12392
|
-
/* harmony import */ var command_line_commands__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(
|
|
12698
|
+
/* harmony import */ var command_line_commands__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(5046);
|
|
12393
12699
|
/* harmony import */ var command_line_commands__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nccwpck_require__.n(command_line_commands__WEBPACK_IMPORTED_MODULE_0__);
|
|
12394
|
-
/* harmony import */ var _print_js__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(
|
|
12395
|
-
/* harmony import */ var _command_js__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(
|
|
12700
|
+
/* harmony import */ var _print_js__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(9050);
|
|
12701
|
+
/* harmony import */ var _command_js__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(3236);
|
|
12396
12702
|
/* harmony import */ var node_module__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(2033);
|
|
12397
12703
|
/* harmony import */ var node_module__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nccwpck_require__.n(node_module__WEBPACK_IMPORTED_MODULE_3__);
|
|
12398
12704
|
|
|
@@ -12400,6 +12706,7 @@ __nccwpck_require__.a(module, async (__webpack_handle_async_dependencies__, __we
|
|
|
12400
12706
|
|
|
12401
12707
|
|
|
12402
12708
|
const absoluteRequire = (0,node_module__WEBPACK_IMPORTED_MODULE_3__.createRequire)(import.meta.url);
|
|
12709
|
+
// FIXME: do we really know this is necessary? if so, document it
|
|
12403
12710
|
global['require'] = function (spec) {
|
|
12404
12711
|
return absoluteRequire(spec);
|
|
12405
12712
|
};
|
|
@@ -12438,7 +12745,7 @@ __webpack_async_result__();
|
|
|
12438
12745
|
|
|
12439
12746
|
/***/ }),
|
|
12440
12747
|
|
|
12441
|
-
/***/
|
|
12748
|
+
/***/ 9050:
|
|
12442
12749
|
/***/ ((__unused_webpack_module, __webpack_exports__, __nccwpck_require__) => {
|
|
12443
12750
|
|
|
12444
12751
|
|
|
@@ -12450,7 +12757,7 @@ __nccwpck_require__.d(__webpack_exports__, {
|
|
|
12450
12757
|
"yY": () => (/* binding */ printMainUsage)
|
|
12451
12758
|
});
|
|
12452
12759
|
|
|
12453
|
-
;// CONCATENATED MODULE:
|
|
12760
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/node_modules/array-back/index.js
|
|
12454
12761
|
/**
|
|
12455
12762
|
* Takes any input and guarantees an array back.
|
|
12456
12763
|
*
|
|
@@ -12510,9 +12817,9 @@ function arrayify (input) {
|
|
|
12510
12817
|
|
|
12511
12818
|
/* harmony default export */ const array_back = (arrayify);
|
|
12512
12819
|
|
|
12513
|
-
// EXTERNAL MODULE:
|
|
12514
|
-
var source = __nccwpck_require__(
|
|
12515
|
-
;// CONCATENATED MODULE:
|
|
12820
|
+
// EXTERNAL MODULE: ../node_modules/chalk-template/node_modules/chalk/source/index.js
|
|
12821
|
+
var source = __nccwpck_require__(1486);
|
|
12822
|
+
;// CONCATENATED MODULE: ../node_modules/chalk-template/index.js
|
|
12516
12823
|
|
|
12517
12824
|
|
|
12518
12825
|
// eslint-disable-next-line unicorn/better-regex
|
|
@@ -12686,7 +12993,7 @@ function chalkTemplate(firstString, ...arguments_) {
|
|
|
12686
12993
|
return template(parts.join(''));
|
|
12687
12994
|
}
|
|
12688
12995
|
|
|
12689
|
-
;// CONCATENATED MODULE:
|
|
12996
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/chalk-format.js
|
|
12690
12997
|
|
|
12691
12998
|
|
|
12692
12999
|
function chalkFormat (str) {
|
|
@@ -12702,7 +13009,7 @@ function chalkFormat (str) {
|
|
|
12702
13009
|
|
|
12703
13010
|
// EXTERNAL MODULE: external "os"
|
|
12704
13011
|
var external_os_ = __nccwpck_require__(2037);
|
|
12705
|
-
;// CONCATENATED MODULE:
|
|
13012
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section.js
|
|
12706
13013
|
|
|
12707
13014
|
|
|
12708
13015
|
|
|
@@ -12734,7 +13041,7 @@ class Section {
|
|
|
12734
13041
|
|
|
12735
13042
|
/* harmony default export */ const section = (Section);
|
|
12736
13043
|
|
|
12737
|
-
;// CONCATENATED MODULE:
|
|
13044
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/node_modules/array-back/index.js
|
|
12738
13045
|
/**
|
|
12739
13046
|
* Takes any input and guarantees an array back.
|
|
12740
13047
|
*
|
|
@@ -12794,7 +13101,7 @@ function array_back_arrayify (input) {
|
|
|
12794
13101
|
|
|
12795
13102
|
/* harmony default export */ const node_modules_array_back = (array_back_arrayify);
|
|
12796
13103
|
|
|
12797
|
-
;// CONCATENATED MODULE:
|
|
13104
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/cell.js
|
|
12798
13105
|
const _value = new WeakMap()
|
|
12799
13106
|
const _column = new WeakMap()
|
|
12800
13107
|
|
|
@@ -12829,7 +13136,7 @@ class Cell {
|
|
|
12829
13136
|
|
|
12830
13137
|
/* harmony default export */ const lib_cell = (Cell);
|
|
12831
13138
|
|
|
12832
|
-
;// CONCATENATED MODULE:
|
|
13139
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/rows.js
|
|
12833
13140
|
|
|
12834
13141
|
|
|
12835
13142
|
|
|
@@ -12856,7 +13163,7 @@ class Rows {
|
|
|
12856
13163
|
|
|
12857
13164
|
/* harmony default export */ const rows = (Rows);
|
|
12858
13165
|
|
|
12859
|
-
;// CONCATENATED MODULE:
|
|
13166
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/node_modules/typical/index.js
|
|
12860
13167
|
/**
|
|
12861
13168
|
* Isomorphic, functional type-checking for Javascript.
|
|
12862
13169
|
* @module typical
|
|
@@ -13156,7 +13463,7 @@ function isFunction (input) {
|
|
|
13156
13463
|
isFunction
|
|
13157
13464
|
});
|
|
13158
13465
|
|
|
13159
|
-
;// CONCATENATED MODULE:
|
|
13466
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/padding.js
|
|
13160
13467
|
/**
|
|
13161
13468
|
* @module padding
|
|
13162
13469
|
*/
|
|
@@ -13174,7 +13481,7 @@ class Padding {
|
|
|
13174
13481
|
|
|
13175
13482
|
/* harmony default export */ const lib_padding = (Padding);
|
|
13176
13483
|
|
|
13177
|
-
;// CONCATENATED MODULE:
|
|
13484
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/column.js
|
|
13178
13485
|
|
|
13179
13486
|
|
|
13180
13487
|
|
|
@@ -13239,7 +13546,7 @@ class Column {
|
|
|
13239
13546
|
|
|
13240
13547
|
/* harmony default export */ const lib_column = (Column);
|
|
13241
13548
|
|
|
13242
|
-
;// CONCATENATED MODULE:
|
|
13549
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/columns.js
|
|
13243
13550
|
|
|
13244
13551
|
|
|
13245
13552
|
|
|
@@ -13381,7 +13688,7 @@ class Columns {
|
|
|
13381
13688
|
|
|
13382
13689
|
/* harmony default export */ const columns = (Columns);
|
|
13383
13690
|
|
|
13384
|
-
;// CONCATENATED MODULE:
|
|
13691
|
+
;// CONCATENATED MODULE: ../node_modules/wordwrapjs/index.js
|
|
13385
13692
|
/**
|
|
13386
13693
|
* @module wordwrapjs
|
|
13387
13694
|
*/
|
|
@@ -13533,9 +13840,9 @@ function breakWord (word) {
|
|
|
13533
13840
|
|
|
13534
13841
|
/* harmony default export */ const wordwrapjs = (Wordwrap);
|
|
13535
13842
|
|
|
13536
|
-
// EXTERNAL MODULE:
|
|
13537
|
-
var lodash_assignwith = __nccwpck_require__(
|
|
13538
|
-
;// CONCATENATED MODULE:
|
|
13843
|
+
// EXTERNAL MODULE: ../node_modules/lodash.assignwith/index.js
|
|
13844
|
+
var lodash_assignwith = __nccwpck_require__(7256);
|
|
13845
|
+
;// CONCATENATED MODULE: ../node_modules/@75lb/deep-merge/node_modules/typical/index.js
|
|
13539
13846
|
/**
|
|
13540
13847
|
* Isomorphic, functional type-checking for Javascript.
|
|
13541
13848
|
* @module typical
|
|
@@ -13835,7 +14142,7 @@ function typical_isFunction (input) {
|
|
|
13835
14142
|
isFunction: typical_isFunction
|
|
13836
14143
|
});
|
|
13837
14144
|
|
|
13838
|
-
;// CONCATENATED MODULE:
|
|
14145
|
+
;// CONCATENATED MODULE: ../node_modules/@75lb/deep-merge/index.js
|
|
13839
14146
|
|
|
13840
14147
|
|
|
13841
14148
|
|
|
@@ -13860,7 +14167,7 @@ function deepMerge (...args) {
|
|
|
13860
14167
|
|
|
13861
14168
|
/* harmony default export */ const deep_merge = (deepMerge);
|
|
13862
14169
|
|
|
13863
|
-
;// CONCATENATED MODULE:
|
|
14170
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/ansi.js
|
|
13864
14171
|
/**
|
|
13865
14172
|
* @module ansi
|
|
13866
14173
|
*/
|
|
@@ -13877,7 +14184,7 @@ function has (input) {
|
|
|
13877
14184
|
|
|
13878
14185
|
|
|
13879
14186
|
|
|
13880
|
-
;// CONCATENATED MODULE:
|
|
14187
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/lib/util.js
|
|
13881
14188
|
|
|
13882
14189
|
|
|
13883
14190
|
|
|
@@ -13930,7 +14237,7 @@ function removeEmptyColumns (data) {
|
|
|
13930
14237
|
})
|
|
13931
14238
|
}
|
|
13932
14239
|
|
|
13933
|
-
;// CONCATENATED MODULE:
|
|
14240
|
+
;// CONCATENATED MODULE: ../node_modules/table-layout/index.js
|
|
13934
14241
|
|
|
13935
14242
|
|
|
13936
14243
|
|
|
@@ -14135,7 +14442,7 @@ class Table {
|
|
|
14135
14442
|
*/
|
|
14136
14443
|
/* harmony default export */ const table_layout = (Table);
|
|
14137
14444
|
|
|
14138
|
-
;// CONCATENATED MODULE:
|
|
14445
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/node_modules/typical/index.js
|
|
14139
14446
|
/**
|
|
14140
14447
|
* Isomorphic, functional type-checking for Javascript.
|
|
14141
14448
|
* @module typical
|
|
@@ -14435,7 +14742,7 @@ function node_modules_typical_isFunction (input) {
|
|
|
14435
14742
|
isFunction: node_modules_typical_isFunction
|
|
14436
14743
|
});
|
|
14437
14744
|
|
|
14438
|
-
;// CONCATENATED MODULE:
|
|
14745
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section/option-list.js
|
|
14439
14746
|
|
|
14440
14747
|
|
|
14441
14748
|
|
|
@@ -14565,7 +14872,7 @@ function intersect (arr1, arr2) {
|
|
|
14565
14872
|
* }
|
|
14566
14873
|
*/
|
|
14567
14874
|
|
|
14568
|
-
;// CONCATENATED MODULE:
|
|
14875
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section/content.js
|
|
14569
14876
|
|
|
14570
14877
|
|
|
14571
14878
|
|
|
@@ -14721,7 +15028,7 @@ function ansiFormatRow (row) {
|
|
|
14721
15028
|
* ```
|
|
14722
15029
|
*/
|
|
14723
15030
|
|
|
14724
|
-
;// CONCATENATED MODULE:
|
|
15031
|
+
;// CONCATENATED MODULE: ../node_modules/command-line-usage/index.js
|
|
14725
15032
|
|
|
14726
15033
|
|
|
14727
15034
|
|
|
@@ -14754,7 +15061,7 @@ function commandLineUsage (sections) {
|
|
|
14754
15061
|
|
|
14755
15062
|
/* harmony default export */ const command_line_usage = (commandLineUsage);
|
|
14756
15063
|
|
|
14757
|
-
;// CONCATENATED MODULE:
|
|
15064
|
+
;// CONCATENATED MODULE: ../node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
14758
15065
|
const ANSI_BACKGROUND_OFFSET = 10;
|
|
14759
15066
|
|
|
14760
15067
|
const wrapAnsi16 = (offset = 0) => code => `\u001B[${code + offset}m`;
|
|
@@ -14985,7 +15292,7 @@ var external_node_process_ = __nccwpck_require__(7742);
|
|
|
14985
15292
|
var external_node_os_ = __nccwpck_require__(612);
|
|
14986
15293
|
;// CONCATENATED MODULE: external "node:tty"
|
|
14987
15294
|
const external_node_tty_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:tty");
|
|
14988
|
-
;// CONCATENATED MODULE:
|
|
15295
|
+
;// CONCATENATED MODULE: ../node_modules/chalk/source/vendor/supports-color/index.js
|
|
14989
15296
|
|
|
14990
15297
|
|
|
14991
15298
|
|
|
@@ -15169,7 +15476,7 @@ const supportsColor = {
|
|
|
15169
15476
|
|
|
15170
15477
|
/* harmony default export */ const supports_color = (supportsColor);
|
|
15171
15478
|
|
|
15172
|
-
;// CONCATENATED MODULE:
|
|
15479
|
+
;// CONCATENATED MODULE: ../node_modules/chalk/source/utilities.js
|
|
15173
15480
|
// TODO: When targeting Node.js 16, use `String.prototype.replaceAll`.
|
|
15174
15481
|
function stringReplaceAll(string, substring, replacer) {
|
|
15175
15482
|
let index = string.indexOf(substring);
|
|
@@ -15204,7 +15511,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
15204
15511
|
return returnValue;
|
|
15205
15512
|
}
|
|
15206
15513
|
|
|
15207
|
-
;// CONCATENATED MODULE:
|
|
15514
|
+
;// CONCATENATED MODULE: ../node_modules/chalk/source/index.js
|
|
15208
15515
|
|
|
15209
15516
|
|
|
15210
15517
|
|
|
@@ -15414,8 +15721,8 @@ const chalkStderr = createChalk({level: stderrColor ? stderrColor.level : 0});
|
|
|
15414
15721
|
|
|
15415
15722
|
/* harmony default export */ const chalk_source = (chalk);
|
|
15416
15723
|
|
|
15417
|
-
// EXTERNAL MODULE: ./src/command.ts +
|
|
15418
|
-
var command = __nccwpck_require__(
|
|
15724
|
+
// EXTERNAL MODULE: ./src/command.ts + 36 modules
|
|
15725
|
+
var command = __nccwpck_require__(3236);
|
|
15419
15726
|
;// CONCATENATED MODULE: ./src/print.ts
|
|
15420
15727
|
|
|
15421
15728
|
|
|
@@ -15490,7 +15797,7 @@ function printError(e) {
|
|
|
15490
15797
|
|
|
15491
15798
|
/***/ }),
|
|
15492
15799
|
|
|
15493
|
-
/***/
|
|
15800
|
+
/***/ 1738:
|
|
15494
15801
|
/***/ ((module) => {
|
|
15495
15802
|
|
|
15496
15803
|
module.exports = eval("require")("@cargo-messages/android-arm-eabi");
|
|
@@ -15498,7 +15805,7 @@ module.exports = eval("require")("@cargo-messages/android-arm-eabi");
|
|
|
15498
15805
|
|
|
15499
15806
|
/***/ }),
|
|
15500
15807
|
|
|
15501
|
-
/***/
|
|
15808
|
+
/***/ 4404:
|
|
15502
15809
|
/***/ ((module) => {
|
|
15503
15810
|
|
|
15504
15811
|
module.exports = eval("require")("@cargo-messages/darwin-arm64");
|
|
@@ -15506,7 +15813,7 @@ module.exports = eval("require")("@cargo-messages/darwin-arm64");
|
|
|
15506
15813
|
|
|
15507
15814
|
/***/ }),
|
|
15508
15815
|
|
|
15509
|
-
/***/
|
|
15816
|
+
/***/ 2990:
|
|
15510
15817
|
/***/ ((module) => {
|
|
15511
15818
|
|
|
15512
15819
|
module.exports = eval("require")("@cargo-messages/darwin-x64");
|
|
@@ -15514,7 +15821,7 @@ module.exports = eval("require")("@cargo-messages/darwin-x64");
|
|
|
15514
15821
|
|
|
15515
15822
|
/***/ }),
|
|
15516
15823
|
|
|
15517
|
-
/***/
|
|
15824
|
+
/***/ 5379:
|
|
15518
15825
|
/***/ ((module) => {
|
|
15519
15826
|
|
|
15520
15827
|
module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
|
|
@@ -15522,7 +15829,7 @@ module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
|
|
|
15522
15829
|
|
|
15523
15830
|
/***/ }),
|
|
15524
15831
|
|
|
15525
|
-
/***/
|
|
15832
|
+
/***/ 1316:
|
|
15526
15833
|
/***/ ((module) => {
|
|
15527
15834
|
|
|
15528
15835
|
module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
|
|
@@ -15530,7 +15837,7 @@ module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
|
|
|
15530
15837
|
|
|
15531
15838
|
/***/ }),
|
|
15532
15839
|
|
|
15533
|
-
/***/
|
|
15840
|
+
/***/ 7894:
|
|
15534
15841
|
/***/ ((module) => {
|
|
15535
15842
|
|
|
15536
15843
|
module.exports = eval("require")("@cargo-messages/win32-arm64-msvc");
|
|
@@ -15538,7 +15845,7 @@ module.exports = eval("require")("@cargo-messages/win32-arm64-msvc");
|
|
|
15538
15845
|
|
|
15539
15846
|
/***/ }),
|
|
15540
15847
|
|
|
15541
|
-
/***/
|
|
15848
|
+
/***/ 1324:
|
|
15542
15849
|
/***/ ((module) => {
|
|
15543
15850
|
|
|
15544
15851
|
module.exports = eval("require")("@cargo-messages/win32-x64-msvc");
|
|
@@ -15651,10 +15958,10 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
|
|
|
15651
15958
|
|
|
15652
15959
|
/***/ }),
|
|
15653
15960
|
|
|
15654
|
-
/***/
|
|
15961
|
+
/***/ 5112:
|
|
15655
15962
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
15656
15963
|
|
|
15657
|
-
const addon = __nccwpck_require__(
|
|
15964
|
+
const addon = __nccwpck_require__(7037);
|
|
15658
15965
|
const readline = __nccwpck_require__(1747);
|
|
15659
15966
|
|
|
15660
15967
|
const PRIVATE = {};
|
|
@@ -15811,19 +16118,19 @@ module.exports = {
|
|
|
15811
16118
|
|
|
15812
16119
|
/***/ }),
|
|
15813
16120
|
|
|
15814
|
-
/***/
|
|
16121
|
+
/***/ 7037:
|
|
15815
16122
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
15816
16123
|
|
|
15817
|
-
module.exports = (__nccwpck_require__(
|
|
16124
|
+
module.exports = (__nccwpck_require__(1869)/* .lazy */ .Vo)({
|
|
15818
16125
|
targets: {
|
|
15819
|
-
'darwin-x64': () => __nccwpck_require__(
|
|
15820
|
-
'win32-x64-msvc': () => __nccwpck_require__(
|
|
15821
|
-
'aarch64-pc-windows-msvc': () => __nccwpck_require__(
|
|
15822
|
-
'darwin-x64': () => __nccwpck_require__(
|
|
15823
|
-
'darwin-arm64': () => __nccwpck_require__(
|
|
15824
|
-
'linux-x64-gnu': () => __nccwpck_require__(
|
|
15825
|
-
'linux-arm-gnueabihf': () => __nccwpck_require__(
|
|
15826
|
-
'android-arm-eabi': () => __nccwpck_require__(
|
|
16126
|
+
'darwin-x64': () => __nccwpck_require__(2990),
|
|
16127
|
+
'win32-x64-msvc': () => __nccwpck_require__(1324),
|
|
16128
|
+
'aarch64-pc-windows-msvc': () => __nccwpck_require__(7894),
|
|
16129
|
+
'darwin-x64': () => __nccwpck_require__(2990),
|
|
16130
|
+
'darwin-arm64': () => __nccwpck_require__(4404),
|
|
16131
|
+
'linux-x64-gnu': () => __nccwpck_require__(1316),
|
|
16132
|
+
'linux-arm-gnueabihf': () => __nccwpck_require__(5379),
|
|
16133
|
+
'android-arm-eabi': () => __nccwpck_require__(1738)
|
|
15827
16134
|
},
|
|
15828
16135
|
exports: [
|
|
15829
16136
|
'findArtifact',
|
|
@@ -15992,6 +16299,6 @@ module.exports = (__nccwpck_require__(4371)/* .lazy */ .Vo)({
|
|
|
15992
16299
|
/******/ // startup
|
|
15993
16300
|
/******/ // Load entry module and return exports
|
|
15994
16301
|
/******/ // This entry module used 'module' so it can't be inlined
|
|
15995
|
-
/******/ var __webpack_exports__ = __nccwpck_require__(
|
|
16302
|
+
/******/ var __webpack_exports__ = __nccwpck_require__(8613);
|
|
15996
16303
|
/******/ __webpack_exports__ = await __webpack_exports__;
|
|
15997
16304
|
/******/
|