@forsakringskassan/docs-generator 2.43.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{create-markdown-renderer-CO5Te-tH.mjs → create-markdown-renderer-CoqQjBrC.mjs} +5 -5
- package/dist/{create-markdown-renderer-CO5Te-tH.mjs.map → create-markdown-renderer-CoqQjBrC.mjs.map} +1 -1
- package/dist/{format-code.worker-D7IOA5jE.mjs → format-code.worker-CE6SMet0.mjs} +2 -2
- package/dist/{format-code.worker-D7IOA5jE.mjs.map → format-code.worker-CE6SMet0.mjs.map} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/markdown.mjs +3 -3
- package/dist/processors/selectable-version.mjs +43 -0
- package/dist/runtime.mjs +30590 -24196
- package/dist/style/core.css +20 -0
- package/dist/style/index.css +20 -0
- package/dist/{vendor-BImorfXU.mjs → vendor-B7bJ2okl.mjs} +443 -423
- package/dist/{vendor-BImorfXU.mjs.map → vendor-B7bJ2okl.mjs.map} +1 -1
- package/dist/{vue3-fRI2JWNs.mjs → vue3-RC792pPN.mjs} +59 -59
- package/dist/{vue3-fRI2JWNs.mjs.map → vue3-RC792pPN.mjs.map} +1 -1
- package/dist/{worker-DEFReXeu.mjs → worker-CpM7V-Ue.mjs} +2 -2
- package/dist/{worker-DEFReXeu.mjs.map → worker-CpM7V-Ue.mjs.map} +1 -1
- package/package.json +2 -2
|
@@ -13852,22 +13852,22 @@ var hasRequiredCiInfo;
|
|
|
13852
13852
|
function requireCiInfo () {
|
|
13853
13853
|
if (hasRequiredCiInfo) return ciInfo;
|
|
13854
13854
|
hasRequiredCiInfo = 1;
|
|
13855
|
-
(function (exports
|
|
13855
|
+
(function (exports) {
|
|
13856
13856
|
|
|
13857
13857
|
const vendors = require$$0;
|
|
13858
13858
|
|
|
13859
13859
|
const env = process.env;
|
|
13860
13860
|
|
|
13861
13861
|
// Used for testing only
|
|
13862
|
-
Object.defineProperty(exports
|
|
13862
|
+
Object.defineProperty(exports, '_vendors', {
|
|
13863
13863
|
value: vendors.map(function (v) {
|
|
13864
13864
|
return v.constant
|
|
13865
13865
|
})
|
|
13866
13866
|
});
|
|
13867
13867
|
|
|
13868
|
-
exports
|
|
13869
|
-
exports
|
|
13870
|
-
exports
|
|
13868
|
+
exports.name = null;
|
|
13869
|
+
exports.isPR = null;
|
|
13870
|
+
exports.id = null;
|
|
13871
13871
|
|
|
13872
13872
|
if (env.CI !== 'false') {
|
|
13873
13873
|
vendors.forEach(function (vendor) {
|
|
@@ -13876,19 +13876,19 @@ function requireCiInfo () {
|
|
|
13876
13876
|
return checkEnv(obj)
|
|
13877
13877
|
});
|
|
13878
13878
|
|
|
13879
|
-
exports
|
|
13879
|
+
exports[vendor.constant] = isCI;
|
|
13880
13880
|
|
|
13881
13881
|
if (!isCI) {
|
|
13882
13882
|
return
|
|
13883
13883
|
}
|
|
13884
13884
|
|
|
13885
|
-
exports
|
|
13886
|
-
exports
|
|
13887
|
-
exports
|
|
13885
|
+
exports.name = vendor.name;
|
|
13886
|
+
exports.isPR = checkPR(vendor);
|
|
13887
|
+
exports.id = vendor.constant;
|
|
13888
13888
|
});
|
|
13889
13889
|
}
|
|
13890
13890
|
|
|
13891
|
-
exports
|
|
13891
|
+
exports.isCI = !!(
|
|
13892
13892
|
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
|
|
13893
13893
|
(env.BUILD_ID || // Jenkins, Cloudbees
|
|
13894
13894
|
env.BUILD_NUMBER || // Jenkins, TeamCity
|
|
@@ -13899,7 +13899,7 @@ function requireCiInfo () {
|
|
|
13899
13899
|
env.CI_NAME || // Codeship and others
|
|
13900
13900
|
env.CONTINUOUS_INTEGRATION || // Travis CI, Cirrus CI
|
|
13901
13901
|
env.RUN_ID || // TaskCluster, dsari
|
|
13902
|
-
exports
|
|
13902
|
+
exports.name ||
|
|
13903
13903
|
false)
|
|
13904
13904
|
);
|
|
13905
13905
|
|
|
@@ -15005,7 +15005,7 @@ var hasRequiredFs;
|
|
|
15005
15005
|
function requireFs () {
|
|
15006
15006
|
if (hasRequiredFs) return fs$6;
|
|
15007
15007
|
hasRequiredFs = 1;
|
|
15008
|
-
(function (exports
|
|
15008
|
+
(function (exports) {
|
|
15009
15009
|
// This is adapted from https://github.com/normalize/mz
|
|
15010
15010
|
// Copyright (c) 2014-2016 Jonathan Ong me@jongleberry.com and Contributors
|
|
15011
15011
|
const u = requireUniversalify().fromCallback;
|
|
@@ -15060,16 +15060,16 @@ function requireFs () {
|
|
|
15060
15060
|
});
|
|
15061
15061
|
|
|
15062
15062
|
// Export cloned fs:
|
|
15063
|
-
Object.assign(exports
|
|
15063
|
+
Object.assign(exports, fs);
|
|
15064
15064
|
|
|
15065
15065
|
// Universalify async methods:
|
|
15066
15066
|
api.forEach(method => {
|
|
15067
|
-
exports
|
|
15067
|
+
exports[method] = u(fs[method]);
|
|
15068
15068
|
});
|
|
15069
15069
|
|
|
15070
15070
|
// We differ from mz/fs in that we still ship the old, broken, fs.exists()
|
|
15071
15071
|
// since we are a drop-in replacement for the native module
|
|
15072
|
-
exports
|
|
15072
|
+
exports.exists = function (filename, callback) {
|
|
15073
15073
|
if (typeof callback === 'function') {
|
|
15074
15074
|
return fs.exists(filename, callback)
|
|
15075
15075
|
}
|
|
@@ -15080,7 +15080,7 @@ function requireFs () {
|
|
|
15080
15080
|
|
|
15081
15081
|
// fs.read(), fs.write(), fs.readv(), & fs.writev() need special treatment due to multiple callback args
|
|
15082
15082
|
|
|
15083
|
-
exports
|
|
15083
|
+
exports.read = function (fd, buffer, offset, length, position, callback) {
|
|
15084
15084
|
if (typeof callback === 'function') {
|
|
15085
15085
|
return fs.read(fd, buffer, offset, length, position, callback)
|
|
15086
15086
|
}
|
|
@@ -15097,7 +15097,7 @@ function requireFs () {
|
|
|
15097
15097
|
// OR
|
|
15098
15098
|
// fs.write(fd, string[, position[, encoding]], callback)
|
|
15099
15099
|
// We need to handle both cases, so we use ...args
|
|
15100
|
-
exports
|
|
15100
|
+
exports.write = function (fd, buffer, ...args) {
|
|
15101
15101
|
if (typeof args[args.length - 1] === 'function') {
|
|
15102
15102
|
return fs.write(fd, buffer, ...args)
|
|
15103
15103
|
}
|
|
@@ -15113,7 +15113,7 @@ function requireFs () {
|
|
|
15113
15113
|
// Function signature is
|
|
15114
15114
|
// s.readv(fd, buffers[, position], callback)
|
|
15115
15115
|
// We need to handle the optional arg, so we use ...args
|
|
15116
|
-
exports
|
|
15116
|
+
exports.readv = function (fd, buffers, ...args) {
|
|
15117
15117
|
if (typeof args[args.length - 1] === 'function') {
|
|
15118
15118
|
return fs.readv(fd, buffers, ...args)
|
|
15119
15119
|
}
|
|
@@ -15129,7 +15129,7 @@ function requireFs () {
|
|
|
15129
15129
|
// Function signature is
|
|
15130
15130
|
// s.writev(fd, buffers[, position], callback)
|
|
15131
15131
|
// We need to handle the optional arg, so we use ...args
|
|
15132
|
-
exports
|
|
15132
|
+
exports.writev = function (fd, buffers, ...args) {
|
|
15133
15133
|
if (typeof args[args.length - 1] === 'function') {
|
|
15134
15134
|
return fs.writev(fd, buffers, ...args)
|
|
15135
15135
|
}
|
|
@@ -15144,7 +15144,7 @@ function requireFs () {
|
|
|
15144
15144
|
|
|
15145
15145
|
// fs.realpath.native sometimes not available if fs is monkey-patched
|
|
15146
15146
|
if (typeof fs.realpath.native === 'function') {
|
|
15147
|
-
exports
|
|
15147
|
+
exports.realpath.native = u(fs.realpath.native);
|
|
15148
15148
|
} else {
|
|
15149
15149
|
process.emitWarning(
|
|
15150
15150
|
'fs.realpath.native is not a function. Is fs being monkey-patched?',
|
|
@@ -15269,30 +15269,47 @@ function requireUtimes () {
|
|
|
15269
15269
|
const u = requireUniversalify().fromPromise;
|
|
15270
15270
|
|
|
15271
15271
|
async function utimesMillis (path, atime, mtime) {
|
|
15272
|
-
// if (!HAS_MILLIS_RES) return fs.utimes(path, atime, mtime, callback)
|
|
15273
15272
|
const fd = await fs.open(path, 'r+');
|
|
15274
15273
|
|
|
15275
|
-
let
|
|
15274
|
+
let error = null;
|
|
15276
15275
|
|
|
15277
15276
|
try {
|
|
15278
15277
|
await fs.futimes(fd, atime, mtime);
|
|
15278
|
+
} catch (futimesErr) {
|
|
15279
|
+
error = futimesErr;
|
|
15279
15280
|
} finally {
|
|
15280
15281
|
try {
|
|
15281
15282
|
await fs.close(fd);
|
|
15282
|
-
} catch (
|
|
15283
|
-
|
|
15283
|
+
} catch (closeErr) {
|
|
15284
|
+
if (!error) error = closeErr;
|
|
15284
15285
|
}
|
|
15285
15286
|
}
|
|
15286
15287
|
|
|
15287
|
-
if (
|
|
15288
|
-
throw
|
|
15288
|
+
if (error) {
|
|
15289
|
+
throw error
|
|
15289
15290
|
}
|
|
15290
15291
|
}
|
|
15291
15292
|
|
|
15292
15293
|
function utimesMillisSync (path, atime, mtime) {
|
|
15293
15294
|
const fd = fs.openSync(path, 'r+');
|
|
15294
|
-
|
|
15295
|
-
|
|
15295
|
+
|
|
15296
|
+
let error = null;
|
|
15297
|
+
|
|
15298
|
+
try {
|
|
15299
|
+
fs.futimesSync(fd, atime, mtime);
|
|
15300
|
+
} catch (futimesErr) {
|
|
15301
|
+
error = futimesErr;
|
|
15302
|
+
} finally {
|
|
15303
|
+
try {
|
|
15304
|
+
fs.closeSync(fd);
|
|
15305
|
+
} catch (closeErr) {
|
|
15306
|
+
if (!error) error = closeErr;
|
|
15307
|
+
}
|
|
15308
|
+
}
|
|
15309
|
+
|
|
15310
|
+
if (error) {
|
|
15311
|
+
throw error
|
|
15312
|
+
}
|
|
15296
15313
|
}
|
|
15297
15314
|
|
|
15298
15315
|
utimes = {
|
|
@@ -16056,14 +16073,14 @@ function requireLink () {
|
|
|
16056
16073
|
async function createLink (srcpath, dstpath) {
|
|
16057
16074
|
let dstStat;
|
|
16058
16075
|
try {
|
|
16059
|
-
dstStat = await fs.lstat(dstpath);
|
|
16076
|
+
dstStat = await fs.lstat(dstpath, { bigint: true });
|
|
16060
16077
|
} catch {
|
|
16061
16078
|
// ignore error
|
|
16062
16079
|
}
|
|
16063
16080
|
|
|
16064
16081
|
let srcStat;
|
|
16065
16082
|
try {
|
|
16066
|
-
srcStat = await fs.lstat(srcpath);
|
|
16083
|
+
srcStat = await fs.lstat(srcpath, { bigint: true });
|
|
16067
16084
|
} catch (err) {
|
|
16068
16085
|
err.message = err.message.replace('lstat', 'ensureLink');
|
|
16069
16086
|
throw err
|
|
@@ -16085,11 +16102,11 @@ function requireLink () {
|
|
|
16085
16102
|
function createLinkSync (srcpath, dstpath) {
|
|
16086
16103
|
let dstStat;
|
|
16087
16104
|
try {
|
|
16088
|
-
dstStat = fs.lstatSync(dstpath);
|
|
16105
|
+
dstStat = fs.lstatSync(dstpath, { bigint: true });
|
|
16089
16106
|
} catch {}
|
|
16090
16107
|
|
|
16091
16108
|
try {
|
|
16092
|
-
const srcStat = fs.lstatSync(srcpath);
|
|
16109
|
+
const srcStat = fs.lstatSync(srcpath, { bigint: true });
|
|
16093
16110
|
if (dstStat && areIdentical(srcStat, dstStat)) return
|
|
16094
16111
|
} catch (err) {
|
|
16095
16112
|
err.message = err.message.replace('lstat', 'ensureLink');
|
|
@@ -16293,18 +16310,18 @@ function requireSymlink () {
|
|
|
16293
16310
|
// (standard symlink behavior) or fall back to cwd if that doesn't exist
|
|
16294
16311
|
let srcStat;
|
|
16295
16312
|
if (path.isAbsolute(srcpath)) {
|
|
16296
|
-
srcStat = await fs.stat(srcpath);
|
|
16313
|
+
srcStat = await fs.stat(srcpath, { bigint: true });
|
|
16297
16314
|
} else {
|
|
16298
16315
|
const dstdir = path.dirname(dstpath);
|
|
16299
16316
|
const relativeToDst = path.join(dstdir, srcpath);
|
|
16300
16317
|
try {
|
|
16301
|
-
srcStat = await fs.stat(relativeToDst);
|
|
16318
|
+
srcStat = await fs.stat(relativeToDst, { bigint: true });
|
|
16302
16319
|
} catch {
|
|
16303
|
-
srcStat = await fs.stat(srcpath);
|
|
16320
|
+
srcStat = await fs.stat(srcpath, { bigint: true });
|
|
16304
16321
|
}
|
|
16305
16322
|
}
|
|
16306
16323
|
|
|
16307
|
-
const dstStat = await fs.stat(dstpath);
|
|
16324
|
+
const dstStat = await fs.stat(dstpath, { bigint: true });
|
|
16308
16325
|
if (areIdentical(srcStat, dstStat)) return
|
|
16309
16326
|
}
|
|
16310
16327
|
|
|
@@ -16330,18 +16347,18 @@ function requireSymlink () {
|
|
|
16330
16347
|
// (standard symlink behavior) or fall back to cwd if that doesn't exist
|
|
16331
16348
|
let srcStat;
|
|
16332
16349
|
if (path.isAbsolute(srcpath)) {
|
|
16333
|
-
srcStat = fs.statSync(srcpath);
|
|
16350
|
+
srcStat = fs.statSync(srcpath, { bigint: true });
|
|
16334
16351
|
} else {
|
|
16335
16352
|
const dstdir = path.dirname(dstpath);
|
|
16336
16353
|
const relativeToDst = path.join(dstdir, srcpath);
|
|
16337
16354
|
try {
|
|
16338
|
-
srcStat = fs.statSync(relativeToDst);
|
|
16355
|
+
srcStat = fs.statSync(relativeToDst, { bigint: true });
|
|
16339
16356
|
} catch {
|
|
16340
|
-
srcStat = fs.statSync(srcpath);
|
|
16357
|
+
srcStat = fs.statSync(srcpath, { bigint: true });
|
|
16341
16358
|
}
|
|
16342
16359
|
}
|
|
16343
16360
|
|
|
16344
|
-
const dstStat = fs.statSync(dstpath);
|
|
16361
|
+
const dstStat = fs.statSync(dstpath, { bigint: true });
|
|
16345
16362
|
if (areIdentical(srcStat, dstStat)) return
|
|
16346
16363
|
}
|
|
16347
16364
|
|
|
@@ -18832,7 +18849,8 @@ class I18n extends EventEmitter {
|
|
|
18832
18849
|
}
|
|
18833
18850
|
return deferred;
|
|
18834
18851
|
}
|
|
18835
|
-
getFixedT(lng, ns, keyPrefix) {
|
|
18852
|
+
getFixedT(lng, ns, keyPrefix, fixedOpts) {
|
|
18853
|
+
const scopeNs = fixedOpts?.scopeNs;
|
|
18836
18854
|
const fixedT = (key, opts, ...rest) => {
|
|
18837
18855
|
let o;
|
|
18838
18856
|
if (typeof opts !== 'object') {
|
|
@@ -18844,12 +18862,14 @@ class I18n extends EventEmitter {
|
|
|
18844
18862
|
}
|
|
18845
18863
|
o.lng = o.lng || fixedT.lng;
|
|
18846
18864
|
o.lngs = o.lngs || fixedT.lngs;
|
|
18865
|
+
const explicitCallNs = o.ns !== undefined && o.ns !== null;
|
|
18847
18866
|
o.ns = o.ns || fixedT.ns;
|
|
18848
18867
|
if (o.keyPrefix !== '') o.keyPrefix = o.keyPrefix || keyPrefix || fixedT.keyPrefix;
|
|
18849
18868
|
const selectorOpts = {
|
|
18850
18869
|
...this.options,
|
|
18851
18870
|
...o
|
|
18852
18871
|
};
|
|
18872
|
+
if (Array.isArray(scopeNs) && !explicitCallNs) selectorOpts.ns = scopeNs;
|
|
18853
18873
|
if (typeof o.keyPrefix === 'function') o.keyPrefix = keysFromSelector(o.keyPrefix, selectorOpts);
|
|
18854
18874
|
const keySeparator = this.options.keySeparator || '.';
|
|
18855
18875
|
let resultKey;
|
|
@@ -40138,7 +40158,7 @@ var hasRequiredSafeBuffer;
|
|
|
40138
40158
|
function requireSafeBuffer () {
|
|
40139
40159
|
if (hasRequiredSafeBuffer) return safeBuffer.exports;
|
|
40140
40160
|
hasRequiredSafeBuffer = 1;
|
|
40141
|
-
(function (module, exports
|
|
40161
|
+
(function (module, exports) {
|
|
40142
40162
|
/* eslint-disable node/no-deprecated-api */
|
|
40143
40163
|
var buffer = require$$0$5;
|
|
40144
40164
|
var Buffer = buffer.Buffer;
|
|
@@ -40153,8 +40173,8 @@ function requireSafeBuffer () {
|
|
|
40153
40173
|
module.exports = buffer;
|
|
40154
40174
|
} else {
|
|
40155
40175
|
// Copy properties from require('buffer')
|
|
40156
|
-
copyProps(buffer, exports
|
|
40157
|
-
exports
|
|
40176
|
+
copyProps(buffer, exports);
|
|
40177
|
+
exports.Buffer = SafeBuffer;
|
|
40158
40178
|
}
|
|
40159
40179
|
|
|
40160
40180
|
function SafeBuffer (arg, encodingOrOffset, length) {
|
|
@@ -44243,7 +44263,7 @@ var hasRequiredBrowser$1;
|
|
|
44243
44263
|
function requireBrowser$1 () {
|
|
44244
44264
|
if (hasRequiredBrowser$1) return browser$1.exports;
|
|
44245
44265
|
hasRequiredBrowser$1 = 1;
|
|
44246
|
-
(function (module, exports
|
|
44266
|
+
(function (module, exports) {
|
|
44247
44267
|
|
|
44248
44268
|
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
44249
44269
|
|
|
@@ -44252,17 +44272,17 @@ function requireBrowser$1 () {
|
|
|
44252
44272
|
/**
|
|
44253
44273
|
* This is the web browser implementation of `debug()`.
|
|
44254
44274
|
*/
|
|
44255
|
-
exports
|
|
44256
|
-
exports
|
|
44257
|
-
exports
|
|
44258
|
-
exports
|
|
44259
|
-
exports
|
|
44260
|
-
exports
|
|
44275
|
+
exports.log = log;
|
|
44276
|
+
exports.formatArgs = formatArgs;
|
|
44277
|
+
exports.save = save;
|
|
44278
|
+
exports.load = load;
|
|
44279
|
+
exports.useColors = useColors;
|
|
44280
|
+
exports.storage = localstorage();
|
|
44261
44281
|
/**
|
|
44262
44282
|
* Colors.
|
|
44263
44283
|
*/
|
|
44264
44284
|
|
|
44265
|
-
exports
|
|
44285
|
+
exports.colors = ['#0000CC', '#0000FF', '#0033CC', '#0033FF', '#0066CC', '#0066FF', '#0099CC', '#0099FF', '#00CC00', '#00CC33', '#00CC66', '#00CC99', '#00CCCC', '#00CCFF', '#3300CC', '#3300FF', '#3333CC', '#3333FF', '#3366CC', '#3366FF', '#3399CC', '#3399FF', '#33CC00', '#33CC33', '#33CC66', '#33CC99', '#33CCCC', '#33CCFF', '#6600CC', '#6600FF', '#6633CC', '#6633FF', '#66CC00', '#66CC33', '#9900CC', '#9900FF', '#9933CC', '#9933FF', '#99CC00', '#99CC33', '#CC0000', '#CC0033', '#CC0066', '#CC0099', '#CC00CC', '#CC00FF', '#CC3300', '#CC3333', '#CC3366', '#CC3399', '#CC33CC', '#CC33FF', '#CC6600', '#CC6633', '#CC9900', '#CC9933', '#CCCC00', '#CCCC33', '#FF0000', '#FF0033', '#FF0066', '#FF0099', '#FF00CC', '#FF00FF', '#FF3300', '#FF3333', '#FF3366', '#FF3399', '#FF33CC', '#FF33FF', '#FF6600', '#FF6633', '#FF9900', '#FF9933', '#FFCC00', '#FFCC33'];
|
|
44266
44286
|
/**
|
|
44267
44287
|
* Currently only WebKit-based Web Inspectors, Firefox >= v31,
|
|
44268
44288
|
* and the Firebug extension (any Firefox version) are known
|
|
@@ -44355,9 +44375,9 @@ function requireBrowser$1 () {
|
|
|
44355
44375
|
function save(namespaces) {
|
|
44356
44376
|
try {
|
|
44357
44377
|
if (namespaces) {
|
|
44358
|
-
exports
|
|
44378
|
+
exports.storage.setItem('debug', namespaces);
|
|
44359
44379
|
} else {
|
|
44360
|
-
exports
|
|
44380
|
+
exports.storage.removeItem('debug');
|
|
44361
44381
|
}
|
|
44362
44382
|
} catch (error) {// Swallow
|
|
44363
44383
|
// XXX (@Qix-) should we be logging these?
|
|
@@ -44375,7 +44395,7 @@ function requireBrowser$1 () {
|
|
|
44375
44395
|
var r;
|
|
44376
44396
|
|
|
44377
44397
|
try {
|
|
44378
|
-
r = exports
|
|
44398
|
+
r = exports.storage.getItem('debug');
|
|
44379
44399
|
} catch (error) {} // Swallow
|
|
44380
44400
|
// XXX (@Qix-) should we be logging these?
|
|
44381
44401
|
// If debug isn't set in LS, and we're in Electron, try to load $DEBUG
|
|
@@ -44409,7 +44429,7 @@ function requireBrowser$1 () {
|
|
|
44409
44429
|
}
|
|
44410
44430
|
}
|
|
44411
44431
|
|
|
44412
|
-
module.exports = requireCommon()(exports
|
|
44432
|
+
module.exports = requireCommon()(exports);
|
|
44413
44433
|
var formatters = module.exports.formatters;
|
|
44414
44434
|
/**
|
|
44415
44435
|
* Map %j to `JSON.stringify()`, since no Web Inspectors do that by default.
|
|
@@ -44466,7 +44486,7 @@ var hasRequiredNode;
|
|
|
44466
44486
|
function requireNode () {
|
|
44467
44487
|
if (hasRequiredNode) return node.exports;
|
|
44468
44488
|
hasRequiredNode = 1;
|
|
44469
|
-
(function (module, exports
|
|
44489
|
+
(function (module, exports) {
|
|
44470
44490
|
|
|
44471
44491
|
/**
|
|
44472
44492
|
* Module dependencies.
|
|
@@ -44479,17 +44499,17 @@ function requireNode () {
|
|
|
44479
44499
|
*/
|
|
44480
44500
|
|
|
44481
44501
|
|
|
44482
|
-
exports
|
|
44483
|
-
exports
|
|
44484
|
-
exports
|
|
44485
|
-
exports
|
|
44486
|
-
exports
|
|
44487
|
-
exports
|
|
44502
|
+
exports.init = init;
|
|
44503
|
+
exports.log = log;
|
|
44504
|
+
exports.formatArgs = formatArgs;
|
|
44505
|
+
exports.save = save;
|
|
44506
|
+
exports.load = load;
|
|
44507
|
+
exports.useColors = useColors;
|
|
44488
44508
|
/**
|
|
44489
44509
|
* Colors.
|
|
44490
44510
|
*/
|
|
44491
44511
|
|
|
44492
|
-
exports
|
|
44512
|
+
exports.colors = [6, 2, 3, 4, 5, 1];
|
|
44493
44513
|
|
|
44494
44514
|
try {
|
|
44495
44515
|
// Optional dependency (as in, doesn't need to be installed, NOT like optionalDependencies in package.json)
|
|
@@ -44497,7 +44517,7 @@ function requireNode () {
|
|
|
44497
44517
|
var supportsColor = requireBrowser();
|
|
44498
44518
|
|
|
44499
44519
|
if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
|
|
44500
|
-
exports
|
|
44520
|
+
exports.colors = [20, 21, 26, 27, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 56, 57, 62, 63, 68, 69, 74, 75, 76, 77, 78, 79, 80, 81, 92, 93, 98, 99, 112, 113, 128, 129, 134, 135, 148, 149, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 178, 179, 184, 185, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 214, 215, 220, 221];
|
|
44501
44521
|
}
|
|
44502
44522
|
} catch (error) {} // Swallow - we only care if `supports-color` is available; it doesn't have to be.
|
|
44503
44523
|
|
|
@@ -44508,7 +44528,7 @@ function requireNode () {
|
|
|
44508
44528
|
*/
|
|
44509
44529
|
|
|
44510
44530
|
|
|
44511
|
-
exports
|
|
44531
|
+
exports.inspectOpts = Object.keys(process.env).filter(function (key) {
|
|
44512
44532
|
return /^debug_/i.test(key);
|
|
44513
44533
|
}).reduce(function (obj, key) {
|
|
44514
44534
|
// Camel-case
|
|
@@ -44536,7 +44556,7 @@ function requireNode () {
|
|
|
44536
44556
|
*/
|
|
44537
44557
|
|
|
44538
44558
|
function useColors() {
|
|
44539
|
-
return 'colors' in exports
|
|
44559
|
+
return 'colors' in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty.isatty(process.stderr.fd);
|
|
44540
44560
|
}
|
|
44541
44561
|
/**
|
|
44542
44562
|
* Adds ANSI color escape codes if enabled.
|
|
@@ -44561,7 +44581,7 @@ function requireNode () {
|
|
|
44561
44581
|
}
|
|
44562
44582
|
|
|
44563
44583
|
function getDate() {
|
|
44564
|
-
if (exports
|
|
44584
|
+
if (exports.inspectOpts.hideDate) {
|
|
44565
44585
|
return '';
|
|
44566
44586
|
}
|
|
44567
44587
|
|
|
@@ -44613,14 +44633,14 @@ function requireNode () {
|
|
|
44613
44633
|
|
|
44614
44634
|
function init(debug) {
|
|
44615
44635
|
debug.inspectOpts = {};
|
|
44616
|
-
var keys = Object.keys(exports
|
|
44636
|
+
var keys = Object.keys(exports.inspectOpts);
|
|
44617
44637
|
|
|
44618
44638
|
for (var i = 0; i < keys.length; i++) {
|
|
44619
|
-
debug.inspectOpts[keys[i]] = exports
|
|
44639
|
+
debug.inspectOpts[keys[i]] = exports.inspectOpts[keys[i]];
|
|
44620
44640
|
}
|
|
44621
44641
|
}
|
|
44622
44642
|
|
|
44623
|
-
module.exports = requireCommon()(exports
|
|
44643
|
+
module.exports = requireCommon()(exports);
|
|
44624
44644
|
var formatters = module.exports.formatters;
|
|
44625
44645
|
/**
|
|
44626
44646
|
* Map %o to `util.inspect()`, all on a single line.
|
|
@@ -44669,9 +44689,9 @@ var hasRequiredClient;
|
|
|
44669
44689
|
function requireClient () {
|
|
44670
44690
|
if (hasRequiredClient) return client$2.exports;
|
|
44671
44691
|
hasRequiredClient = 1;
|
|
44672
|
-
(function (module, exports
|
|
44692
|
+
(function (module, exports) {
|
|
44673
44693
|
|
|
44674
|
-
Object.defineProperty(exports
|
|
44694
|
+
Object.defineProperty(exports, "__esModule", {
|
|
44675
44695
|
value: true
|
|
44676
44696
|
});
|
|
44677
44697
|
|
|
@@ -44812,8 +44832,8 @@ function requireClient () {
|
|
|
44812
44832
|
return Client;
|
|
44813
44833
|
}(_events2.default.EventEmitter);
|
|
44814
44834
|
|
|
44815
|
-
exports
|
|
44816
|
-
module.exports = exports
|
|
44835
|
+
exports.default = Client;
|
|
44836
|
+
module.exports = exports['default'];
|
|
44817
44837
|
} (client$2, client$2.exports));
|
|
44818
44838
|
return client$2.exports;
|
|
44819
44839
|
}
|
|
@@ -48864,9 +48884,9 @@ var hasRequiredServer;
|
|
|
48864
48884
|
function requireServer () {
|
|
48865
48885
|
if (hasRequiredServer) return server$1.exports;
|
|
48866
48886
|
hasRequiredServer = 1;
|
|
48867
|
-
(function (module, exports
|
|
48887
|
+
(function (module, exports) {
|
|
48868
48888
|
|
|
48869
|
-
Object.defineProperty(exports
|
|
48889
|
+
Object.defineProperty(exports, "__esModule", {
|
|
48870
48890
|
value: true
|
|
48871
48891
|
});
|
|
48872
48892
|
|
|
@@ -49258,8 +49278,8 @@ function requireServer () {
|
|
|
49258
49278
|
return Server;
|
|
49259
49279
|
}(_events2.default.EventEmitter);
|
|
49260
49280
|
|
|
49261
|
-
exports
|
|
49262
|
-
module.exports = exports
|
|
49281
|
+
exports.default = Server;
|
|
49282
|
+
module.exports = exports['default'];
|
|
49263
49283
|
} (server$1, server$1.exports));
|
|
49264
49284
|
return server$1.exports;
|
|
49265
49285
|
}
|
|
@@ -49269,9 +49289,9 @@ var hasRequiredSrc;
|
|
|
49269
49289
|
function requireSrc () {
|
|
49270
49290
|
if (hasRequiredSrc) return src$1.exports;
|
|
49271
49291
|
hasRequiredSrc = 1;
|
|
49272
|
-
(function (module, exports
|
|
49292
|
+
(function (module, exports) {
|
|
49273
49293
|
|
|
49274
|
-
Object.defineProperty(exports
|
|
49294
|
+
Object.defineProperty(exports, "__esModule", {
|
|
49275
49295
|
value: true
|
|
49276
49296
|
});
|
|
49277
49297
|
|
|
@@ -49290,7 +49310,7 @@ function requireSrc () {
|
|
|
49290
49310
|
// Need to keep track of LR servers when notifying
|
|
49291
49311
|
var servers = [];
|
|
49292
49312
|
|
|
49293
|
-
exports
|
|
49313
|
+
exports.default = tinylr;
|
|
49294
49314
|
|
|
49295
49315
|
// Expose Server / Client objects
|
|
49296
49316
|
|
|
@@ -49329,7 +49349,7 @@ function requireSrc () {
|
|
|
49329
49349
|
});
|
|
49330
49350
|
done();
|
|
49331
49351
|
}
|
|
49332
|
-
module.exports = exports
|
|
49352
|
+
module.exports = exports['default'];
|
|
49333
49353
|
} (src$1, src$1.exports));
|
|
49334
49354
|
return src$1.exports;
|
|
49335
49355
|
}
|
|
@@ -50786,13 +50806,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
50786
50806
|
|
|
50787
50807
|
// node_modules/fast-glob/out/utils/array.js
|
|
50788
50808
|
var require_array = __commonJS({
|
|
50789
|
-
"node_modules/fast-glob/out/utils/array.js"(exports
|
|
50790
|
-
Object.defineProperty(exports
|
|
50791
|
-
exports
|
|
50809
|
+
"node_modules/fast-glob/out/utils/array.js"(exports) {
|
|
50810
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50811
|
+
exports.splitWhen = exports.flatten = void 0;
|
|
50792
50812
|
function flatten(items) {
|
|
50793
50813
|
return items.reduce((collection, item) => [].concat(collection, item), []);
|
|
50794
50814
|
}
|
|
50795
|
-
exports
|
|
50815
|
+
exports.flatten = flatten;
|
|
50796
50816
|
function splitWhen(items, predicate) {
|
|
50797
50817
|
const result = [[]];
|
|
50798
50818
|
let groupIndex = 0;
|
|
@@ -50806,27 +50826,27 @@ var require_array = __commonJS({
|
|
|
50806
50826
|
}
|
|
50807
50827
|
return result;
|
|
50808
50828
|
}
|
|
50809
|
-
exports
|
|
50829
|
+
exports.splitWhen = splitWhen;
|
|
50810
50830
|
}
|
|
50811
50831
|
});
|
|
50812
50832
|
|
|
50813
50833
|
// node_modules/fast-glob/out/utils/errno.js
|
|
50814
50834
|
var require_errno = __commonJS({
|
|
50815
|
-
"node_modules/fast-glob/out/utils/errno.js"(exports
|
|
50816
|
-
Object.defineProperty(exports
|
|
50817
|
-
exports
|
|
50835
|
+
"node_modules/fast-glob/out/utils/errno.js"(exports) {
|
|
50836
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50837
|
+
exports.isEnoentCodeError = void 0;
|
|
50818
50838
|
function isEnoentCodeError(error) {
|
|
50819
50839
|
return error.code === "ENOENT";
|
|
50820
50840
|
}
|
|
50821
|
-
exports
|
|
50841
|
+
exports.isEnoentCodeError = isEnoentCodeError;
|
|
50822
50842
|
}
|
|
50823
50843
|
});
|
|
50824
50844
|
|
|
50825
50845
|
// node_modules/fast-glob/out/utils/fs.js
|
|
50826
50846
|
var require_fs = __commonJS({
|
|
50827
|
-
"node_modules/fast-glob/out/utils/fs.js"(exports
|
|
50828
|
-
Object.defineProperty(exports
|
|
50829
|
-
exports
|
|
50847
|
+
"node_modules/fast-glob/out/utils/fs.js"(exports) {
|
|
50848
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50849
|
+
exports.createDirentFromStats = void 0;
|
|
50830
50850
|
var DirentFromStats = class {
|
|
50831
50851
|
constructor(name, stats) {
|
|
50832
50852
|
this.name = name;
|
|
@@ -50842,15 +50862,15 @@ var require_fs = __commonJS({
|
|
|
50842
50862
|
function createDirentFromStats(name, stats) {
|
|
50843
50863
|
return new DirentFromStats(name, stats);
|
|
50844
50864
|
}
|
|
50845
|
-
exports
|
|
50865
|
+
exports.createDirentFromStats = createDirentFromStats;
|
|
50846
50866
|
}
|
|
50847
50867
|
});
|
|
50848
50868
|
|
|
50849
50869
|
// node_modules/fast-glob/out/utils/path.js
|
|
50850
50870
|
var require_path = __commonJS({
|
|
50851
|
-
"node_modules/fast-glob/out/utils/path.js"(exports
|
|
50852
|
-
Object.defineProperty(exports
|
|
50853
|
-
exports
|
|
50871
|
+
"node_modules/fast-glob/out/utils/path.js"(exports) {
|
|
50872
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50873
|
+
exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = void 0;
|
|
50854
50874
|
var os = __require("os");
|
|
50855
50875
|
var path15 = __require("path");
|
|
50856
50876
|
var IS_WINDOWS_PLATFORM = os.platform() === "win32";
|
|
@@ -50862,11 +50882,11 @@ var require_path = __commonJS({
|
|
|
50862
50882
|
function unixify(filepath) {
|
|
50863
50883
|
return filepath.replace(/\\/g, "/");
|
|
50864
50884
|
}
|
|
50865
|
-
exports
|
|
50885
|
+
exports.unixify = unixify;
|
|
50866
50886
|
function makeAbsolute(cwd, filepath) {
|
|
50867
50887
|
return path15.resolve(cwd, filepath);
|
|
50868
50888
|
}
|
|
50869
|
-
exports
|
|
50889
|
+
exports.makeAbsolute = makeAbsolute;
|
|
50870
50890
|
function removeLeadingDotSegment(entry) {
|
|
50871
50891
|
if (entry.charAt(0) === ".") {
|
|
50872
50892
|
const secondCharactery = entry.charAt(1);
|
|
@@ -50876,31 +50896,31 @@ var require_path = __commonJS({
|
|
|
50876
50896
|
}
|
|
50877
50897
|
return entry;
|
|
50878
50898
|
}
|
|
50879
|
-
exports
|
|
50880
|
-
exports
|
|
50899
|
+
exports.removeLeadingDotSegment = removeLeadingDotSegment;
|
|
50900
|
+
exports.escape = IS_WINDOWS_PLATFORM ? escapeWindowsPath : escapePosixPath;
|
|
50881
50901
|
function escapeWindowsPath(pattern) {
|
|
50882
50902
|
return pattern.replace(WINDOWS_UNESCAPED_GLOB_SYMBOLS_RE, "\\$2");
|
|
50883
50903
|
}
|
|
50884
|
-
exports
|
|
50904
|
+
exports.escapeWindowsPath = escapeWindowsPath;
|
|
50885
50905
|
function escapePosixPath(pattern) {
|
|
50886
50906
|
return pattern.replace(POSIX_UNESCAPED_GLOB_SYMBOLS_RE, "\\$2");
|
|
50887
50907
|
}
|
|
50888
|
-
exports
|
|
50889
|
-
exports
|
|
50908
|
+
exports.escapePosixPath = escapePosixPath;
|
|
50909
|
+
exports.convertPathToPattern = IS_WINDOWS_PLATFORM ? convertWindowsPathToPattern : convertPosixPathToPattern;
|
|
50890
50910
|
function convertWindowsPathToPattern(filepath) {
|
|
50891
50911
|
return escapeWindowsPath(filepath).replace(DOS_DEVICE_PATH_RE, "//$1").replace(WINDOWS_BACKSLASHES_RE, "/");
|
|
50892
50912
|
}
|
|
50893
|
-
exports
|
|
50913
|
+
exports.convertWindowsPathToPattern = convertWindowsPathToPattern;
|
|
50894
50914
|
function convertPosixPathToPattern(filepath) {
|
|
50895
50915
|
return escapePosixPath(filepath);
|
|
50896
50916
|
}
|
|
50897
|
-
exports
|
|
50917
|
+
exports.convertPosixPathToPattern = convertPosixPathToPattern;
|
|
50898
50918
|
}
|
|
50899
50919
|
});
|
|
50900
50920
|
|
|
50901
50921
|
// node_modules/is-extglob/index.js
|
|
50902
50922
|
var require_is_extglob = __commonJS({
|
|
50903
|
-
"node_modules/is-extglob/index.js"(exports
|
|
50923
|
+
"node_modules/is-extglob/index.js"(exports, module) {
|
|
50904
50924
|
module.exports = function isExtglob(str) {
|
|
50905
50925
|
if (typeof str !== "string" || str === "") {
|
|
50906
50926
|
return false;
|
|
@@ -50917,7 +50937,7 @@ var require_is_extglob = __commonJS({
|
|
|
50917
50937
|
|
|
50918
50938
|
// node_modules/is-glob/index.js
|
|
50919
50939
|
var require_is_glob = __commonJS({
|
|
50920
|
-
"node_modules/is-glob/index.js"(exports
|
|
50940
|
+
"node_modules/is-glob/index.js"(exports, module) {
|
|
50921
50941
|
var isExtglob = require_is_extglob();
|
|
50922
50942
|
var chars = { "{": "}", "(": ")", "[": "]" };
|
|
50923
50943
|
var strictCheck = function(str) {
|
|
@@ -51048,7 +51068,7 @@ var require_is_glob = __commonJS({
|
|
|
51048
51068
|
|
|
51049
51069
|
// node_modules/fast-glob/node_modules/glob-parent/index.js
|
|
51050
51070
|
var require_glob_parent = __commonJS({
|
|
51051
|
-
"node_modules/fast-glob/node_modules/glob-parent/index.js"(exports
|
|
51071
|
+
"node_modules/fast-glob/node_modules/glob-parent/index.js"(exports, module) {
|
|
51052
51072
|
var isGlob = require_is_glob();
|
|
51053
51073
|
var pathPosixDirname = __require("path").posix.dirname;
|
|
51054
51074
|
var isWin32 = __require("os").platform() === "win32";
|
|
@@ -51076,8 +51096,8 @@ var require_glob_parent = __commonJS({
|
|
|
51076
51096
|
|
|
51077
51097
|
// node_modules/braces/lib/utils.js
|
|
51078
51098
|
var require_utils = __commonJS({
|
|
51079
|
-
"node_modules/braces/lib/utils.js"(exports
|
|
51080
|
-
exports
|
|
51099
|
+
"node_modules/braces/lib/utils.js"(exports) {
|
|
51100
|
+
exports.isInteger = (num) => {
|
|
51081
51101
|
if (typeof num === "number") {
|
|
51082
51102
|
return Number.isInteger(num);
|
|
51083
51103
|
}
|
|
@@ -51086,13 +51106,13 @@ var require_utils = __commonJS({
|
|
|
51086
51106
|
}
|
|
51087
51107
|
return false;
|
|
51088
51108
|
};
|
|
51089
|
-
exports
|
|
51090
|
-
exports
|
|
51109
|
+
exports.find = (node, type) => node.nodes.find((node2) => node2.type === type);
|
|
51110
|
+
exports.exceedsLimit = (min, max, step = 1, limit) => {
|
|
51091
51111
|
if (limit === false) return false;
|
|
51092
|
-
if (!exports
|
|
51112
|
+
if (!exports.isInteger(min) || !exports.isInteger(max)) return false;
|
|
51093
51113
|
return (Number(max) - Number(min)) / Number(step) >= limit;
|
|
51094
51114
|
};
|
|
51095
|
-
exports
|
|
51115
|
+
exports.escapeNode = (block, n = 0, type) => {
|
|
51096
51116
|
const node = block.nodes[n];
|
|
51097
51117
|
if (!node) return;
|
|
51098
51118
|
if (type && node.type === type || node.type === "open" || node.type === "close") {
|
|
@@ -51102,7 +51122,7 @@ var require_utils = __commonJS({
|
|
|
51102
51122
|
}
|
|
51103
51123
|
}
|
|
51104
51124
|
};
|
|
51105
|
-
exports
|
|
51125
|
+
exports.encloseBrace = (node) => {
|
|
51106
51126
|
if (node.type !== "brace") return false;
|
|
51107
51127
|
if (node.commas >> 0 + node.ranges >> 0 === 0) {
|
|
51108
51128
|
node.invalid = true;
|
|
@@ -51110,7 +51130,7 @@ var require_utils = __commonJS({
|
|
|
51110
51130
|
}
|
|
51111
51131
|
return false;
|
|
51112
51132
|
};
|
|
51113
|
-
exports
|
|
51133
|
+
exports.isInvalidBrace = (block) => {
|
|
51114
51134
|
if (block.type !== "brace") return false;
|
|
51115
51135
|
if (block.invalid === true || block.dollar) return true;
|
|
51116
51136
|
if (block.commas >> 0 + block.ranges >> 0 === 0) {
|
|
@@ -51123,18 +51143,18 @@ var require_utils = __commonJS({
|
|
|
51123
51143
|
}
|
|
51124
51144
|
return false;
|
|
51125
51145
|
};
|
|
51126
|
-
exports
|
|
51146
|
+
exports.isOpenOrClose = (node) => {
|
|
51127
51147
|
if (node.type === "open" || node.type === "close") {
|
|
51128
51148
|
return true;
|
|
51129
51149
|
}
|
|
51130
51150
|
return node.open === true || node.close === true;
|
|
51131
51151
|
};
|
|
51132
|
-
exports
|
|
51152
|
+
exports.reduce = (nodes) => nodes.reduce((acc, node) => {
|
|
51133
51153
|
if (node.type === "text") acc.push(node.value);
|
|
51134
51154
|
if (node.type === "range") node.type = "text";
|
|
51135
51155
|
return acc;
|
|
51136
51156
|
}, []);
|
|
51137
|
-
exports
|
|
51157
|
+
exports.flatten = (...args) => {
|
|
51138
51158
|
const result = [];
|
|
51139
51159
|
const flat = (arr) => {
|
|
51140
51160
|
for (let i = 0; i < arr.length; i++) {
|
|
@@ -51157,7 +51177,7 @@ var require_utils = __commonJS({
|
|
|
51157
51177
|
|
|
51158
51178
|
// node_modules/braces/lib/stringify.js
|
|
51159
51179
|
var require_stringify = __commonJS({
|
|
51160
|
-
"node_modules/braces/lib/stringify.js"(exports
|
|
51180
|
+
"node_modules/braces/lib/stringify.js"(exports, module) {
|
|
51161
51181
|
var utils = require_utils();
|
|
51162
51182
|
module.exports = (ast, options8 = {}) => {
|
|
51163
51183
|
const stringify2 = (node, parent = {}) => {
|
|
@@ -51187,7 +51207,7 @@ var require_stringify = __commonJS({
|
|
|
51187
51207
|
|
|
51188
51208
|
// node_modules/is-number/index.js
|
|
51189
51209
|
var require_is_number = __commonJS({
|
|
51190
|
-
"node_modules/is-number/index.js"(exports
|
|
51210
|
+
"node_modules/is-number/index.js"(exports, module) {
|
|
51191
51211
|
module.exports = function(num) {
|
|
51192
51212
|
if (typeof num === "number") {
|
|
51193
51213
|
return num - num === 0;
|
|
@@ -51202,7 +51222,7 @@ var require_is_number = __commonJS({
|
|
|
51202
51222
|
|
|
51203
51223
|
// node_modules/to-regex-range/index.js
|
|
51204
51224
|
var require_to_regex_range = __commonJS({
|
|
51205
|
-
"node_modules/to-regex-range/index.js"(exports
|
|
51225
|
+
"node_modules/to-regex-range/index.js"(exports, module) {
|
|
51206
51226
|
var isNumber = require_is_number();
|
|
51207
51227
|
var toRegexRange = (min, max, options8) => {
|
|
51208
51228
|
if (isNumber(min) === false) {
|
|
@@ -51412,7 +51432,7 @@ var require_to_regex_range = __commonJS({
|
|
|
51412
51432
|
|
|
51413
51433
|
// node_modules/fill-range/index.js
|
|
51414
51434
|
var require_fill_range = __commonJS({
|
|
51415
|
-
"node_modules/fill-range/index.js"(exports
|
|
51435
|
+
"node_modules/fill-range/index.js"(exports, module) {
|
|
51416
51436
|
var util2 = __require("util");
|
|
51417
51437
|
var toRegexRange = require_to_regex_range();
|
|
51418
51438
|
var isObject2 = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
@@ -51605,7 +51625,7 @@ var require_fill_range = __commonJS({
|
|
|
51605
51625
|
|
|
51606
51626
|
// node_modules/braces/lib/compile.js
|
|
51607
51627
|
var require_compile = __commonJS({
|
|
51608
|
-
"node_modules/braces/lib/compile.js"(exports
|
|
51628
|
+
"node_modules/braces/lib/compile.js"(exports, module) {
|
|
51609
51629
|
var fill = require_fill_range();
|
|
51610
51630
|
var utils = require_utils();
|
|
51611
51631
|
var compile = (ast, options8 = {}) => {
|
|
@@ -51656,7 +51676,7 @@ var require_compile = __commonJS({
|
|
|
51656
51676
|
|
|
51657
51677
|
// node_modules/braces/lib/expand.js
|
|
51658
51678
|
var require_expand = __commonJS({
|
|
51659
|
-
"node_modules/braces/lib/expand.js"(exports
|
|
51679
|
+
"node_modules/braces/lib/expand.js"(exports, module) {
|
|
51660
51680
|
var fill = require_fill_range();
|
|
51661
51681
|
var stringify2 = require_stringify();
|
|
51662
51682
|
var utils = require_utils();
|
|
@@ -51749,7 +51769,7 @@ var require_expand = __commonJS({
|
|
|
51749
51769
|
|
|
51750
51770
|
// node_modules/braces/lib/constants.js
|
|
51751
51771
|
var require_constants = __commonJS({
|
|
51752
|
-
"node_modules/braces/lib/constants.js"(exports
|
|
51772
|
+
"node_modules/braces/lib/constants.js"(exports, module) {
|
|
51753
51773
|
module.exports = {
|
|
51754
51774
|
MAX_LENGTH: 1e4,
|
|
51755
51775
|
// Digits
|
|
@@ -51849,7 +51869,7 @@ var require_constants = __commonJS({
|
|
|
51849
51869
|
|
|
51850
51870
|
// node_modules/braces/lib/parse.js
|
|
51851
51871
|
var require_parse = __commonJS({
|
|
51852
|
-
"node_modules/braces/lib/parse.js"(exports
|
|
51872
|
+
"node_modules/braces/lib/parse.js"(exports, module) {
|
|
51853
51873
|
var stringify2 = require_stringify();
|
|
51854
51874
|
var {
|
|
51855
51875
|
MAX_LENGTH,
|
|
@@ -52086,7 +52106,7 @@ var require_parse = __commonJS({
|
|
|
52086
52106
|
|
|
52087
52107
|
// node_modules/braces/index.js
|
|
52088
52108
|
var require_braces = __commonJS({
|
|
52089
|
-
"node_modules/braces/index.js"(exports
|
|
52109
|
+
"node_modules/braces/index.js"(exports, module) {
|
|
52090
52110
|
var stringify2 = require_stringify();
|
|
52091
52111
|
var compile = require_compile();
|
|
52092
52112
|
var expand = require_expand();
|
|
@@ -52148,7 +52168,7 @@ var require_braces = __commonJS({
|
|
|
52148
52168
|
|
|
52149
52169
|
// node_modules/micromatch/node_modules/picomatch/lib/constants.js
|
|
52150
52170
|
var require_constants2 = __commonJS({
|
|
52151
|
-
"node_modules/micromatch/node_modules/picomatch/lib/constants.js"(exports
|
|
52171
|
+
"node_modules/micromatch/node_modules/picomatch/lib/constants.js"(exports, module) {
|
|
52152
52172
|
var path15 = __require("path");
|
|
52153
52173
|
var WIN_SLASH = "\\\\/";
|
|
52154
52174
|
var WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
@@ -52344,7 +52364,7 @@ var require_constants2 = __commonJS({
|
|
|
52344
52364
|
|
|
52345
52365
|
// node_modules/micromatch/node_modules/picomatch/lib/utils.js
|
|
52346
52366
|
var require_utils2 = __commonJS({
|
|
52347
|
-
"node_modules/micromatch/node_modules/picomatch/lib/utils.js"(exports
|
|
52367
|
+
"node_modules/micromatch/node_modules/picomatch/lib/utils.js"(exports) {
|
|
52348
52368
|
var path15 = __require("path");
|
|
52349
52369
|
var win32 = process.platform === "win32";
|
|
52350
52370
|
var {
|
|
@@ -52353,36 +52373,36 @@ var require_utils2 = __commonJS({
|
|
|
52353
52373
|
REGEX_SPECIAL_CHARS,
|
|
52354
52374
|
REGEX_SPECIAL_CHARS_GLOBAL
|
|
52355
52375
|
} = require_constants2();
|
|
52356
|
-
exports
|
|
52357
|
-
exports
|
|
52358
|
-
exports
|
|
52359
|
-
exports
|
|
52360
|
-
exports
|
|
52361
|
-
exports
|
|
52376
|
+
exports.isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
|
|
52377
|
+
exports.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
|
|
52378
|
+
exports.isRegexChar = (str) => str.length === 1 && exports.hasRegexChars(str);
|
|
52379
|
+
exports.escapeRegex = (str) => str.replace(REGEX_SPECIAL_CHARS_GLOBAL, "\\$1");
|
|
52380
|
+
exports.toPosixSlashes = (str) => str.replace(REGEX_BACKSLASH, "/");
|
|
52381
|
+
exports.removeBackslashes = (str) => {
|
|
52362
52382
|
return str.replace(REGEX_REMOVE_BACKSLASH, (match) => {
|
|
52363
52383
|
return match === "\\" ? "" : match;
|
|
52364
52384
|
});
|
|
52365
52385
|
};
|
|
52366
|
-
exports
|
|
52386
|
+
exports.supportsLookbehinds = () => {
|
|
52367
52387
|
const segs = process.version.slice(1).split(".").map(Number);
|
|
52368
52388
|
if (segs.length === 3 && segs[0] >= 9 || segs[0] === 8 && segs[1] >= 10) {
|
|
52369
52389
|
return true;
|
|
52370
52390
|
}
|
|
52371
52391
|
return false;
|
|
52372
52392
|
};
|
|
52373
|
-
exports
|
|
52393
|
+
exports.isWindows = (options8) => {
|
|
52374
52394
|
if (options8 && typeof options8.windows === "boolean") {
|
|
52375
52395
|
return options8.windows;
|
|
52376
52396
|
}
|
|
52377
52397
|
return win32 === true || path15.sep === "\\";
|
|
52378
52398
|
};
|
|
52379
|
-
exports
|
|
52399
|
+
exports.escapeLast = (input, char, lastIdx) => {
|
|
52380
52400
|
const idx = input.lastIndexOf(char, lastIdx);
|
|
52381
52401
|
if (idx === -1) return input;
|
|
52382
|
-
if (input[idx - 1] === "\\") return exports
|
|
52402
|
+
if (input[idx - 1] === "\\") return exports.escapeLast(input, char, idx - 1);
|
|
52383
52403
|
return `${input.slice(0, idx)}\\${input.slice(idx)}`;
|
|
52384
52404
|
};
|
|
52385
|
-
exports
|
|
52405
|
+
exports.removePrefix = (input, state = {}) => {
|
|
52386
52406
|
let output = input;
|
|
52387
52407
|
if (output.startsWith("./")) {
|
|
52388
52408
|
output = output.slice(2);
|
|
@@ -52390,7 +52410,7 @@ var require_utils2 = __commonJS({
|
|
|
52390
52410
|
}
|
|
52391
52411
|
return output;
|
|
52392
52412
|
};
|
|
52393
|
-
exports
|
|
52413
|
+
exports.wrapOutput = (input, state = {}, options8 = {}) => {
|
|
52394
52414
|
const prepend = options8.contains ? "" : "^";
|
|
52395
52415
|
const append = options8.contains ? "" : "$";
|
|
52396
52416
|
let output = `${prepend}(?:${input})${append}`;
|
|
@@ -52404,7 +52424,7 @@ var require_utils2 = __commonJS({
|
|
|
52404
52424
|
|
|
52405
52425
|
// node_modules/micromatch/node_modules/picomatch/lib/scan.js
|
|
52406
52426
|
var require_scan = __commonJS({
|
|
52407
|
-
"node_modules/micromatch/node_modules/picomatch/lib/scan.js"(exports
|
|
52427
|
+
"node_modules/micromatch/node_modules/picomatch/lib/scan.js"(exports, module) {
|
|
52408
52428
|
var utils = require_utils2();
|
|
52409
52429
|
var {
|
|
52410
52430
|
CHAR_ASTERISK,
|
|
@@ -52733,7 +52753,7 @@ var require_scan = __commonJS({
|
|
|
52733
52753
|
|
|
52734
52754
|
// node_modules/micromatch/node_modules/picomatch/lib/parse.js
|
|
52735
52755
|
var require_parse2 = __commonJS({
|
|
52736
|
-
"node_modules/micromatch/node_modules/picomatch/lib/parse.js"(exports
|
|
52756
|
+
"node_modules/micromatch/node_modules/picomatch/lib/parse.js"(exports, module) {
|
|
52737
52757
|
var constants = require_constants2();
|
|
52738
52758
|
var utils = require_utils2();
|
|
52739
52759
|
var {
|
|
@@ -53505,7 +53525,7 @@ var require_parse2 = __commonJS({
|
|
|
53505
53525
|
|
|
53506
53526
|
// node_modules/micromatch/node_modules/picomatch/lib/picomatch.js
|
|
53507
53527
|
var require_picomatch = __commonJS({
|
|
53508
|
-
"node_modules/micromatch/node_modules/picomatch/lib/picomatch.js"(exports
|
|
53528
|
+
"node_modules/micromatch/node_modules/picomatch/lib/picomatch.js"(exports, module) {
|
|
53509
53529
|
var path15 = __require("path");
|
|
53510
53530
|
var scan = require_scan();
|
|
53511
53531
|
var parse7 = require_parse2();
|
|
@@ -53645,14 +53665,14 @@ var require_picomatch = __commonJS({
|
|
|
53645
53665
|
|
|
53646
53666
|
// node_modules/micromatch/node_modules/picomatch/index.js
|
|
53647
53667
|
var require_picomatch2 = __commonJS({
|
|
53648
|
-
"node_modules/micromatch/node_modules/picomatch/index.js"(exports
|
|
53668
|
+
"node_modules/micromatch/node_modules/picomatch/index.js"(exports, module) {
|
|
53649
53669
|
module.exports = require_picomatch();
|
|
53650
53670
|
}
|
|
53651
53671
|
});
|
|
53652
53672
|
|
|
53653
53673
|
// node_modules/micromatch/index.js
|
|
53654
53674
|
var require_micromatch = __commonJS({
|
|
53655
|
-
"node_modules/micromatch/index.js"(exports
|
|
53675
|
+
"node_modules/micromatch/index.js"(exports, module) {
|
|
53656
53676
|
var util2 = __require("util");
|
|
53657
53677
|
var braces = require_braces();
|
|
53658
53678
|
var picomatch = require_picomatch2();
|
|
@@ -53812,9 +53832,9 @@ var require_micromatch = __commonJS({
|
|
|
53812
53832
|
|
|
53813
53833
|
// node_modules/fast-glob/out/utils/pattern.js
|
|
53814
53834
|
var require_pattern = __commonJS({
|
|
53815
|
-
"node_modules/fast-glob/out/utils/pattern.js"(exports
|
|
53816
|
-
Object.defineProperty(exports
|
|
53817
|
-
exports
|
|
53835
|
+
"node_modules/fast-glob/out/utils/pattern.js"(exports) {
|
|
53836
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53837
|
+
exports.isAbsolute = exports.partitionAbsoluteAndRelative = exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0;
|
|
53818
53838
|
var path15 = __require("path");
|
|
53819
53839
|
var globParent = require_glob_parent();
|
|
53820
53840
|
var micromatch2 = require_micromatch();
|
|
@@ -53829,7 +53849,7 @@ var require_pattern = __commonJS({
|
|
|
53829
53849
|
function isStaticPattern(pattern, options8 = {}) {
|
|
53830
53850
|
return !isDynamicPattern(pattern, options8);
|
|
53831
53851
|
}
|
|
53832
|
-
exports
|
|
53852
|
+
exports.isStaticPattern = isStaticPattern;
|
|
53833
53853
|
function isDynamicPattern(pattern, options8 = {}) {
|
|
53834
53854
|
if (pattern === "") {
|
|
53835
53855
|
return false;
|
|
@@ -53848,7 +53868,7 @@ var require_pattern = __commonJS({
|
|
|
53848
53868
|
}
|
|
53849
53869
|
return false;
|
|
53850
53870
|
}
|
|
53851
|
-
exports
|
|
53871
|
+
exports.isDynamicPattern = isDynamicPattern;
|
|
53852
53872
|
function hasBraceExpansion(pattern) {
|
|
53853
53873
|
const openingBraceIndex = pattern.indexOf("{");
|
|
53854
53874
|
if (openingBraceIndex === -1) {
|
|
@@ -53864,68 +53884,68 @@ var require_pattern = __commonJS({
|
|
|
53864
53884
|
function convertToPositivePattern(pattern) {
|
|
53865
53885
|
return isNegativePattern(pattern) ? pattern.slice(1) : pattern;
|
|
53866
53886
|
}
|
|
53867
|
-
exports
|
|
53887
|
+
exports.convertToPositivePattern = convertToPositivePattern;
|
|
53868
53888
|
function convertToNegativePattern(pattern) {
|
|
53869
53889
|
return "!" + pattern;
|
|
53870
53890
|
}
|
|
53871
|
-
exports
|
|
53891
|
+
exports.convertToNegativePattern = convertToNegativePattern;
|
|
53872
53892
|
function isNegativePattern(pattern) {
|
|
53873
53893
|
return pattern.startsWith("!") && pattern[1] !== "(";
|
|
53874
53894
|
}
|
|
53875
|
-
exports
|
|
53895
|
+
exports.isNegativePattern = isNegativePattern;
|
|
53876
53896
|
function isPositivePattern(pattern) {
|
|
53877
53897
|
return !isNegativePattern(pattern);
|
|
53878
53898
|
}
|
|
53879
|
-
exports
|
|
53899
|
+
exports.isPositivePattern = isPositivePattern;
|
|
53880
53900
|
function getNegativePatterns(patterns) {
|
|
53881
53901
|
return patterns.filter(isNegativePattern);
|
|
53882
53902
|
}
|
|
53883
|
-
exports
|
|
53903
|
+
exports.getNegativePatterns = getNegativePatterns;
|
|
53884
53904
|
function getPositivePatterns(patterns) {
|
|
53885
53905
|
return patterns.filter(isPositivePattern);
|
|
53886
53906
|
}
|
|
53887
|
-
exports
|
|
53907
|
+
exports.getPositivePatterns = getPositivePatterns;
|
|
53888
53908
|
function getPatternsInsideCurrentDirectory(patterns) {
|
|
53889
53909
|
return patterns.filter((pattern) => !isPatternRelatedToParentDirectory(pattern));
|
|
53890
53910
|
}
|
|
53891
|
-
exports
|
|
53911
|
+
exports.getPatternsInsideCurrentDirectory = getPatternsInsideCurrentDirectory;
|
|
53892
53912
|
function getPatternsOutsideCurrentDirectory(patterns) {
|
|
53893
53913
|
return patterns.filter(isPatternRelatedToParentDirectory);
|
|
53894
53914
|
}
|
|
53895
|
-
exports
|
|
53915
|
+
exports.getPatternsOutsideCurrentDirectory = getPatternsOutsideCurrentDirectory;
|
|
53896
53916
|
function isPatternRelatedToParentDirectory(pattern) {
|
|
53897
53917
|
return pattern.startsWith("..") || pattern.startsWith("./..");
|
|
53898
53918
|
}
|
|
53899
|
-
exports
|
|
53919
|
+
exports.isPatternRelatedToParentDirectory = isPatternRelatedToParentDirectory;
|
|
53900
53920
|
function getBaseDirectory(pattern) {
|
|
53901
53921
|
return globParent(pattern, { flipBackslashes: false });
|
|
53902
53922
|
}
|
|
53903
|
-
exports
|
|
53923
|
+
exports.getBaseDirectory = getBaseDirectory;
|
|
53904
53924
|
function hasGlobStar(pattern) {
|
|
53905
53925
|
return pattern.includes(GLOBSTAR);
|
|
53906
53926
|
}
|
|
53907
|
-
exports
|
|
53927
|
+
exports.hasGlobStar = hasGlobStar;
|
|
53908
53928
|
function endsWithSlashGlobStar(pattern) {
|
|
53909
53929
|
return pattern.endsWith("/" + GLOBSTAR);
|
|
53910
53930
|
}
|
|
53911
|
-
exports
|
|
53931
|
+
exports.endsWithSlashGlobStar = endsWithSlashGlobStar;
|
|
53912
53932
|
function isAffectDepthOfReadingPattern(pattern) {
|
|
53913
53933
|
const basename = path15.basename(pattern);
|
|
53914
53934
|
return endsWithSlashGlobStar(pattern) || isStaticPattern(basename);
|
|
53915
53935
|
}
|
|
53916
|
-
exports
|
|
53936
|
+
exports.isAffectDepthOfReadingPattern = isAffectDepthOfReadingPattern;
|
|
53917
53937
|
function expandPatternsWithBraceExpansion(patterns) {
|
|
53918
53938
|
return patterns.reduce((collection, pattern) => {
|
|
53919
53939
|
return collection.concat(expandBraceExpansion(pattern));
|
|
53920
53940
|
}, []);
|
|
53921
53941
|
}
|
|
53922
|
-
exports
|
|
53942
|
+
exports.expandPatternsWithBraceExpansion = expandPatternsWithBraceExpansion;
|
|
53923
53943
|
function expandBraceExpansion(pattern) {
|
|
53924
53944
|
const patterns = micromatch2.braces(pattern, { expand: true, nodupes: true, keepEscaping: true });
|
|
53925
53945
|
patterns.sort((a, b) => a.length - b.length);
|
|
53926
53946
|
return patterns.filter((pattern2) => pattern2 !== "");
|
|
53927
53947
|
}
|
|
53928
|
-
exports
|
|
53948
|
+
exports.expandBraceExpansion = expandBraceExpansion;
|
|
53929
53949
|
function getPatternParts(pattern, options8) {
|
|
53930
53950
|
let { parts } = micromatch2.scan(pattern, Object.assign(Object.assign({}, options8), { parts: true }));
|
|
53931
53951
|
if (parts.length === 0) {
|
|
@@ -53937,23 +53957,23 @@ var require_pattern = __commonJS({
|
|
|
53937
53957
|
}
|
|
53938
53958
|
return parts;
|
|
53939
53959
|
}
|
|
53940
|
-
exports
|
|
53960
|
+
exports.getPatternParts = getPatternParts;
|
|
53941
53961
|
function makeRe(pattern, options8) {
|
|
53942
53962
|
return micromatch2.makeRe(pattern, options8);
|
|
53943
53963
|
}
|
|
53944
|
-
exports
|
|
53964
|
+
exports.makeRe = makeRe;
|
|
53945
53965
|
function convertPatternsToRe(patterns, options8) {
|
|
53946
53966
|
return patterns.map((pattern) => makeRe(pattern, options8));
|
|
53947
53967
|
}
|
|
53948
|
-
exports
|
|
53968
|
+
exports.convertPatternsToRe = convertPatternsToRe;
|
|
53949
53969
|
function matchAny(entry, patternsRe) {
|
|
53950
53970
|
return patternsRe.some((patternRe) => patternRe.test(entry));
|
|
53951
53971
|
}
|
|
53952
|
-
exports
|
|
53972
|
+
exports.matchAny = matchAny;
|
|
53953
53973
|
function removeDuplicateSlashes(pattern) {
|
|
53954
53974
|
return pattern.replace(DOUBLE_SLASH_RE, "/");
|
|
53955
53975
|
}
|
|
53956
|
-
exports
|
|
53976
|
+
exports.removeDuplicateSlashes = removeDuplicateSlashes;
|
|
53957
53977
|
function partitionAbsoluteAndRelative(patterns) {
|
|
53958
53978
|
const absolute = [];
|
|
53959
53979
|
const relative2 = [];
|
|
@@ -53966,17 +53986,17 @@ var require_pattern = __commonJS({
|
|
|
53966
53986
|
}
|
|
53967
53987
|
return [absolute, relative2];
|
|
53968
53988
|
}
|
|
53969
|
-
exports
|
|
53989
|
+
exports.partitionAbsoluteAndRelative = partitionAbsoluteAndRelative;
|
|
53970
53990
|
function isAbsolute(pattern) {
|
|
53971
53991
|
return path15.isAbsolute(pattern);
|
|
53972
53992
|
}
|
|
53973
|
-
exports
|
|
53993
|
+
exports.isAbsolute = isAbsolute;
|
|
53974
53994
|
}
|
|
53975
53995
|
});
|
|
53976
53996
|
|
|
53977
53997
|
// node_modules/merge2/index.js
|
|
53978
53998
|
var require_merge2 = __commonJS({
|
|
53979
|
-
"node_modules/merge2/index.js"(exports
|
|
53999
|
+
"node_modules/merge2/index.js"(exports, module) {
|
|
53980
54000
|
var Stream = __require("stream");
|
|
53981
54001
|
var PassThrough = Stream.PassThrough;
|
|
53982
54002
|
var slice = Array.prototype.slice;
|
|
@@ -54094,9 +54114,9 @@ var require_merge2 = __commonJS({
|
|
|
54094
54114
|
|
|
54095
54115
|
// node_modules/fast-glob/out/utils/stream.js
|
|
54096
54116
|
var require_stream = __commonJS({
|
|
54097
|
-
"node_modules/fast-glob/out/utils/stream.js"(exports
|
|
54098
|
-
Object.defineProperty(exports
|
|
54099
|
-
exports
|
|
54117
|
+
"node_modules/fast-glob/out/utils/stream.js"(exports) {
|
|
54118
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54119
|
+
exports.merge = void 0;
|
|
54100
54120
|
var merge2 = require_merge2();
|
|
54101
54121
|
function merge(streams) {
|
|
54102
54122
|
const mergedStream = merge2(streams);
|
|
@@ -54107,7 +54127,7 @@ var require_stream = __commonJS({
|
|
|
54107
54127
|
mergedStream.once("end", () => propagateCloseEventToSources(streams));
|
|
54108
54128
|
return mergedStream;
|
|
54109
54129
|
}
|
|
54110
|
-
exports
|
|
54130
|
+
exports.merge = merge;
|
|
54111
54131
|
function propagateCloseEventToSources(streams) {
|
|
54112
54132
|
streams.forEach((stream) => stream.emit("close"));
|
|
54113
54133
|
}
|
|
@@ -54116,47 +54136,47 @@ var require_stream = __commonJS({
|
|
|
54116
54136
|
|
|
54117
54137
|
// node_modules/fast-glob/out/utils/string.js
|
|
54118
54138
|
var require_string = __commonJS({
|
|
54119
|
-
"node_modules/fast-glob/out/utils/string.js"(exports
|
|
54120
|
-
Object.defineProperty(exports
|
|
54121
|
-
exports
|
|
54139
|
+
"node_modules/fast-glob/out/utils/string.js"(exports) {
|
|
54140
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54141
|
+
exports.isEmpty = exports.isString = void 0;
|
|
54122
54142
|
function isString(input) {
|
|
54123
54143
|
return typeof input === "string";
|
|
54124
54144
|
}
|
|
54125
|
-
exports
|
|
54145
|
+
exports.isString = isString;
|
|
54126
54146
|
function isEmpty(input) {
|
|
54127
54147
|
return input === "";
|
|
54128
54148
|
}
|
|
54129
|
-
exports
|
|
54149
|
+
exports.isEmpty = isEmpty;
|
|
54130
54150
|
}
|
|
54131
54151
|
});
|
|
54132
54152
|
|
|
54133
54153
|
// node_modules/fast-glob/out/utils/index.js
|
|
54134
54154
|
var require_utils3 = __commonJS({
|
|
54135
|
-
"node_modules/fast-glob/out/utils/index.js"(exports
|
|
54136
|
-
Object.defineProperty(exports
|
|
54137
|
-
exports
|
|
54155
|
+
"node_modules/fast-glob/out/utils/index.js"(exports) {
|
|
54156
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54157
|
+
exports.string = exports.stream = exports.pattern = exports.path = exports.fs = exports.errno = exports.array = void 0;
|
|
54138
54158
|
var array2 = require_array();
|
|
54139
|
-
exports
|
|
54159
|
+
exports.array = array2;
|
|
54140
54160
|
var errno = require_errno();
|
|
54141
|
-
exports
|
|
54161
|
+
exports.errno = errno;
|
|
54142
54162
|
var fs4 = require_fs();
|
|
54143
|
-
exports
|
|
54163
|
+
exports.fs = fs4;
|
|
54144
54164
|
var path15 = require_path();
|
|
54145
|
-
exports
|
|
54165
|
+
exports.path = path15;
|
|
54146
54166
|
var pattern = require_pattern();
|
|
54147
|
-
exports
|
|
54167
|
+
exports.pattern = pattern;
|
|
54148
54168
|
var stream = require_stream();
|
|
54149
|
-
exports
|
|
54169
|
+
exports.stream = stream;
|
|
54150
54170
|
var string = require_string();
|
|
54151
|
-
exports
|
|
54171
|
+
exports.string = string;
|
|
54152
54172
|
}
|
|
54153
54173
|
});
|
|
54154
54174
|
|
|
54155
54175
|
// node_modules/fast-glob/out/managers/tasks.js
|
|
54156
54176
|
var require_tasks = __commonJS({
|
|
54157
|
-
"node_modules/fast-glob/out/managers/tasks.js"(exports
|
|
54158
|
-
Object.defineProperty(exports
|
|
54159
|
-
exports
|
|
54177
|
+
"node_modules/fast-glob/out/managers/tasks.js"(exports) {
|
|
54178
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54179
|
+
exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = void 0;
|
|
54160
54180
|
var utils = require_utils3();
|
|
54161
54181
|
function generate(input, settings) {
|
|
54162
54182
|
const patterns = processPatterns(input, settings);
|
|
@@ -54179,7 +54199,7 @@ var require_tasks = __commonJS({
|
|
|
54179
54199
|
);
|
|
54180
54200
|
return staticTasks.concat(dynamicTasks);
|
|
54181
54201
|
}
|
|
54182
|
-
exports
|
|
54202
|
+
exports.generate = generate;
|
|
54183
54203
|
function processPatterns(input, settings) {
|
|
54184
54204
|
let patterns = input;
|
|
54185
54205
|
if (settings.braceExpansion) {
|
|
@@ -54204,17 +54224,17 @@ var require_tasks = __commonJS({
|
|
|
54204
54224
|
}
|
|
54205
54225
|
return tasks;
|
|
54206
54226
|
}
|
|
54207
|
-
exports
|
|
54227
|
+
exports.convertPatternsToTasks = convertPatternsToTasks;
|
|
54208
54228
|
function getPositivePatterns(patterns) {
|
|
54209
54229
|
return utils.pattern.getPositivePatterns(patterns);
|
|
54210
54230
|
}
|
|
54211
|
-
exports
|
|
54231
|
+
exports.getPositivePatterns = getPositivePatterns;
|
|
54212
54232
|
function getNegativePatternsAsPositive(patterns, ignore) {
|
|
54213
54233
|
const negative = utils.pattern.getNegativePatterns(patterns).concat(ignore);
|
|
54214
54234
|
const positive = negative.map(utils.pattern.convertToPositivePattern);
|
|
54215
54235
|
return positive;
|
|
54216
54236
|
}
|
|
54217
|
-
exports
|
|
54237
|
+
exports.getNegativePatternsAsPositive = getNegativePatternsAsPositive;
|
|
54218
54238
|
function groupPatternsByBaseDirectory(patterns) {
|
|
54219
54239
|
const group = {};
|
|
54220
54240
|
return patterns.reduce((collection, pattern) => {
|
|
@@ -54227,13 +54247,13 @@ var require_tasks = __commonJS({
|
|
|
54227
54247
|
return collection;
|
|
54228
54248
|
}, group);
|
|
54229
54249
|
}
|
|
54230
|
-
exports
|
|
54250
|
+
exports.groupPatternsByBaseDirectory = groupPatternsByBaseDirectory;
|
|
54231
54251
|
function convertPatternGroupsToTasks(positive, negative, dynamic) {
|
|
54232
54252
|
return Object.keys(positive).map((base) => {
|
|
54233
54253
|
return convertPatternGroupToTask(base, positive[base], negative, dynamic);
|
|
54234
54254
|
});
|
|
54235
54255
|
}
|
|
54236
|
-
exports
|
|
54256
|
+
exports.convertPatternGroupsToTasks = convertPatternGroupsToTasks;
|
|
54237
54257
|
function convertPatternGroupToTask(base, positive, negative, dynamic) {
|
|
54238
54258
|
return {
|
|
54239
54259
|
dynamic,
|
|
@@ -54243,15 +54263,15 @@ var require_tasks = __commonJS({
|
|
|
54243
54263
|
patterns: [].concat(positive, negative.map(utils.pattern.convertToNegativePattern))
|
|
54244
54264
|
};
|
|
54245
54265
|
}
|
|
54246
|
-
exports
|
|
54266
|
+
exports.convertPatternGroupToTask = convertPatternGroupToTask;
|
|
54247
54267
|
}
|
|
54248
54268
|
});
|
|
54249
54269
|
|
|
54250
54270
|
// node_modules/@nodelib/fs.stat/out/providers/async.js
|
|
54251
54271
|
var require_async = __commonJS({
|
|
54252
|
-
"node_modules/@nodelib/fs.stat/out/providers/async.js"(exports
|
|
54253
|
-
Object.defineProperty(exports
|
|
54254
|
-
exports
|
|
54272
|
+
"node_modules/@nodelib/fs.stat/out/providers/async.js"(exports) {
|
|
54273
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54274
|
+
exports.read = void 0;
|
|
54255
54275
|
function read3(path15, settings, callback) {
|
|
54256
54276
|
settings.fs.lstat(path15, (lstatError, lstat2) => {
|
|
54257
54277
|
if (lstatError !== null) {
|
|
@@ -54278,7 +54298,7 @@ var require_async = __commonJS({
|
|
|
54278
54298
|
});
|
|
54279
54299
|
});
|
|
54280
54300
|
}
|
|
54281
|
-
exports
|
|
54301
|
+
exports.read = read3;
|
|
54282
54302
|
function callFailureCallback(callback, error) {
|
|
54283
54303
|
callback(error);
|
|
54284
54304
|
}
|
|
@@ -54290,9 +54310,9 @@ var require_async = __commonJS({
|
|
|
54290
54310
|
|
|
54291
54311
|
// node_modules/@nodelib/fs.stat/out/providers/sync.js
|
|
54292
54312
|
var require_sync = __commonJS({
|
|
54293
|
-
"node_modules/@nodelib/fs.stat/out/providers/sync.js"(exports
|
|
54294
|
-
Object.defineProperty(exports
|
|
54295
|
-
exports
|
|
54313
|
+
"node_modules/@nodelib/fs.stat/out/providers/sync.js"(exports) {
|
|
54314
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54315
|
+
exports.read = void 0;
|
|
54296
54316
|
function read3(path15, settings) {
|
|
54297
54317
|
const lstat2 = settings.fs.lstatSync(path15);
|
|
54298
54318
|
if (!lstat2.isSymbolicLink() || !settings.followSymbolicLink) {
|
|
@@ -54311,17 +54331,17 @@ var require_sync = __commonJS({
|
|
|
54311
54331
|
throw error;
|
|
54312
54332
|
}
|
|
54313
54333
|
}
|
|
54314
|
-
exports
|
|
54334
|
+
exports.read = read3;
|
|
54315
54335
|
}
|
|
54316
54336
|
});
|
|
54317
54337
|
|
|
54318
54338
|
// node_modules/@nodelib/fs.stat/out/adapters/fs.js
|
|
54319
54339
|
var require_fs2 = __commonJS({
|
|
54320
|
-
"node_modules/@nodelib/fs.stat/out/adapters/fs.js"(exports
|
|
54321
|
-
Object.defineProperty(exports
|
|
54322
|
-
exports
|
|
54340
|
+
"node_modules/@nodelib/fs.stat/out/adapters/fs.js"(exports) {
|
|
54341
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54342
|
+
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
54323
54343
|
var fs4 = __require("fs");
|
|
54324
|
-
exports
|
|
54344
|
+
exports.FILE_SYSTEM_ADAPTER = {
|
|
54325
54345
|
lstat: fs4.lstat,
|
|
54326
54346
|
stat: fs4.stat,
|
|
54327
54347
|
lstatSync: fs4.lstatSync,
|
|
@@ -54329,18 +54349,18 @@ var require_fs2 = __commonJS({
|
|
|
54329
54349
|
};
|
|
54330
54350
|
function createFileSystemAdapter(fsMethods) {
|
|
54331
54351
|
if (fsMethods === void 0) {
|
|
54332
|
-
return exports
|
|
54352
|
+
return exports.FILE_SYSTEM_ADAPTER;
|
|
54333
54353
|
}
|
|
54334
|
-
return Object.assign(Object.assign({}, exports
|
|
54354
|
+
return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods);
|
|
54335
54355
|
}
|
|
54336
|
-
exports
|
|
54356
|
+
exports.createFileSystemAdapter = createFileSystemAdapter;
|
|
54337
54357
|
}
|
|
54338
54358
|
});
|
|
54339
54359
|
|
|
54340
54360
|
// node_modules/@nodelib/fs.stat/out/settings.js
|
|
54341
54361
|
var require_settings = __commonJS({
|
|
54342
|
-
"node_modules/@nodelib/fs.stat/out/settings.js"(exports
|
|
54343
|
-
Object.defineProperty(exports
|
|
54362
|
+
"node_modules/@nodelib/fs.stat/out/settings.js"(exports) {
|
|
54363
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54344
54364
|
var fs4 = require_fs2();
|
|
54345
54365
|
var Settings = class {
|
|
54346
54366
|
constructor(_options = {}) {
|
|
@@ -54354,19 +54374,19 @@ var require_settings = __commonJS({
|
|
|
54354
54374
|
return option !== null && option !== void 0 ? option : value;
|
|
54355
54375
|
}
|
|
54356
54376
|
};
|
|
54357
|
-
exports
|
|
54377
|
+
exports.default = Settings;
|
|
54358
54378
|
}
|
|
54359
54379
|
});
|
|
54360
54380
|
|
|
54361
54381
|
// node_modules/@nodelib/fs.stat/out/index.js
|
|
54362
54382
|
var require_out = __commonJS({
|
|
54363
|
-
"node_modules/@nodelib/fs.stat/out/index.js"(exports
|
|
54364
|
-
Object.defineProperty(exports
|
|
54365
|
-
exports
|
|
54383
|
+
"node_modules/@nodelib/fs.stat/out/index.js"(exports) {
|
|
54384
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54385
|
+
exports.statSync = exports.stat = exports.Settings = void 0;
|
|
54366
54386
|
var async = require_async();
|
|
54367
54387
|
var sync = require_sync();
|
|
54368
54388
|
var settings_1 = require_settings();
|
|
54369
|
-
exports
|
|
54389
|
+
exports.Settings = settings_1.default;
|
|
54370
54390
|
function stat2(path15, optionsOrSettingsOrCallback, callback) {
|
|
54371
54391
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
54372
54392
|
async.read(path15, getSettings(), optionsOrSettingsOrCallback);
|
|
@@ -54374,12 +54394,12 @@ var require_out = __commonJS({
|
|
|
54374
54394
|
}
|
|
54375
54395
|
async.read(path15, getSettings(optionsOrSettingsOrCallback), callback);
|
|
54376
54396
|
}
|
|
54377
|
-
exports
|
|
54397
|
+
exports.stat = stat2;
|
|
54378
54398
|
function statSync2(path15, optionsOrSettings) {
|
|
54379
54399
|
const settings = getSettings(optionsOrSettings);
|
|
54380
54400
|
return sync.read(path15, settings);
|
|
54381
54401
|
}
|
|
54382
|
-
exports
|
|
54402
|
+
exports.statSync = statSync2;
|
|
54383
54403
|
function getSettings(settingsOrOptions = {}) {
|
|
54384
54404
|
if (settingsOrOptions instanceof settings_1.default) {
|
|
54385
54405
|
return settingsOrOptions;
|
|
@@ -54391,7 +54411,7 @@ var require_out = __commonJS({
|
|
|
54391
54411
|
|
|
54392
54412
|
// node_modules/queue-microtask/index.js
|
|
54393
54413
|
var require_queue_microtask = __commonJS({
|
|
54394
|
-
"node_modules/queue-microtask/index.js"(exports
|
|
54414
|
+
"node_modules/queue-microtask/index.js"(exports, module) {
|
|
54395
54415
|
var promise;
|
|
54396
54416
|
module.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
|
|
54397
54417
|
throw err;
|
|
@@ -54401,7 +54421,7 @@ var require_queue_microtask = __commonJS({
|
|
|
54401
54421
|
|
|
54402
54422
|
// node_modules/run-parallel/index.js
|
|
54403
54423
|
var require_run_parallel = __commonJS({
|
|
54404
|
-
"node_modules/run-parallel/index.js"(exports
|
|
54424
|
+
"node_modules/run-parallel/index.js"(exports, module) {
|
|
54405
54425
|
module.exports = runParallel;
|
|
54406
54426
|
var queueMicrotask2 = require_queue_microtask();
|
|
54407
54427
|
function runParallel(tasks, cb) {
|
|
@@ -54451,9 +54471,9 @@ var require_run_parallel = __commonJS({
|
|
|
54451
54471
|
|
|
54452
54472
|
// node_modules/@nodelib/fs.scandir/out/constants.js
|
|
54453
54473
|
var require_constants3 = __commonJS({
|
|
54454
|
-
"node_modules/@nodelib/fs.scandir/out/constants.js"(exports
|
|
54455
|
-
Object.defineProperty(exports
|
|
54456
|
-
exports
|
|
54474
|
+
"node_modules/@nodelib/fs.scandir/out/constants.js"(exports) {
|
|
54475
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54476
|
+
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0;
|
|
54457
54477
|
var NODE_PROCESS_VERSION_PARTS = process.versions.node.split(".");
|
|
54458
54478
|
if (NODE_PROCESS_VERSION_PARTS[0] === void 0 || NODE_PROCESS_VERSION_PARTS[1] === void 0) {
|
|
54459
54479
|
throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);
|
|
@@ -54464,15 +54484,15 @@ var require_constants3 = __commonJS({
|
|
|
54464
54484
|
var SUPPORTED_MINOR_VERSION = 10;
|
|
54465
54485
|
var IS_MATCHED_BY_MAJOR = MAJOR_VERSION > SUPPORTED_MAJOR_VERSION;
|
|
54466
54486
|
var IS_MATCHED_BY_MAJOR_AND_MINOR = MAJOR_VERSION === SUPPORTED_MAJOR_VERSION && MINOR_VERSION >= SUPPORTED_MINOR_VERSION;
|
|
54467
|
-
exports
|
|
54487
|
+
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = IS_MATCHED_BY_MAJOR || IS_MATCHED_BY_MAJOR_AND_MINOR;
|
|
54468
54488
|
}
|
|
54469
54489
|
});
|
|
54470
54490
|
|
|
54471
54491
|
// node_modules/@nodelib/fs.scandir/out/utils/fs.js
|
|
54472
54492
|
var require_fs3 = __commonJS({
|
|
54473
|
-
"node_modules/@nodelib/fs.scandir/out/utils/fs.js"(exports
|
|
54474
|
-
Object.defineProperty(exports
|
|
54475
|
-
exports
|
|
54493
|
+
"node_modules/@nodelib/fs.scandir/out/utils/fs.js"(exports) {
|
|
54494
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54495
|
+
exports.createDirentFromStats = void 0;
|
|
54476
54496
|
var DirentFromStats = class {
|
|
54477
54497
|
constructor(name, stats) {
|
|
54478
54498
|
this.name = name;
|
|
@@ -54488,40 +54508,40 @@ var require_fs3 = __commonJS({
|
|
|
54488
54508
|
function createDirentFromStats(name, stats) {
|
|
54489
54509
|
return new DirentFromStats(name, stats);
|
|
54490
54510
|
}
|
|
54491
|
-
exports
|
|
54511
|
+
exports.createDirentFromStats = createDirentFromStats;
|
|
54492
54512
|
}
|
|
54493
54513
|
});
|
|
54494
54514
|
|
|
54495
54515
|
// node_modules/@nodelib/fs.scandir/out/utils/index.js
|
|
54496
54516
|
var require_utils4 = __commonJS({
|
|
54497
|
-
"node_modules/@nodelib/fs.scandir/out/utils/index.js"(exports
|
|
54498
|
-
Object.defineProperty(exports
|
|
54499
|
-
exports
|
|
54517
|
+
"node_modules/@nodelib/fs.scandir/out/utils/index.js"(exports) {
|
|
54518
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54519
|
+
exports.fs = void 0;
|
|
54500
54520
|
var fs4 = require_fs3();
|
|
54501
|
-
exports
|
|
54521
|
+
exports.fs = fs4;
|
|
54502
54522
|
}
|
|
54503
54523
|
});
|
|
54504
54524
|
|
|
54505
54525
|
// node_modules/@nodelib/fs.scandir/out/providers/common.js
|
|
54506
54526
|
var require_common = __commonJS({
|
|
54507
|
-
"node_modules/@nodelib/fs.scandir/out/providers/common.js"(exports
|
|
54508
|
-
Object.defineProperty(exports
|
|
54509
|
-
exports
|
|
54527
|
+
"node_modules/@nodelib/fs.scandir/out/providers/common.js"(exports) {
|
|
54528
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54529
|
+
exports.joinPathSegments = void 0;
|
|
54510
54530
|
function joinPathSegments(a, b, separator) {
|
|
54511
54531
|
if (a.endsWith(separator)) {
|
|
54512
54532
|
return a + b;
|
|
54513
54533
|
}
|
|
54514
54534
|
return a + separator + b;
|
|
54515
54535
|
}
|
|
54516
|
-
exports
|
|
54536
|
+
exports.joinPathSegments = joinPathSegments;
|
|
54517
54537
|
}
|
|
54518
54538
|
});
|
|
54519
54539
|
|
|
54520
54540
|
// node_modules/@nodelib/fs.scandir/out/providers/async.js
|
|
54521
54541
|
var require_async2 = __commonJS({
|
|
54522
|
-
"node_modules/@nodelib/fs.scandir/out/providers/async.js"(exports
|
|
54523
|
-
Object.defineProperty(exports
|
|
54524
|
-
exports
|
|
54542
|
+
"node_modules/@nodelib/fs.scandir/out/providers/async.js"(exports) {
|
|
54543
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54544
|
+
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
54525
54545
|
var fsStat = require_out();
|
|
54526
54546
|
var rpl = require_run_parallel();
|
|
54527
54547
|
var constants_1 = require_constants3();
|
|
@@ -54534,7 +54554,7 @@ var require_async2 = __commonJS({
|
|
|
54534
54554
|
}
|
|
54535
54555
|
readdir(directory, settings, callback);
|
|
54536
54556
|
}
|
|
54537
|
-
exports
|
|
54557
|
+
exports.read = read3;
|
|
54538
54558
|
function readdirWithFileTypes(directory, settings, callback) {
|
|
54539
54559
|
settings.fs.readdir(directory, { withFileTypes: true }, (readdirError, dirents) => {
|
|
54540
54560
|
if (readdirError !== null) {
|
|
@@ -54560,7 +54580,7 @@ var require_async2 = __commonJS({
|
|
|
54560
54580
|
});
|
|
54561
54581
|
});
|
|
54562
54582
|
}
|
|
54563
|
-
exports
|
|
54583
|
+
exports.readdirWithFileTypes = readdirWithFileTypes;
|
|
54564
54584
|
function makeRplTaskEntry(entry, settings) {
|
|
54565
54585
|
return (done) => {
|
|
54566
54586
|
if (!entry.dirent.isSymbolicLink()) {
|
|
@@ -54616,7 +54636,7 @@ var require_async2 = __commonJS({
|
|
|
54616
54636
|
});
|
|
54617
54637
|
});
|
|
54618
54638
|
}
|
|
54619
|
-
exports
|
|
54639
|
+
exports.readdir = readdir;
|
|
54620
54640
|
function callFailureCallback(callback, error) {
|
|
54621
54641
|
callback(error);
|
|
54622
54642
|
}
|
|
@@ -54628,9 +54648,9 @@ var require_async2 = __commonJS({
|
|
|
54628
54648
|
|
|
54629
54649
|
// node_modules/@nodelib/fs.scandir/out/providers/sync.js
|
|
54630
54650
|
var require_sync2 = __commonJS({
|
|
54631
|
-
"node_modules/@nodelib/fs.scandir/out/providers/sync.js"(exports
|
|
54632
|
-
Object.defineProperty(exports
|
|
54633
|
-
exports
|
|
54651
|
+
"node_modules/@nodelib/fs.scandir/out/providers/sync.js"(exports) {
|
|
54652
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54653
|
+
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
54634
54654
|
var fsStat = require_out();
|
|
54635
54655
|
var constants_1 = require_constants3();
|
|
54636
54656
|
var utils = require_utils4();
|
|
@@ -54641,7 +54661,7 @@ var require_sync2 = __commonJS({
|
|
|
54641
54661
|
}
|
|
54642
54662
|
return readdir(directory, settings);
|
|
54643
54663
|
}
|
|
54644
|
-
exports
|
|
54664
|
+
exports.read = read3;
|
|
54645
54665
|
function readdirWithFileTypes(directory, settings) {
|
|
54646
54666
|
const dirents = settings.fs.readdirSync(directory, { withFileTypes: true });
|
|
54647
54667
|
return dirents.map((dirent) => {
|
|
@@ -54663,7 +54683,7 @@ var require_sync2 = __commonJS({
|
|
|
54663
54683
|
return entry;
|
|
54664
54684
|
});
|
|
54665
54685
|
}
|
|
54666
|
-
exports
|
|
54686
|
+
exports.readdirWithFileTypes = readdirWithFileTypes;
|
|
54667
54687
|
function readdir(directory, settings) {
|
|
54668
54688
|
const names = settings.fs.readdirSync(directory);
|
|
54669
54689
|
return names.map((name) => {
|
|
@@ -54680,17 +54700,17 @@ var require_sync2 = __commonJS({
|
|
|
54680
54700
|
return entry;
|
|
54681
54701
|
});
|
|
54682
54702
|
}
|
|
54683
|
-
exports
|
|
54703
|
+
exports.readdir = readdir;
|
|
54684
54704
|
}
|
|
54685
54705
|
});
|
|
54686
54706
|
|
|
54687
54707
|
// node_modules/@nodelib/fs.scandir/out/adapters/fs.js
|
|
54688
54708
|
var require_fs4 = __commonJS({
|
|
54689
|
-
"node_modules/@nodelib/fs.scandir/out/adapters/fs.js"(exports
|
|
54690
|
-
Object.defineProperty(exports
|
|
54691
|
-
exports
|
|
54709
|
+
"node_modules/@nodelib/fs.scandir/out/adapters/fs.js"(exports) {
|
|
54710
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54711
|
+
exports.createFileSystemAdapter = exports.FILE_SYSTEM_ADAPTER = void 0;
|
|
54692
54712
|
var fs4 = __require("fs");
|
|
54693
|
-
exports
|
|
54713
|
+
exports.FILE_SYSTEM_ADAPTER = {
|
|
54694
54714
|
lstat: fs4.lstat,
|
|
54695
54715
|
stat: fs4.stat,
|
|
54696
54716
|
lstatSync: fs4.lstatSync,
|
|
@@ -54700,18 +54720,18 @@ var require_fs4 = __commonJS({
|
|
|
54700
54720
|
};
|
|
54701
54721
|
function createFileSystemAdapter(fsMethods) {
|
|
54702
54722
|
if (fsMethods === void 0) {
|
|
54703
|
-
return exports
|
|
54723
|
+
return exports.FILE_SYSTEM_ADAPTER;
|
|
54704
54724
|
}
|
|
54705
|
-
return Object.assign(Object.assign({}, exports
|
|
54725
|
+
return Object.assign(Object.assign({}, exports.FILE_SYSTEM_ADAPTER), fsMethods);
|
|
54706
54726
|
}
|
|
54707
|
-
exports
|
|
54727
|
+
exports.createFileSystemAdapter = createFileSystemAdapter;
|
|
54708
54728
|
}
|
|
54709
54729
|
});
|
|
54710
54730
|
|
|
54711
54731
|
// node_modules/@nodelib/fs.scandir/out/settings.js
|
|
54712
54732
|
var require_settings2 = __commonJS({
|
|
54713
|
-
"node_modules/@nodelib/fs.scandir/out/settings.js"(exports
|
|
54714
|
-
Object.defineProperty(exports
|
|
54733
|
+
"node_modules/@nodelib/fs.scandir/out/settings.js"(exports) {
|
|
54734
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54715
54735
|
var path15 = __require("path");
|
|
54716
54736
|
var fsStat = require_out();
|
|
54717
54737
|
var fs4 = require_fs4();
|
|
@@ -54733,19 +54753,19 @@ var require_settings2 = __commonJS({
|
|
|
54733
54753
|
return option !== null && option !== void 0 ? option : value;
|
|
54734
54754
|
}
|
|
54735
54755
|
};
|
|
54736
|
-
exports
|
|
54756
|
+
exports.default = Settings;
|
|
54737
54757
|
}
|
|
54738
54758
|
});
|
|
54739
54759
|
|
|
54740
54760
|
// node_modules/@nodelib/fs.scandir/out/index.js
|
|
54741
54761
|
var require_out2 = __commonJS({
|
|
54742
|
-
"node_modules/@nodelib/fs.scandir/out/index.js"(exports
|
|
54743
|
-
Object.defineProperty(exports
|
|
54744
|
-
exports
|
|
54762
|
+
"node_modules/@nodelib/fs.scandir/out/index.js"(exports) {
|
|
54763
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54764
|
+
exports.Settings = exports.scandirSync = exports.scandir = void 0;
|
|
54745
54765
|
var async = require_async2();
|
|
54746
54766
|
var sync = require_sync2();
|
|
54747
54767
|
var settings_1 = require_settings2();
|
|
54748
|
-
exports
|
|
54768
|
+
exports.Settings = settings_1.default;
|
|
54749
54769
|
function scandir(path15, optionsOrSettingsOrCallback, callback) {
|
|
54750
54770
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
54751
54771
|
async.read(path15, getSettings(), optionsOrSettingsOrCallback);
|
|
@@ -54753,12 +54773,12 @@ var require_out2 = __commonJS({
|
|
|
54753
54773
|
}
|
|
54754
54774
|
async.read(path15, getSettings(optionsOrSettingsOrCallback), callback);
|
|
54755
54775
|
}
|
|
54756
|
-
exports
|
|
54776
|
+
exports.scandir = scandir;
|
|
54757
54777
|
function scandirSync(path15, optionsOrSettings) {
|
|
54758
54778
|
const settings = getSettings(optionsOrSettings);
|
|
54759
54779
|
return sync.read(path15, settings);
|
|
54760
54780
|
}
|
|
54761
|
-
exports
|
|
54781
|
+
exports.scandirSync = scandirSync;
|
|
54762
54782
|
function getSettings(settingsOrOptions = {}) {
|
|
54763
54783
|
if (settingsOrOptions instanceof settings_1.default) {
|
|
54764
54784
|
return settingsOrOptions;
|
|
@@ -54770,7 +54790,7 @@ var require_out2 = __commonJS({
|
|
|
54770
54790
|
|
|
54771
54791
|
// node_modules/reusify/reusify.js
|
|
54772
54792
|
var require_reusify = __commonJS({
|
|
54773
|
-
"node_modules/reusify/reusify.js"(exports
|
|
54793
|
+
"node_modules/reusify/reusify.js"(exports, module) {
|
|
54774
54794
|
function reusify(Constructor) {
|
|
54775
54795
|
var head = new Constructor();
|
|
54776
54796
|
var tail = head;
|
|
@@ -54800,7 +54820,7 @@ var require_reusify = __commonJS({
|
|
|
54800
54820
|
|
|
54801
54821
|
// node_modules/fastq/queue.js
|
|
54802
54822
|
var require_queue = __commonJS({
|
|
54803
|
-
"node_modules/fastq/queue.js"(exports
|
|
54823
|
+
"node_modules/fastq/queue.js"(exports, module) {
|
|
54804
54824
|
var reusify = require_reusify();
|
|
54805
54825
|
function fastqueue(context, worker, _concurrency) {
|
|
54806
54826
|
if (typeof context === "function") {
|
|
@@ -55060,24 +55080,24 @@ var require_queue = __commonJS({
|
|
|
55060
55080
|
|
|
55061
55081
|
// node_modules/@nodelib/fs.walk/out/readers/common.js
|
|
55062
55082
|
var require_common2 = __commonJS({
|
|
55063
|
-
"node_modules/@nodelib/fs.walk/out/readers/common.js"(exports
|
|
55064
|
-
Object.defineProperty(exports
|
|
55065
|
-
exports
|
|
55083
|
+
"node_modules/@nodelib/fs.walk/out/readers/common.js"(exports) {
|
|
55084
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55085
|
+
exports.joinPathSegments = exports.replacePathSegmentSeparator = exports.isAppliedFilter = exports.isFatalError = void 0;
|
|
55066
55086
|
function isFatalError(settings, error) {
|
|
55067
55087
|
if (settings.errorFilter === null) {
|
|
55068
55088
|
return true;
|
|
55069
55089
|
}
|
|
55070
55090
|
return !settings.errorFilter(error);
|
|
55071
55091
|
}
|
|
55072
|
-
exports
|
|
55092
|
+
exports.isFatalError = isFatalError;
|
|
55073
55093
|
function isAppliedFilter(filter2, value) {
|
|
55074
55094
|
return filter2 === null || filter2(value);
|
|
55075
55095
|
}
|
|
55076
|
-
exports
|
|
55096
|
+
exports.isAppliedFilter = isAppliedFilter;
|
|
55077
55097
|
function replacePathSegmentSeparator(filepath, separator) {
|
|
55078
55098
|
return filepath.split(/[/\\]/).join(separator);
|
|
55079
55099
|
}
|
|
55080
|
-
exports
|
|
55100
|
+
exports.replacePathSegmentSeparator = replacePathSegmentSeparator;
|
|
55081
55101
|
function joinPathSegments(a, b, separator) {
|
|
55082
55102
|
if (a === "") {
|
|
55083
55103
|
return b;
|
|
@@ -55087,14 +55107,14 @@ var require_common2 = __commonJS({
|
|
|
55087
55107
|
}
|
|
55088
55108
|
return a + separator + b;
|
|
55089
55109
|
}
|
|
55090
|
-
exports
|
|
55110
|
+
exports.joinPathSegments = joinPathSegments;
|
|
55091
55111
|
}
|
|
55092
55112
|
});
|
|
55093
55113
|
|
|
55094
55114
|
// node_modules/@nodelib/fs.walk/out/readers/reader.js
|
|
55095
55115
|
var require_reader = __commonJS({
|
|
55096
|
-
"node_modules/@nodelib/fs.walk/out/readers/reader.js"(exports
|
|
55097
|
-
Object.defineProperty(exports
|
|
55116
|
+
"node_modules/@nodelib/fs.walk/out/readers/reader.js"(exports) {
|
|
55117
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55098
55118
|
var common = require_common2();
|
|
55099
55119
|
var Reader = class {
|
|
55100
55120
|
constructor(_root, _settings) {
|
|
@@ -55103,14 +55123,14 @@ var require_reader = __commonJS({
|
|
|
55103
55123
|
this._root = common.replacePathSegmentSeparator(_root, _settings.pathSegmentSeparator);
|
|
55104
55124
|
}
|
|
55105
55125
|
};
|
|
55106
|
-
exports
|
|
55126
|
+
exports.default = Reader;
|
|
55107
55127
|
}
|
|
55108
55128
|
});
|
|
55109
55129
|
|
|
55110
55130
|
// node_modules/@nodelib/fs.walk/out/readers/async.js
|
|
55111
55131
|
var require_async3 = __commonJS({
|
|
55112
|
-
"node_modules/@nodelib/fs.walk/out/readers/async.js"(exports
|
|
55113
|
-
Object.defineProperty(exports
|
|
55132
|
+
"node_modules/@nodelib/fs.walk/out/readers/async.js"(exports) {
|
|
55133
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55114
55134
|
var events_1 = __require("events");
|
|
55115
55135
|
var fsScandir = require_out2();
|
|
55116
55136
|
var fastq = require_queue();
|
|
@@ -55205,14 +55225,14 @@ var require_async3 = __commonJS({
|
|
|
55205
55225
|
this._emitter.emit("entry", entry);
|
|
55206
55226
|
}
|
|
55207
55227
|
};
|
|
55208
|
-
exports
|
|
55228
|
+
exports.default = AsyncReader;
|
|
55209
55229
|
}
|
|
55210
55230
|
});
|
|
55211
55231
|
|
|
55212
55232
|
// node_modules/@nodelib/fs.walk/out/providers/async.js
|
|
55213
55233
|
var require_async4 = __commonJS({
|
|
55214
|
-
"node_modules/@nodelib/fs.walk/out/providers/async.js"(exports
|
|
55215
|
-
Object.defineProperty(exports
|
|
55234
|
+
"node_modules/@nodelib/fs.walk/out/providers/async.js"(exports) {
|
|
55235
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55216
55236
|
var async_1 = require_async3();
|
|
55217
55237
|
var AsyncProvider = class {
|
|
55218
55238
|
constructor(_root, _settings) {
|
|
@@ -55234,7 +55254,7 @@ var require_async4 = __commonJS({
|
|
|
55234
55254
|
this._reader.read();
|
|
55235
55255
|
}
|
|
55236
55256
|
};
|
|
55237
|
-
exports
|
|
55257
|
+
exports.default = AsyncProvider;
|
|
55238
55258
|
function callFailureCallback(callback, error) {
|
|
55239
55259
|
callback(error);
|
|
55240
55260
|
}
|
|
@@ -55246,8 +55266,8 @@ var require_async4 = __commonJS({
|
|
|
55246
55266
|
|
|
55247
55267
|
// node_modules/@nodelib/fs.walk/out/providers/stream.js
|
|
55248
55268
|
var require_stream2 = __commonJS({
|
|
55249
|
-
"node_modules/@nodelib/fs.walk/out/providers/stream.js"(exports
|
|
55250
|
-
Object.defineProperty(exports
|
|
55269
|
+
"node_modules/@nodelib/fs.walk/out/providers/stream.js"(exports) {
|
|
55270
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55251
55271
|
var stream_1 = __require("stream");
|
|
55252
55272
|
var async_1 = require_async3();
|
|
55253
55273
|
var StreamProvider = class {
|
|
@@ -55280,14 +55300,14 @@ var require_stream2 = __commonJS({
|
|
|
55280
55300
|
return this._stream;
|
|
55281
55301
|
}
|
|
55282
55302
|
};
|
|
55283
|
-
exports
|
|
55303
|
+
exports.default = StreamProvider;
|
|
55284
55304
|
}
|
|
55285
55305
|
});
|
|
55286
55306
|
|
|
55287
55307
|
// node_modules/@nodelib/fs.walk/out/readers/sync.js
|
|
55288
55308
|
var require_sync3 = __commonJS({
|
|
55289
|
-
"node_modules/@nodelib/fs.walk/out/readers/sync.js"(exports
|
|
55290
|
-
Object.defineProperty(exports
|
|
55309
|
+
"node_modules/@nodelib/fs.walk/out/readers/sync.js"(exports) {
|
|
55310
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55291
55311
|
var fsScandir = require_out2();
|
|
55292
55312
|
var common = require_common2();
|
|
55293
55313
|
var reader_1 = require_reader();
|
|
@@ -55343,14 +55363,14 @@ var require_sync3 = __commonJS({
|
|
|
55343
55363
|
this._storage.push(entry);
|
|
55344
55364
|
}
|
|
55345
55365
|
};
|
|
55346
|
-
exports
|
|
55366
|
+
exports.default = SyncReader;
|
|
55347
55367
|
}
|
|
55348
55368
|
});
|
|
55349
55369
|
|
|
55350
55370
|
// node_modules/@nodelib/fs.walk/out/providers/sync.js
|
|
55351
55371
|
var require_sync4 = __commonJS({
|
|
55352
|
-
"node_modules/@nodelib/fs.walk/out/providers/sync.js"(exports
|
|
55353
|
-
Object.defineProperty(exports
|
|
55372
|
+
"node_modules/@nodelib/fs.walk/out/providers/sync.js"(exports) {
|
|
55373
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55354
55374
|
var sync_1 = require_sync3();
|
|
55355
55375
|
var SyncProvider = class {
|
|
55356
55376
|
constructor(_root, _settings) {
|
|
@@ -55362,14 +55382,14 @@ var require_sync4 = __commonJS({
|
|
|
55362
55382
|
return this._reader.read();
|
|
55363
55383
|
}
|
|
55364
55384
|
};
|
|
55365
|
-
exports
|
|
55385
|
+
exports.default = SyncProvider;
|
|
55366
55386
|
}
|
|
55367
55387
|
});
|
|
55368
55388
|
|
|
55369
55389
|
// node_modules/@nodelib/fs.walk/out/settings.js
|
|
55370
55390
|
var require_settings3 = __commonJS({
|
|
55371
|
-
"node_modules/@nodelib/fs.walk/out/settings.js"(exports
|
|
55372
|
-
Object.defineProperty(exports
|
|
55391
|
+
"node_modules/@nodelib/fs.walk/out/settings.js"(exports) {
|
|
55392
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55373
55393
|
var path15 = __require("path");
|
|
55374
55394
|
var fsScandir = require_out2();
|
|
55375
55395
|
var Settings = class {
|
|
@@ -55393,20 +55413,20 @@ var require_settings3 = __commonJS({
|
|
|
55393
55413
|
return option !== null && option !== void 0 ? option : value;
|
|
55394
55414
|
}
|
|
55395
55415
|
};
|
|
55396
|
-
exports
|
|
55416
|
+
exports.default = Settings;
|
|
55397
55417
|
}
|
|
55398
55418
|
});
|
|
55399
55419
|
|
|
55400
55420
|
// node_modules/@nodelib/fs.walk/out/index.js
|
|
55401
55421
|
var require_out3 = __commonJS({
|
|
55402
|
-
"node_modules/@nodelib/fs.walk/out/index.js"(exports
|
|
55403
|
-
Object.defineProperty(exports
|
|
55404
|
-
exports
|
|
55422
|
+
"node_modules/@nodelib/fs.walk/out/index.js"(exports) {
|
|
55423
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55424
|
+
exports.Settings = exports.walkStream = exports.walkSync = exports.walk = void 0;
|
|
55405
55425
|
var async_1 = require_async4();
|
|
55406
55426
|
var stream_1 = require_stream2();
|
|
55407
55427
|
var sync_1 = require_sync4();
|
|
55408
55428
|
var settings_1 = require_settings3();
|
|
55409
|
-
exports
|
|
55429
|
+
exports.Settings = settings_1.default;
|
|
55410
55430
|
function walk(directory, optionsOrSettingsOrCallback, callback) {
|
|
55411
55431
|
if (typeof optionsOrSettingsOrCallback === "function") {
|
|
55412
55432
|
new async_1.default(directory, getSettings()).read(optionsOrSettingsOrCallback);
|
|
@@ -55414,19 +55434,19 @@ var require_out3 = __commonJS({
|
|
|
55414
55434
|
}
|
|
55415
55435
|
new async_1.default(directory, getSettings(optionsOrSettingsOrCallback)).read(callback);
|
|
55416
55436
|
}
|
|
55417
|
-
exports
|
|
55437
|
+
exports.walk = walk;
|
|
55418
55438
|
function walkSync(directory, optionsOrSettings) {
|
|
55419
55439
|
const settings = getSettings(optionsOrSettings);
|
|
55420
55440
|
const provider = new sync_1.default(directory, settings);
|
|
55421
55441
|
return provider.read();
|
|
55422
55442
|
}
|
|
55423
|
-
exports
|
|
55443
|
+
exports.walkSync = walkSync;
|
|
55424
55444
|
function walkStream(directory, optionsOrSettings) {
|
|
55425
55445
|
const settings = getSettings(optionsOrSettings);
|
|
55426
55446
|
const provider = new stream_1.default(directory, settings);
|
|
55427
55447
|
return provider.read();
|
|
55428
55448
|
}
|
|
55429
|
-
exports
|
|
55449
|
+
exports.walkStream = walkStream;
|
|
55430
55450
|
function getSettings(settingsOrOptions = {}) {
|
|
55431
55451
|
if (settingsOrOptions instanceof settings_1.default) {
|
|
55432
55452
|
return settingsOrOptions;
|
|
@@ -55438,8 +55458,8 @@ var require_out3 = __commonJS({
|
|
|
55438
55458
|
|
|
55439
55459
|
// node_modules/fast-glob/out/readers/reader.js
|
|
55440
55460
|
var require_reader2 = __commonJS({
|
|
55441
|
-
"node_modules/fast-glob/out/readers/reader.js"(exports
|
|
55442
|
-
Object.defineProperty(exports
|
|
55461
|
+
"node_modules/fast-glob/out/readers/reader.js"(exports) {
|
|
55462
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55443
55463
|
var path15 = __require("path");
|
|
55444
55464
|
var fsStat = require_out();
|
|
55445
55465
|
var utils = require_utils3();
|
|
@@ -55470,14 +55490,14 @@ var require_reader2 = __commonJS({
|
|
|
55470
55490
|
return !utils.errno.isEnoentCodeError(error) && !this._settings.suppressErrors;
|
|
55471
55491
|
}
|
|
55472
55492
|
};
|
|
55473
|
-
exports
|
|
55493
|
+
exports.default = Reader;
|
|
55474
55494
|
}
|
|
55475
55495
|
});
|
|
55476
55496
|
|
|
55477
55497
|
// node_modules/fast-glob/out/readers/stream.js
|
|
55478
55498
|
var require_stream3 = __commonJS({
|
|
55479
|
-
"node_modules/fast-glob/out/readers/stream.js"(exports
|
|
55480
|
-
Object.defineProperty(exports
|
|
55499
|
+
"node_modules/fast-glob/out/readers/stream.js"(exports) {
|
|
55500
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55481
55501
|
var stream_1 = __require("stream");
|
|
55482
55502
|
var fsStat = require_out();
|
|
55483
55503
|
var fsWalk = require_out3();
|
|
@@ -55526,14 +55546,14 @@ var require_stream3 = __commonJS({
|
|
|
55526
55546
|
});
|
|
55527
55547
|
}
|
|
55528
55548
|
};
|
|
55529
|
-
exports
|
|
55549
|
+
exports.default = ReaderStream;
|
|
55530
55550
|
}
|
|
55531
55551
|
});
|
|
55532
55552
|
|
|
55533
55553
|
// node_modules/fast-glob/out/readers/async.js
|
|
55534
55554
|
var require_async5 = __commonJS({
|
|
55535
|
-
"node_modules/fast-glob/out/readers/async.js"(exports
|
|
55536
|
-
Object.defineProperty(exports
|
|
55555
|
+
"node_modules/fast-glob/out/readers/async.js"(exports) {
|
|
55556
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55537
55557
|
var fsWalk = require_out3();
|
|
55538
55558
|
var reader_1 = require_reader2();
|
|
55539
55559
|
var stream_1 = require_stream3();
|
|
@@ -55564,14 +55584,14 @@ var require_async5 = __commonJS({
|
|
|
55564
55584
|
});
|
|
55565
55585
|
}
|
|
55566
55586
|
};
|
|
55567
|
-
exports
|
|
55587
|
+
exports.default = ReaderAsync;
|
|
55568
55588
|
}
|
|
55569
55589
|
});
|
|
55570
55590
|
|
|
55571
55591
|
// node_modules/fast-glob/out/providers/matchers/matcher.js
|
|
55572
55592
|
var require_matcher = __commonJS({
|
|
55573
|
-
"node_modules/fast-glob/out/providers/matchers/matcher.js"(exports
|
|
55574
|
-
Object.defineProperty(exports
|
|
55593
|
+
"node_modules/fast-glob/out/providers/matchers/matcher.js"(exports) {
|
|
55594
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55575
55595
|
var utils = require_utils3();
|
|
55576
55596
|
var Matcher = class {
|
|
55577
55597
|
constructor(_patterns, _settings, _micromatchOptions) {
|
|
@@ -55614,14 +55634,14 @@ var require_matcher = __commonJS({
|
|
|
55614
55634
|
return utils.array.splitWhen(segments, (segment) => segment.dynamic && utils.pattern.hasGlobStar(segment.pattern));
|
|
55615
55635
|
}
|
|
55616
55636
|
};
|
|
55617
|
-
exports
|
|
55637
|
+
exports.default = Matcher;
|
|
55618
55638
|
}
|
|
55619
55639
|
});
|
|
55620
55640
|
|
|
55621
55641
|
// node_modules/fast-glob/out/providers/matchers/partial.js
|
|
55622
55642
|
var require_partial = __commonJS({
|
|
55623
|
-
"node_modules/fast-glob/out/providers/matchers/partial.js"(exports
|
|
55624
|
-
Object.defineProperty(exports
|
|
55643
|
+
"node_modules/fast-glob/out/providers/matchers/partial.js"(exports) {
|
|
55644
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55625
55645
|
var matcher_1 = require_matcher();
|
|
55626
55646
|
var PartialMatcher = class extends matcher_1.default {
|
|
55627
55647
|
match(filepath) {
|
|
@@ -55650,14 +55670,14 @@ var require_partial = __commonJS({
|
|
|
55650
55670
|
return false;
|
|
55651
55671
|
}
|
|
55652
55672
|
};
|
|
55653
|
-
exports
|
|
55673
|
+
exports.default = PartialMatcher;
|
|
55654
55674
|
}
|
|
55655
55675
|
});
|
|
55656
55676
|
|
|
55657
55677
|
// node_modules/fast-glob/out/providers/filters/deep.js
|
|
55658
55678
|
var require_deep = __commonJS({
|
|
55659
|
-
"node_modules/fast-glob/out/providers/filters/deep.js"(exports
|
|
55660
|
-
Object.defineProperty(exports
|
|
55679
|
+
"node_modules/fast-glob/out/providers/filters/deep.js"(exports) {
|
|
55680
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55661
55681
|
var utils = require_utils3();
|
|
55662
55682
|
var partial_1 = require_partial();
|
|
55663
55683
|
var DeepFilter = class {
|
|
@@ -55714,14 +55734,14 @@ var require_deep = __commonJS({
|
|
|
55714
55734
|
return !utils.pattern.matchAny(entryPath, patternsRe);
|
|
55715
55735
|
}
|
|
55716
55736
|
};
|
|
55717
|
-
exports
|
|
55737
|
+
exports.default = DeepFilter;
|
|
55718
55738
|
}
|
|
55719
55739
|
});
|
|
55720
55740
|
|
|
55721
55741
|
// node_modules/fast-glob/out/providers/filters/entry.js
|
|
55722
55742
|
var require_entry = __commonJS({
|
|
55723
|
-
"node_modules/fast-glob/out/providers/filters/entry.js"(exports
|
|
55724
|
-
Object.defineProperty(exports
|
|
55743
|
+
"node_modules/fast-glob/out/providers/filters/entry.js"(exports) {
|
|
55744
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55725
55745
|
var utils = require_utils3();
|
|
55726
55746
|
var EntryFilter = class {
|
|
55727
55747
|
constructor(_settings, _micromatchOptions) {
|
|
@@ -55801,14 +55821,14 @@ var require_entry = __commonJS({
|
|
|
55801
55821
|
return isMatched;
|
|
55802
55822
|
}
|
|
55803
55823
|
};
|
|
55804
|
-
exports
|
|
55824
|
+
exports.default = EntryFilter;
|
|
55805
55825
|
}
|
|
55806
55826
|
});
|
|
55807
55827
|
|
|
55808
55828
|
// node_modules/fast-glob/out/providers/filters/error.js
|
|
55809
55829
|
var require_error = __commonJS({
|
|
55810
|
-
"node_modules/fast-glob/out/providers/filters/error.js"(exports
|
|
55811
|
-
Object.defineProperty(exports
|
|
55830
|
+
"node_modules/fast-glob/out/providers/filters/error.js"(exports) {
|
|
55831
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55812
55832
|
var utils = require_utils3();
|
|
55813
55833
|
var ErrorFilter = class {
|
|
55814
55834
|
constructor(_settings) {
|
|
@@ -55821,14 +55841,14 @@ var require_error = __commonJS({
|
|
|
55821
55841
|
return utils.errno.isEnoentCodeError(error) || this._settings.suppressErrors;
|
|
55822
55842
|
}
|
|
55823
55843
|
};
|
|
55824
|
-
exports
|
|
55844
|
+
exports.default = ErrorFilter;
|
|
55825
55845
|
}
|
|
55826
55846
|
});
|
|
55827
55847
|
|
|
55828
55848
|
// node_modules/fast-glob/out/providers/transformers/entry.js
|
|
55829
55849
|
var require_entry2 = __commonJS({
|
|
55830
|
-
"node_modules/fast-glob/out/providers/transformers/entry.js"(exports
|
|
55831
|
-
Object.defineProperty(exports
|
|
55850
|
+
"node_modules/fast-glob/out/providers/transformers/entry.js"(exports) {
|
|
55851
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55832
55852
|
var utils = require_utils3();
|
|
55833
55853
|
var EntryTransformer = class {
|
|
55834
55854
|
constructor(_settings) {
|
|
@@ -55852,14 +55872,14 @@ var require_entry2 = __commonJS({
|
|
|
55852
55872
|
return Object.assign(Object.assign({}, entry), { path: filepath });
|
|
55853
55873
|
}
|
|
55854
55874
|
};
|
|
55855
|
-
exports
|
|
55875
|
+
exports.default = EntryTransformer;
|
|
55856
55876
|
}
|
|
55857
55877
|
});
|
|
55858
55878
|
|
|
55859
55879
|
// node_modules/fast-glob/out/providers/provider.js
|
|
55860
55880
|
var require_provider = __commonJS({
|
|
55861
|
-
"node_modules/fast-glob/out/providers/provider.js"(exports
|
|
55862
|
-
Object.defineProperty(exports
|
|
55881
|
+
"node_modules/fast-glob/out/providers/provider.js"(exports) {
|
|
55882
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55863
55883
|
var path15 = __require("path");
|
|
55864
55884
|
var deep_1 = require_deep();
|
|
55865
55885
|
var entry_1 = require_entry();
|
|
@@ -55905,14 +55925,14 @@ var require_provider = __commonJS({
|
|
|
55905
55925
|
};
|
|
55906
55926
|
}
|
|
55907
55927
|
};
|
|
55908
|
-
exports
|
|
55928
|
+
exports.default = Provider;
|
|
55909
55929
|
}
|
|
55910
55930
|
});
|
|
55911
55931
|
|
|
55912
55932
|
// node_modules/fast-glob/out/providers/async.js
|
|
55913
55933
|
var require_async6 = __commonJS({
|
|
55914
|
-
"node_modules/fast-glob/out/providers/async.js"(exports
|
|
55915
|
-
Object.defineProperty(exports
|
|
55934
|
+
"node_modules/fast-glob/out/providers/async.js"(exports) {
|
|
55935
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55916
55936
|
var async_1 = require_async5();
|
|
55917
55937
|
var provider_1 = require_provider();
|
|
55918
55938
|
var ProviderAsync = class extends provider_1.default {
|
|
@@ -55933,14 +55953,14 @@ var require_async6 = __commonJS({
|
|
|
55933
55953
|
return this._reader.static(task.patterns, options8);
|
|
55934
55954
|
}
|
|
55935
55955
|
};
|
|
55936
|
-
exports
|
|
55956
|
+
exports.default = ProviderAsync;
|
|
55937
55957
|
}
|
|
55938
55958
|
});
|
|
55939
55959
|
|
|
55940
55960
|
// node_modules/fast-glob/out/providers/stream.js
|
|
55941
55961
|
var require_stream4 = __commonJS({
|
|
55942
|
-
"node_modules/fast-glob/out/providers/stream.js"(exports
|
|
55943
|
-
Object.defineProperty(exports
|
|
55962
|
+
"node_modules/fast-glob/out/providers/stream.js"(exports) {
|
|
55963
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55944
55964
|
var stream_1 = __require("stream");
|
|
55945
55965
|
var stream_2 = require_stream3();
|
|
55946
55966
|
var provider_1 = require_provider();
|
|
@@ -55966,14 +55986,14 @@ var require_stream4 = __commonJS({
|
|
|
55966
55986
|
return this._reader.static(task.patterns, options8);
|
|
55967
55987
|
}
|
|
55968
55988
|
};
|
|
55969
|
-
exports
|
|
55989
|
+
exports.default = ProviderStream;
|
|
55970
55990
|
}
|
|
55971
55991
|
});
|
|
55972
55992
|
|
|
55973
55993
|
// node_modules/fast-glob/out/readers/sync.js
|
|
55974
55994
|
var require_sync5 = __commonJS({
|
|
55975
|
-
"node_modules/fast-glob/out/readers/sync.js"(exports
|
|
55976
|
-
Object.defineProperty(exports
|
|
55995
|
+
"node_modules/fast-glob/out/readers/sync.js"(exports) {
|
|
55996
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
55977
55997
|
var fsStat = require_out();
|
|
55978
55998
|
var fsWalk = require_out3();
|
|
55979
55999
|
var reader_1 = require_reader2();
|
|
@@ -56013,14 +56033,14 @@ var require_sync5 = __commonJS({
|
|
|
56013
56033
|
return this._statSync(filepath, this._fsStatSettings);
|
|
56014
56034
|
}
|
|
56015
56035
|
};
|
|
56016
|
-
exports
|
|
56036
|
+
exports.default = ReaderSync;
|
|
56017
56037
|
}
|
|
56018
56038
|
});
|
|
56019
56039
|
|
|
56020
56040
|
// node_modules/fast-glob/out/providers/sync.js
|
|
56021
56041
|
var require_sync6 = __commonJS({
|
|
56022
|
-
"node_modules/fast-glob/out/providers/sync.js"(exports
|
|
56023
|
-
Object.defineProperty(exports
|
|
56042
|
+
"node_modules/fast-glob/out/providers/sync.js"(exports) {
|
|
56043
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56024
56044
|
var sync_1 = require_sync5();
|
|
56025
56045
|
var provider_1 = require_provider();
|
|
56026
56046
|
var ProviderSync = class extends provider_1.default {
|
|
@@ -56041,19 +56061,19 @@ var require_sync6 = __commonJS({
|
|
|
56041
56061
|
return this._reader.static(task.patterns, options8);
|
|
56042
56062
|
}
|
|
56043
56063
|
};
|
|
56044
|
-
exports
|
|
56064
|
+
exports.default = ProviderSync;
|
|
56045
56065
|
}
|
|
56046
56066
|
});
|
|
56047
56067
|
|
|
56048
56068
|
// node_modules/fast-glob/out/settings.js
|
|
56049
56069
|
var require_settings4 = __commonJS({
|
|
56050
|
-
"node_modules/fast-glob/out/settings.js"(exports
|
|
56051
|
-
Object.defineProperty(exports
|
|
56052
|
-
exports
|
|
56070
|
+
"node_modules/fast-glob/out/settings.js"(exports) {
|
|
56071
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
56072
|
+
exports.DEFAULT_FILE_SYSTEM_ADAPTER = void 0;
|
|
56053
56073
|
var fs4 = __require("fs");
|
|
56054
56074
|
var os = __require("os");
|
|
56055
56075
|
var CPU_COUNT = Math.max(os.cpus().length, 1);
|
|
56056
|
-
exports
|
|
56076
|
+
exports.DEFAULT_FILE_SYSTEM_ADAPTER = {
|
|
56057
56077
|
lstat: fs4.lstat,
|
|
56058
56078
|
lstatSync: fs4.lstatSync,
|
|
56059
56079
|
stat: fs4.stat,
|
|
@@ -56097,16 +56117,16 @@ var require_settings4 = __commonJS({
|
|
|
56097
56117
|
return option === void 0 ? value : option;
|
|
56098
56118
|
}
|
|
56099
56119
|
_getFileSystemMethods(methods = {}) {
|
|
56100
|
-
return Object.assign(Object.assign({}, exports
|
|
56120
|
+
return Object.assign(Object.assign({}, exports.DEFAULT_FILE_SYSTEM_ADAPTER), methods);
|
|
56101
56121
|
}
|
|
56102
56122
|
};
|
|
56103
|
-
exports
|
|
56123
|
+
exports.default = Settings;
|
|
56104
56124
|
}
|
|
56105
56125
|
});
|
|
56106
56126
|
|
|
56107
56127
|
// node_modules/fast-glob/out/index.js
|
|
56108
56128
|
var require_out4 = __commonJS({
|
|
56109
|
-
"node_modules/fast-glob/out/index.js"(exports
|
|
56129
|
+
"node_modules/fast-glob/out/index.js"(exports, module) {
|
|
56110
56130
|
var taskManager = require_tasks();
|
|
56111
56131
|
var async_1 = require_async6();
|
|
56112
56132
|
var stream_1 = require_stream4();
|
|
@@ -56204,7 +56224,7 @@ var require_out4 = __commonJS({
|
|
|
56204
56224
|
|
|
56205
56225
|
// node_modules/picocolors/picocolors.js
|
|
56206
56226
|
var require_picocolors = __commonJS({
|
|
56207
|
-
"node_modules/picocolors/picocolors.js"(exports
|
|
56227
|
+
"node_modules/picocolors/picocolors.js"(exports, module) {
|
|
56208
56228
|
var p = process || {};
|
|
56209
56229
|
var argv = p.argv || [];
|
|
56210
56230
|
var env = p.env || {};
|
|
@@ -56276,7 +56296,7 @@ var require_picocolors = __commonJS({
|
|
|
56276
56296
|
|
|
56277
56297
|
// node_modules/semver/internal/debug.js
|
|
56278
56298
|
var require_debug = __commonJS({
|
|
56279
|
-
"node_modules/semver/internal/debug.js"(exports
|
|
56299
|
+
"node_modules/semver/internal/debug.js"(exports, module) {
|
|
56280
56300
|
var debug = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {
|
|
56281
56301
|
};
|
|
56282
56302
|
module.exports = debug;
|
|
@@ -56285,7 +56305,7 @@ var require_debug = __commonJS({
|
|
|
56285
56305
|
|
|
56286
56306
|
// node_modules/semver/internal/constants.js
|
|
56287
56307
|
var require_constants4 = __commonJS({
|
|
56288
|
-
"node_modules/semver/internal/constants.js"(exports
|
|
56308
|
+
"node_modules/semver/internal/constants.js"(exports, module) {
|
|
56289
56309
|
var SEMVER_SPEC_VERSION = "2.0.0";
|
|
56290
56310
|
var MAX_LENGTH = 256;
|
|
56291
56311
|
var MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || /* istanbul ignore next */
|
|
@@ -56316,19 +56336,19 @@ var require_constants4 = __commonJS({
|
|
|
56316
56336
|
|
|
56317
56337
|
// node_modules/semver/internal/re.js
|
|
56318
56338
|
var require_re = __commonJS({
|
|
56319
|
-
"node_modules/semver/internal/re.js"(exports
|
|
56339
|
+
"node_modules/semver/internal/re.js"(exports, module) {
|
|
56320
56340
|
var {
|
|
56321
56341
|
MAX_SAFE_COMPONENT_LENGTH,
|
|
56322
56342
|
MAX_SAFE_BUILD_LENGTH,
|
|
56323
56343
|
MAX_LENGTH
|
|
56324
56344
|
} = require_constants4();
|
|
56325
56345
|
var debug = require_debug();
|
|
56326
|
-
exports
|
|
56327
|
-
var re = exports
|
|
56328
|
-
var safeRe = exports
|
|
56329
|
-
var src = exports
|
|
56330
|
-
var safeSrc = exports
|
|
56331
|
-
var t = exports
|
|
56346
|
+
exports = module.exports = {};
|
|
56347
|
+
var re = exports.re = [];
|
|
56348
|
+
var safeRe = exports.safeRe = [];
|
|
56349
|
+
var src = exports.src = [];
|
|
56350
|
+
var safeSrc = exports.safeSrc = [];
|
|
56351
|
+
var t = exports.t = {};
|
|
56332
56352
|
var R = 0;
|
|
56333
56353
|
var LETTERDASHNUMBER = "[a-zA-Z0-9-]";
|
|
56334
56354
|
var safeRegexReplacements = [
|
|
@@ -56381,18 +56401,18 @@ var require_re = __commonJS({
|
|
|
56381
56401
|
createToken("COERCERTLFULL", src[t.COERCEFULL], true);
|
|
56382
56402
|
createToken("LONETILDE", "(?:~>?)");
|
|
56383
56403
|
createToken("TILDETRIM", `(\\s*)${src[t.LONETILDE]}\\s+`, true);
|
|
56384
|
-
exports
|
|
56404
|
+
exports.tildeTrimReplace = "$1~";
|
|
56385
56405
|
createToken("TILDE", `^${src[t.LONETILDE]}${src[t.XRANGEPLAIN]}$`);
|
|
56386
56406
|
createToken("TILDELOOSE", `^${src[t.LONETILDE]}${src[t.XRANGEPLAINLOOSE]}$`);
|
|
56387
56407
|
createToken("LONECARET", "(?:\\^)");
|
|
56388
56408
|
createToken("CARETTRIM", `(\\s*)${src[t.LONECARET]}\\s+`, true);
|
|
56389
|
-
exports
|
|
56409
|
+
exports.caretTrimReplace = "$1^";
|
|
56390
56410
|
createToken("CARET", `^${src[t.LONECARET]}${src[t.XRANGEPLAIN]}$`);
|
|
56391
56411
|
createToken("CARETLOOSE", `^${src[t.LONECARET]}${src[t.XRANGEPLAINLOOSE]}$`);
|
|
56392
56412
|
createToken("COMPARATORLOOSE", `^${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]})$|^$`);
|
|
56393
56413
|
createToken("COMPARATOR", `^${src[t.GTLT]}\\s*(${src[t.FULLPLAIN]})$|^$`);
|
|
56394
56414
|
createToken("COMPARATORTRIM", `(\\s*)${src[t.GTLT]}\\s*(${src[t.LOOSEPLAIN]}|${src[t.XRANGEPLAIN]})`, true);
|
|
56395
|
-
exports
|
|
56415
|
+
exports.comparatorTrimReplace = "$1$2$3";
|
|
56396
56416
|
createToken("HYPHENRANGE", `^\\s*(${src[t.XRANGEPLAIN]})\\s+-\\s+(${src[t.XRANGEPLAIN]})\\s*$`);
|
|
56397
56417
|
createToken("HYPHENRANGELOOSE", `^\\s*(${src[t.XRANGEPLAINLOOSE]})\\s+-\\s+(${src[t.XRANGEPLAINLOOSE]})\\s*$`);
|
|
56398
56418
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
|
@@ -56403,7 +56423,7 @@ var require_re = __commonJS({
|
|
|
56403
56423
|
|
|
56404
56424
|
// node_modules/semver/internal/parse-options.js
|
|
56405
56425
|
var require_parse_options = __commonJS({
|
|
56406
|
-
"node_modules/semver/internal/parse-options.js"(exports
|
|
56426
|
+
"node_modules/semver/internal/parse-options.js"(exports, module) {
|
|
56407
56427
|
var looseOption = Object.freeze({ loose: true });
|
|
56408
56428
|
var emptyOpts = Object.freeze({});
|
|
56409
56429
|
var parseOptions = (options8) => {
|
|
@@ -56421,7 +56441,7 @@ var require_parse_options = __commonJS({
|
|
|
56421
56441
|
|
|
56422
56442
|
// node_modules/semver/internal/identifiers.js
|
|
56423
56443
|
var require_identifiers = __commonJS({
|
|
56424
|
-
"node_modules/semver/internal/identifiers.js"(exports
|
|
56444
|
+
"node_modules/semver/internal/identifiers.js"(exports, module) {
|
|
56425
56445
|
var numeric = /^[0-9]+$/;
|
|
56426
56446
|
var compareIdentifiers = (a, b) => {
|
|
56427
56447
|
if (typeof a === "number" && typeof b === "number") {
|
|
@@ -56445,7 +56465,7 @@ var require_identifiers = __commonJS({
|
|
|
56445
56465
|
|
|
56446
56466
|
// node_modules/semver/classes/semver.js
|
|
56447
56467
|
var require_semver = __commonJS({
|
|
56448
|
-
"node_modules/semver/classes/semver.js"(exports
|
|
56468
|
+
"node_modules/semver/classes/semver.js"(exports, module) {
|
|
56449
56469
|
var debug = require_debug();
|
|
56450
56470
|
var { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants4();
|
|
56451
56471
|
var { safeRe: re, t } = require_re();
|
|
@@ -56723,7 +56743,7 @@ var require_semver = __commonJS({
|
|
|
56723
56743
|
|
|
56724
56744
|
// node_modules/semver/functions/compare.js
|
|
56725
56745
|
var require_compare = __commonJS({
|
|
56726
|
-
"node_modules/semver/functions/compare.js"(exports
|
|
56746
|
+
"node_modules/semver/functions/compare.js"(exports, module) {
|
|
56727
56747
|
var SemVer = require_semver();
|
|
56728
56748
|
var compare = (a, b, loose) => new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
56729
56749
|
module.exports = compare;
|
|
@@ -56732,7 +56752,7 @@ var require_compare = __commonJS({
|
|
|
56732
56752
|
|
|
56733
56753
|
// node_modules/semver/functions/gte.js
|
|
56734
56754
|
var require_gte = __commonJS({
|
|
56735
|
-
"node_modules/semver/functions/gte.js"(exports
|
|
56755
|
+
"node_modules/semver/functions/gte.js"(exports, module) {
|
|
56736
56756
|
var compare = require_compare();
|
|
56737
56757
|
var gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
56738
56758
|
module.exports = gte;
|
|
@@ -56741,7 +56761,7 @@ var require_gte = __commonJS({
|
|
|
56741
56761
|
|
|
56742
56762
|
// node_modules/pseudomap/pseudomap.js
|
|
56743
56763
|
var require_pseudomap = __commonJS({
|
|
56744
|
-
"node_modules/pseudomap/pseudomap.js"(exports
|
|
56764
|
+
"node_modules/pseudomap/pseudomap.js"(exports, module) {
|
|
56745
56765
|
var hasOwnProperty3 = Object.prototype.hasOwnProperty;
|
|
56746
56766
|
module.exports = PseudoMap;
|
|
56747
56767
|
function PseudoMap(set2) {
|
|
@@ -56836,7 +56856,7 @@ var require_pseudomap = __commonJS({
|
|
|
56836
56856
|
|
|
56837
56857
|
// node_modules/pseudomap/map.js
|
|
56838
56858
|
var require_map = __commonJS({
|
|
56839
|
-
"node_modules/pseudomap/map.js"(exports
|
|
56859
|
+
"node_modules/pseudomap/map.js"(exports, module) {
|
|
56840
56860
|
if (process.env.npm_package_name === "pseudomap" && process.env.npm_lifecycle_script === "test")
|
|
56841
56861
|
process.env.TEST_PSEUDOMAP = "true";
|
|
56842
56862
|
if (typeof Map === "function" && !process.env.TEST_PSEUDOMAP) {
|
|
@@ -56849,7 +56869,7 @@ var require_map = __commonJS({
|
|
|
56849
56869
|
|
|
56850
56870
|
// node_modules/yallist/yallist.js
|
|
56851
56871
|
var require_yallist = __commonJS({
|
|
56852
|
-
"node_modules/yallist/yallist.js"(exports
|
|
56872
|
+
"node_modules/yallist/yallist.js"(exports, module) {
|
|
56853
56873
|
module.exports = Yallist;
|
|
56854
56874
|
Yallist.Node = Node;
|
|
56855
56875
|
Yallist.create = Yallist;
|
|
@@ -57175,7 +57195,7 @@ var require_yallist = __commonJS({
|
|
|
57175
57195
|
|
|
57176
57196
|
// node_modules/editorconfig/node_modules/lru-cache/index.js
|
|
57177
57197
|
var require_lru_cache = __commonJS({
|
|
57178
|
-
"node_modules/editorconfig/node_modules/lru-cache/index.js"(exports
|
|
57198
|
+
"node_modules/editorconfig/node_modules/lru-cache/index.js"(exports, module) {
|
|
57179
57199
|
module.exports = LRUCache;
|
|
57180
57200
|
var Map2 = require_map();
|
|
57181
57201
|
var util2 = __require("util");
|
|
@@ -57566,7 +57586,7 @@ var require_lru_cache = __commonJS({
|
|
|
57566
57586
|
|
|
57567
57587
|
// node_modules/sigmund/sigmund.js
|
|
57568
57588
|
var require_sigmund = __commonJS({
|
|
57569
|
-
"node_modules/sigmund/sigmund.js"(exports
|
|
57589
|
+
"node_modules/sigmund/sigmund.js"(exports, module) {
|
|
57570
57590
|
module.exports = sigmund;
|
|
57571
57591
|
function sigmund(subject, maxSessions) {
|
|
57572
57592
|
maxSessions = maxSessions || 10;
|
|
@@ -57601,10 +57621,10 @@ var require_sigmund = __commonJS({
|
|
|
57601
57621
|
|
|
57602
57622
|
// node_modules/editorconfig/src/lib/fnmatch.js
|
|
57603
57623
|
var require_fnmatch = __commonJS({
|
|
57604
|
-
"node_modules/editorconfig/src/lib/fnmatch.js"(exports
|
|
57624
|
+
"node_modules/editorconfig/src/lib/fnmatch.js"(exports, module) {
|
|
57605
57625
|
var platform = typeof process === "object" ? process.platform : "win32";
|
|
57606
57626
|
if (module) module.exports = minimatch;
|
|
57607
|
-
else exports
|
|
57627
|
+
else exports.minimatch = minimatch;
|
|
57608
57628
|
minimatch.Minimatch = Minimatch;
|
|
57609
57629
|
var LRU = require_lru_cache();
|
|
57610
57630
|
minimatch.cache = new LRU({ max: 100 });
|
|
@@ -58198,8 +58218,8 @@ var require_fnmatch = __commonJS({
|
|
|
58198
58218
|
|
|
58199
58219
|
// node_modules/editorconfig/src/lib/ini.js
|
|
58200
58220
|
var require_ini = __commonJS({
|
|
58201
|
-
"node_modules/editorconfig/src/lib/ini.js"(exports
|
|
58202
|
-
var __awaiter = exports
|
|
58221
|
+
"node_modules/editorconfig/src/lib/ini.js"(exports) {
|
|
58222
|
+
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
58203
58223
|
return new (P || (P = Promise))(function(resolve3, reject) {
|
|
58204
58224
|
function fulfilled(value) {
|
|
58205
58225
|
try {
|
|
@@ -58223,7 +58243,7 @@ var require_ini = __commonJS({
|
|
|
58223
58243
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
58224
58244
|
});
|
|
58225
58245
|
};
|
|
58226
|
-
var __generator = exports
|
|
58246
|
+
var __generator = exports && exports.__generator || function(thisArg, body) {
|
|
58227
58247
|
var _ = { label: 0, sent: function() {
|
|
58228
58248
|
if (t[0] & 1) throw t[1];
|
|
58229
58249
|
return t[1];
|
|
@@ -58292,7 +58312,7 @@ var require_ini = __commonJS({
|
|
|
58292
58312
|
return { value: op[0] ? op[1] : void 0, done: true };
|
|
58293
58313
|
}
|
|
58294
58314
|
};
|
|
58295
|
-
var __importStar = exports
|
|
58315
|
+
var __importStar = exports && exports.__importStar || function(mod) {
|
|
58296
58316
|
if (mod && mod.__esModule) return mod;
|
|
58297
58317
|
var result = {};
|
|
58298
58318
|
if (mod != null) {
|
|
@@ -58301,7 +58321,7 @@ var require_ini = __commonJS({
|
|
|
58301
58321
|
result["default"] = mod;
|
|
58302
58322
|
return result;
|
|
58303
58323
|
};
|
|
58304
|
-
Object.defineProperty(exports
|
|
58324
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58305
58325
|
var fs4 = __importStar(__require("fs"));
|
|
58306
58326
|
var regex = {
|
|
58307
58327
|
section: /^\s*\[(([^#;]|\\#|\\;)+)\]\s*([#;].*)?$/,
|
|
@@ -58323,11 +58343,11 @@ var require_ini = __commonJS({
|
|
|
58323
58343
|
});
|
|
58324
58344
|
});
|
|
58325
58345
|
}
|
|
58326
|
-
exports
|
|
58346
|
+
exports.parse = parse7;
|
|
58327
58347
|
function parseSync(file) {
|
|
58328
58348
|
return parseString2(fs4.readFileSync(file, "utf8"));
|
|
58329
58349
|
}
|
|
58330
|
-
exports
|
|
58350
|
+
exports.parseSync = parseSync;
|
|
58331
58351
|
function parseString2(data) {
|
|
58332
58352
|
var sectionBody = {};
|
|
58333
58353
|
var sectionName = null;
|
|
@@ -58350,13 +58370,13 @@ var require_ini = __commonJS({
|
|
|
58350
58370
|
});
|
|
58351
58371
|
return value;
|
|
58352
58372
|
}
|
|
58353
|
-
exports
|
|
58373
|
+
exports.parseString = parseString2;
|
|
58354
58374
|
}
|
|
58355
58375
|
});
|
|
58356
58376
|
|
|
58357
58377
|
// node_modules/editorconfig/package.json
|
|
58358
58378
|
var require_package = __commonJS({
|
|
58359
|
-
"node_modules/editorconfig/package.json"(exports
|
|
58379
|
+
"node_modules/editorconfig/package.json"(exports, module) {
|
|
58360
58380
|
module.exports = {
|
|
58361
58381
|
name: "editorconfig",
|
|
58362
58382
|
version: "0.15.3",
|
|
@@ -58421,8 +58441,8 @@ var require_package = __commonJS({
|
|
|
58421
58441
|
|
|
58422
58442
|
// node_modules/editorconfig/src/index.js
|
|
58423
58443
|
var require_src = __commonJS({
|
|
58424
|
-
"node_modules/editorconfig/src/index.js"(exports
|
|
58425
|
-
var __awaiter = exports
|
|
58444
|
+
"node_modules/editorconfig/src/index.js"(exports) {
|
|
58445
|
+
var __awaiter = exports && exports.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
58426
58446
|
return new (P || (P = Promise))(function(resolve3, reject) {
|
|
58427
58447
|
function fulfilled(value) {
|
|
58428
58448
|
try {
|
|
@@ -58446,7 +58466,7 @@ var require_src = __commonJS({
|
|
|
58446
58466
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
58447
58467
|
});
|
|
58448
58468
|
};
|
|
58449
|
-
var __generator = exports
|
|
58469
|
+
var __generator = exports && exports.__generator || function(thisArg, body) {
|
|
58450
58470
|
var _ = { label: 0, sent: function() {
|
|
58451
58471
|
if (t[0] & 1) throw t[1];
|
|
58452
58472
|
return t[1];
|
|
@@ -58515,7 +58535,7 @@ var require_src = __commonJS({
|
|
|
58515
58535
|
return { value: op[0] ? op[1] : void 0, done: true };
|
|
58516
58536
|
}
|
|
58517
58537
|
};
|
|
58518
|
-
var __importStar = exports
|
|
58538
|
+
var __importStar = exports && exports.__importStar || function(mod) {
|
|
58519
58539
|
if (mod && mod.__esModule) return mod;
|
|
58520
58540
|
var result = {};
|
|
58521
58541
|
if (mod != null) {
|
|
@@ -58524,10 +58544,10 @@ var require_src = __commonJS({
|
|
|
58524
58544
|
result["default"] = mod;
|
|
58525
58545
|
return result;
|
|
58526
58546
|
};
|
|
58527
|
-
var __importDefault = exports
|
|
58547
|
+
var __importDefault = exports && exports.__importDefault || function(mod) {
|
|
58528
58548
|
return mod && mod.__esModule ? mod : { "default": mod };
|
|
58529
58549
|
};
|
|
58530
|
-
Object.defineProperty(exports
|
|
58550
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58531
58551
|
var fs4 = __importStar(__require("fs"));
|
|
58532
58552
|
var path15 = __importStar(__require("path"));
|
|
58533
58553
|
var semver = {
|
|
@@ -58535,7 +58555,7 @@ var require_src = __commonJS({
|
|
|
58535
58555
|
};
|
|
58536
58556
|
var fnmatch_1 = __importDefault(require_fnmatch());
|
|
58537
58557
|
var ini_1 = require_ini();
|
|
58538
|
-
exports
|
|
58558
|
+
exports.parseString = ini_1.parseString;
|
|
58539
58559
|
var package_json_1 = __importDefault(require_package());
|
|
58540
58560
|
var knownProps = {
|
|
58541
58561
|
end_of_line: true,
|
|
@@ -58709,7 +58729,7 @@ var require_src = __commonJS({
|
|
|
58709
58729
|
});
|
|
58710
58730
|
});
|
|
58711
58731
|
}
|
|
58712
|
-
exports
|
|
58732
|
+
exports.parseFromFiles = parseFromFiles;
|
|
58713
58733
|
function parseFromFilesSync(filepath, files, options8) {
|
|
58714
58734
|
if (options8 === void 0) {
|
|
58715
58735
|
options8 = {};
|
|
@@ -58717,7 +58737,7 @@ var require_src = __commonJS({
|
|
|
58717
58737
|
var _a = opts(filepath, options8), resolvedFilePath = _a[0], processedOptions = _a[1];
|
|
58718
58738
|
return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions);
|
|
58719
58739
|
}
|
|
58720
|
-
exports
|
|
58740
|
+
exports.parseFromFilesSync = parseFromFilesSync;
|
|
58721
58741
|
function parse7(_filepath, _options) {
|
|
58722
58742
|
if (_options === void 0) {
|
|
58723
58743
|
_options = {};
|
|
@@ -58733,7 +58753,7 @@ var require_src = __commonJS({
|
|
|
58733
58753
|
});
|
|
58734
58754
|
});
|
|
58735
58755
|
}
|
|
58736
|
-
exports
|
|
58756
|
+
exports.parse = parse7;
|
|
58737
58757
|
function parseSync(_filepath, _options) {
|
|
58738
58758
|
if (_options === void 0) {
|
|
58739
58759
|
_options = {};
|
|
@@ -58743,13 +58763,13 @@ var require_src = __commonJS({
|
|
|
58743
58763
|
var files = readConfigFilesSync(filepaths);
|
|
58744
58764
|
return parseFromConfigs(getConfigsForFiles(files), resolvedFilePath, processedOptions);
|
|
58745
58765
|
}
|
|
58746
|
-
exports
|
|
58766
|
+
exports.parseSync = parseSync;
|
|
58747
58767
|
}
|
|
58748
58768
|
});
|
|
58749
58769
|
|
|
58750
58770
|
// node_modules/@babel/code-frame/node_modules/js-tokens/index.js
|
|
58751
58771
|
var require_js_tokens = __commonJS({
|
|
58752
|
-
"node_modules/@babel/code-frame/node_modules/js-tokens/index.js"(exports
|
|
58772
|
+
"node_modules/@babel/code-frame/node_modules/js-tokens/index.js"(exports, module) {
|
|
58753
58773
|
var Identifier;
|
|
58754
58774
|
var JSXIdentifier;
|
|
58755
58775
|
var JSXPunctuator;
|
|
@@ -59159,7 +59179,7 @@ var require_js_tokens = __commonJS({
|
|
|
59159
59179
|
|
|
59160
59180
|
// node_modules/n-readlines/readlines.js
|
|
59161
59181
|
var require_readlines = __commonJS({
|
|
59162
|
-
"node_modules/n-readlines/readlines.js"(exports
|
|
59182
|
+
"node_modules/n-readlines/readlines.js"(exports, module) {
|
|
59163
59183
|
var fs4 = __require("fs");
|
|
59164
59184
|
var LineByLine = class {
|
|
59165
59185
|
constructor(file, options8) {
|
|
@@ -59279,7 +59299,7 @@ var require_readlines = __commonJS({
|
|
|
59279
59299
|
|
|
59280
59300
|
// node_modules/ignore/index.js
|
|
59281
59301
|
var require_ignore = __commonJS({
|
|
59282
|
-
"node_modules/ignore/index.js"(exports
|
|
59302
|
+
"node_modules/ignore/index.js"(exports, module) {
|
|
59283
59303
|
function makeArray(subject) {
|
|
59284
59304
|
return Array.isArray(subject) ? subject : [subject];
|
|
59285
59305
|
}
|
|
@@ -64229,10 +64249,10 @@ function resolvePackageTarget(packageJsonUrl, target, subpath, packageSubpath, b
|
|
|
64229
64249
|
base
|
|
64230
64250
|
);
|
|
64231
64251
|
}
|
|
64232
|
-
function isConditionalExportsMainSugar(exports
|
|
64233
|
-
if (typeof exports
|
|
64234
|
-
if (typeof exports
|
|
64235
|
-
const keys = Object.getOwnPropertyNames(exports
|
|
64252
|
+
function isConditionalExportsMainSugar(exports, packageJsonUrl, base) {
|
|
64253
|
+
if (typeof exports === "string" || Array.isArray(exports)) return true;
|
|
64254
|
+
if (typeof exports !== "object" || exports === null) return false;
|
|
64255
|
+
const keys = Object.getOwnPropertyNames(exports);
|
|
64236
64256
|
let isConditionalSugar = false;
|
|
64237
64257
|
let i = 0;
|
|
64238
64258
|
let keyIndex = -1;
|
|
@@ -64265,12 +64285,12 @@ function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) {
|
|
|
64265
64285
|
);
|
|
64266
64286
|
}
|
|
64267
64287
|
function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) {
|
|
64268
|
-
let exports
|
|
64269
|
-
if (isConditionalExportsMainSugar(exports
|
|
64270
|
-
exports
|
|
64288
|
+
let exports = packageConfig.exports;
|
|
64289
|
+
if (isConditionalExportsMainSugar(exports, packageJsonUrl, base)) {
|
|
64290
|
+
exports = { ".": exports };
|
|
64271
64291
|
}
|
|
64272
|
-
if (own2.call(exports
|
|
64273
|
-
const target = exports
|
|
64292
|
+
if (own2.call(exports, packageSubpath) && !packageSubpath.includes("*") && !packageSubpath.endsWith("/")) {
|
|
64293
|
+
const target = exports[packageSubpath];
|
|
64274
64294
|
const resolveResult = resolvePackageTarget(
|
|
64275
64295
|
packageJsonUrl,
|
|
64276
64296
|
target,
|
|
@@ -64289,7 +64309,7 @@ function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, ba
|
|
|
64289
64309
|
}
|
|
64290
64310
|
let bestMatch = "";
|
|
64291
64311
|
let bestMatchSubpath = "";
|
|
64292
|
-
const keys = Object.getOwnPropertyNames(exports
|
|
64312
|
+
const keys = Object.getOwnPropertyNames(exports);
|
|
64293
64313
|
let i = -1;
|
|
64294
64314
|
while (++i < keys.length) {
|
|
64295
64315
|
const key2 = keys[i];
|
|
@@ -64315,7 +64335,7 @@ function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, ba
|
|
|
64315
64335
|
if (bestMatch) {
|
|
64316
64336
|
const target = (
|
|
64317
64337
|
/** @type {unknown} */
|
|
64318
|
-
exports
|
|
64338
|
+
exports[bestMatch]
|
|
64319
64339
|
);
|
|
64320
64340
|
const resolveResult = resolvePackageTarget(
|
|
64321
64341
|
packageJsonUrl,
|
|
@@ -69903,4 +69923,4 @@ var typescript = /*#__PURE__*/Object.freeze({
|
|
|
69903
69923
|
});
|
|
69904
69924
|
|
|
69905
69925
|
export { HighlightJS as H, MarkdownIt as M, Ze$a as Z, resolveConfig as a, createTwoFilesPatch$1 as b, createSyncFn as c, dedent$1 as d, deflist_plugin as e, format2 as f, closest as g, distance as h, fm$2 as i, isCI as j, cliProgress as k, tinylr as l, moduleImporter as m, createInstance as n, fse as o, inter as p, runAsWorker as r, ts$6 as t, watch$1 as w };
|
|
69906
|
-
//# sourceMappingURL=vendor-
|
|
69926
|
+
//# sourceMappingURL=vendor-B7bJ2okl.mjs.map
|