@neon-rs/cli 0.0.159 → 0.0.162

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.
Files changed (2) hide show
  1. package/index.js +218 -197
  2. 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
- /***/ 4371:
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
- /***/ 2068:
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__(6931);
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
- /***/ 9417:
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
- /***/ 3717:
389
+ /***/ 2891:
390
390
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
391
391
 
392
- var concatMap = __nccwpck_require__(6891);
393
- var balanced = __nccwpck_require__(9417);
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
- /***/ 850:
597
+ /***/ 1486:
598
598
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
599
599
 
600
600
 
601
- const ansiStyles = __nccwpck_require__(2068);
602
- const {stdout: stdoutColor, stderr: stderrColor} = __nccwpck_require__(9318);
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__(7851);
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__(929);
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
- /***/ 929:
833
+ /***/ 4676:
834
834
  /***/ ((module) => {
835
835
 
836
836
 
@@ -971,7 +971,7 @@ module.exports = (chalk, temporary) => {
971
971
 
972
972
  /***/ }),
973
973
 
974
- /***/ 7851:
974
+ /***/ 1185:
975
975
  /***/ ((module) => {
976
976
 
977
977
 
@@ -1017,12 +1017,12 @@ module.exports = {
1017
1017
 
1018
1018
  /***/ }),
1019
1019
 
1020
- /***/ 7391:
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__(8510);
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
- /***/ 6931:
1866
+ /***/ 2441:
1867
1867
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1868
1868
 
1869
- const conversions = __nccwpck_require__(7391);
1870
- const route = __nccwpck_require__(880);
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
- /***/ 880:
1954
+ /***/ 1383:
1955
1955
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1956
1956
 
1957
- const conversions = __nccwpck_require__(7391);
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
- /***/ 8510:
2058
+ /***/ 376:
2059
2059
  /***/ ((module) => {
2060
2060
 
2061
2061
 
@@ -2214,14 +2214,14 @@ module.exports = {
2214
2214
 
2215
2215
  /***/ }),
2216
2216
 
2217
- /***/ 5984:
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__(7994));
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
- /***/ 5515:
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__(7892)
3644
- const option = __nccwpck_require__(7684)
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
- /***/ 7892:
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
- /***/ 7684:
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
- /***/ 6891:
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
- /***/ 2746:
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__(6855);
3805
- const enoent = __nccwpck_require__(4101);
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
- /***/ 4101:
3844
+ /***/ 8958:
3845
3845
  /***/ ((module) => {
3846
3846
 
3847
3847
 
@@ -3907,15 +3907,15 @@ module.exports = {
3907
3907
 
3908
3908
  /***/ }),
3909
3909
 
3910
- /***/ 6855:
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__(7274);
3917
- const escape = __nccwpck_require__(4274);
3918
- const readShebang = __nccwpck_require__(1252);
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
- /***/ 4274:
4008
+ /***/ 729:
4009
4009
  /***/ ((module) => {
4010
4010
 
4011
4011
 
@@ -4057,13 +4057,13 @@ module.exports.argument = escapeArgument;
4057
4057
 
4058
4058
  /***/ }),
4059
4059
 
4060
- /***/ 1252:
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__(7032);
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
- /***/ 7274:
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__(4207);
4097
- const getPathKey = __nccwpck_require__(539);
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
- /***/ 6863:
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__(1734)
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
- /***/ 1734:
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
- /***/ 1585:
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
- /***/ 1766:
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__(1585);
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
- /***/ 1621:
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
- /***/ 2492:
4674
+ /***/ 1868:
4675
4675
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4676
4676
 
4677
- var wrappy = __nccwpck_require__(2940)
4677
+ var wrappy = __nccwpck_require__(8584)
4678
4678
  var reqs = Object.create(null)
4679
- var once = __nccwpck_require__(1223)
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
- /***/ 4124:
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__(8544);
4745
+ module.exports = __nccwpck_require__(2528);
4746
4746
  }
4747
4747
 
4748
4748
 
4749
4749
  /***/ }),
4750
4750
 
4751
- /***/ 8544:
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
- /***/ 7126:
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__(2001)
4791
+ core = __nccwpck_require__(3138)
4792
4792
  } else {
4793
- core = __nccwpck_require__(9728)
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
- /***/ 9728:
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
- /***/ 2001:
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
- /***/ 2748:
4946
+ /***/ 7256:
4947
4947
  /***/ ((module) => {
4948
4948
 
4949
4949
  /**
@@ -5572,7 +5572,7 @@ module.exports = assignWith;
5572
5572
 
5573
5573
  /***/ }),
5574
5574
 
5575
- /***/ 7994:
5575
+ /***/ 3807:
5576
5576
  /***/ ((module) => {
5577
5577
 
5578
5578
  /**
@@ -6178,7 +6178,7 @@ module.exports = camelCase;
6178
6178
 
6179
6179
  /***/ }),
6180
6180
 
6181
- /***/ 2621:
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
- /***/ 3973:
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__(3717)
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
- /***/ 6186:
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
- /***/ 1223:
7292
+ /***/ 1061:
7293
7293
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7294
7294
 
7295
- var wrappy = __nccwpck_require__(2940)
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
- /***/ 8714:
7341
+ /***/ 7297:
7342
7342
  /***/ ((module) => {
7343
7343
 
7344
7344
 
@@ -7365,7 +7365,7 @@ module.exports.win32 = win32;
7365
7365
 
7366
7366
  /***/ }),
7367
7367
 
7368
- /***/ 539:
7368
+ /***/ 154:
7369
7369
  /***/ ((module) => {
7370
7370
 
7371
7371
 
@@ -7388,7 +7388,7 @@ module.exports["default"] = pathKey;
7388
7388
 
7389
7389
  /***/ }),
7390
7390
 
7391
- /***/ 5888:
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__(3973)
7409
- var isAbsolute = __nccwpck_require__(8714)
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
- /***/ 6968:
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__(6863)
7682
- var minimatch = __nccwpck_require__(3973)
7681
+ var rp = __nccwpck_require__(9869)
7682
+ var minimatch = __nccwpck_require__(1615)
7683
7683
  var Minimatch = minimatch.Minimatch
7684
- var inherits = __nccwpck_require__(4124)
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__(8714)
7689
- var globSync = __nccwpck_require__(7967)
7690
- var common = __nccwpck_require__(5888)
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__(2492)
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__(1223)
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
- /***/ 7967:
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__(6863)
8440
- var minimatch = __nccwpck_require__(3973)
8439
+ var rp = __nccwpck_require__(9869)
8440
+ var minimatch = __nccwpck_require__(1615)
8441
8441
  var Minimatch = minimatch.Minimatch
8442
- var Glob = (__nccwpck_require__(6968).Glob)
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__(8714)
8447
- var common = __nccwpck_require__(5888)
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
- /***/ 4959:
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__(6968)
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
- /***/ 7032:
9297
+ /***/ 9440:
9298
9298
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
9299
9299
 
9300
9300
 
9301
- const shebangRegex = __nccwpck_require__(2638);
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
- /***/ 2638:
9323
+ /***/ 6477:
9324
9324
  /***/ ((module) => {
9325
9325
 
9326
9326
 
@@ -9329,7 +9329,7 @@ module.exports = /^#!(.*)/;
9329
9329
 
9330
9330
  /***/ }),
9331
9331
 
9332
- /***/ 4931:
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__(3710)
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
- /***/ 3710:
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
- /***/ 9318:
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__(1621);
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
- /***/ 8023:
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__(4959);
9752
- let mkdirp = __nccwpck_require__(6186);
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
- /***/ 4207:
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__(7126)
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
- /***/ 2940:
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
- /***/ 7587:
10248
+ /***/ 2294:
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: ./node_modules/command-line-args/dist/index.js
10267
- var dist = __nccwpck_require__(5984);
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: ./node_modules/cargo-messages/lib/index.cjs
10270
- var lib = __nccwpck_require__(9048);
10271
- ;// CONCATENATED MODULE: ./node_modules/cargo-messages/lib/index.mjs
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: ./node_modules/cross-spawn/index.js
10387
- var cross_spawn = __nccwpck_require__(2746);
10388
- ;// CONCATENATED MODULE: ./node_modules/strip-final-newline/index.js
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: ./node_modules/npm-run-path/node_modules/path-key/index.js
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: ./node_modules/npm-run-path/index.js
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: ./node_modules/mimic-fn/index.js
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: ./node_modules/onetime/index.js
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: ./node_modules/human-signals/build/src/realtime.js
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: ./node_modules/human-signals/build/src/core.js
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: ./node_modules/human-signals/build/src/signals.js
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: ./node_modules/human-signals/build/src/main.js
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: ./node_modules/execa/lib/error.js
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: ./node_modules/execa/lib/stdio.js
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: ./node_modules/signal-exit/index.js
11114
- var signal_exit = __nccwpck_require__(4931);
11115
- ;// CONCATENATED MODULE: ./node_modules/execa/lib/kill.js
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: ./node_modules/is-stream/index.js
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: ./node_modules/execa/lib/pipe.js
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: ./node_modules/get-stream/index.js
11295
- var get_stream = __nccwpck_require__(1766);
11296
- // EXTERNAL MODULE: ./node_modules/merge-stream/index.js
11297
- var merge_stream = __nccwpck_require__(2621);
11298
- ;// CONCATENATED MODULE: ./node_modules/execa/lib/stream.js
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: ./node_modules/execa/lib/promise.js
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: ./node_modules/execa/lib/command.js
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: ./node_modules/execa/lib/verbose.js
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: ./node_modules/execa/index.js
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,8 +12021,8 @@ class Bump {
12009
12021
  }
12010
12022
  }
12011
12023
 
12012
- // EXTERNAL MODULE: ./node_modules/temp/lib/temp.js
12013
- var temp = __nccwpck_require__(8023);
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
@@ -12081,6 +12093,11 @@ class PackBuild {
12081
12093
  { name: 'cross-rs', summary: '<https://github.com/cross-rs/cross>' }
12082
12094
  ];
12083
12095
  }
12096
+ _target;
12097
+ _addon;
12098
+ _inDir;
12099
+ _outDir;
12100
+ _verbose;
12084
12101
  constructor(argv) {
12085
12102
  const options = dist_default()(pack_build_OPTIONS, { argv });
12086
12103
  this._target = options.target || null;
@@ -12262,6 +12279,8 @@ class InstallBuilds {
12262
12279
  { name: 'ncc', summary: '<https://github.com/vercel/ncc>' }
12263
12280
  ];
12264
12281
  }
12282
+ _bundle;
12283
+ _verbose;
12265
12284
  constructor(argv) {
12266
12285
  const options = dist_default()(install_builds_OPTIONS, { argv });
12267
12286
  this._bundle = options.bundle || null;
@@ -12308,7 +12327,7 @@ if (0) {
12308
12327
  }
12309
12328
 
12310
12329
  // EXTERNAL MODULE: ./src/print.ts + 26 modules
12311
- var print = __nccwpck_require__(6776);
12330
+ var print = __nccwpck_require__(9050);
12312
12331
  ;// CONCATENATED MODULE: ./src/commands/help.ts
12313
12332
 
12314
12333
 
@@ -12321,6 +12340,7 @@ class Help {
12321
12340
  ];
12322
12341
  }
12323
12342
  static seeAlso() { }
12343
+ _name;
12324
12344
  constructor(argv) {
12325
12345
  this._name = argv.length > 0 ? asCommandName(argv[0]) : undefined;
12326
12346
  if (argv.length > 1) {
@@ -12385,14 +12405,14 @@ function summaries() {
12385
12405
 
12386
12406
  /***/ }),
12387
12407
 
12388
- /***/ 6144:
12408
+ /***/ 8613:
12389
12409
  /***/ ((module, __unused_webpack___webpack_exports__, __nccwpck_require__) => {
12390
12410
 
12391
12411
  __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__(5515);
12412
+ /* harmony import */ var command_line_commands__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(5046);
12393
12413
  /* 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__(6776);
12395
- /* harmony import */ var _command_js__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(7587);
12414
+ /* harmony import */ var _print_js__WEBPACK_IMPORTED_MODULE_1__ = __nccwpck_require__(9050);
12415
+ /* harmony import */ var _command_js__WEBPACK_IMPORTED_MODULE_2__ = __nccwpck_require__(2294);
12396
12416
  /* harmony import */ var node_module__WEBPACK_IMPORTED_MODULE_3__ = __nccwpck_require__(2033);
12397
12417
  /* harmony import */ var node_module__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nccwpck_require__.n(node_module__WEBPACK_IMPORTED_MODULE_3__);
12398
12418
 
@@ -12400,6 +12420,7 @@ __nccwpck_require__.a(module, async (__webpack_handle_async_dependencies__, __we
12400
12420
 
12401
12421
 
12402
12422
  const absoluteRequire = (0,node_module__WEBPACK_IMPORTED_MODULE_3__.createRequire)(import.meta.url);
12423
+ // FIXME: do we really know this is necessary? if so, document it
12403
12424
  global['require'] = function (spec) {
12404
12425
  return absoluteRequire(spec);
12405
12426
  };
@@ -12438,7 +12459,7 @@ __webpack_async_result__();
12438
12459
 
12439
12460
  /***/ }),
12440
12461
 
12441
- /***/ 6776:
12462
+ /***/ 9050:
12442
12463
  /***/ ((__unused_webpack_module, __webpack_exports__, __nccwpck_require__) => {
12443
12464
 
12444
12465
 
@@ -12450,7 +12471,7 @@ __nccwpck_require__.d(__webpack_exports__, {
12450
12471
  "yY": () => (/* binding */ printMainUsage)
12451
12472
  });
12452
12473
 
12453
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/node_modules/array-back/index.js
12474
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/node_modules/array-back/index.js
12454
12475
  /**
12455
12476
  * Takes any input and guarantees an array back.
12456
12477
  *
@@ -12510,9 +12531,9 @@ function arrayify (input) {
12510
12531
 
12511
12532
  /* harmony default export */ const array_back = (arrayify);
12512
12533
 
12513
- // EXTERNAL MODULE: ./node_modules/chalk-template/node_modules/chalk/source/index.js
12514
- var source = __nccwpck_require__(850);
12515
- ;// CONCATENATED MODULE: ./node_modules/chalk-template/index.js
12534
+ // EXTERNAL MODULE: ../node_modules/chalk-template/node_modules/chalk/source/index.js
12535
+ var source = __nccwpck_require__(1486);
12536
+ ;// CONCATENATED MODULE: ../node_modules/chalk-template/index.js
12516
12537
 
12517
12538
 
12518
12539
  // eslint-disable-next-line unicorn/better-regex
@@ -12686,7 +12707,7 @@ function chalkTemplate(firstString, ...arguments_) {
12686
12707
  return template(parts.join(''));
12687
12708
  }
12688
12709
 
12689
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/lib/chalk-format.js
12710
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/chalk-format.js
12690
12711
 
12691
12712
 
12692
12713
  function chalkFormat (str) {
@@ -12702,7 +12723,7 @@ function chalkFormat (str) {
12702
12723
 
12703
12724
  // EXTERNAL MODULE: external "os"
12704
12725
  var external_os_ = __nccwpck_require__(2037);
12705
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/lib/section.js
12726
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section.js
12706
12727
 
12707
12728
 
12708
12729
 
@@ -12734,7 +12755,7 @@ class Section {
12734
12755
 
12735
12756
  /* harmony default export */ const section = (Section);
12736
12757
 
12737
- ;// CONCATENATED MODULE: ./node_modules/table-layout/node_modules/array-back/index.js
12758
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/node_modules/array-back/index.js
12738
12759
  /**
12739
12760
  * Takes any input and guarantees an array back.
12740
12761
  *
@@ -12794,7 +12815,7 @@ function array_back_arrayify (input) {
12794
12815
 
12795
12816
  /* harmony default export */ const node_modules_array_back = (array_back_arrayify);
12796
12817
 
12797
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/cell.js
12818
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/cell.js
12798
12819
  const _value = new WeakMap()
12799
12820
  const _column = new WeakMap()
12800
12821
 
@@ -12829,7 +12850,7 @@ class Cell {
12829
12850
 
12830
12851
  /* harmony default export */ const lib_cell = (Cell);
12831
12852
 
12832
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/rows.js
12853
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/rows.js
12833
12854
 
12834
12855
 
12835
12856
 
@@ -12856,7 +12877,7 @@ class Rows {
12856
12877
 
12857
12878
  /* harmony default export */ const rows = (Rows);
12858
12879
 
12859
- ;// CONCATENATED MODULE: ./node_modules/table-layout/node_modules/typical/index.js
12880
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/node_modules/typical/index.js
12860
12881
  /**
12861
12882
  * Isomorphic, functional type-checking for Javascript.
12862
12883
  * @module typical
@@ -13156,7 +13177,7 @@ function isFunction (input) {
13156
13177
  isFunction
13157
13178
  });
13158
13179
 
13159
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/padding.js
13180
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/padding.js
13160
13181
  /**
13161
13182
  * @module padding
13162
13183
  */
@@ -13174,7 +13195,7 @@ class Padding {
13174
13195
 
13175
13196
  /* harmony default export */ const lib_padding = (Padding);
13176
13197
 
13177
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/column.js
13198
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/column.js
13178
13199
 
13179
13200
 
13180
13201
 
@@ -13239,7 +13260,7 @@ class Column {
13239
13260
 
13240
13261
  /* harmony default export */ const lib_column = (Column);
13241
13262
 
13242
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/columns.js
13263
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/columns.js
13243
13264
 
13244
13265
 
13245
13266
 
@@ -13381,7 +13402,7 @@ class Columns {
13381
13402
 
13382
13403
  /* harmony default export */ const columns = (Columns);
13383
13404
 
13384
- ;// CONCATENATED MODULE: ./node_modules/wordwrapjs/index.js
13405
+ ;// CONCATENATED MODULE: ../node_modules/wordwrapjs/index.js
13385
13406
  /**
13386
13407
  * @module wordwrapjs
13387
13408
  */
@@ -13533,9 +13554,9 @@ function breakWord (word) {
13533
13554
 
13534
13555
  /* harmony default export */ const wordwrapjs = (Wordwrap);
13535
13556
 
13536
- // EXTERNAL MODULE: ./node_modules/lodash.assignwith/index.js
13537
- var lodash_assignwith = __nccwpck_require__(2748);
13538
- ;// CONCATENATED MODULE: ./node_modules/@75lb/deep-merge/node_modules/typical/index.js
13557
+ // EXTERNAL MODULE: ../node_modules/lodash.assignwith/index.js
13558
+ var lodash_assignwith = __nccwpck_require__(7256);
13559
+ ;// CONCATENATED MODULE: ../node_modules/@75lb/deep-merge/node_modules/typical/index.js
13539
13560
  /**
13540
13561
  * Isomorphic, functional type-checking for Javascript.
13541
13562
  * @module typical
@@ -13835,7 +13856,7 @@ function typical_isFunction (input) {
13835
13856
  isFunction: typical_isFunction
13836
13857
  });
13837
13858
 
13838
- ;// CONCATENATED MODULE: ./node_modules/@75lb/deep-merge/index.js
13859
+ ;// CONCATENATED MODULE: ../node_modules/@75lb/deep-merge/index.js
13839
13860
 
13840
13861
 
13841
13862
 
@@ -13860,7 +13881,7 @@ function deepMerge (...args) {
13860
13881
 
13861
13882
  /* harmony default export */ const deep_merge = (deepMerge);
13862
13883
 
13863
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/ansi.js
13884
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/ansi.js
13864
13885
  /**
13865
13886
  * @module ansi
13866
13887
  */
@@ -13877,7 +13898,7 @@ function has (input) {
13877
13898
 
13878
13899
 
13879
13900
 
13880
- ;// CONCATENATED MODULE: ./node_modules/table-layout/lib/util.js
13901
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/lib/util.js
13881
13902
 
13882
13903
 
13883
13904
 
@@ -13930,7 +13951,7 @@ function removeEmptyColumns (data) {
13930
13951
  })
13931
13952
  }
13932
13953
 
13933
- ;// CONCATENATED MODULE: ./node_modules/table-layout/index.js
13954
+ ;// CONCATENATED MODULE: ../node_modules/table-layout/index.js
13934
13955
 
13935
13956
 
13936
13957
 
@@ -14135,7 +14156,7 @@ class Table {
14135
14156
  */
14136
14157
  /* harmony default export */ const table_layout = (Table);
14137
14158
 
14138
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/node_modules/typical/index.js
14159
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/node_modules/typical/index.js
14139
14160
  /**
14140
14161
  * Isomorphic, functional type-checking for Javascript.
14141
14162
  * @module typical
@@ -14435,7 +14456,7 @@ function node_modules_typical_isFunction (input) {
14435
14456
  isFunction: node_modules_typical_isFunction
14436
14457
  });
14437
14458
 
14438
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/lib/section/option-list.js
14459
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section/option-list.js
14439
14460
 
14440
14461
 
14441
14462
 
@@ -14565,7 +14586,7 @@ function intersect (arr1, arr2) {
14565
14586
  * }
14566
14587
  */
14567
14588
 
14568
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/lib/section/content.js
14589
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/lib/section/content.js
14569
14590
 
14570
14591
 
14571
14592
 
@@ -14721,7 +14742,7 @@ function ansiFormatRow (row) {
14721
14742
  * ```
14722
14743
  */
14723
14744
 
14724
- ;// CONCATENATED MODULE: ./node_modules/command-line-usage/index.js
14745
+ ;// CONCATENATED MODULE: ../node_modules/command-line-usage/index.js
14725
14746
 
14726
14747
 
14727
14748
 
@@ -14754,7 +14775,7 @@ function commandLineUsage (sections) {
14754
14775
 
14755
14776
  /* harmony default export */ const command_line_usage = (commandLineUsage);
14756
14777
 
14757
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/vendor/ansi-styles/index.js
14778
+ ;// CONCATENATED MODULE: ../node_modules/chalk/source/vendor/ansi-styles/index.js
14758
14779
  const ANSI_BACKGROUND_OFFSET = 10;
14759
14780
 
14760
14781
  const wrapAnsi16 = (offset = 0) => code => `\u001B[${code + offset}m`;
@@ -14985,7 +15006,7 @@ var external_node_process_ = __nccwpck_require__(7742);
14985
15006
  var external_node_os_ = __nccwpck_require__(612);
14986
15007
  ;// CONCATENATED MODULE: external "node:tty"
14987
15008
  const external_node_tty_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:tty");
14988
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/vendor/supports-color/index.js
15009
+ ;// CONCATENATED MODULE: ../node_modules/chalk/source/vendor/supports-color/index.js
14989
15010
 
14990
15011
 
14991
15012
 
@@ -15169,7 +15190,7 @@ const supportsColor = {
15169
15190
 
15170
15191
  /* harmony default export */ const supports_color = (supportsColor);
15171
15192
 
15172
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/utilities.js
15193
+ ;// CONCATENATED MODULE: ../node_modules/chalk/source/utilities.js
15173
15194
  // TODO: When targeting Node.js 16, use `String.prototype.replaceAll`.
15174
15195
  function stringReplaceAll(string, substring, replacer) {
15175
15196
  let index = string.indexOf(substring);
@@ -15204,7 +15225,7 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
15204
15225
  return returnValue;
15205
15226
  }
15206
15227
 
15207
- ;// CONCATENATED MODULE: ./node_modules/chalk/source/index.js
15228
+ ;// CONCATENATED MODULE: ../node_modules/chalk/source/index.js
15208
15229
 
15209
15230
 
15210
15231
 
@@ -15415,7 +15436,7 @@ const chalkStderr = createChalk({level: stderrColor ? stderrColor.level : 0});
15415
15436
  /* harmony default export */ const chalk_source = (chalk);
15416
15437
 
15417
15438
  // EXTERNAL MODULE: ./src/command.ts + 34 modules
15418
- var command = __nccwpck_require__(7587);
15439
+ var command = __nccwpck_require__(2294);
15419
15440
  ;// CONCATENATED MODULE: ./src/print.ts
15420
15441
 
15421
15442
 
@@ -15490,7 +15511,7 @@ function printError(e) {
15490
15511
 
15491
15512
  /***/ }),
15492
15513
 
15493
- /***/ 5193:
15514
+ /***/ 1738:
15494
15515
  /***/ ((module) => {
15495
15516
 
15496
15517
  module.exports = eval("require")("@cargo-messages/android-arm-eabi");
@@ -15498,7 +15519,7 @@ module.exports = eval("require")("@cargo-messages/android-arm-eabi");
15498
15519
 
15499
15520
  /***/ }),
15500
15521
 
15501
- /***/ 5111:
15522
+ /***/ 4404:
15502
15523
  /***/ ((module) => {
15503
15524
 
15504
15525
  module.exports = eval("require")("@cargo-messages/darwin-arm64");
@@ -15506,7 +15527,7 @@ module.exports = eval("require")("@cargo-messages/darwin-arm64");
15506
15527
 
15507
15528
  /***/ }),
15508
15529
 
15509
- /***/ 5583:
15530
+ /***/ 2990:
15510
15531
  /***/ ((module) => {
15511
15532
 
15512
15533
  module.exports = eval("require")("@cargo-messages/darwin-x64");
@@ -15514,7 +15535,7 @@ module.exports = eval("require")("@cargo-messages/darwin-x64");
15514
15535
 
15515
15536
  /***/ }),
15516
15537
 
15517
- /***/ 6698:
15538
+ /***/ 5379:
15518
15539
  /***/ ((module) => {
15519
15540
 
15520
15541
  module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
@@ -15522,7 +15543,7 @@ module.exports = eval("require")("@cargo-messages/linux-arm-gnueabihf");
15522
15543
 
15523
15544
  /***/ }),
15524
15545
 
15525
- /***/ 9301:
15546
+ /***/ 1316:
15526
15547
  /***/ ((module) => {
15527
15548
 
15528
15549
  module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
@@ -15530,7 +15551,7 @@ module.exports = eval("require")("@cargo-messages/linux-x64-gnu");
15530
15551
 
15531
15552
  /***/ }),
15532
15553
 
15533
- /***/ 9329:
15554
+ /***/ 7894:
15534
15555
  /***/ ((module) => {
15535
15556
 
15536
15557
  module.exports = eval("require")("@cargo-messages/win32-arm64-msvc");
@@ -15538,7 +15559,7 @@ module.exports = eval("require")("@cargo-messages/win32-arm64-msvc");
15538
15559
 
15539
15560
  /***/ }),
15540
15561
 
15541
- /***/ 4459:
15562
+ /***/ 1324:
15542
15563
  /***/ ((module) => {
15543
15564
 
15544
15565
  module.exports = eval("require")("@cargo-messages/win32-x64-msvc");
@@ -15651,10 +15672,10 @@ module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("util");
15651
15672
 
15652
15673
  /***/ }),
15653
15674
 
15654
- /***/ 9048:
15675
+ /***/ 5112:
15655
15676
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
15656
15677
 
15657
- const addon = __nccwpck_require__(8428);
15678
+ const addon = __nccwpck_require__(7037);
15658
15679
  const readline = __nccwpck_require__(1747);
15659
15680
 
15660
15681
  const PRIVATE = {};
@@ -15811,19 +15832,19 @@ module.exports = {
15811
15832
 
15812
15833
  /***/ }),
15813
15834
 
15814
- /***/ 8428:
15835
+ /***/ 7037:
15815
15836
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
15816
15837
 
15817
- module.exports = (__nccwpck_require__(4371)/* .lazy */ .Vo)({
15838
+ module.exports = (__nccwpck_require__(1869)/* .lazy */ .Vo)({
15818
15839
  targets: {
15819
- 'darwin-x64': () => __nccwpck_require__(5583),
15820
- 'win32-x64-msvc': () => __nccwpck_require__(4459),
15821
- 'aarch64-pc-windows-msvc': () => __nccwpck_require__(9329),
15822
- 'darwin-x64': () => __nccwpck_require__(5583),
15823
- 'darwin-arm64': () => __nccwpck_require__(5111),
15824
- 'linux-x64-gnu': () => __nccwpck_require__(9301),
15825
- 'linux-arm-gnueabihf': () => __nccwpck_require__(6698),
15826
- 'android-arm-eabi': () => __nccwpck_require__(5193)
15840
+ 'darwin-x64': () => __nccwpck_require__(2990),
15841
+ 'win32-x64-msvc': () => __nccwpck_require__(1324),
15842
+ 'aarch64-pc-windows-msvc': () => __nccwpck_require__(7894),
15843
+ 'darwin-x64': () => __nccwpck_require__(2990),
15844
+ 'darwin-arm64': () => __nccwpck_require__(4404),
15845
+ 'linux-x64-gnu': () => __nccwpck_require__(1316),
15846
+ 'linux-arm-gnueabihf': () => __nccwpck_require__(5379),
15847
+ 'android-arm-eabi': () => __nccwpck_require__(1738)
15827
15848
  },
15828
15849
  exports: [
15829
15850
  'findArtifact',
@@ -15992,6 +16013,6 @@ module.exports = (__nccwpck_require__(4371)/* .lazy */ .Vo)({
15992
16013
  /******/ // startup
15993
16014
  /******/ // Load entry module and return exports
15994
16015
  /******/ // This entry module used 'module' so it can't be inlined
15995
- /******/ var __webpack_exports__ = __nccwpck_require__(6144);
16016
+ /******/ var __webpack_exports__ = __nccwpck_require__(8613);
15996
16017
  /******/ __webpack_exports__ = await __webpack_exports__;
15997
16018
  /******/