@rushstack/package-extractor 0.12.11 → 0.12.13
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/CHANGELOG.json +30 -0
- package/CHANGELOG.md +11 -1
- package/dist/scripts/create-links.js +511 -179
- package/dist/scripts/create-links.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
|
@@ -7035,7 +7035,7 @@ const properties_1 = __webpack_require__(/*! ./properties */ 935079);
|
|
|
7035
7035
|
const patternProperties_1 = __webpack_require__(/*! ./patternProperties */ 467075);
|
|
7036
7036
|
const not_1 = __webpack_require__(/*! ./not */ 43393);
|
|
7037
7037
|
const anyOf_1 = __webpack_require__(/*! ./anyOf */ 284499);
|
|
7038
|
-
const oneOf_1 = __webpack_require__(/*! ./oneOf */
|
|
7038
|
+
const oneOf_1 = __webpack_require__(/*! ./oneOf */ 67046);
|
|
7039
7039
|
const allOf_1 = __webpack_require__(/*! ./allOf */ 975226);
|
|
7040
7040
|
const if_1 = __webpack_require__(/*! ./if */ 164741);
|
|
7041
7041
|
const thenElse_1 = __webpack_require__(/*! ./thenElse */ 338780);
|
|
@@ -7206,7 +7206,7 @@ exports["default"] = def;
|
|
|
7206
7206
|
|
|
7207
7207
|
/***/ },
|
|
7208
7208
|
|
|
7209
|
-
/***/
|
|
7209
|
+
/***/ 67046
|
|
7210
7210
|
/*!**********************************************************************************************************************!*\
|
|
7211
7211
|
!*** ../../common/temp/default/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js ***!
|
|
7212
7212
|
\**********************************************************************************************************************/
|
|
@@ -15803,9 +15803,9 @@ module.exports = fill;
|
|
|
15803
15803
|
|
|
15804
15804
|
/***/ },
|
|
15805
15805
|
|
|
15806
|
-
/***/
|
|
15806
|
+
/***/ 342097
|
|
15807
15807
|
/*!****************************************************************************************************************!*\
|
|
15808
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
15808
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy-sync.js ***!
|
|
15809
15809
|
\****************************************************************************************************************/
|
|
15810
15810
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
15811
15811
|
|
|
@@ -15814,9 +15814,9 @@ module.exports = fill;
|
|
|
15814
15814
|
|
|
15815
15815
|
const fs = __webpack_require__(/*! graceful-fs */ 764420)
|
|
15816
15816
|
const path = __webpack_require__(/*! path */ 16928)
|
|
15817
|
-
const mkdirsSync = (__webpack_require__(/*! ../mkdirs */
|
|
15818
|
-
const utimesMillisSync = (__webpack_require__(/*! ../util/utimes */
|
|
15819
|
-
const stat = __webpack_require__(/*! ../util/stat */
|
|
15817
|
+
const mkdirsSync = (__webpack_require__(/*! ../mkdirs */ 504727).mkdirsSync)
|
|
15818
|
+
const utimesMillisSync = (__webpack_require__(/*! ../util/utimes */ 527868).utimesMillisSync)
|
|
15819
|
+
const stat = __webpack_require__(/*! ../util/stat */ 338029)
|
|
15820
15820
|
|
|
15821
15821
|
function copySync (src, dest, opts) {
|
|
15822
15822
|
if (typeof opts === 'function') {
|
|
@@ -15990,22 +15990,22 @@ module.exports = copySync
|
|
|
15990
15990
|
|
|
15991
15991
|
/***/ },
|
|
15992
15992
|
|
|
15993
|
-
/***/
|
|
15993
|
+
/***/ 792961
|
|
15994
15994
|
/*!***********************************************************************************************************!*\
|
|
15995
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
15995
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/copy.js ***!
|
|
15996
15996
|
\***********************************************************************************************************/
|
|
15997
15997
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
15998
15998
|
|
|
15999
15999
|
"use strict";
|
|
16000
16000
|
|
|
16001
16001
|
|
|
16002
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16002
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16003
16003
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16004
|
-
const { mkdirs } = __webpack_require__(/*! ../mkdirs */
|
|
16005
|
-
const { pathExists } = __webpack_require__(/*! ../path-exists */
|
|
16006
|
-
const { utimesMillis } = __webpack_require__(/*! ../util/utimes */
|
|
16007
|
-
const stat = __webpack_require__(/*! ../util/stat */
|
|
16008
|
-
const { asyncIteratorConcurrentProcess } = __webpack_require__(/*! ../util/async */
|
|
16004
|
+
const { mkdirs } = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
16005
|
+
const { pathExists } = __webpack_require__(/*! ../path-exists */ 152055)
|
|
16006
|
+
const { utimesMillis } = __webpack_require__(/*! ../util/utimes */ 527868)
|
|
16007
|
+
const stat = __webpack_require__(/*! ../util/stat */ 338029)
|
|
16008
|
+
const { asyncIteratorConcurrentProcess } = __webpack_require__(/*! ../util/async */ 116483)
|
|
16009
16009
|
|
|
16010
16010
|
async function copy (src, dest, opts = {}) {
|
|
16011
16011
|
if (typeof opts === 'function') {
|
|
@@ -16181,9 +16181,9 @@ module.exports = copy
|
|
|
16181
16181
|
|
|
16182
16182
|
/***/ },
|
|
16183
16183
|
|
|
16184
|
-
/***/
|
|
16184
|
+
/***/ 592806
|
|
16185
16185
|
/*!************************************************************************************************************!*\
|
|
16186
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16186
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/copy/index.js ***!
|
|
16187
16187
|
\************************************************************************************************************/
|
|
16188
16188
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16189
16189
|
|
|
@@ -16192,16 +16192,16 @@ module.exports = copy
|
|
|
16192
16192
|
|
|
16193
16193
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16194
16194
|
module.exports = {
|
|
16195
|
-
copy: u(__webpack_require__(/*! ./copy */
|
|
16196
|
-
copySync: __webpack_require__(/*! ./copy-sync */
|
|
16195
|
+
copy: u(__webpack_require__(/*! ./copy */ 792961)),
|
|
16196
|
+
copySync: __webpack_require__(/*! ./copy-sync */ 342097)
|
|
16197
16197
|
}
|
|
16198
16198
|
|
|
16199
16199
|
|
|
16200
16200
|
/***/ },
|
|
16201
16201
|
|
|
16202
|
-
/***/
|
|
16202
|
+
/***/ 295664
|
|
16203
16203
|
/*!*************************************************************************************************************!*\
|
|
16204
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16204
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/empty/index.js ***!
|
|
16205
16205
|
\*************************************************************************************************************/
|
|
16206
16206
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16207
16207
|
|
|
@@ -16209,10 +16209,10 @@ module.exports = {
|
|
|
16209
16209
|
|
|
16210
16210
|
|
|
16211
16211
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16212
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16212
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16213
16213
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16214
|
-
const mkdir = __webpack_require__(/*! ../mkdirs */
|
|
16215
|
-
const remove = __webpack_require__(/*! ../remove */
|
|
16214
|
+
const mkdir = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
16215
|
+
const remove = __webpack_require__(/*! ../remove */ 493235)
|
|
16216
16216
|
|
|
16217
16217
|
const emptyDir = u(async function emptyDir (dir) {
|
|
16218
16218
|
let items
|
|
@@ -16249,9 +16249,9 @@ module.exports = {
|
|
|
16249
16249
|
|
|
16250
16250
|
/***/ },
|
|
16251
16251
|
|
|
16252
|
-
/***/
|
|
16252
|
+
/***/ 423499
|
|
16253
16253
|
/*!*************************************************************************************************************!*\
|
|
16254
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16254
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/file.js ***!
|
|
16255
16255
|
\*************************************************************************************************************/
|
|
16256
16256
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16257
16257
|
|
|
@@ -16260,8 +16260,8 @@ module.exports = {
|
|
|
16260
16260
|
|
|
16261
16261
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16262
16262
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16263
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16264
|
-
const mkdir = __webpack_require__(/*! ../mkdirs */
|
|
16263
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16264
|
+
const mkdir = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
16265
16265
|
|
|
16266
16266
|
async function createFile (file) {
|
|
16267
16267
|
let stats
|
|
@@ -16326,18 +16326,18 @@ module.exports = {
|
|
|
16326
16326
|
|
|
16327
16327
|
/***/ },
|
|
16328
16328
|
|
|
16329
|
-
/***/
|
|
16329
|
+
/***/ 329513
|
|
16330
16330
|
/*!**************************************************************************************************************!*\
|
|
16331
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16331
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/index.js ***!
|
|
16332
16332
|
\**************************************************************************************************************/
|
|
16333
16333
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16334
16334
|
|
|
16335
16335
|
"use strict";
|
|
16336
16336
|
|
|
16337
16337
|
|
|
16338
|
-
const { createFile, createFileSync } = __webpack_require__(/*! ./file */
|
|
16339
|
-
const { createLink, createLinkSync } = __webpack_require__(/*! ./link */
|
|
16340
|
-
const { createSymlink, createSymlinkSync } = __webpack_require__(/*! ./symlink */
|
|
16338
|
+
const { createFile, createFileSync } = __webpack_require__(/*! ./file */ 423499)
|
|
16339
|
+
const { createLink, createLinkSync } = __webpack_require__(/*! ./link */ 701925)
|
|
16340
|
+
const { createSymlink, createSymlinkSync } = __webpack_require__(/*! ./symlink */ 627126)
|
|
16341
16341
|
|
|
16342
16342
|
module.exports = {
|
|
16343
16343
|
// file
|
|
@@ -16360,9 +16360,9 @@ module.exports = {
|
|
|
16360
16360
|
|
|
16361
16361
|
/***/ },
|
|
16362
16362
|
|
|
16363
|
-
/***/
|
|
16363
|
+
/***/ 701925
|
|
16364
16364
|
/*!*************************************************************************************************************!*\
|
|
16365
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16365
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/link.js ***!
|
|
16366
16366
|
\*************************************************************************************************************/
|
|
16367
16367
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16368
16368
|
|
|
@@ -16371,10 +16371,10 @@ module.exports = {
|
|
|
16371
16371
|
|
|
16372
16372
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16373
16373
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16374
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16375
|
-
const mkdir = __webpack_require__(/*! ../mkdirs */
|
|
16376
|
-
const { pathExists } = __webpack_require__(/*! ../path-exists */
|
|
16377
|
-
const { areIdentical } = __webpack_require__(/*! ../util/stat */
|
|
16374
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16375
|
+
const mkdir = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
16376
|
+
const { pathExists } = __webpack_require__(/*! ../path-exists */ 152055)
|
|
16377
|
+
const { areIdentical } = __webpack_require__(/*! ../util/stat */ 338029)
|
|
16378
16378
|
|
|
16379
16379
|
async function createLink (srcpath, dstpath) {
|
|
16380
16380
|
let dstStat
|
|
@@ -16435,9 +16435,9 @@ module.exports = {
|
|
|
16435
16435
|
|
|
16436
16436
|
/***/ },
|
|
16437
16437
|
|
|
16438
|
-
/***/
|
|
16438
|
+
/***/ 369643
|
|
16439
16439
|
/*!**********************************************************************************************************************!*\
|
|
16440
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16440
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-paths.js ***!
|
|
16441
16441
|
\**********************************************************************************************************************/
|
|
16442
16442
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16443
16443
|
|
|
@@ -16445,8 +16445,8 @@ module.exports = {
|
|
|
16445
16445
|
|
|
16446
16446
|
|
|
16447
16447
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16448
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16449
|
-
const { pathExists } = __webpack_require__(/*! ../path-exists */
|
|
16448
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16449
|
+
const { pathExists } = __webpack_require__(/*! ../path-exists */ 152055)
|
|
16450
16450
|
|
|
16451
16451
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16452
16452
|
|
|
@@ -16547,16 +16547,16 @@ module.exports = {
|
|
|
16547
16547
|
|
|
16548
16548
|
/***/ },
|
|
16549
16549
|
|
|
16550
|
-
/***/
|
|
16550
|
+
/***/ 897359
|
|
16551
16551
|
/*!*********************************************************************************************************************!*\
|
|
16552
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16552
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink-type.js ***!
|
|
16553
16553
|
\*********************************************************************************************************************/
|
|
16554
16554
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16555
16555
|
|
|
16556
16556
|
"use strict";
|
|
16557
16557
|
|
|
16558
16558
|
|
|
16559
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16559
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16560
16560
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16561
16561
|
|
|
16562
16562
|
async function symlinkType (srcpath, type) {
|
|
@@ -16592,9 +16592,9 @@ module.exports = {
|
|
|
16592
16592
|
|
|
16593
16593
|
/***/ },
|
|
16594
16594
|
|
|
16595
|
-
/***/
|
|
16595
|
+
/***/ 627126
|
|
16596
16596
|
/*!****************************************************************************************************************!*\
|
|
16597
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16597
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/ensure/symlink.js ***!
|
|
16598
16598
|
\****************************************************************************************************************/
|
|
16599
16599
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16600
16600
|
|
|
@@ -16603,16 +16603,16 @@ module.exports = {
|
|
|
16603
16603
|
|
|
16604
16604
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16605
16605
|
const path = __webpack_require__(/*! path */ 16928)
|
|
16606
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16606
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
16607
16607
|
|
|
16608
|
-
const { mkdirs, mkdirsSync } = __webpack_require__(/*! ../mkdirs */
|
|
16608
|
+
const { mkdirs, mkdirsSync } = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
16609
16609
|
|
|
16610
|
-
const { symlinkPaths, symlinkPathsSync } = __webpack_require__(/*! ./symlink-paths */
|
|
16611
|
-
const { symlinkType, symlinkTypeSync } = __webpack_require__(/*! ./symlink-type */
|
|
16610
|
+
const { symlinkPaths, symlinkPathsSync } = __webpack_require__(/*! ./symlink-paths */ 369643)
|
|
16611
|
+
const { symlinkType, symlinkTypeSync } = __webpack_require__(/*! ./symlink-type */ 897359)
|
|
16612
16612
|
|
|
16613
|
-
const { pathExists } = __webpack_require__(/*! ../path-exists */
|
|
16613
|
+
const { pathExists } = __webpack_require__(/*! ../path-exists */ 152055)
|
|
16614
16614
|
|
|
16615
|
-
const { areIdentical } = __webpack_require__(/*! ../util/stat */
|
|
16615
|
+
const { areIdentical } = __webpack_require__(/*! ../util/stat */ 338029)
|
|
16616
16616
|
|
|
16617
16617
|
async function createSymlink (srcpath, dstpath, type) {
|
|
16618
16618
|
let stats
|
|
@@ -16621,11 +16621,22 @@ async function createSymlink (srcpath, dstpath, type) {
|
|
|
16621
16621
|
} catch { }
|
|
16622
16622
|
|
|
16623
16623
|
if (stats && stats.isSymbolicLink()) {
|
|
16624
|
-
|
|
16625
|
-
|
|
16626
|
-
|
|
16627
|
-
|
|
16624
|
+
// When srcpath is relative, resolve it relative to dstpath's directory
|
|
16625
|
+
// (standard symlink behavior) or fall back to cwd if that doesn't exist
|
|
16626
|
+
let srcStat
|
|
16627
|
+
if (path.isAbsolute(srcpath)) {
|
|
16628
|
+
srcStat = await fs.stat(srcpath)
|
|
16629
|
+
} else {
|
|
16630
|
+
const dstdir = path.dirname(dstpath)
|
|
16631
|
+
const relativeToDst = path.join(dstdir, srcpath)
|
|
16632
|
+
try {
|
|
16633
|
+
srcStat = await fs.stat(relativeToDst)
|
|
16634
|
+
} catch {
|
|
16635
|
+
srcStat = await fs.stat(srcpath)
|
|
16636
|
+
}
|
|
16637
|
+
}
|
|
16628
16638
|
|
|
16639
|
+
const dstStat = await fs.stat(dstpath)
|
|
16629
16640
|
if (areIdentical(srcStat, dstStat)) return
|
|
16630
16641
|
}
|
|
16631
16642
|
|
|
@@ -16647,7 +16658,21 @@ function createSymlinkSync (srcpath, dstpath, type) {
|
|
|
16647
16658
|
stats = fs.lstatSync(dstpath)
|
|
16648
16659
|
} catch { }
|
|
16649
16660
|
if (stats && stats.isSymbolicLink()) {
|
|
16650
|
-
|
|
16661
|
+
// When srcpath is relative, resolve it relative to dstpath's directory
|
|
16662
|
+
// (standard symlink behavior) or fall back to cwd if that doesn't exist
|
|
16663
|
+
let srcStat
|
|
16664
|
+
if (path.isAbsolute(srcpath)) {
|
|
16665
|
+
srcStat = fs.statSync(srcpath)
|
|
16666
|
+
} else {
|
|
16667
|
+
const dstdir = path.dirname(dstpath)
|
|
16668
|
+
const relativeToDst = path.join(dstdir, srcpath)
|
|
16669
|
+
try {
|
|
16670
|
+
srcStat = fs.statSync(relativeToDst)
|
|
16671
|
+
} catch {
|
|
16672
|
+
srcStat = fs.statSync(srcpath)
|
|
16673
|
+
}
|
|
16674
|
+
}
|
|
16675
|
+
|
|
16651
16676
|
const dstStat = fs.statSync(dstpath)
|
|
16652
16677
|
if (areIdentical(srcStat, dstStat)) return
|
|
16653
16678
|
}
|
|
@@ -16670,9 +16695,9 @@ module.exports = {
|
|
|
16670
16695
|
|
|
16671
16696
|
/***/ },
|
|
16672
16697
|
|
|
16673
|
-
/***/
|
|
16698
|
+
/***/ 891892
|
|
16674
16699
|
/*!**********************************************************************************************************!*\
|
|
16675
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16700
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/fs/index.js ***!
|
|
16676
16701
|
\**********************************************************************************************************/
|
|
16677
16702
|
(__unused_webpack_module, exports, __webpack_require__) {
|
|
16678
16703
|
|
|
@@ -16827,9 +16852,9 @@ if (typeof fs.realpath.native === 'function') {
|
|
|
16827
16852
|
|
|
16828
16853
|
/***/ },
|
|
16829
16854
|
|
|
16830
|
-
/***/
|
|
16855
|
+
/***/ 952138
|
|
16831
16856
|
/*!*******************************************************************************************************!*\
|
|
16832
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16857
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/index.js ***!
|
|
16833
16858
|
\*******************************************************************************************************/
|
|
16834
16859
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16835
16860
|
|
|
@@ -16838,25 +16863,25 @@ if (typeof fs.realpath.native === 'function') {
|
|
|
16838
16863
|
|
|
16839
16864
|
module.exports = {
|
|
16840
16865
|
// Export promiseified graceful-fs:
|
|
16841
|
-
...__webpack_require__(/*! ./fs */
|
|
16866
|
+
...__webpack_require__(/*! ./fs */ 891892),
|
|
16842
16867
|
// Export extra methods:
|
|
16843
|
-
...__webpack_require__(/*! ./copy */
|
|
16844
|
-
...__webpack_require__(/*! ./empty */
|
|
16845
|
-
...__webpack_require__(/*! ./ensure */
|
|
16846
|
-
...__webpack_require__(/*! ./json */
|
|
16847
|
-
...__webpack_require__(/*! ./mkdirs */
|
|
16848
|
-
...__webpack_require__(/*! ./move */
|
|
16849
|
-
...__webpack_require__(/*! ./output-file */
|
|
16850
|
-
...__webpack_require__(/*! ./path-exists */
|
|
16851
|
-
...__webpack_require__(/*! ./remove */
|
|
16868
|
+
...__webpack_require__(/*! ./copy */ 592806),
|
|
16869
|
+
...__webpack_require__(/*! ./empty */ 295664),
|
|
16870
|
+
...__webpack_require__(/*! ./ensure */ 329513),
|
|
16871
|
+
...__webpack_require__(/*! ./json */ 91185),
|
|
16872
|
+
...__webpack_require__(/*! ./mkdirs */ 504727),
|
|
16873
|
+
...__webpack_require__(/*! ./move */ 999342),
|
|
16874
|
+
...__webpack_require__(/*! ./output-file */ 114603),
|
|
16875
|
+
...__webpack_require__(/*! ./path-exists */ 152055),
|
|
16876
|
+
...__webpack_require__(/*! ./remove */ 493235)
|
|
16852
16877
|
}
|
|
16853
16878
|
|
|
16854
16879
|
|
|
16855
16880
|
/***/ },
|
|
16856
16881
|
|
|
16857
|
-
/***/
|
|
16882
|
+
/***/ 91185
|
|
16858
16883
|
/*!************************************************************************************************************!*\
|
|
16859
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16884
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/index.js ***!
|
|
16860
16885
|
\************************************************************************************************************/
|
|
16861
16886
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16862
16887
|
|
|
@@ -16864,10 +16889,10 @@ module.exports = {
|
|
|
16864
16889
|
|
|
16865
16890
|
|
|
16866
16891
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16867
|
-
const jsonFile = __webpack_require__(/*! ./jsonfile */
|
|
16892
|
+
const jsonFile = __webpack_require__(/*! ./jsonfile */ 818805)
|
|
16868
16893
|
|
|
16869
|
-
jsonFile.outputJson = u(__webpack_require__(/*! ./output-json */
|
|
16870
|
-
jsonFile.outputJsonSync = __webpack_require__(/*! ./output-json-sync */
|
|
16894
|
+
jsonFile.outputJson = u(__webpack_require__(/*! ./output-json */ 594579))
|
|
16895
|
+
jsonFile.outputJsonSync = __webpack_require__(/*! ./output-json-sync */ 341315)
|
|
16871
16896
|
// aliases
|
|
16872
16897
|
jsonFile.outputJSON = jsonFile.outputJson
|
|
16873
16898
|
jsonFile.outputJSONSync = jsonFile.outputJsonSync
|
|
@@ -16881,9 +16906,9 @@ module.exports = jsonFile
|
|
|
16881
16906
|
|
|
16882
16907
|
/***/ },
|
|
16883
16908
|
|
|
16884
|
-
/***/
|
|
16909
|
+
/***/ 818805
|
|
16885
16910
|
/*!***************************************************************************************************************!*\
|
|
16886
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16911
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/jsonfile.js ***!
|
|
16887
16912
|
\***************************************************************************************************************/
|
|
16888
16913
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16889
16914
|
|
|
@@ -16903,9 +16928,9 @@ module.exports = {
|
|
|
16903
16928
|
|
|
16904
16929
|
/***/ },
|
|
16905
16930
|
|
|
16906
|
-
/***/
|
|
16931
|
+
/***/ 341315
|
|
16907
16932
|
/*!***********************************************************************************************************************!*\
|
|
16908
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16933
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json-sync.js ***!
|
|
16909
16934
|
\***********************************************************************************************************************/
|
|
16910
16935
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16911
16936
|
|
|
@@ -16913,7 +16938,7 @@ module.exports = {
|
|
|
16913
16938
|
|
|
16914
16939
|
|
|
16915
16940
|
const { stringify } = __webpack_require__(/*! jsonfile/utils */ 270454)
|
|
16916
|
-
const { outputFileSync } = __webpack_require__(/*! ../output-file */
|
|
16941
|
+
const { outputFileSync } = __webpack_require__(/*! ../output-file */ 114603)
|
|
16917
16942
|
|
|
16918
16943
|
function outputJsonSync (file, data, options) {
|
|
16919
16944
|
const str = stringify(data, options)
|
|
@@ -16926,9 +16951,9 @@ module.exports = outputJsonSync
|
|
|
16926
16951
|
|
|
16927
16952
|
/***/ },
|
|
16928
16953
|
|
|
16929
|
-
/***/
|
|
16954
|
+
/***/ 594579
|
|
16930
16955
|
/*!******************************************************************************************************************!*\
|
|
16931
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16956
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/json/output-json.js ***!
|
|
16932
16957
|
\******************************************************************************************************************/
|
|
16933
16958
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16934
16959
|
|
|
@@ -16936,7 +16961,7 @@ module.exports = outputJsonSync
|
|
|
16936
16961
|
|
|
16937
16962
|
|
|
16938
16963
|
const { stringify } = __webpack_require__(/*! jsonfile/utils */ 270454)
|
|
16939
|
-
const { outputFile } = __webpack_require__(/*! ../output-file */
|
|
16964
|
+
const { outputFile } = __webpack_require__(/*! ../output-file */ 114603)
|
|
16940
16965
|
|
|
16941
16966
|
async function outputJson (file, data, options = {}) {
|
|
16942
16967
|
const str = stringify(data, options)
|
|
@@ -16949,16 +16974,16 @@ module.exports = outputJson
|
|
|
16949
16974
|
|
|
16950
16975
|
/***/ },
|
|
16951
16976
|
|
|
16952
|
-
/***/
|
|
16977
|
+
/***/ 504727
|
|
16953
16978
|
/*!**************************************************************************************************************!*\
|
|
16954
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
16979
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/index.js ***!
|
|
16955
16980
|
\**************************************************************************************************************/
|
|
16956
16981
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16957
16982
|
|
|
16958
16983
|
"use strict";
|
|
16959
16984
|
|
|
16960
16985
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
16961
|
-
const { makeDir: _makeDir, makeDirSync } = __webpack_require__(/*! ./make-dir */
|
|
16986
|
+
const { makeDir: _makeDir, makeDirSync } = __webpack_require__(/*! ./make-dir */ 396879)
|
|
16962
16987
|
const makeDir = u(_makeDir)
|
|
16963
16988
|
|
|
16964
16989
|
module.exports = {
|
|
@@ -16974,16 +16999,16 @@ module.exports = {
|
|
|
16974
16999
|
|
|
16975
17000
|
/***/ },
|
|
16976
17001
|
|
|
16977
|
-
/***/
|
|
17002
|
+
/***/ 396879
|
|
16978
17003
|
/*!*****************************************************************************************************************!*\
|
|
16979
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17004
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/make-dir.js ***!
|
|
16980
17005
|
\*****************************************************************************************************************/
|
|
16981
17006
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
16982
17007
|
|
|
16983
17008
|
"use strict";
|
|
16984
17009
|
|
|
16985
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
16986
|
-
const { checkPath } = __webpack_require__(/*! ./utils */
|
|
17010
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17011
|
+
const { checkPath } = __webpack_require__(/*! ./utils */ 26050)
|
|
16987
17012
|
|
|
16988
17013
|
const getMode = options => {
|
|
16989
17014
|
const defaults = { mode: 0o777 }
|
|
@@ -17012,9 +17037,9 @@ module.exports.makeDirSync = (dir, options) => {
|
|
|
17012
17037
|
|
|
17013
17038
|
/***/ },
|
|
17014
17039
|
|
|
17015
|
-
/***/
|
|
17040
|
+
/***/ 26050
|
|
17016
17041
|
/*!**************************************************************************************************************!*\
|
|
17017
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17042
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/mkdirs/utils.js ***!
|
|
17018
17043
|
\**************************************************************************************************************/
|
|
17019
17044
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17020
17045
|
|
|
@@ -17044,9 +17069,9 @@ module.exports.checkPath = function checkPath (pth) {
|
|
|
17044
17069
|
|
|
17045
17070
|
/***/ },
|
|
17046
17071
|
|
|
17047
|
-
/***/
|
|
17072
|
+
/***/ 999342
|
|
17048
17073
|
/*!************************************************************************************************************!*\
|
|
17049
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17074
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/index.js ***!
|
|
17050
17075
|
\************************************************************************************************************/
|
|
17051
17076
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17052
17077
|
|
|
@@ -17055,16 +17080,16 @@ module.exports.checkPath = function checkPath (pth) {
|
|
|
17055
17080
|
|
|
17056
17081
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
17057
17082
|
module.exports = {
|
|
17058
|
-
move: u(__webpack_require__(/*! ./move */
|
|
17059
|
-
moveSync: __webpack_require__(/*! ./move-sync */
|
|
17083
|
+
move: u(__webpack_require__(/*! ./move */ 940009)),
|
|
17084
|
+
moveSync: __webpack_require__(/*! ./move-sync */ 844665)
|
|
17060
17085
|
}
|
|
17061
17086
|
|
|
17062
17087
|
|
|
17063
17088
|
/***/ },
|
|
17064
17089
|
|
|
17065
|
-
/***/
|
|
17090
|
+
/***/ 844665
|
|
17066
17091
|
/*!****************************************************************************************************************!*\
|
|
17067
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17092
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move-sync.js ***!
|
|
17068
17093
|
\****************************************************************************************************************/
|
|
17069
17094
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17070
17095
|
|
|
@@ -17073,10 +17098,10 @@ module.exports = {
|
|
|
17073
17098
|
|
|
17074
17099
|
const fs = __webpack_require__(/*! graceful-fs */ 764420)
|
|
17075
17100
|
const path = __webpack_require__(/*! path */ 16928)
|
|
17076
|
-
const copySync = (__webpack_require__(/*! ../copy */
|
|
17077
|
-
const removeSync = (__webpack_require__(/*! ../remove */
|
|
17078
|
-
const mkdirpSync = (__webpack_require__(/*! ../mkdirs */
|
|
17079
|
-
const stat = __webpack_require__(/*! ../util/stat */
|
|
17101
|
+
const copySync = (__webpack_require__(/*! ../copy */ 592806).copySync)
|
|
17102
|
+
const removeSync = (__webpack_require__(/*! ../remove */ 493235).removeSync)
|
|
17103
|
+
const mkdirpSync = (__webpack_require__(/*! ../mkdirs */ 504727).mkdirpSync)
|
|
17104
|
+
const stat = __webpack_require__(/*! ../util/stat */ 338029)
|
|
17080
17105
|
|
|
17081
17106
|
function moveSync (src, dest, opts) {
|
|
17082
17107
|
opts = opts || {}
|
|
@@ -17128,22 +17153,22 @@ module.exports = moveSync
|
|
|
17128
17153
|
|
|
17129
17154
|
/***/ },
|
|
17130
17155
|
|
|
17131
|
-
/***/
|
|
17156
|
+
/***/ 940009
|
|
17132
17157
|
/*!***********************************************************************************************************!*\
|
|
17133
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17158
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/move/move.js ***!
|
|
17134
17159
|
\***********************************************************************************************************/
|
|
17135
17160
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17136
17161
|
|
|
17137
17162
|
"use strict";
|
|
17138
17163
|
|
|
17139
17164
|
|
|
17140
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
17165
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17141
17166
|
const path = __webpack_require__(/*! path */ 16928)
|
|
17142
|
-
const { copy } = __webpack_require__(/*! ../copy */
|
|
17143
|
-
const { remove } = __webpack_require__(/*! ../remove */
|
|
17144
|
-
const { mkdirp } = __webpack_require__(/*! ../mkdirs */
|
|
17145
|
-
const { pathExists } = __webpack_require__(/*! ../path-exists */
|
|
17146
|
-
const stat = __webpack_require__(/*! ../util/stat */
|
|
17167
|
+
const { copy } = __webpack_require__(/*! ../copy */ 592806)
|
|
17168
|
+
const { remove } = __webpack_require__(/*! ../remove */ 493235)
|
|
17169
|
+
const { mkdirp } = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
17170
|
+
const { pathExists } = __webpack_require__(/*! ../path-exists */ 152055)
|
|
17171
|
+
const stat = __webpack_require__(/*! ../util/stat */ 338029)
|
|
17147
17172
|
|
|
17148
17173
|
async function move (src, dest, opts = {}) {
|
|
17149
17174
|
const overwrite = opts.overwrite || opts.clobber || false
|
|
@@ -17198,9 +17223,9 @@ module.exports = move
|
|
|
17198
17223
|
|
|
17199
17224
|
/***/ },
|
|
17200
17225
|
|
|
17201
|
-
/***/
|
|
17226
|
+
/***/ 114603
|
|
17202
17227
|
/*!*******************************************************************************************************************!*\
|
|
17203
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17228
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/output-file/index.js ***!
|
|
17204
17229
|
\*******************************************************************************************************************/
|
|
17205
17230
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17206
17231
|
|
|
@@ -17208,10 +17233,10 @@ module.exports = move
|
|
|
17208
17233
|
|
|
17209
17234
|
|
|
17210
17235
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
17211
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
17236
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17212
17237
|
const path = __webpack_require__(/*! path */ 16928)
|
|
17213
|
-
const mkdir = __webpack_require__(/*! ../mkdirs */
|
|
17214
|
-
const pathExists = (__webpack_require__(/*! ../path-exists */
|
|
17238
|
+
const mkdir = __webpack_require__(/*! ../mkdirs */ 504727)
|
|
17239
|
+
const pathExists = (__webpack_require__(/*! ../path-exists */ 152055).pathExists)
|
|
17215
17240
|
|
|
17216
17241
|
async function outputFile (file, data, encoding = 'utf-8') {
|
|
17217
17242
|
const dir = path.dirname(file)
|
|
@@ -17240,16 +17265,16 @@ module.exports = {
|
|
|
17240
17265
|
|
|
17241
17266
|
/***/ },
|
|
17242
17267
|
|
|
17243
|
-
/***/
|
|
17268
|
+
/***/ 152055
|
|
17244
17269
|
/*!*******************************************************************************************************************!*\
|
|
17245
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17270
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/path-exists/index.js ***!
|
|
17246
17271
|
\*******************************************************************************************************************/
|
|
17247
17272
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17248
17273
|
|
|
17249
17274
|
"use strict";
|
|
17250
17275
|
|
|
17251
17276
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
17252
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
17277
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17253
17278
|
|
|
17254
17279
|
function pathExists (path) {
|
|
17255
17280
|
return fs.access(path).then(() => true).catch(() => false)
|
|
@@ -17263,9 +17288,9 @@ module.exports = {
|
|
|
17263
17288
|
|
|
17264
17289
|
/***/ },
|
|
17265
17290
|
|
|
17266
|
-
/***/
|
|
17291
|
+
/***/ 493235
|
|
17267
17292
|
/*!**************************************************************************************************************!*\
|
|
17268
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17293
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/remove/index.js ***!
|
|
17269
17294
|
\**************************************************************************************************************/
|
|
17270
17295
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17271
17296
|
|
|
@@ -17291,9 +17316,9 @@ module.exports = {
|
|
|
17291
17316
|
|
|
17292
17317
|
/***/ },
|
|
17293
17318
|
|
|
17294
|
-
/***/
|
|
17319
|
+
/***/ 116483
|
|
17295
17320
|
/*!************************************************************************************************************!*\
|
|
17296
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17321
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/async.js ***!
|
|
17297
17322
|
\************************************************************************************************************/
|
|
17298
17323
|
(module) {
|
|
17299
17324
|
|
|
@@ -17331,16 +17356,16 @@ module.exports = {
|
|
|
17331
17356
|
|
|
17332
17357
|
/***/ },
|
|
17333
17358
|
|
|
17334
|
-
/***/
|
|
17359
|
+
/***/ 338029
|
|
17335
17360
|
/*!***********************************************************************************************************!*\
|
|
17336
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17361
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/stat.js ***!
|
|
17337
17362
|
\***********************************************************************************************************/
|
|
17338
17363
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17339
17364
|
|
|
17340
17365
|
"use strict";
|
|
17341
17366
|
|
|
17342
17367
|
|
|
17343
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
17368
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17344
17369
|
const path = __webpack_require__(/*! path */ 16928)
|
|
17345
17370
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
17346
17371
|
|
|
@@ -17501,16 +17526,16 @@ module.exports = {
|
|
|
17501
17526
|
|
|
17502
17527
|
/***/ },
|
|
17503
17528
|
|
|
17504
|
-
/***/
|
|
17529
|
+
/***/ 527868
|
|
17505
17530
|
/*!*************************************************************************************************************!*\
|
|
17506
|
-
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.
|
|
17531
|
+
!*** ../../common/temp/default/node_modules/.pnpm/fs-extra@11.3.4/node_modules/fs-extra/lib/util/utimes.js ***!
|
|
17507
17532
|
\*************************************************************************************************************/
|
|
17508
17533
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
17509
17534
|
|
|
17510
17535
|
"use strict";
|
|
17511
17536
|
|
|
17512
17537
|
|
|
17513
|
-
const fs = __webpack_require__(/*! ../fs */
|
|
17538
|
+
const fs = __webpack_require__(/*! ../fs */ 891892)
|
|
17514
17539
|
const u = (__webpack_require__(/*! universalify */ 458178).fromPromise)
|
|
17515
17540
|
|
|
17516
17541
|
async function utimesMillis (path, atime, mtime) {
|
|
@@ -27928,8 +27953,8 @@ function pauseStreams (streams, options) {
|
|
|
27928
27953
|
|
|
27929
27954
|
const util = __webpack_require__(/*! util */ 539023);
|
|
27930
27955
|
const braces = __webpack_require__(/*! braces */ 612239);
|
|
27931
|
-
const picomatch = __webpack_require__(/*! picomatch */
|
|
27932
|
-
const utils = __webpack_require__(/*! picomatch/lib/utils */
|
|
27956
|
+
const picomatch = __webpack_require__(/*! picomatch */ 152148);
|
|
27957
|
+
const utils = __webpack_require__(/*! picomatch/lib/utils */ 32553);
|
|
27933
27958
|
|
|
27934
27959
|
const isEmptyString = v => v === '' || v === './';
|
|
27935
27960
|
const hasBraces = v => {
|
|
@@ -29288,7 +29313,7 @@ module.exports["default"] = pTry;
|
|
|
29288
29313
|
const errorEx = __webpack_require__(/*! error-ex */ 886261);
|
|
29289
29314
|
const fallback = __webpack_require__(/*! json-parse-even-better-errors */ 525707);
|
|
29290
29315
|
const {default: LinesAndColumns} = __webpack_require__(/*! lines-and-columns */ 511561);
|
|
29291
|
-
const {codeFrameColumns} = __webpack_require__(/*! @babel/code-frame */
|
|
29316
|
+
const {codeFrameColumns} = __webpack_require__(/*! @babel/code-frame */ 577490);
|
|
29292
29317
|
|
|
29293
29318
|
const JSONError = errorEx('JSONError', {
|
|
29294
29319
|
fileName: errorEx.append('in %s'),
|
|
@@ -29513,23 +29538,23 @@ module.exports.createColors = createColors
|
|
|
29513
29538
|
|
|
29514
29539
|
/***/ },
|
|
29515
29540
|
|
|
29516
|
-
/***/
|
|
29541
|
+
/***/ 152148
|
|
29517
29542
|
/*!****************************************************************************************************!*\
|
|
29518
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
29543
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/index.js ***!
|
|
29519
29544
|
\****************************************************************************************************/
|
|
29520
29545
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
29521
29546
|
|
|
29522
29547
|
"use strict";
|
|
29523
29548
|
|
|
29524
29549
|
|
|
29525
|
-
module.exports = __webpack_require__(/*! ./lib/picomatch */
|
|
29550
|
+
module.exports = __webpack_require__(/*! ./lib/picomatch */ 282046);
|
|
29526
29551
|
|
|
29527
29552
|
|
|
29528
29553
|
/***/ },
|
|
29529
29554
|
|
|
29530
|
-
/***/
|
|
29555
|
+
/***/ 82181
|
|
29531
29556
|
/*!************************************************************************************************************!*\
|
|
29532
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
29557
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/constants.js ***!
|
|
29533
29558
|
\************************************************************************************************************/
|
|
29534
29559
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
29535
29560
|
|
|
@@ -29540,6 +29565,8 @@ const path = __webpack_require__(/*! path */ 16928);
|
|
|
29540
29565
|
const WIN_SLASH = '\\\\/';
|
|
29541
29566
|
const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
29542
29567
|
|
|
29568
|
+
const DEFAULT_MAX_EXTGLOB_RECURSION = 0;
|
|
29569
|
+
|
|
29543
29570
|
/**
|
|
29544
29571
|
* Posix glob regex
|
|
29545
29572
|
*/
|
|
@@ -29603,6 +29630,7 @@ const WINDOWS_CHARS = {
|
|
|
29603
29630
|
*/
|
|
29604
29631
|
|
|
29605
29632
|
const POSIX_REGEX_SOURCE = {
|
|
29633
|
+
__proto__: null,
|
|
29606
29634
|
alnum: 'a-zA-Z0-9',
|
|
29607
29635
|
alpha: 'a-zA-Z',
|
|
29608
29636
|
ascii: '\\x00-\\x7F',
|
|
@@ -29620,6 +29648,7 @@ const POSIX_REGEX_SOURCE = {
|
|
|
29620
29648
|
};
|
|
29621
29649
|
|
|
29622
29650
|
module.exports = {
|
|
29651
|
+
DEFAULT_MAX_EXTGLOB_RECURSION,
|
|
29623
29652
|
MAX_LENGTH: 1024 * 64,
|
|
29624
29653
|
POSIX_REGEX_SOURCE,
|
|
29625
29654
|
|
|
@@ -29633,6 +29662,7 @@ module.exports = {
|
|
|
29633
29662
|
|
|
29634
29663
|
// Replace globs with equivalent patterns to reduce parsing time.
|
|
29635
29664
|
REPLACEMENTS: {
|
|
29665
|
+
__proto__: null,
|
|
29636
29666
|
'***': '*',
|
|
29637
29667
|
'**/**': '**',
|
|
29638
29668
|
'**/**/**': '**'
|
|
@@ -29717,17 +29747,17 @@ module.exports = {
|
|
|
29717
29747
|
|
|
29718
29748
|
/***/ },
|
|
29719
29749
|
|
|
29720
|
-
/***/
|
|
29750
|
+
/***/ 686419
|
|
29721
29751
|
/*!********************************************************************************************************!*\
|
|
29722
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
29752
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/parse.js ***!
|
|
29723
29753
|
\********************************************************************************************************/
|
|
29724
29754
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
29725
29755
|
|
|
29726
29756
|
"use strict";
|
|
29727
29757
|
|
|
29728
29758
|
|
|
29729
|
-
const constants = __webpack_require__(/*! ./constants */
|
|
29730
|
-
const utils = __webpack_require__(/*! ./utils */
|
|
29759
|
+
const constants = __webpack_require__(/*! ./constants */ 82181);
|
|
29760
|
+
const utils = __webpack_require__(/*! ./utils */ 32553);
|
|
29731
29761
|
|
|
29732
29762
|
/**
|
|
29733
29763
|
* Constants
|
|
@@ -29771,6 +29801,277 @@ const syntaxError = (type, char) => {
|
|
|
29771
29801
|
return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`;
|
|
29772
29802
|
};
|
|
29773
29803
|
|
|
29804
|
+
const splitTopLevel = input => {
|
|
29805
|
+
const parts = [];
|
|
29806
|
+
let bracket = 0;
|
|
29807
|
+
let paren = 0;
|
|
29808
|
+
let quote = 0;
|
|
29809
|
+
let value = '';
|
|
29810
|
+
let escaped = false;
|
|
29811
|
+
|
|
29812
|
+
for (const ch of input) {
|
|
29813
|
+
if (escaped === true) {
|
|
29814
|
+
value += ch;
|
|
29815
|
+
escaped = false;
|
|
29816
|
+
continue;
|
|
29817
|
+
}
|
|
29818
|
+
|
|
29819
|
+
if (ch === '\\') {
|
|
29820
|
+
value += ch;
|
|
29821
|
+
escaped = true;
|
|
29822
|
+
continue;
|
|
29823
|
+
}
|
|
29824
|
+
|
|
29825
|
+
if (ch === '"') {
|
|
29826
|
+
quote = quote === 1 ? 0 : 1;
|
|
29827
|
+
value += ch;
|
|
29828
|
+
continue;
|
|
29829
|
+
}
|
|
29830
|
+
|
|
29831
|
+
if (quote === 0) {
|
|
29832
|
+
if (ch === '[') {
|
|
29833
|
+
bracket++;
|
|
29834
|
+
} else if (ch === ']' && bracket > 0) {
|
|
29835
|
+
bracket--;
|
|
29836
|
+
} else if (bracket === 0) {
|
|
29837
|
+
if (ch === '(') {
|
|
29838
|
+
paren++;
|
|
29839
|
+
} else if (ch === ')' && paren > 0) {
|
|
29840
|
+
paren--;
|
|
29841
|
+
} else if (ch === '|' && paren === 0) {
|
|
29842
|
+
parts.push(value);
|
|
29843
|
+
value = '';
|
|
29844
|
+
continue;
|
|
29845
|
+
}
|
|
29846
|
+
}
|
|
29847
|
+
}
|
|
29848
|
+
|
|
29849
|
+
value += ch;
|
|
29850
|
+
}
|
|
29851
|
+
|
|
29852
|
+
parts.push(value);
|
|
29853
|
+
return parts;
|
|
29854
|
+
};
|
|
29855
|
+
|
|
29856
|
+
const isPlainBranch = branch => {
|
|
29857
|
+
let escaped = false;
|
|
29858
|
+
|
|
29859
|
+
for (const ch of branch) {
|
|
29860
|
+
if (escaped === true) {
|
|
29861
|
+
escaped = false;
|
|
29862
|
+
continue;
|
|
29863
|
+
}
|
|
29864
|
+
|
|
29865
|
+
if (ch === '\\') {
|
|
29866
|
+
escaped = true;
|
|
29867
|
+
continue;
|
|
29868
|
+
}
|
|
29869
|
+
|
|
29870
|
+
if (/[?*+@!()[\]{}]/.test(ch)) {
|
|
29871
|
+
return false;
|
|
29872
|
+
}
|
|
29873
|
+
}
|
|
29874
|
+
|
|
29875
|
+
return true;
|
|
29876
|
+
};
|
|
29877
|
+
|
|
29878
|
+
const normalizeSimpleBranch = branch => {
|
|
29879
|
+
let value = branch.trim();
|
|
29880
|
+
let changed = true;
|
|
29881
|
+
|
|
29882
|
+
while (changed === true) {
|
|
29883
|
+
changed = false;
|
|
29884
|
+
|
|
29885
|
+
if (/^@\([^\\()[\]{}|]+\)$/.test(value)) {
|
|
29886
|
+
value = value.slice(2, -1);
|
|
29887
|
+
changed = true;
|
|
29888
|
+
}
|
|
29889
|
+
}
|
|
29890
|
+
|
|
29891
|
+
if (!isPlainBranch(value)) {
|
|
29892
|
+
return;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
29895
|
+
return value.replace(/\\(.)/g, '$1');
|
|
29896
|
+
};
|
|
29897
|
+
|
|
29898
|
+
const hasRepeatedCharPrefixOverlap = branches => {
|
|
29899
|
+
const values = branches.map(normalizeSimpleBranch).filter(Boolean);
|
|
29900
|
+
|
|
29901
|
+
for (let i = 0; i < values.length; i++) {
|
|
29902
|
+
for (let j = i + 1; j < values.length; j++) {
|
|
29903
|
+
const a = values[i];
|
|
29904
|
+
const b = values[j];
|
|
29905
|
+
const char = a[0];
|
|
29906
|
+
|
|
29907
|
+
if (!char || a !== char.repeat(a.length) || b !== char.repeat(b.length)) {
|
|
29908
|
+
continue;
|
|
29909
|
+
}
|
|
29910
|
+
|
|
29911
|
+
if (a === b || a.startsWith(b) || b.startsWith(a)) {
|
|
29912
|
+
return true;
|
|
29913
|
+
}
|
|
29914
|
+
}
|
|
29915
|
+
}
|
|
29916
|
+
|
|
29917
|
+
return false;
|
|
29918
|
+
};
|
|
29919
|
+
|
|
29920
|
+
const parseRepeatedExtglob = (pattern, requireEnd = true) => {
|
|
29921
|
+
if ((pattern[0] !== '+' && pattern[0] !== '*') || pattern[1] !== '(') {
|
|
29922
|
+
return;
|
|
29923
|
+
}
|
|
29924
|
+
|
|
29925
|
+
let bracket = 0;
|
|
29926
|
+
let paren = 0;
|
|
29927
|
+
let quote = 0;
|
|
29928
|
+
let escaped = false;
|
|
29929
|
+
|
|
29930
|
+
for (let i = 1; i < pattern.length; i++) {
|
|
29931
|
+
const ch = pattern[i];
|
|
29932
|
+
|
|
29933
|
+
if (escaped === true) {
|
|
29934
|
+
escaped = false;
|
|
29935
|
+
continue;
|
|
29936
|
+
}
|
|
29937
|
+
|
|
29938
|
+
if (ch === '\\') {
|
|
29939
|
+
escaped = true;
|
|
29940
|
+
continue;
|
|
29941
|
+
}
|
|
29942
|
+
|
|
29943
|
+
if (ch === '"') {
|
|
29944
|
+
quote = quote === 1 ? 0 : 1;
|
|
29945
|
+
continue;
|
|
29946
|
+
}
|
|
29947
|
+
|
|
29948
|
+
if (quote === 1) {
|
|
29949
|
+
continue;
|
|
29950
|
+
}
|
|
29951
|
+
|
|
29952
|
+
if (ch === '[') {
|
|
29953
|
+
bracket++;
|
|
29954
|
+
continue;
|
|
29955
|
+
}
|
|
29956
|
+
|
|
29957
|
+
if (ch === ']' && bracket > 0) {
|
|
29958
|
+
bracket--;
|
|
29959
|
+
continue;
|
|
29960
|
+
}
|
|
29961
|
+
|
|
29962
|
+
if (bracket > 0) {
|
|
29963
|
+
continue;
|
|
29964
|
+
}
|
|
29965
|
+
|
|
29966
|
+
if (ch === '(') {
|
|
29967
|
+
paren++;
|
|
29968
|
+
continue;
|
|
29969
|
+
}
|
|
29970
|
+
|
|
29971
|
+
if (ch === ')') {
|
|
29972
|
+
paren--;
|
|
29973
|
+
|
|
29974
|
+
if (paren === 0) {
|
|
29975
|
+
if (requireEnd === true && i !== pattern.length - 1) {
|
|
29976
|
+
return;
|
|
29977
|
+
}
|
|
29978
|
+
|
|
29979
|
+
return {
|
|
29980
|
+
type: pattern[0],
|
|
29981
|
+
body: pattern.slice(2, i),
|
|
29982
|
+
end: i
|
|
29983
|
+
};
|
|
29984
|
+
}
|
|
29985
|
+
}
|
|
29986
|
+
}
|
|
29987
|
+
};
|
|
29988
|
+
|
|
29989
|
+
const getStarExtglobSequenceOutput = pattern => {
|
|
29990
|
+
let index = 0;
|
|
29991
|
+
const chars = [];
|
|
29992
|
+
|
|
29993
|
+
while (index < pattern.length) {
|
|
29994
|
+
const match = parseRepeatedExtglob(pattern.slice(index), false);
|
|
29995
|
+
|
|
29996
|
+
if (!match || match.type !== '*') {
|
|
29997
|
+
return;
|
|
29998
|
+
}
|
|
29999
|
+
|
|
30000
|
+
const branches = splitTopLevel(match.body).map(branch => branch.trim());
|
|
30001
|
+
if (branches.length !== 1) {
|
|
30002
|
+
return;
|
|
30003
|
+
}
|
|
30004
|
+
|
|
30005
|
+
const branch = normalizeSimpleBranch(branches[0]);
|
|
30006
|
+
if (!branch || branch.length !== 1) {
|
|
30007
|
+
return;
|
|
30008
|
+
}
|
|
30009
|
+
|
|
30010
|
+
chars.push(branch);
|
|
30011
|
+
index += match.end + 1;
|
|
30012
|
+
}
|
|
30013
|
+
|
|
30014
|
+
if (chars.length < 1) {
|
|
30015
|
+
return;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
const source = chars.length === 1
|
|
30019
|
+
? utils.escapeRegex(chars[0])
|
|
30020
|
+
: `[${chars.map(ch => utils.escapeRegex(ch)).join('')}]`;
|
|
30021
|
+
|
|
30022
|
+
return `${source}*`;
|
|
30023
|
+
};
|
|
30024
|
+
|
|
30025
|
+
const repeatedExtglobRecursion = pattern => {
|
|
30026
|
+
let depth = 0;
|
|
30027
|
+
let value = pattern.trim();
|
|
30028
|
+
let match = parseRepeatedExtglob(value);
|
|
30029
|
+
|
|
30030
|
+
while (match) {
|
|
30031
|
+
depth++;
|
|
30032
|
+
value = match.body.trim();
|
|
30033
|
+
match = parseRepeatedExtglob(value);
|
|
30034
|
+
}
|
|
30035
|
+
|
|
30036
|
+
return depth;
|
|
30037
|
+
};
|
|
30038
|
+
|
|
30039
|
+
const analyzeRepeatedExtglob = (body, options) => {
|
|
30040
|
+
if (options.maxExtglobRecursion === false) {
|
|
30041
|
+
return { risky: false };
|
|
30042
|
+
}
|
|
30043
|
+
|
|
30044
|
+
const max =
|
|
30045
|
+
typeof options.maxExtglobRecursion === 'number'
|
|
30046
|
+
? options.maxExtglobRecursion
|
|
30047
|
+
: constants.DEFAULT_MAX_EXTGLOB_RECURSION;
|
|
30048
|
+
|
|
30049
|
+
const branches = splitTopLevel(body).map(branch => branch.trim());
|
|
30050
|
+
|
|
30051
|
+
if (branches.length > 1) {
|
|
30052
|
+
if (
|
|
30053
|
+
branches.some(branch => branch === '') ||
|
|
30054
|
+
branches.some(branch => /^[*?]+$/.test(branch)) ||
|
|
30055
|
+
hasRepeatedCharPrefixOverlap(branches)
|
|
30056
|
+
) {
|
|
30057
|
+
return { risky: true };
|
|
30058
|
+
}
|
|
30059
|
+
}
|
|
30060
|
+
|
|
30061
|
+
for (const branch of branches) {
|
|
30062
|
+
const safeOutput = getStarExtglobSequenceOutput(branch);
|
|
30063
|
+
if (safeOutput) {
|
|
30064
|
+
return { risky: true, safeOutput };
|
|
30065
|
+
}
|
|
30066
|
+
|
|
30067
|
+
if (repeatedExtglobRecursion(branch) > max) {
|
|
30068
|
+
return { risky: true };
|
|
30069
|
+
}
|
|
30070
|
+
}
|
|
30071
|
+
|
|
30072
|
+
return { risky: false };
|
|
30073
|
+
};
|
|
30074
|
+
|
|
29774
30075
|
/**
|
|
29775
30076
|
* Parse the given input string.
|
|
29776
30077
|
* @param {String} input
|
|
@@ -29952,6 +30253,8 @@ const parse = (input, options) => {
|
|
|
29952
30253
|
token.prev = prev;
|
|
29953
30254
|
token.parens = state.parens;
|
|
29954
30255
|
token.output = state.output;
|
|
30256
|
+
token.startIndex = state.index;
|
|
30257
|
+
token.tokensIndex = tokens.length;
|
|
29955
30258
|
const output = (opts.capture ? '(' : '') + token.open;
|
|
29956
30259
|
|
|
29957
30260
|
increment('parens');
|
|
@@ -29961,6 +30264,34 @@ const parse = (input, options) => {
|
|
|
29961
30264
|
};
|
|
29962
30265
|
|
|
29963
30266
|
const extglobClose = token => {
|
|
30267
|
+
const literal = input.slice(token.startIndex, state.index + 1);
|
|
30268
|
+
const body = input.slice(token.startIndex + 2, state.index);
|
|
30269
|
+
const analysis = analyzeRepeatedExtglob(body, opts);
|
|
30270
|
+
|
|
30271
|
+
if ((token.type === 'plus' || token.type === 'star') && analysis.risky) {
|
|
30272
|
+
const safeOutput = analysis.safeOutput
|
|
30273
|
+
? (token.output ? '' : ONE_CHAR) + (opts.capture ? `(${analysis.safeOutput})` : analysis.safeOutput)
|
|
30274
|
+
: undefined;
|
|
30275
|
+
const open = tokens[token.tokensIndex];
|
|
30276
|
+
|
|
30277
|
+
open.type = 'text';
|
|
30278
|
+
open.value = literal;
|
|
30279
|
+
open.output = safeOutput || utils.escapeRegex(literal);
|
|
30280
|
+
|
|
30281
|
+
for (let i = token.tokensIndex + 1; i < tokens.length; i++) {
|
|
30282
|
+
tokens[i].value = '';
|
|
30283
|
+
tokens[i].output = '';
|
|
30284
|
+
delete tokens[i].suffix;
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
|
+
state.output = token.output + open.output;
|
|
30288
|
+
state.backtrack = true;
|
|
30289
|
+
|
|
30290
|
+
push({ type: 'paren', extglob: true, value, output: '' });
|
|
30291
|
+
decrement('parens');
|
|
30292
|
+
return;
|
|
30293
|
+
}
|
|
30294
|
+
|
|
29964
30295
|
let output = token.close + (opts.capture ? ')' : '');
|
|
29965
30296
|
let rest;
|
|
29966
30297
|
|
|
@@ -30819,9 +31150,9 @@ module.exports = parse;
|
|
|
30819
31150
|
|
|
30820
31151
|
/***/ },
|
|
30821
31152
|
|
|
30822
|
-
/***/
|
|
31153
|
+
/***/ 282046
|
|
30823
31154
|
/*!************************************************************************************************************!*\
|
|
30824
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
31155
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/picomatch.js ***!
|
|
30825
31156
|
\************************************************************************************************************/
|
|
30826
31157
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
30827
31158
|
|
|
@@ -30829,10 +31160,10 @@ module.exports = parse;
|
|
|
30829
31160
|
|
|
30830
31161
|
|
|
30831
31162
|
const path = __webpack_require__(/*! path */ 16928);
|
|
30832
|
-
const scan = __webpack_require__(/*! ./scan */
|
|
30833
|
-
const parse = __webpack_require__(/*! ./parse */
|
|
30834
|
-
const utils = __webpack_require__(/*! ./utils */
|
|
30835
|
-
const constants = __webpack_require__(/*! ./constants */
|
|
31163
|
+
const scan = __webpack_require__(/*! ./scan */ 969583);
|
|
31164
|
+
const parse = __webpack_require__(/*! ./parse */ 686419);
|
|
31165
|
+
const utils = __webpack_require__(/*! ./utils */ 32553);
|
|
31166
|
+
const constants = __webpack_require__(/*! ./constants */ 82181);
|
|
30836
31167
|
const isObject = val => val && typeof val === 'object' && !Array.isArray(val);
|
|
30837
31168
|
|
|
30838
31169
|
/**
|
|
@@ -31172,16 +31503,16 @@ module.exports = picomatch;
|
|
|
31172
31503
|
|
|
31173
31504
|
/***/ },
|
|
31174
31505
|
|
|
31175
|
-
/***/
|
|
31506
|
+
/***/ 969583
|
|
31176
31507
|
/*!*******************************************************************************************************!*\
|
|
31177
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
31508
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/scan.js ***!
|
|
31178
31509
|
\*******************************************************************************************************/
|
|
31179
31510
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
31180
31511
|
|
|
31181
31512
|
"use strict";
|
|
31182
31513
|
|
|
31183
31514
|
|
|
31184
|
-
const utils = __webpack_require__(/*! ./utils */
|
|
31515
|
+
const utils = __webpack_require__(/*! ./utils */ 32553);
|
|
31185
31516
|
const {
|
|
31186
31517
|
CHAR_ASTERISK, /* * */
|
|
31187
31518
|
CHAR_AT, /* @ */
|
|
@@ -31198,7 +31529,7 @@ const {
|
|
|
31198
31529
|
CHAR_RIGHT_CURLY_BRACE, /* } */
|
|
31199
31530
|
CHAR_RIGHT_PARENTHESES, /* ) */
|
|
31200
31531
|
CHAR_RIGHT_SQUARE_BRACKET /* ] */
|
|
31201
|
-
} = __webpack_require__(/*! ./constants */
|
|
31532
|
+
} = __webpack_require__(/*! ./constants */ 82181);
|
|
31202
31533
|
|
|
31203
31534
|
const isPathSeparator = code => {
|
|
31204
31535
|
return code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;
|
|
@@ -31574,9 +31905,9 @@ module.exports = scan;
|
|
|
31574
31905
|
|
|
31575
31906
|
/***/ },
|
|
31576
31907
|
|
|
31577
|
-
/***/
|
|
31908
|
+
/***/ 32553
|
|
31578
31909
|
/*!********************************************************************************************************!*\
|
|
31579
|
-
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.
|
|
31910
|
+
!*** ../../common/temp/default/node_modules/.pnpm/picomatch@2.3.2/node_modules/picomatch/lib/utils.js ***!
|
|
31580
31911
|
\********************************************************************************************************/
|
|
31581
31912
|
(__unused_webpack_module, exports, __webpack_require__) {
|
|
31582
31913
|
|
|
@@ -31590,7 +31921,7 @@ const {
|
|
|
31590
31921
|
REGEX_REMOVE_BACKSLASH,
|
|
31591
31922
|
REGEX_SPECIAL_CHARS,
|
|
31592
31923
|
REGEX_SPECIAL_CHARS_GLOBAL
|
|
31593
|
-
} = __webpack_require__(/*! ./constants */
|
|
31924
|
+
} = __webpack_require__(/*! ./constants */ 82181);
|
|
31594
31925
|
|
|
31595
31926
|
exports.isObject = val => val !== null && typeof val === 'object' && !Array.isArray(val);
|
|
31596
31927
|
exports.hasRegexChars = str => REGEX_SPECIAL_CHARS.test(str);
|
|
@@ -51569,7 +51900,7 @@ See the License for the specific language governing permissions and
|
|
|
51569
51900
|
limitations under the License.
|
|
51570
51901
|
*/
|
|
51571
51902
|
var parse = __webpack_require__(/*! spdx-expression-parse */ 929953)
|
|
51572
|
-
var spdxLicenseIds = __webpack_require__(/*! spdx-license-ids */
|
|
51903
|
+
var spdxLicenseIds = __webpack_require__(/*! spdx-license-ids */ 550726)
|
|
51573
51904
|
|
|
51574
51905
|
function valid (string) {
|
|
51575
51906
|
try {
|
|
@@ -52121,8 +52452,8 @@ module.exports = function (tokens) {
|
|
|
52121
52452
|
|
|
52122
52453
|
|
|
52123
52454
|
var licenses = []
|
|
52124
|
-
.concat(__webpack_require__(/*! spdx-license-ids */
|
|
52125
|
-
.concat(__webpack_require__(/*! spdx-license-ids/deprecated */
|
|
52455
|
+
.concat(__webpack_require__(/*! spdx-license-ids */ 550726))
|
|
52456
|
+
.concat(__webpack_require__(/*! spdx-license-ids/deprecated */ 633647))
|
|
52126
52457
|
var exceptions = __webpack_require__(/*! spdx-exceptions */ 789667)
|
|
52127
52458
|
|
|
52128
52459
|
module.exports = function (source) {
|
|
@@ -55642,7 +55973,7 @@ exports.FileSystem = exports.AlreadyExistsBehavior = void 0;
|
|
|
55642
55973
|
const nodeJsPath = __importStar(__webpack_require__(/*! node:path */ 176760));
|
|
55643
55974
|
const fs = __importStar(__webpack_require__(/*! node:fs */ 973024));
|
|
55644
55975
|
const fsPromises = __importStar(__webpack_require__(/*! node:fs/promises */ 51455));
|
|
55645
|
-
const fsx = __importStar(__webpack_require__(/*! fs-extra */
|
|
55976
|
+
const fsx = __importStar(__webpack_require__(/*! fs-extra */ 952138));
|
|
55646
55977
|
const Text_1 = __webpack_require__(/*! ./Text */ 693266);
|
|
55647
55978
|
const PosixModeBits_1 = __webpack_require__(/*! ./PosixModeBits */ 762313);
|
|
55648
55979
|
/**
|
|
@@ -67754,9 +68085,9 @@ module.exports = require("worker_threads");
|
|
|
67754
68085
|
|
|
67755
68086
|
/***/ },
|
|
67756
68087
|
|
|
67757
|
-
/***/
|
|
68088
|
+
/***/ 577490
|
|
67758
68089
|
/*!*************************************************************************************************************************!*\
|
|
67759
|
-
!*** ../../common/temp/default/node_modules/.pnpm/@babel+code-frame@7.
|
|
68090
|
+
!*** ../../common/temp/default/node_modules/.pnpm/@babel+code-frame@7.29.0/node_modules/@babel/code-frame/lib/index.js ***!
|
|
67760
68091
|
\*************************************************************************************************************************/
|
|
67761
68092
|
(__unused_webpack_module, exports, __webpack_require__) {
|
|
67762
68093
|
|
|
@@ -67853,7 +68184,7 @@ function highlight(text) {
|
|
|
67853
68184
|
|
|
67854
68185
|
let deprecationWarningShown = false;
|
|
67855
68186
|
const NEWLINE = /\r\n|[\n\r\u2028\u2029]/;
|
|
67856
|
-
function getMarkerLines(loc, source, opts) {
|
|
68187
|
+
function getMarkerLines(loc, source, opts, startLineBaseZero) {
|
|
67857
68188
|
const startLoc = Object.assign({
|
|
67858
68189
|
column: 0,
|
|
67859
68190
|
line: -1
|
|
@@ -67863,9 +68194,9 @@ function getMarkerLines(loc, source, opts) {
|
|
|
67863
68194
|
linesAbove = 2,
|
|
67864
68195
|
linesBelow = 3
|
|
67865
68196
|
} = opts || {};
|
|
67866
|
-
const startLine = startLoc.line;
|
|
68197
|
+
const startLine = startLoc.line - startLineBaseZero;
|
|
67867
68198
|
const startColumn = startLoc.column;
|
|
67868
|
-
const endLine = endLoc.line;
|
|
68199
|
+
const endLine = endLoc.line - startLineBaseZero;
|
|
67869
68200
|
const endColumn = endLoc.column;
|
|
67870
68201
|
let start = Math.max(startLine - (linesAbove + 1), 0);
|
|
67871
68202
|
let end = Math.min(source.length, endLine + linesBelow);
|
|
@@ -67911,19 +68242,20 @@ function getMarkerLines(loc, source, opts) {
|
|
|
67911
68242
|
}
|
|
67912
68243
|
function codeFrameColumns(rawLines, loc, opts = {}) {
|
|
67913
68244
|
const shouldHighlight = opts.forceColor || isColorSupported() && opts.highlightCode;
|
|
68245
|
+
const startLineBaseZero = (opts.startLine || 1) - 1;
|
|
67914
68246
|
const defs = getDefs(shouldHighlight);
|
|
67915
68247
|
const lines = rawLines.split(NEWLINE);
|
|
67916
68248
|
const {
|
|
67917
68249
|
start,
|
|
67918
68250
|
end,
|
|
67919
68251
|
markerLines
|
|
67920
|
-
} = getMarkerLines(loc, lines, opts);
|
|
68252
|
+
} = getMarkerLines(loc, lines, opts, startLineBaseZero);
|
|
67921
68253
|
const hasColumns = loc.start && typeof loc.start.column === "number";
|
|
67922
|
-
const numberMaxWidth = String(end).length;
|
|
68254
|
+
const numberMaxWidth = String(end + startLineBaseZero).length;
|
|
67923
68255
|
const highlightedLines = shouldHighlight ? highlight(rawLines) : rawLines;
|
|
67924
68256
|
let frame = highlightedLines.split(NEWLINE, end).slice(start, end).map((line, index) => {
|
|
67925
68257
|
const number = start + 1 + index;
|
|
67926
|
-
const paddedNumber = ` ${number}`.slice(-numberMaxWidth);
|
|
68258
|
+
const paddedNumber = ` ${number + startLineBaseZero}`.slice(-numberMaxWidth);
|
|
67927
68259
|
const gutter = ` ${paddedNumber} |`;
|
|
67928
68260
|
const hasMarker = markerLines[number];
|
|
67929
68261
|
const lastMarkerLine = !markerLines[number + 1];
|
|
@@ -71094,9 +71426,9 @@ module.exports = /*#__PURE__*/JSON.parse('["389-exception","Asterisk-exception",
|
|
|
71094
71426
|
|
|
71095
71427
|
/***/ },
|
|
71096
71428
|
|
|
71097
|
-
/***/
|
|
71429
|
+
/***/ 633647
|
|
71098
71430
|
/*!**************************************************************************************************************************!*\
|
|
71099
|
-
!*** ../../common/temp/default/node_modules/.pnpm/spdx-license-ids@3.0.
|
|
71431
|
+
!*** ../../common/temp/default/node_modules/.pnpm/spdx-license-ids@3.0.23/node_modules/spdx-license-ids/deprecated.json ***!
|
|
71100
71432
|
\**************************************************************************************************************************/
|
|
71101
71433
|
(module) {
|
|
71102
71434
|
|
|
@@ -71105,14 +71437,14 @@ module.exports = /*#__PURE__*/JSON.parse('["AGPL-1.0","AGPL-3.0","BSD-2-Clause-F
|
|
|
71105
71437
|
|
|
71106
71438
|
/***/ },
|
|
71107
71439
|
|
|
71108
|
-
/***/
|
|
71440
|
+
/***/ 550726
|
|
71109
71441
|
/*!*********************************************************************************************************************!*\
|
|
71110
|
-
!*** ../../common/temp/default/node_modules/.pnpm/spdx-license-ids@3.0.
|
|
71442
|
+
!*** ../../common/temp/default/node_modules/.pnpm/spdx-license-ids@3.0.23/node_modules/spdx-license-ids/index.json ***!
|
|
71111
71443
|
\*********************************************************************************************************************/
|
|
71112
71444
|
(module) {
|
|
71113
71445
|
|
|
71114
71446
|
"use strict";
|
|
71115
|
-
module.exports = /*#__PURE__*/JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","W3C","W3C-19980720","W3C-20150513","WTFPL","Watcom-1.0","Widget-Workshop","Wsuipa","X11","X11-distribute-modifications-variant","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]');
|
|
71447
|
+
module.exports = /*#__PURE__*/JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","AFL-1.1","AFL-1.2","AFL-2.0","AFL-2.1","AFL-3.0","AGPL-1.0-only","AGPL-1.0-or-later","AGPL-3.0-only","AGPL-3.0-or-later","ALGLIB-Documentation","AMD-newlib","AMDPLPA","AML","AML-glslang","AMPAS","ANTLR-PD","ANTLR-PD-fallback","APAFML","APL-1.0","APSL-1.0","APSL-1.1","APSL-1.2","APSL-2.0","ASWF-Digital-Assets-1.0","ASWF-Digital-Assets-1.1","Abstyles","AdaCore-doc","Adobe-2006","Adobe-Display-PostScript","Adobe-Glyph","Adobe-Utopia","Advanced-Cryptics-Dictionary","Afmparse","Aladdin","Apache-1.0","Apache-1.1","Apache-2.0","App-s2p","Arphic-1999","Artistic-1.0","Artistic-1.0-Perl","Artistic-1.0-cl8","Artistic-2.0","Artistic-dist","Aspell-RU","BOLA-1.1","BSD-1-Clause","BSD-2-Clause","BSD-2-Clause-Darwin","BSD-2-Clause-Patent","BSD-2-Clause-Views","BSD-2-Clause-first-lines","BSD-2-Clause-pkgconf-disclaimer","BSD-3-Clause","BSD-3-Clause-Attribution","BSD-3-Clause-Clear","BSD-3-Clause-HP","BSD-3-Clause-LBNL","BSD-3-Clause-Modification","BSD-3-Clause-No-Military-License","BSD-3-Clause-No-Nuclear-License","BSD-3-Clause-No-Nuclear-License-2014","BSD-3-Clause-No-Nuclear-Warranty","BSD-3-Clause-Open-MPI","BSD-3-Clause-Sun","BSD-3-Clause-Tso","BSD-3-Clause-acpica","BSD-3-Clause-flex","BSD-4-Clause","BSD-4-Clause-Shortened","BSD-4-Clause-UC","BSD-4.3RENO","BSD-4.3TAHOE","BSD-Advertising-Acknowledgement","BSD-Attribution-HPND-disclaimer","BSD-Inferno-Nettverk","BSD-Mark-Modifications","BSD-Protection","BSD-Source-Code","BSD-Source-beginning-file","BSD-Systemics","BSD-Systemics-W3Works","BSL-1.0","BUSL-1.1","Baekmuk","Bahyph","Barr","Beerware","BitTorrent-1.0","BitTorrent-1.1","Bitstream-Charter","Bitstream-Vera","BlueOak-1.0.0","Boehm-GC","Boehm-GC-without-fee","Borceux","Brian-Gladman-2-Clause","Brian-Gladman-3-Clause","Buddy","C-UDA-1.0","CAL-1.0","CAL-1.0-Combined-Work-Exception","CAPEC-tou","CATOSL-1.1","CC-BY-1.0","CC-BY-2.0","CC-BY-2.5","CC-BY-2.5-AU","CC-BY-3.0","CC-BY-3.0-AT","CC-BY-3.0-AU","CC-BY-3.0-DE","CC-BY-3.0-IGO","CC-BY-3.0-NL","CC-BY-3.0-US","CC-BY-4.0","CC-BY-NC-1.0","CC-BY-NC-2.0","CC-BY-NC-2.5","CC-BY-NC-3.0","CC-BY-NC-3.0-DE","CC-BY-NC-4.0","CC-BY-NC-ND-1.0","CC-BY-NC-ND-2.0","CC-BY-NC-ND-2.5","CC-BY-NC-ND-3.0","CC-BY-NC-ND-3.0-DE","CC-BY-NC-ND-3.0-IGO","CC-BY-NC-ND-4.0","CC-BY-NC-SA-1.0","CC-BY-NC-SA-2.0","CC-BY-NC-SA-2.0-DE","CC-BY-NC-SA-2.0-FR","CC-BY-NC-SA-2.0-UK","CC-BY-NC-SA-2.5","CC-BY-NC-SA-3.0","CC-BY-NC-SA-3.0-DE","CC-BY-NC-SA-3.0-IGO","CC-BY-NC-SA-4.0","CC-BY-ND-1.0","CC-BY-ND-2.0","CC-BY-ND-2.5","CC-BY-ND-3.0","CC-BY-ND-3.0-DE","CC-BY-ND-4.0","CC-BY-SA-1.0","CC-BY-SA-2.0","CC-BY-SA-2.0-UK","CC-BY-SA-2.1-JP","CC-BY-SA-2.5","CC-BY-SA-3.0","CC-BY-SA-3.0-AT","CC-BY-SA-3.0-DE","CC-BY-SA-3.0-IGO","CC-BY-SA-4.0","CC-PDDC","CC-PDM-1.0","CC-SA-1.0","CC0-1.0","CDDL-1.0","CDDL-1.1","CDL-1.0","CDLA-Permissive-1.0","CDLA-Permissive-2.0","CDLA-Sharing-1.0","CECILL-1.0","CECILL-1.1","CECILL-2.0","CECILL-2.1","CECILL-B","CECILL-C","CERN-OHL-1.1","CERN-OHL-1.2","CERN-OHL-P-2.0","CERN-OHL-S-2.0","CERN-OHL-W-2.0","CFITSIO","CMU-Mach","CMU-Mach-nodoc","CNRI-Jython","CNRI-Python","CNRI-Python-GPL-Compatible","COIL-1.0","CPAL-1.0","CPL-1.0","CPOL-1.02","CUA-OPL-1.0","Caldera","Caldera-no-preamble","Catharon","ClArtistic","Clips","Community-Spec-1.0","Condor-1.1","Cornell-Lossless-JPEG","Cronyx","Crossword","CryptoSwift","CrystalStacker","Cube","D-FSL-1.0","DEC-3-Clause","DL-DE-BY-2.0","DL-DE-ZERO-2.0","DOC","DRL-1.0","DRL-1.1","DSDP","DocBook-DTD","DocBook-Schema","DocBook-Stylesheet","DocBook-XML","Dotseqn","ECL-1.0","ECL-2.0","EFL-1.0","EFL-2.0","EPICS","EPL-1.0","EPL-2.0","ESA-PL-permissive-2.4","ESA-PL-strong-copyleft-2.4","ESA-PL-weak-copyleft-2.4","EUDatagrid","EUPL-1.0","EUPL-1.1","EUPL-1.2","Elastic-2.0","Entessa","ErlPL-1.1","Eurosym","FBM","FDK-AAC","FSFAP","FSFAP-no-warranty-disclaimer","FSFUL","FSFULLR","FSFULLRSD","FSFULLRWD","FSL-1.1-ALv2","FSL-1.1-MIT","FTL","Fair","Ferguson-Twofish","Frameworx-1.0","FreeBSD-DOC","FreeImage","Furuseth","GCR-docs","GD","GFDL-1.1-invariants-only","GFDL-1.1-invariants-or-later","GFDL-1.1-no-invariants-only","GFDL-1.1-no-invariants-or-later","GFDL-1.1-only","GFDL-1.1-or-later","GFDL-1.2-invariants-only","GFDL-1.2-invariants-or-later","GFDL-1.2-no-invariants-only","GFDL-1.2-no-invariants-or-later","GFDL-1.2-only","GFDL-1.2-or-later","GFDL-1.3-invariants-only","GFDL-1.3-invariants-or-later","GFDL-1.3-no-invariants-only","GFDL-1.3-no-invariants-or-later","GFDL-1.3-only","GFDL-1.3-or-later","GL2PS","GLWTPL","GPL-1.0-only","GPL-1.0-or-later","GPL-2.0-only","GPL-2.0-or-later","GPL-3.0-only","GPL-3.0-or-later","Game-Programming-Gems","Giftware","Glide","Glulxe","Graphics-Gems","Gutmann","HDF5","HIDAPI","HP-1986","HP-1989","HPND","HPND-DEC","HPND-Fenneberg-Livingston","HPND-INRIA-IMAG","HPND-Intel","HPND-Kevlin-Henney","HPND-MIT-disclaimer","HPND-Markus-Kuhn","HPND-Netrek","HPND-Pbmplus","HPND-SMC","HPND-UC","HPND-UC-export-US","HPND-doc","HPND-doc-sell","HPND-export-US","HPND-export-US-acknowledgement","HPND-export-US-modify","HPND-export2-US","HPND-merchantability-variant","HPND-sell-MIT-disclaimer-xserver","HPND-sell-regexpr","HPND-sell-variant","HPND-sell-variant-MIT-disclaimer","HPND-sell-variant-MIT-disclaimer-rev","HPND-sell-variant-critical-systems","HTMLTIDY","HaskellReport","Hippocratic-2.1","IBM-pibs","ICU","IEC-Code-Components-EULA","IJG","IJG-short","IPA","IPL-1.0","ISC","ISC-Veillard","ISO-permission","ImageMagick","Imlib2","Info-ZIP","Inner-Net-2.0","InnoSetup","Intel","Intel-ACPI","Interbase-1.0","JPL-image","JPNIC","JSON","Jam","JasPer-2.0","Kastrup","Kazlib","Knuth-CTAN","LAL-1.2","LAL-1.3","LGPL-2.0-only","LGPL-2.0-or-later","LGPL-2.1-only","LGPL-2.1-or-later","LGPL-3.0-only","LGPL-3.0-or-later","LGPLLR","LOOP","LPD-document","LPL-1.0","LPL-1.02","LPPL-1.0","LPPL-1.1","LPPL-1.2","LPPL-1.3a","LPPL-1.3c","LZMA-SDK-9.11-to-9.20","LZMA-SDK-9.22","Latex2e","Latex2e-translated-notice","Leptonica","LiLiQ-P-1.1","LiLiQ-R-1.1","LiLiQ-Rplus-1.1","Libpng","Linux-OpenIB","Linux-man-pages-1-para","Linux-man-pages-copyleft","Linux-man-pages-copyleft-2-para","Linux-man-pages-copyleft-var","Lucida-Bitmap-Fonts","MIPS","MIT","MIT-0","MIT-CMU","MIT-Click","MIT-Festival","MIT-Khronos-old","MIT-Modern-Variant","MIT-STK","MIT-Wu","MIT-advertising","MIT-enna","MIT-feh","MIT-open-group","MIT-testregex","MITNFA","MMIXware","MMPL-1.0.1","MPEG-SSG","MPL-1.0","MPL-1.1","MPL-2.0","MPL-2.0-no-copyleft-exception","MS-LPL","MS-PL","MS-RL","MTLL","Mackerras-3-Clause","Mackerras-3-Clause-acknowledgment","MakeIndex","Martin-Birgmeier","McPhee-slideshow","Minpack","MirOS","Motosoto","MulanPSL-1.0","MulanPSL-2.0","Multics","Mup","NAIST-2003","NASA-1.3","NBPL-1.0","NCBI-PD","NCGL-UK-2.0","NCL","NCSA","NGPL","NICTA-1.0","NIST-PD","NIST-PD-TNT","NIST-PD-fallback","NIST-Software","NLOD-1.0","NLOD-2.0","NLPL","NOSL","NPL-1.0","NPL-1.1","NPOSL-3.0","NRL","NTIA-PD","NTP","NTP-0","Naumen","NetCDF","Newsletr","Nokia","Noweb","O-UDA-1.0","OAR","OCCT-PL","OCLC-2.0","ODC-By-1.0","ODbL-1.0","OFFIS","OFL-1.0","OFL-1.0-RFN","OFL-1.0-no-RFN","OFL-1.1","OFL-1.1-RFN","OFL-1.1-no-RFN","OGC-1.0","OGDL-Taiwan-1.0","OGL-Canada-2.0","OGL-UK-1.0","OGL-UK-2.0","OGL-UK-3.0","OGTSL","OLDAP-1.1","OLDAP-1.2","OLDAP-1.3","OLDAP-1.4","OLDAP-2.0","OLDAP-2.0.1","OLDAP-2.1","OLDAP-2.2","OLDAP-2.2.1","OLDAP-2.2.2","OLDAP-2.3","OLDAP-2.4","OLDAP-2.5","OLDAP-2.6","OLDAP-2.7","OLDAP-2.8","OLFL-1.3","OML","OPL-1.0","OPL-UK-3.0","OPUBL-1.0","OSC-1.0","OSET-PL-2.1","OSL-1.0","OSL-1.1","OSL-2.0","OSL-2.1","OSL-3.0","OSSP","OpenMDW-1.0","OpenPBS-2.3","OpenSSL","OpenSSL-standalone","OpenVision","PADL","PDDL-1.0","PHP-3.0","PHP-3.01","PPL","PSF-2.0","ParaType-Free-Font-1.3","Parity-6.0.0","Parity-7.0.0","Pixar","Plexus","PolyForm-Noncommercial-1.0.0","PolyForm-Small-Business-1.0.0","PostgreSQL","Python-2.0","Python-2.0.1","QPL-1.0","QPL-1.0-INRIA-2004","Qhull","RHeCos-1.1","RPL-1.1","RPL-1.5","RPSL-1.0","RSA-MD","RSCPL","Rdisc","Ruby","Ruby-pty","SAX-PD","SAX-PD-2.0","SCEA","SGI-B-1.0","SGI-B-1.1","SGI-B-2.0","SGI-OpenGL","SGMLUG-PM","SGP4","SHL-0.5","SHL-0.51","SISSL","SISSL-1.2","SL","SMAIL-GPL","SMLNJ","SMPPL","SNIA","SOFA","SPL-1.0","SSH-OpenSSH","SSH-short","SSLeay-standalone","SSPL-1.0","SUL-1.0","SWL","Saxpath","SchemeReport","Sendmail","Sendmail-8.23","Sendmail-Open-Source-1.1","SimPL-2.0","Sleepycat","Soundex","Spencer-86","Spencer-94","Spencer-99","SugarCRM-1.1.3","Sun-PPP","Sun-PPP-2000","SunPro","Symlinks","TAPR-OHL-1.0","TCL","TCP-wrappers","TGPPL-1.0","TMate","TORQUE-1.1","TOSL","TPDL","TPL-1.0","TTWL","TTYP0","TU-Berlin-1.0","TU-Berlin-2.0","TekHVC","TermReadKey","ThirdEye","TrustedQSL","UCAR","UCL-1.0","UMich-Merit","UPL-1.0","URT-RLE","Ubuntu-font-1.0","UnRAR","Unicode-3.0","Unicode-DFS-2015","Unicode-DFS-2016","Unicode-TOU","UnixCrypt","Unlicense","Unlicense-libtelnet","Unlicense-libwhirlpool","VOSTROM","VSL-1.0","Vim","Vixie-Cron","W3C","W3C-19980720","W3C-20150513","WTFNMFPL","WTFPL","Watcom-1.0","Widget-Workshop","WordNet","Wsuipa","X11","X11-distribute-modifications-variant","X11-no-permit-persons","X11-swapped","XFree86-1.1","XSkat","Xdebug-1.03","Xerox","Xfig","Xnet","YPL-1.0","YPL-1.1","ZPL-1.1","ZPL-2.0","ZPL-2.1","Zed","Zeeff","Zend-2.0","Zimbra-1.3","Zimbra-1.4","Zlib","any-OSI","any-OSI-perl-modules","bcrypt-Solar-Designer","blessing","bzip2-1.0.6","check-cvs","checkmk","copyleft-next-0.3.0","copyleft-next-0.3.1","curl","cve-tou","diffmark","dtoa","dvipdfm","eGenix","etalab-2.0","fwlw","gSOAP-1.3b","generic-xts","gnuplot","gtkbook","hdparm","hyphen-bulgarian","iMatix","jove","libpng-1.6.35","libpng-2.0","libselinux-1.0","libtiff","libutil-David-Nugent","lsof","magaz","mailprio","man2html","metamail","mpi-permissive","mpich2","mplus","ngrep","pkgconf","pnmstitch","psfrag","psutils","python-ldap","radvd","snprintf","softSurfer","ssh-keyscan","swrule","threeparttable","ulem","w3m","wwl","xinetd","xkeyboard-config-Zinoviev","xlock","xpp","xzoom","zlib-acknowledgement"]');
|
|
71116
71448
|
|
|
71117
71449
|
/***/ }
|
|
71118
71450
|
|
|
@@ -71128,12 +71460,6 @@ module.exports = /*#__PURE__*/JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","
|
|
|
71128
71460
|
/******/ if (cachedModule !== undefined) {
|
|
71129
71461
|
/******/ return cachedModule.exports;
|
|
71130
71462
|
/******/ }
|
|
71131
|
-
/******/ // Check if module exists (development only)
|
|
71132
|
-
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
71133
|
-
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
71134
|
-
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
71135
|
-
/******/ throw e;
|
|
71136
|
-
/******/ }
|
|
71137
71463
|
/******/ // Create a new module (and put it into the cache)
|
|
71138
71464
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
71139
71465
|
/******/ // no module.id needed
|
|
@@ -71142,6 +71468,12 @@ module.exports = /*#__PURE__*/JSON.parse('["0BSD","3D-Slicer-1.0","AAL","ADSL","
|
|
|
71142
71468
|
/******/ };
|
|
71143
71469
|
/******/
|
|
71144
71470
|
/******/ // Execute the module function
|
|
71471
|
+
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
71472
|
+
/******/ delete __webpack_module_cache__[moduleId];
|
|
71473
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
71474
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
71475
|
+
/******/ throw e;
|
|
71476
|
+
/******/ }
|
|
71145
71477
|
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
71146
71478
|
/******/
|
|
71147
71479
|
/******/ // Return the exports of the module
|