@vercel/ruby 1.3.15 → 1.3.18

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/dist/index.js +269 -264
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,11 +1,10 @@
1
- module.exports =
2
1
  /******/ (() => { // webpackBootstrap
3
2
  /******/ var __webpack_modules__ = ({
4
3
 
5
4
  /***/ 2498:
6
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
7
6
 
8
- var once = __webpack_require__(7197);
7
+ var once = __nccwpck_require__(7197);
9
8
 
10
9
  var noop = function() {};
11
10
 
@@ -131,14 +130,14 @@ function clone (obj) {
131
130
  /***/ }),
132
131
 
133
132
  /***/ 552:
134
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
133
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
135
134
 
136
- var fs = __webpack_require__(5747)
137
- var polyfills = __webpack_require__(1290)
138
- var legacy = __webpack_require__(4410)
139
- var clone = __webpack_require__(9132)
135
+ var fs = __nccwpck_require__(7147)
136
+ var polyfills = __nccwpck_require__(1290)
137
+ var legacy = __nccwpck_require__(4410)
138
+ var clone = __nccwpck_require__(9132)
140
139
 
141
- var util = __webpack_require__(1669)
140
+ var util = __nccwpck_require__(3837)
142
141
 
143
142
  /* istanbul ignore next - node 0.x polyfill */
144
143
  var gracefulQueue
@@ -219,7 +218,7 @@ if (!fs[gracefulQueue]) {
219
218
  if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) {
220
219
  process.on('exit', function() {
221
220
  debug(fs[gracefulQueue])
222
- __webpack_require__(2357).equal(fs[gracefulQueue].length, 0)
221
+ __nccwpck_require__(9491).equal(fs[gracefulQueue].length, 0)
223
222
  })
224
223
  }
225
224
  }
@@ -492,9 +491,9 @@ function retry () {
492
491
  /***/ }),
493
492
 
494
493
  /***/ 4410:
495
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
494
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
496
495
 
497
- var Stream = __webpack_require__(2413).Stream
496
+ var Stream = (__nccwpck_require__(2781).Stream)
498
497
 
499
498
  module.exports = legacy
500
499
 
@@ -617,9 +616,9 @@ function legacy (fs) {
617
616
  /***/ }),
618
617
 
619
618
  /***/ 1290:
620
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
619
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
621
620
 
622
- var constants = __webpack_require__(7619)
621
+ var constants = __nccwpck_require__(2057)
623
622
 
624
623
  var origCwd = process.cwd
625
624
  var cwd = null
@@ -966,14 +965,14 @@ function patch (fs) {
966
965
  /***/ }),
967
966
 
968
967
  /***/ 228:
969
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
968
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
970
969
 
971
- var fs = __webpack_require__(5747)
970
+ var fs = __nccwpck_require__(7147)
972
971
  var core
973
972
  if (process.platform === 'win32' || global.TESTING_WINDOWS) {
974
- core = __webpack_require__(7214)
973
+ core = __nccwpck_require__(7214)
975
974
  } else {
976
- core = __webpack_require__(5211)
975
+ core = __nccwpck_require__(5211)
977
976
  }
978
977
 
979
978
  module.exports = isexe
@@ -1030,12 +1029,12 @@ function sync (path, options) {
1030
1029
  /***/ }),
1031
1030
 
1032
1031
  /***/ 5211:
1033
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1032
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1034
1033
 
1035
1034
  module.exports = isexe
1036
1035
  isexe.sync = sync
1037
1036
 
1038
- var fs = __webpack_require__(5747)
1037
+ var fs = __nccwpck_require__(7147)
1039
1038
 
1040
1039
  function isexe (path, options, cb) {
1041
1040
  fs.stat(path, function (er, stat) {
@@ -1078,12 +1077,12 @@ function checkMode (stat, options) {
1078
1077
  /***/ }),
1079
1078
 
1080
1079
  /***/ 7214:
1081
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1080
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1082
1081
 
1083
1082
  module.exports = isexe
1084
1083
  isexe.sync = sync
1085
1084
 
1086
- var fs = __webpack_require__(5747)
1085
+ var fs = __nccwpck_require__(7147)
1087
1086
 
1088
1087
  function checkPathExt (path, options) {
1089
1088
  var pathext = options.pathExt !== undefined ?
@@ -1127,13 +1126,13 @@ function sync (path, options) {
1127
1126
  /***/ }),
1128
1127
 
1129
1128
  /***/ 1215:
1130
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1129
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1131
1130
 
1132
1131
  var _fs
1133
1132
  try {
1134
- _fs = __webpack_require__(552)
1133
+ _fs = __nccwpck_require__(552)
1135
1134
  } catch (_) {
1136
- _fs = __webpack_require__(5747)
1135
+ _fs = __nccwpck_require__(7147)
1137
1136
  }
1138
1137
 
1139
1138
  function readFile (file, options, callback) {
@@ -1268,12 +1267,12 @@ module.exports = jsonfile
1268
1267
  /***/ }),
1269
1268
 
1270
1269
  /***/ 6281:
1271
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1270
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1272
1271
 
1273
1272
  "use strict";
1274
1273
 
1275
1274
 
1276
- const { PassThrough } = __webpack_require__(2413);
1275
+ const { PassThrough } = __nccwpck_require__(2781);
1277
1276
 
1278
1277
  module.exports = function (/*streams...*/) {
1279
1278
  var sources = []
@@ -1332,7 +1331,7 @@ const mimicFn = (to, from) => {
1332
1331
 
1333
1332
  module.exports = mimicFn;
1334
1333
  // TODO: Remove this for the next major release
1335
- module.exports.default = mimicFn;
1334
+ module.exports["default"] = mimicFn;
1336
1335
 
1337
1336
 
1338
1337
  /***/ }),
@@ -1357,9 +1356,9 @@ module.exports = function(fn) {
1357
1356
  /***/ }),
1358
1357
 
1359
1358
  /***/ 7197:
1360
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1359
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1361
1360
 
1362
- var wrappy = __webpack_require__(4586)
1361
+ var wrappy = __nccwpck_require__(4586)
1363
1362
  module.exports = wrappy(once)
1364
1363
  module.exports.strict = wrappy(onceStrict)
1365
1364
 
@@ -1406,11 +1405,11 @@ function onceStrict (fn) {
1406
1405
  /***/ }),
1407
1406
 
1408
1407
  /***/ 7462:
1409
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1408
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1410
1409
 
1411
1410
  "use strict";
1412
1411
 
1413
- const mimicFn = __webpack_require__(481);
1412
+ const mimicFn = __nccwpck_require__(481);
1414
1413
 
1415
1414
  const calledFunctions = new WeakMap();
1416
1415
 
@@ -1450,7 +1449,7 @@ const oneTime = (fn, options = {}) => {
1450
1449
 
1451
1450
  module.exports = oneTime;
1452
1451
  // TODO: Remove this for the next major release
1453
- module.exports.default = oneTime;
1452
+ module.exports["default"] = oneTime;
1454
1453
 
1455
1454
  module.exports.callCount = fn => {
1456
1455
  if (!calledFunctions.has(fn)) {
@@ -1464,11 +1463,11 @@ module.exports.callCount = fn => {
1464
1463
  /***/ }),
1465
1464
 
1466
1465
  /***/ 9595:
1467
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1466
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1468
1467
 
1469
- var once = __webpack_require__(7197)
1470
- var eos = __webpack_require__(2498)
1471
- var fs = __webpack_require__(5747) // we only need fs to get the ReadStream and WriteStream prototypes
1468
+ var once = __nccwpck_require__(7197)
1469
+ var eos = __nccwpck_require__(2498)
1470
+ var fs = __nccwpck_require__(7147) // we only need fs to get the ReadStream and WriteStream prototypes
1472
1471
 
1473
1472
  var noop = function () {}
1474
1473
  var ancient = /^v?\.0/.test(process.version)
@@ -1553,11 +1552,11 @@ module.exports = pump
1553
1552
  /***/ }),
1554
1553
 
1555
1554
  /***/ 4970:
1556
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1555
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1557
1556
 
1558
1557
  "use strict";
1559
1558
 
1560
- var shebangRegex = __webpack_require__(1504);
1559
+ var shebangRegex = __nccwpck_require__(1504);
1561
1560
 
1562
1561
  module.exports = function (str) {
1563
1562
  var match = str.match(shebangRegex);
@@ -1590,16 +1589,16 @@ module.exports = /^#!.*/;
1590
1589
  /***/ }),
1591
1590
 
1592
1591
  /***/ 2028:
1593
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1592
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1594
1593
 
1595
1594
  // Note: since nyc uses this module to output coverage, any lines
1596
1595
  // that are in the direct sync flow of nyc's outputCoverage are
1597
1596
  // ignored, since we can never get coverage for them.
1598
- var assert = __webpack_require__(2357)
1599
- var signals = __webpack_require__(19)
1597
+ var assert = __nccwpck_require__(9491)
1598
+ var signals = __nccwpck_require__(19)
1600
1599
  var isWin = /^win/i.test(process.platform)
1601
1600
 
1602
- var EE = __webpack_require__(8614)
1601
+ var EE = __nccwpck_require__(2361)
1603
1602
  /* istanbul ignore if */
1604
1603
  if (typeof EE !== 'function') {
1605
1604
  EE = EE.EventEmitter
@@ -1877,7 +1876,7 @@ exports.p = function (fn) {
1877
1876
  /***/ }),
1878
1877
 
1879
1878
  /***/ 8201:
1880
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1879
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
1881
1880
 
1882
1881
  module.exports = which
1883
1882
  which.sync = whichSync
@@ -1886,9 +1885,9 @@ var isWindows = process.platform === 'win32' ||
1886
1885
  process.env.OSTYPE === 'cygwin' ||
1887
1886
  process.env.OSTYPE === 'msys'
1888
1887
 
1889
- var path = __webpack_require__(5622)
1888
+ var path = __nccwpck_require__(1017)
1890
1889
  var COLON = isWindows ? ';' : ':'
1891
- var isexe = __webpack_require__(228)
1890
+ var isexe = __nccwpck_require__(228)
1892
1891
 
1893
1892
  function getNotFoundError (cmd) {
1894
1893
  var er = new Error('not found: ' + cmd)
@@ -2059,14 +2058,14 @@ function wrappy (fn, cb) {
2059
2058
  /***/ }),
2060
2059
 
2061
2060
  /***/ 7618:
2062
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2061
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2063
2062
 
2064
2063
  "use strict";
2065
2064
 
2066
2065
 
2067
- const cp = __webpack_require__(3129);
2068
- const parse = __webpack_require__(4527);
2069
- const enoent = __webpack_require__(2773);
2066
+ const cp = __nccwpck_require__(2081);
2067
+ const parse = __nccwpck_require__(4527);
2068
+ const enoent = __nccwpck_require__(2773);
2070
2069
 
2071
2070
  function spawn(command, args, options) {
2072
2071
  // Parse the arguments
@@ -2173,17 +2172,17 @@ module.exports = {
2173
2172
  /***/ }),
2174
2173
 
2175
2174
  /***/ 4527:
2176
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2175
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2177
2176
 
2178
2177
  "use strict";
2179
2178
 
2180
2179
 
2181
- const path = __webpack_require__(5622);
2182
- const niceTry = __webpack_require__(7369);
2183
- const resolveCommand = __webpack_require__(7231);
2184
- const escape = __webpack_require__(1880);
2185
- const readShebang = __webpack_require__(2655);
2186
- const semver = __webpack_require__(8515);
2180
+ const path = __nccwpck_require__(1017);
2181
+ const niceTry = __nccwpck_require__(7369);
2182
+ const resolveCommand = __nccwpck_require__(7231);
2183
+ const escape = __nccwpck_require__(1880);
2184
+ const readShebang = __nccwpck_require__(2655);
2185
+ const semver = __nccwpck_require__(8515);
2187
2186
 
2188
2187
  const isWin = process.platform === 'win32';
2189
2188
  const isExecutableRegExp = /\.(?:com|exe)$/i;
@@ -2359,13 +2358,13 @@ module.exports.argument = escapeArgument;
2359
2358
  /***/ }),
2360
2359
 
2361
2360
  /***/ 2655:
2362
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2361
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2363
2362
 
2364
2363
  "use strict";
2365
2364
 
2366
2365
 
2367
- const fs = __webpack_require__(5747);
2368
- const shebangCommand = __webpack_require__(4970);
2366
+ const fs = __nccwpck_require__(7147);
2367
+ const shebangCommand = __nccwpck_require__(4970);
2369
2368
 
2370
2369
  function readShebang(command) {
2371
2370
  // Read the first 150 bytes from the file
@@ -2399,14 +2398,14 @@ module.exports = readShebang;
2399
2398
  /***/ }),
2400
2399
 
2401
2400
  /***/ 7231:
2402
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2401
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
2403
2402
 
2404
2403
  "use strict";
2405
2404
 
2406
2405
 
2407
- const path = __webpack_require__(5622);
2408
- const which = __webpack_require__(8201);
2409
- const pathKey = __webpack_require__(4725)();
2406
+ const path = __nccwpck_require__(1017);
2407
+ const which = __nccwpck_require__(8201);
2408
+ const pathKey = __nccwpck_require__(4725)();
2410
2409
 
2411
2410
  function resolveCommandAttempt(parsed, withoutPathExt) {
2412
2411
  const cwd = process.cwd();
@@ -3944,22 +3943,22 @@ function coerce (version) {
3944
3943
  /***/ }),
3945
3944
 
3946
3945
  /***/ 4237:
3947
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
3946
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
3948
3947
 
3949
3948
  "use strict";
3950
3949
 
3951
- const path = __webpack_require__(5622);
3952
- const childProcess = __webpack_require__(3129);
3953
- const crossSpawn = __webpack_require__(7618);
3954
- const stripFinalNewline = __webpack_require__(6831);
3955
- const npmRunPath = __webpack_require__(721);
3956
- const onetime = __webpack_require__(7462);
3957
- const makeError = __webpack_require__(221);
3958
- const normalizeStdio = __webpack_require__(1885);
3959
- const {spawnedKill, spawnedCancel, setupTimeout, setExitHandler} = __webpack_require__(432);
3960
- const {handleInput, getSpawnedResult, makeAllStream, validateInputSync} = __webpack_require__(3304);
3961
- const {mergePromise, getSpawnedPromise} = __webpack_require__(1459);
3962
- const {joinCommand, parseCommand} = __webpack_require__(2668);
3950
+ const path = __nccwpck_require__(1017);
3951
+ const childProcess = __nccwpck_require__(2081);
3952
+ const crossSpawn = __nccwpck_require__(7618);
3953
+ const stripFinalNewline = __nccwpck_require__(6831);
3954
+ const npmRunPath = __nccwpck_require__(721);
3955
+ const onetime = __nccwpck_require__(7462);
3956
+ const makeError = __nccwpck_require__(221);
3957
+ const normalizeStdio = __nccwpck_require__(1885);
3958
+ const {spawnedKill, spawnedCancel, setupTimeout, setExitHandler} = __nccwpck_require__(432);
3959
+ const {handleInput, getSpawnedResult, makeAllStream, validateInputSync} = __nccwpck_require__(3304);
3960
+ const {mergePromise, getSpawnedPromise} = __nccwpck_require__(1459);
3961
+ const {joinCommand, parseCommand} = __nccwpck_require__(2668);
3963
3962
 
3964
3963
  const DEFAULT_MAX_BUFFER = 1000 * 1000 * 100;
3965
3964
 
@@ -4251,12 +4250,12 @@ module.exports = {
4251
4250
  /***/ }),
4252
4251
 
4253
4252
  /***/ 221:
4254
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4253
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4255
4254
 
4256
4255
  "use strict";
4257
4256
 
4258
- const os = __webpack_require__(2087);
4259
- const util = __webpack_require__(1669);
4257
+ const os = __nccwpck_require__(2037);
4258
+ const util = __nccwpck_require__(3837);
4260
4259
 
4261
4260
  const getCode = (error, code) => {
4262
4261
  if (error && error.code) {
@@ -4346,13 +4345,13 @@ module.exports = makeError;
4346
4345
  /***/ }),
4347
4346
 
4348
4347
  /***/ 432:
4349
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4348
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4350
4349
 
4351
4350
  "use strict";
4352
4351
 
4353
- const os = __webpack_require__(2087);
4354
- const onExit = __webpack_require__(2028);
4355
- const pFinally = __webpack_require__(5824);
4352
+ const os = __nccwpck_require__(2037);
4353
+ const onExit = __nccwpck_require__(2028);
4354
+ const pFinally = __nccwpck_require__(5824);
4356
4355
 
4357
4356
  const DEFAULT_FORCE_KILL_TIMEOUT = 1000 * 5;
4358
4357
 
@@ -4578,13 +4577,13 @@ module.exports.node = opts => {
4578
4577
  /***/ }),
4579
4578
 
4580
4579
  /***/ 3304:
4581
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4580
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4582
4581
 
4583
4582
  "use strict";
4584
4583
 
4585
- const isStream = __webpack_require__(5845);
4586
- const getStream = __webpack_require__(7338);
4587
- const mergeStream = __webpack_require__(6281);
4584
+ const isStream = __nccwpck_require__(5845);
4585
+ const getStream = __nccwpck_require__(7338);
4586
+ const mergeStream = __nccwpck_require__(6281);
4588
4587
 
4589
4588
  // `input` option
4590
4589
  const handleInput = (spawned, input) => {
@@ -4692,15 +4691,15 @@ module.exports = {
4692
4691
  /***/ }),
4693
4692
 
4694
4693
  /***/ 4994:
4695
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4694
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4696
4695
 
4697
4696
  "use strict";
4698
4697
 
4699
4698
 
4700
- const fs = __webpack_require__(552)
4701
- const path = __webpack_require__(5622)
4702
- const mkdirpSync = __webpack_require__(9181).mkdirsSync
4703
- const utimesSync = __webpack_require__(8605).utimesMillisSync
4699
+ const fs = __nccwpck_require__(552)
4700
+ const path = __nccwpck_require__(1017)
4701
+ const mkdirpSync = (__nccwpck_require__(9181).mkdirsSync)
4702
+ const utimesSync = (__nccwpck_require__(8605).utimesMillisSync)
4704
4703
 
4705
4704
  const notExist = Symbol('notExist')
4706
4705
 
@@ -4772,7 +4771,7 @@ function copyFile (srcStat, src, dest, opts) {
4772
4771
 
4773
4772
  function copyFileFallback (srcStat, src, dest, opts) {
4774
4773
  const BUF_LENGTH = 64 * 1024
4775
- const _buff = __webpack_require__(6343)(BUF_LENGTH)
4774
+ const _buff = __nccwpck_require__(6343)(BUF_LENGTH)
4776
4775
 
4777
4776
  const fdr = fs.openSync(src, 'r')
4778
4777
  const fdw = fs.openSync(dest, 'w', srcStat.mode)
@@ -4893,29 +4892,29 @@ module.exports = copySync
4893
4892
  /***/ }),
4894
4893
 
4895
4894
  /***/ 9567:
4896
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4895
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4897
4896
 
4898
4897
  "use strict";
4899
4898
 
4900
4899
 
4901
4900
  module.exports = {
4902
- copySync: __webpack_require__(4994)
4901
+ copySync: __nccwpck_require__(4994)
4903
4902
  }
4904
4903
 
4905
4904
 
4906
4905
  /***/ }),
4907
4906
 
4908
4907
  /***/ 4487:
4909
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
4908
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
4910
4909
 
4911
4910
  "use strict";
4912
4911
 
4913
4912
 
4914
- const fs = __webpack_require__(552)
4915
- const path = __webpack_require__(5622)
4916
- const mkdirp = __webpack_require__(9181).mkdirs
4917
- const pathExists = __webpack_require__(5516).pathExists
4918
- const utimes = __webpack_require__(8605).utimesMillis
4913
+ const fs = __nccwpck_require__(552)
4914
+ const path = __nccwpck_require__(1017)
4915
+ const mkdirp = (__nccwpck_require__(9181).mkdirs)
4916
+ const pathExists = (__nccwpck_require__(5516).pathExists)
4917
+ const utimes = (__nccwpck_require__(8605).utimesMillis)
4919
4918
 
4920
4919
  const notExist = Symbol('notExist')
4921
4920
 
@@ -5160,30 +5159,30 @@ module.exports = copy
5160
5159
  /***/ }),
5161
5160
 
5162
5161
  /***/ 8852:
5163
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5162
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5164
5163
 
5165
5164
  "use strict";
5166
5165
 
5167
5166
 
5168
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5167
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5169
5168
  module.exports = {
5170
- copy: u(__webpack_require__(4487))
5169
+ copy: u(__nccwpck_require__(4487))
5171
5170
  }
5172
5171
 
5173
5172
 
5174
5173
  /***/ }),
5175
5174
 
5176
5175
  /***/ 2677:
5177
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5176
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5178
5177
 
5179
5178
  "use strict";
5180
5179
 
5181
5180
 
5182
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5183
- const fs = __webpack_require__(5747)
5184
- const path = __webpack_require__(5622)
5185
- const mkdir = __webpack_require__(9181)
5186
- const remove = __webpack_require__(4879)
5181
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5182
+ const fs = __nccwpck_require__(7147)
5183
+ const path = __nccwpck_require__(1017)
5184
+ const mkdir = __nccwpck_require__(9181)
5185
+ const remove = __nccwpck_require__(4879)
5187
5186
 
5188
5187
  const emptyDir = u(function emptyDir (dir, callback) {
5189
5188
  callback = callback || function () {}
@@ -5230,16 +5229,16 @@ module.exports = {
5230
5229
  /***/ }),
5231
5230
 
5232
5231
  /***/ 2446:
5233
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5232
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5234
5233
 
5235
5234
  "use strict";
5236
5235
 
5237
5236
 
5238
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5239
- const path = __webpack_require__(5622)
5240
- const fs = __webpack_require__(552)
5241
- const mkdir = __webpack_require__(9181)
5242
- const pathExists = __webpack_require__(5516).pathExists
5237
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5238
+ const path = __nccwpck_require__(1017)
5239
+ const fs = __nccwpck_require__(552)
5240
+ const mkdir = __nccwpck_require__(9181)
5241
+ const pathExists = (__nccwpck_require__(5516).pathExists)
5243
5242
 
5244
5243
  function createFile (file, callback) {
5245
5244
  function makeFile () {
@@ -5287,14 +5286,14 @@ module.exports = {
5287
5286
  /***/ }),
5288
5287
 
5289
5288
  /***/ 6004:
5290
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5289
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5291
5290
 
5292
5291
  "use strict";
5293
5292
 
5294
5293
 
5295
- const file = __webpack_require__(2446)
5296
- const link = __webpack_require__(9140)
5297
- const symlink = __webpack_require__(3674)
5294
+ const file = __nccwpck_require__(2446)
5295
+ const link = __nccwpck_require__(9140)
5296
+ const symlink = __nccwpck_require__(3674)
5298
5297
 
5299
5298
  module.exports = {
5300
5299
  // file
@@ -5318,16 +5317,16 @@ module.exports = {
5318
5317
  /***/ }),
5319
5318
 
5320
5319
  /***/ 9140:
5321
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5320
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5322
5321
 
5323
5322
  "use strict";
5324
5323
 
5325
5324
 
5326
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5327
- const path = __webpack_require__(5622)
5328
- const fs = __webpack_require__(552)
5329
- const mkdir = __webpack_require__(9181)
5330
- const pathExists = __webpack_require__(5516).pathExists
5325
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5326
+ const path = __nccwpck_require__(1017)
5327
+ const fs = __nccwpck_require__(552)
5328
+ const mkdir = __nccwpck_require__(9181)
5329
+ const pathExists = (__nccwpck_require__(5516).pathExists)
5331
5330
 
5332
5331
  function createLink (srcpath, dstpath, callback) {
5333
5332
  function makeLink (srcpath, dstpath) {
@@ -5387,14 +5386,14 @@ module.exports = {
5387
5386
  /***/ }),
5388
5387
 
5389
5388
  /***/ 6522:
5390
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5389
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5391
5390
 
5392
5391
  "use strict";
5393
5392
 
5394
5393
 
5395
- const path = __webpack_require__(5622)
5396
- const fs = __webpack_require__(552)
5397
- const pathExists = __webpack_require__(5516).pathExists
5394
+ const path = __nccwpck_require__(1017)
5395
+ const fs = __nccwpck_require__(552)
5396
+ const pathExists = (__nccwpck_require__(5516).pathExists)
5398
5397
 
5399
5398
  /**
5400
5399
  * Function that returns two types of paths, one relative to symlink, and one
@@ -5494,12 +5493,12 @@ module.exports = {
5494
5493
  /***/ }),
5495
5494
 
5496
5495
  /***/ 9634:
5497
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5496
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5498
5497
 
5499
5498
  "use strict";
5500
5499
 
5501
5500
 
5502
- const fs = __webpack_require__(552)
5501
+ const fs = __nccwpck_require__(552)
5503
5502
 
5504
5503
  function symlinkType (srcpath, type, callback) {
5505
5504
  callback = (typeof type === 'function') ? type : callback
@@ -5533,27 +5532,27 @@ module.exports = {
5533
5532
  /***/ }),
5534
5533
 
5535
5534
  /***/ 3674:
5536
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5535
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5537
5536
 
5538
5537
  "use strict";
5539
5538
 
5540
5539
 
5541
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5542
- const path = __webpack_require__(5622)
5543
- const fs = __webpack_require__(552)
5544
- const _mkdirs = __webpack_require__(9181)
5540
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5541
+ const path = __nccwpck_require__(1017)
5542
+ const fs = __nccwpck_require__(552)
5543
+ const _mkdirs = __nccwpck_require__(9181)
5545
5544
  const mkdirs = _mkdirs.mkdirs
5546
5545
  const mkdirsSync = _mkdirs.mkdirsSync
5547
5546
 
5548
- const _symlinkPaths = __webpack_require__(6522)
5547
+ const _symlinkPaths = __nccwpck_require__(6522)
5549
5548
  const symlinkPaths = _symlinkPaths.symlinkPaths
5550
5549
  const symlinkPathsSync = _symlinkPaths.symlinkPathsSync
5551
5550
 
5552
- const _symlinkType = __webpack_require__(9634)
5551
+ const _symlinkType = __nccwpck_require__(9634)
5553
5552
  const symlinkType = _symlinkType.symlinkType
5554
5553
  const symlinkTypeSync = _symlinkType.symlinkTypeSync
5555
5554
 
5556
- const pathExists = __webpack_require__(5516).pathExists
5555
+ const pathExists = (__nccwpck_require__(5516).pathExists)
5557
5556
 
5558
5557
  function createSymlink (srcpath, dstpath, type, callback) {
5559
5558
  callback = (typeof type === 'function') ? type : callback
@@ -5604,14 +5603,14 @@ module.exports = {
5604
5603
  /***/ }),
5605
5604
 
5606
5605
  /***/ 893:
5607
- /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
5606
+ /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
5608
5607
 
5609
5608
  "use strict";
5610
5609
 
5611
5610
  // This is adapted from https://github.com/normalize/mz
5612
5611
  // Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
5613
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5614
- const fs = __webpack_require__(552)
5612
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5613
+ const fs = __nccwpck_require__(552)
5615
5614
 
5616
5615
  const api = [
5617
5616
  'access',
@@ -5716,7 +5715,7 @@ exports.write = function (fd, buffer, ...args) {
5716
5715
  /***/ }),
5717
5716
 
5718
5717
  /***/ 5392:
5719
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5718
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5720
5719
 
5721
5720
  "use strict";
5722
5721
 
@@ -5724,24 +5723,24 @@ exports.write = function (fd, buffer, ...args) {
5724
5723
  module.exports = Object.assign(
5725
5724
  {},
5726
5725
  // Export promiseified graceful-fs:
5727
- __webpack_require__(893),
5726
+ __nccwpck_require__(893),
5728
5727
  // Export extra methods:
5729
- __webpack_require__(9567),
5730
- __webpack_require__(8852),
5731
- __webpack_require__(2677),
5732
- __webpack_require__(6004),
5733
- __webpack_require__(3960),
5734
- __webpack_require__(9181),
5735
- __webpack_require__(4168),
5736
- __webpack_require__(7819),
5737
- __webpack_require__(3849),
5738
- __webpack_require__(5516),
5739
- __webpack_require__(4879)
5728
+ __nccwpck_require__(9567),
5729
+ __nccwpck_require__(8852),
5730
+ __nccwpck_require__(2677),
5731
+ __nccwpck_require__(6004),
5732
+ __nccwpck_require__(3960),
5733
+ __nccwpck_require__(9181),
5734
+ __nccwpck_require__(4168),
5735
+ __nccwpck_require__(7819),
5736
+ __nccwpck_require__(3849),
5737
+ __nccwpck_require__(5516),
5738
+ __nccwpck_require__(4879)
5740
5739
  )
5741
5740
 
5742
5741
  // Export fs.promises as a getter property so that we don't trigger
5743
5742
  // ExperimentalWarning before fs.promises is actually accessed.
5744
- const fs = __webpack_require__(5747)
5743
+ const fs = __nccwpck_require__(7147)
5745
5744
  if (Object.getOwnPropertyDescriptor(fs, 'promises')) {
5746
5745
  Object.defineProperty(module.exports, "promises", ({
5747
5746
  get () { return fs.promises }
@@ -5752,16 +5751,16 @@ if (Object.getOwnPropertyDescriptor(fs, 'promises')) {
5752
5751
  /***/ }),
5753
5752
 
5754
5753
  /***/ 3960:
5755
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5754
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5756
5755
 
5757
5756
  "use strict";
5758
5757
 
5759
5758
 
5760
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5761
- const jsonFile = __webpack_require__(2855)
5759
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5760
+ const jsonFile = __nccwpck_require__(2855)
5762
5761
 
5763
- jsonFile.outputJson = u(__webpack_require__(7583))
5764
- jsonFile.outputJsonSync = __webpack_require__(3719)
5762
+ jsonFile.outputJson = u(__nccwpck_require__(7583))
5763
+ jsonFile.outputJsonSync = __nccwpck_require__(3719)
5765
5764
  // aliases
5766
5765
  jsonFile.outputJSON = jsonFile.outputJson
5767
5766
  jsonFile.outputJSONSync = jsonFile.outputJsonSync
@@ -5776,13 +5775,13 @@ module.exports = jsonFile
5776
5775
  /***/ }),
5777
5776
 
5778
5777
  /***/ 2855:
5779
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5778
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5780
5779
 
5781
5780
  "use strict";
5782
5781
 
5783
5782
 
5784
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5785
- const jsonFile = __webpack_require__(1215)
5783
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5784
+ const jsonFile = __nccwpck_require__(1215)
5786
5785
 
5787
5786
  module.exports = {
5788
5787
  // jsonfile exports
@@ -5796,15 +5795,15 @@ module.exports = {
5796
5795
  /***/ }),
5797
5796
 
5798
5797
  /***/ 3719:
5799
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5798
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5800
5799
 
5801
5800
  "use strict";
5802
5801
 
5803
5802
 
5804
- const fs = __webpack_require__(552)
5805
- const path = __webpack_require__(5622)
5806
- const mkdir = __webpack_require__(9181)
5807
- const jsonFile = __webpack_require__(2855)
5803
+ const fs = __nccwpck_require__(552)
5804
+ const path = __nccwpck_require__(1017)
5805
+ const mkdir = __nccwpck_require__(9181)
5806
+ const jsonFile = __nccwpck_require__(2855)
5808
5807
 
5809
5808
  function outputJsonSync (file, data, options) {
5810
5809
  const dir = path.dirname(file)
@@ -5822,15 +5821,15 @@ module.exports = outputJsonSync
5822
5821
  /***/ }),
5823
5822
 
5824
5823
  /***/ 7583:
5825
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5824
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5826
5825
 
5827
5826
  "use strict";
5828
5827
 
5829
5828
 
5830
- const path = __webpack_require__(5622)
5831
- const mkdir = __webpack_require__(9181)
5832
- const pathExists = __webpack_require__(5516).pathExists
5833
- const jsonFile = __webpack_require__(2855)
5829
+ const path = __nccwpck_require__(1017)
5830
+ const mkdir = __nccwpck_require__(9181)
5831
+ const pathExists = (__nccwpck_require__(5516).pathExists)
5832
+ const jsonFile = __nccwpck_require__(2855)
5834
5833
 
5835
5834
  function outputJson (file, data, options, callback) {
5836
5835
  if (typeof options === 'function') {
@@ -5857,13 +5856,13 @@ module.exports = outputJson
5857
5856
  /***/ }),
5858
5857
 
5859
5858
  /***/ 9181:
5860
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5859
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5861
5860
 
5862
5861
  "use strict";
5863
5862
 
5864
- const u = __webpack_require__(2703)/* .fromCallback */ .E
5865
- const mkdirs = u(__webpack_require__(7718))
5866
- const mkdirsSync = __webpack_require__(1275)
5863
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
5864
+ const mkdirs = u(__nccwpck_require__(7718))
5865
+ const mkdirsSync = __nccwpck_require__(1275)
5867
5866
 
5868
5867
  module.exports = {
5869
5868
  mkdirs,
@@ -5879,14 +5878,14 @@ module.exports = {
5879
5878
  /***/ }),
5880
5879
 
5881
5880
  /***/ 1275:
5882
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5881
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5883
5882
 
5884
5883
  "use strict";
5885
5884
 
5886
5885
 
5887
- const fs = __webpack_require__(552)
5888
- const path = __webpack_require__(5622)
5889
- const invalidWin32Path = __webpack_require__(3727).invalidWin32Path
5886
+ const fs = __nccwpck_require__(552)
5887
+ const path = __nccwpck_require__(1017)
5888
+ const invalidWin32Path = (__nccwpck_require__(3727).invalidWin32Path)
5890
5889
 
5891
5890
  const o777 = parseInt('0777', 8)
5892
5891
 
@@ -5941,14 +5940,14 @@ module.exports = mkdirsSync
5941
5940
  /***/ }),
5942
5941
 
5943
5942
  /***/ 7718:
5944
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
5943
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
5945
5944
 
5946
5945
  "use strict";
5947
5946
 
5948
5947
 
5949
- const fs = __webpack_require__(552)
5950
- const path = __webpack_require__(5622)
5951
- const invalidWin32Path = __webpack_require__(3727).invalidWin32Path
5948
+ const fs = __nccwpck_require__(552)
5949
+ const path = __nccwpck_require__(1017)
5950
+ const invalidWin32Path = (__nccwpck_require__(3727).invalidWin32Path)
5952
5951
 
5953
5952
  const o777 = parseInt('0777', 8)
5954
5953
 
@@ -6012,12 +6011,12 @@ module.exports = mkdirs
6012
6011
  /***/ }),
6013
6012
 
6014
6013
  /***/ 3727:
6015
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6014
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6016
6015
 
6017
6016
  "use strict";
6018
6017
 
6019
6018
 
6020
- const path = __webpack_require__(5622)
6019
+ const path = __nccwpck_require__(1017)
6021
6020
 
6022
6021
  // get drive on windows
6023
6022
  function getRootPath (p) {
@@ -6045,17 +6044,17 @@ module.exports = {
6045
6044
  /***/ }),
6046
6045
 
6047
6046
  /***/ 4168:
6048
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6047
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6049
6048
 
6050
6049
  "use strict";
6051
6050
 
6052
6051
 
6053
- const fs = __webpack_require__(552)
6054
- const path = __webpack_require__(5622)
6055
- const copySync = __webpack_require__(9567).copySync
6056
- const removeSync = __webpack_require__(4879).removeSync
6057
- const mkdirpSync = __webpack_require__(9181).mkdirsSync
6058
- const buffer = __webpack_require__(6343)
6052
+ const fs = __nccwpck_require__(552)
6053
+ const path = __nccwpck_require__(1017)
6054
+ const copySync = (__nccwpck_require__(9567).copySync)
6055
+ const removeSync = (__nccwpck_require__(4879).removeSync)
6056
+ const mkdirpSync = (__nccwpck_require__(9181).mkdirsSync)
6057
+ const buffer = __nccwpck_require__(6343)
6059
6058
 
6060
6059
  function moveSync (src, dest, options) {
6061
6060
  options = options || {}
@@ -6170,18 +6169,18 @@ module.exports = {
6170
6169
  /***/ }),
6171
6170
 
6172
6171
  /***/ 7819:
6173
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6172
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6174
6173
 
6175
6174
  "use strict";
6176
6175
 
6177
6176
 
6178
- const u = __webpack_require__(2703)/* .fromCallback */ .E
6179
- const fs = __webpack_require__(552)
6180
- const path = __webpack_require__(5622)
6181
- const copy = __webpack_require__(8852).copy
6182
- const remove = __webpack_require__(4879).remove
6183
- const mkdirp = __webpack_require__(9181).mkdirp
6184
- const pathExists = __webpack_require__(5516).pathExists
6177
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
6178
+ const fs = __nccwpck_require__(552)
6179
+ const path = __nccwpck_require__(1017)
6180
+ const copy = (__nccwpck_require__(8852).copy)
6181
+ const remove = (__nccwpck_require__(4879).remove)
6182
+ const mkdirp = (__nccwpck_require__(9181).mkdirp)
6183
+ const pathExists = (__nccwpck_require__(5516).pathExists)
6185
6184
 
6186
6185
  function move (src, dest, opts, cb) {
6187
6186
  if (typeof opts === 'function') {
@@ -6260,16 +6259,16 @@ module.exports = {
6260
6259
  /***/ }),
6261
6260
 
6262
6261
  /***/ 3849:
6263
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6262
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6264
6263
 
6265
6264
  "use strict";
6266
6265
 
6267
6266
 
6268
- const u = __webpack_require__(2703)/* .fromCallback */ .E
6269
- const fs = __webpack_require__(552)
6270
- const path = __webpack_require__(5622)
6271
- const mkdir = __webpack_require__(9181)
6272
- const pathExists = __webpack_require__(5516).pathExists
6267
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
6268
+ const fs = __nccwpck_require__(552)
6269
+ const path = __nccwpck_require__(1017)
6270
+ const mkdir = __nccwpck_require__(9181)
6271
+ const pathExists = (__nccwpck_require__(5516).pathExists)
6273
6272
 
6274
6273
  function outputFile (file, data, encoding, callback) {
6275
6274
  if (typeof encoding === 'function') {
@@ -6308,12 +6307,12 @@ module.exports = {
6308
6307
  /***/ }),
6309
6308
 
6310
6309
  /***/ 5516:
6311
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6310
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6312
6311
 
6313
6312
  "use strict";
6314
6313
 
6315
- const u = __webpack_require__(2703)/* .fromPromise */ .p
6316
- const fs = __webpack_require__(893)
6314
+ const u = (__nccwpck_require__(2703)/* .fromPromise */ .p)
6315
+ const fs = __nccwpck_require__(893)
6317
6316
 
6318
6317
  function pathExists (path) {
6319
6318
  return fs.access(path).then(() => true).catch(() => false)
@@ -6328,13 +6327,13 @@ module.exports = {
6328
6327
  /***/ }),
6329
6328
 
6330
6329
  /***/ 4879:
6331
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6330
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6332
6331
 
6333
6332
  "use strict";
6334
6333
 
6335
6334
 
6336
- const u = __webpack_require__(2703)/* .fromCallback */ .E
6337
- const rimraf = __webpack_require__(7137)
6335
+ const u = (__nccwpck_require__(2703)/* .fromCallback */ .E)
6336
+ const rimraf = __nccwpck_require__(7137)
6338
6337
 
6339
6338
  module.exports = {
6340
6339
  remove: u(rimraf),
@@ -6345,14 +6344,14 @@ module.exports = {
6345
6344
  /***/ }),
6346
6345
 
6347
6346
  /***/ 7137:
6348
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6347
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6349
6348
 
6350
6349
  "use strict";
6351
6350
 
6352
6351
 
6353
- const fs = __webpack_require__(552)
6354
- const path = __webpack_require__(5622)
6355
- const assert = __webpack_require__(2357)
6352
+ const fs = __nccwpck_require__(552)
6353
+ const path = __nccwpck_require__(1017)
6354
+ const assert = __nccwpck_require__(9491)
6356
6355
 
6357
6356
  const isWindows = (process.platform === 'win32')
6358
6357
 
@@ -6687,14 +6686,14 @@ module.exports = function (size) {
6687
6686
  /***/ }),
6688
6687
 
6689
6688
  /***/ 8605:
6690
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6689
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6691
6690
 
6692
6691
  "use strict";
6693
6692
 
6694
6693
 
6695
- const fs = __webpack_require__(552)
6696
- const os = __webpack_require__(2087)
6697
- const path = __webpack_require__(5622)
6694
+ const fs = __nccwpck_require__(552)
6695
+ const os = __nccwpck_require__(2037)
6696
+ const path = __nccwpck_require__(1017)
6698
6697
 
6699
6698
  // HFS, ext{2,3}, FAT do not, Node.js v0.10 does not
6700
6699
  function hasMillisResSync () {
@@ -6774,11 +6773,11 @@ module.exports = {
6774
6773
  /***/ }),
6775
6774
 
6776
6775
  /***/ 6050:
6777
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6776
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6778
6777
 
6779
6778
  "use strict";
6780
6779
 
6781
- const {PassThrough: PassThroughStream} = __webpack_require__(2413);
6780
+ const {PassThrough: PassThroughStream} = __nccwpck_require__(2781);
6782
6781
 
6783
6782
  module.exports = options => {
6784
6783
  options = {...options};
@@ -6834,12 +6833,12 @@ module.exports = options => {
6834
6833
  /***/ }),
6835
6834
 
6836
6835
  /***/ 7338:
6837
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6836
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6838
6837
 
6839
6838
  "use strict";
6840
6839
 
6841
- const pump = __webpack_require__(9595);
6842
- const bufferStream = __webpack_require__(6050);
6840
+ const pump = __nccwpck_require__(9595);
6841
+ const bufferStream = __nccwpck_require__(6050);
6843
6842
 
6844
6843
  class MaxBufferError extends Error {
6845
6844
  constructor() {
@@ -6891,7 +6890,7 @@ async function getStream(inputStream, options) {
6891
6890
 
6892
6891
  module.exports = getStream;
6893
6892
  // TODO: Remove this for the next major release
6894
- module.exports.default = getStream;
6893
+ module.exports["default"] = getStream;
6895
6894
  module.exports.buffer = (stream, options) => getStream(stream, {...options, encoding: 'buffer'});
6896
6895
  module.exports.array = (stream, options) => getStream(stream, {...options, array: true});
6897
6896
  module.exports.MaxBufferError = MaxBufferError;
@@ -6937,12 +6936,12 @@ module.exports = isStream;
6937
6936
  /***/ }),
6938
6937
 
6939
6938
  /***/ 721:
6940
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
6939
+ /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
6941
6940
 
6942
6941
  "use strict";
6943
6942
 
6944
- const path = __webpack_require__(5622);
6945
- const pathKey = __webpack_require__(572);
6943
+ const path = __nccwpck_require__(1017);
6944
+ const pathKey = __nccwpck_require__(572);
6946
6945
 
6947
6946
  const npmRunPath = options => {
6948
6947
  options = {
@@ -6969,7 +6968,7 @@ const npmRunPath = options => {
6969
6968
 
6970
6969
  module.exports = npmRunPath;
6971
6970
  // TODO: Remove this for the next major release
6972
- module.exports.default = npmRunPath;
6971
+ module.exports["default"] = npmRunPath;
6973
6972
 
6974
6973
  module.exports.env = options => {
6975
6974
  options = {
@@ -7008,7 +7007,7 @@ const pathKey = (options = {}) => {
7008
7007
 
7009
7008
  module.exports = pathKey;
7010
7009
  // TODO: Remove this for the next major release
7011
- module.exports.default = pathKey;
7010
+ module.exports["default"] = pathKey;
7012
7011
 
7013
7012
 
7014
7013
  /***/ }),
@@ -8611,7 +8610,7 @@ function coerce (version, options) {
8611
8610
  /***/ }),
8612
8611
 
8613
8612
  /***/ 2178:
8614
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
8613
+ /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
8615
8614
 
8616
8615
  "use strict";
8617
8616
 
@@ -8620,11 +8619,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
8620
8619
  };
8621
8620
  Object.defineProperty(exports, "__esModule", ({ value: true }));
8622
8621
  exports.build = exports.version = void 0;
8623
- const path_1 = __webpack_require__(5622);
8624
- const execa_1 = __importDefault(__webpack_require__(4237));
8625
- const fs_extra_1 = __webpack_require__(5392);
8626
- const build_utils_1 = __webpack_require__(3445);
8627
- const install_ruby_1 = __webpack_require__(2421);
8622
+ const path_1 = __nccwpck_require__(1017);
8623
+ const execa_1 = __importDefault(__nccwpck_require__(4237));
8624
+ const fs_extra_1 = __nccwpck_require__(5392);
8625
+ const build_utils_1 = __nccwpck_require__(7874);
8626
+ const install_ruby_1 = __nccwpck_require__(2421);
8628
8627
  async function matchPaths(configPatterns, workPath) {
8629
8628
  const patterns = typeof configPatterns === 'string' ? [configPatterns] : configPatterns;
8630
8629
  if (!patterns) {
@@ -8778,7 +8777,7 @@ exports.build = build;
8778
8777
  /***/ }),
8779
8778
 
8780
8779
  /***/ 2421:
8781
- /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
8780
+ /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
8782
8781
 
8783
8782
  "use strict";
8784
8783
 
@@ -8787,10 +8786,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
8787
8786
  };
8788
8787
  Object.defineProperty(exports, "__esModule", ({ value: true }));
8789
8788
  exports.installBundler = void 0;
8790
- const path_1 = __webpack_require__(5622);
8791
- const semver_1 = __webpack_require__(2879);
8792
- const execa_1 = __importDefault(__webpack_require__(4237));
8793
- const build_utils_1 = __webpack_require__(3445);
8789
+ const path_1 = __nccwpck_require__(1017);
8790
+ const semver_1 = __nccwpck_require__(2879);
8791
+ const execa_1 = __importDefault(__nccwpck_require__(4237));
8792
+ const build_utils_1 = __nccwpck_require__(7874);
8794
8793
  const allOptions = [
8795
8794
  { major: 2, minor: 7, range: '2.7.x', runtime: 'ruby2.7' },
8796
8795
  {
@@ -8895,7 +8894,7 @@ exports.installBundler = installBundler;
8895
8894
 
8896
8895
  /***/ }),
8897
8896
 
8898
- /***/ 3445:
8897
+ /***/ 7874:
8899
8898
  /***/ ((module) => {
8900
8899
 
8901
8900
  "use strict";
@@ -8903,7 +8902,7 @@ module.exports = require("@vercel/build-utils");
8903
8902
 
8904
8903
  /***/ }),
8905
8904
 
8906
- /***/ 2357:
8905
+ /***/ 9491:
8907
8906
  /***/ ((module) => {
8908
8907
 
8909
8908
  "use strict";
@@ -8911,7 +8910,7 @@ module.exports = require("assert");
8911
8910
 
8912
8911
  /***/ }),
8913
8912
 
8914
- /***/ 3129:
8913
+ /***/ 2081:
8915
8914
  /***/ ((module) => {
8916
8915
 
8917
8916
  "use strict";
@@ -8919,7 +8918,7 @@ module.exports = require("child_process");
8919
8918
 
8920
8919
  /***/ }),
8921
8920
 
8922
- /***/ 7619:
8921
+ /***/ 2057:
8923
8922
  /***/ ((module) => {
8924
8923
 
8925
8924
  "use strict";
@@ -8927,7 +8926,7 @@ module.exports = require("constants");
8927
8926
 
8928
8927
  /***/ }),
8929
8928
 
8930
- /***/ 8614:
8929
+ /***/ 2361:
8931
8930
  /***/ ((module) => {
8932
8931
 
8933
8932
  "use strict";
@@ -8935,7 +8934,7 @@ module.exports = require("events");
8935
8934
 
8936
8935
  /***/ }),
8937
8936
 
8938
- /***/ 5747:
8937
+ /***/ 7147:
8939
8938
  /***/ ((module) => {
8940
8939
 
8941
8940
  "use strict";
@@ -8943,7 +8942,7 @@ module.exports = require("fs");
8943
8942
 
8944
8943
  /***/ }),
8945
8944
 
8946
- /***/ 2087:
8945
+ /***/ 2037:
8947
8946
  /***/ ((module) => {
8948
8947
 
8949
8948
  "use strict";
@@ -8951,7 +8950,7 @@ module.exports = require("os");
8951
8950
 
8952
8951
  /***/ }),
8953
8952
 
8954
- /***/ 5622:
8953
+ /***/ 1017:
8955
8954
  /***/ ((module) => {
8956
8955
 
8957
8956
  "use strict";
@@ -8959,7 +8958,7 @@ module.exports = require("path");
8959
8958
 
8960
8959
  /***/ }),
8961
8960
 
8962
- /***/ 2413:
8961
+ /***/ 2781:
8963
8962
  /***/ ((module) => {
8964
8963
 
8965
8964
  "use strict";
@@ -8967,7 +8966,7 @@ module.exports = require("stream");
8967
8966
 
8968
8967
  /***/ }),
8969
8968
 
8970
- /***/ 1669:
8969
+ /***/ 3837:
8971
8970
  /***/ ((module) => {
8972
8971
 
8973
8972
  "use strict";
@@ -8981,10 +8980,11 @@ module.exports = require("util");
8981
8980
  /******/ var __webpack_module_cache__ = {};
8982
8981
  /******/
8983
8982
  /******/ // The require function
8984
- /******/ function __webpack_require__(moduleId) {
8983
+ /******/ function __nccwpck_require__(moduleId) {
8985
8984
  /******/ // Check if module is in cache
8986
- /******/ if(__webpack_module_cache__[moduleId]) {
8987
- /******/ return __webpack_module_cache__[moduleId].exports;
8985
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
8986
+ /******/ if (cachedModule !== undefined) {
8987
+ /******/ return cachedModule.exports;
8988
8988
  /******/ }
8989
8989
  /******/ // Create a new module (and put it into the cache)
8990
8990
  /******/ var module = __webpack_module_cache__[moduleId] = {
@@ -8996,7 +8996,7 @@ module.exports = require("util");
8996
8996
  /******/ // Execute the module function
8997
8997
  /******/ var threw = true;
8998
8998
  /******/ try {
8999
- /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
8999
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nccwpck_require__);
9000
9000
  /******/ threw = false;
9001
9001
  /******/ } finally {
9002
9002
  /******/ if(threw) delete __webpack_module_cache__[moduleId];
@@ -9009,10 +9009,15 @@ module.exports = require("util");
9009
9009
  /************************************************************************/
9010
9010
  /******/ /* webpack/runtime/compat */
9011
9011
  /******/
9012
- /******/ __webpack_require__.ab = __dirname + "/";/************************************************************************/
9013
- /******/ // module exports must be returned from runtime so entry inlining is disabled
9012
+ /******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
9013
+ /******/
9014
+ /************************************************************************/
9015
+ /******/
9014
9016
  /******/ // startup
9015
9017
  /******/ // Load entry module and return exports
9016
- /******/ return __webpack_require__(2178);
9018
+ /******/ // This entry module is referenced by other modules so it can't be inlined
9019
+ /******/ var __webpack_exports__ = __nccwpck_require__(2178);
9020
+ /******/ module.exports = __webpack_exports__;
9021
+ /******/
9017
9022
  /******/ })()
9018
9023
  ;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vercel/ruby",
3
3
  "author": "Nathan Cahill <nathan@nathancahill.com>",
4
- "version": "1.3.15",
4
+ "version": "1.3.18",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index",
7
7
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
@@ -23,12 +23,12 @@
23
23
  "devDependencies": {
24
24
  "@types/fs-extra": "8.0.0",
25
25
  "@types/semver": "6.0.0",
26
- "@vercel/build-utils": "5.0.3",
27
- "@vercel/ncc": "0.24.0",
26
+ "@vercel/build-utils": "5.0.6",
27
+ "@vercel/ncc": "0.34.0",
28
28
  "execa": "2.0.4",
29
29
  "fs-extra": "^7.0.1",
30
30
  "semver": "6.1.1",
31
31
  "typescript": "4.3.4"
32
32
  },
33
- "gitHead": "bef1aec76609ae661f084dcc391edd66f891f0b4"
33
+ "gitHead": "90c18959498cfa852bc56adffcdd16a8bbcbcce6"
34
34
  }