@unpackjs/core 3.3.3 → 3.3.4
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/compiled/css-loader/index.js +20 -20
- package/compiled/less-loader/index.js +8 -8
- package/compiled/postcss-loader/index.js +8 -8
- package/compiled/sass-loader/index.js +8 -8
- package/compiled/semver/index.js +187 -169
- package/compiled/semver/package.json +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.js +4 -4
- package/package.json +5 -5
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
var __webpack_modules__ = {
|
|
3
|
-
|
|
3
|
+
3742: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4
4
|
"use strict";
|
|
5
|
-
const loader = __nccwpck_require__(
|
|
5
|
+
const loader = __nccwpck_require__(1780);
|
|
6
6
|
module.exports = loader.default;
|
|
7
7
|
module.exports.defaultGetLocalIdent =
|
|
8
|
-
__nccwpck_require__(
|
|
8
|
+
__nccwpck_require__(4061).defaultGetLocalIdent;
|
|
9
9
|
},
|
|
10
|
-
|
|
10
|
+
1780: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
11
11
|
"use strict";
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports["default"] = loader;
|
|
14
14
|
var _postcss = _interopRequireDefault(__nccwpck_require__(1940));
|
|
15
15
|
var _package = _interopRequireDefault(__nccwpck_require__(444));
|
|
16
16
|
var _semver = __nccwpck_require__(5200);
|
|
17
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
18
|
-
var _plugins = __nccwpck_require__(
|
|
19
|
-
var _utils = __nccwpck_require__(
|
|
17
|
+
var _options = _interopRequireDefault(__nccwpck_require__(3149));
|
|
18
|
+
var _plugins = __nccwpck_require__(251);
|
|
19
|
+
var _utils = __nccwpck_require__(4061);
|
|
20
20
|
function _interopRequireDefault(obj) {
|
|
21
21
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
22
22
|
}
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
callback(null, `${importCode}${moduleCode}${exportCode}`);
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
|
|
246
|
+
251: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
247
247
|
"use strict";
|
|
248
248
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
249
249
|
Object.defineProperty(exports, "icssParser", {
|
|
@@ -265,22 +265,22 @@
|
|
|
265
265
|
},
|
|
266
266
|
});
|
|
267
267
|
var _postcssImportParser = _interopRequireDefault(
|
|
268
|
-
__nccwpck_require__(
|
|
268
|
+
__nccwpck_require__(288),
|
|
269
269
|
);
|
|
270
270
|
var _postcssIcssParser = _interopRequireDefault(
|
|
271
|
-
__nccwpck_require__(
|
|
271
|
+
__nccwpck_require__(3253),
|
|
272
272
|
);
|
|
273
|
-
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(
|
|
273
|
+
var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(5236));
|
|
274
274
|
function _interopRequireDefault(obj) {
|
|
275
275
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
276
276
|
}
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
3253: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
279
279
|
"use strict";
|
|
280
280
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
281
281
|
exports["default"] = void 0;
|
|
282
282
|
var _icssUtils = __nccwpck_require__(9028);
|
|
283
|
-
var _utils = __nccwpck_require__(
|
|
283
|
+
var _utils = __nccwpck_require__(4061);
|
|
284
284
|
const plugin = (options = {}) => ({
|
|
285
285
|
postcssPlugin: "postcss-icss-parser",
|
|
286
286
|
async OnceExit(root) {
|
|
@@ -379,14 +379,14 @@
|
|
|
379
379
|
plugin.postcss = true;
|
|
380
380
|
var _default = (exports["default"] = plugin);
|
|
381
381
|
},
|
|
382
|
-
|
|
382
|
+
288: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
383
383
|
"use strict";
|
|
384
384
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
385
385
|
exports["default"] = void 0;
|
|
386
386
|
var _postcssValueParser = _interopRequireDefault(
|
|
387
387
|
__nccwpck_require__(2948),
|
|
388
388
|
);
|
|
389
|
-
var _utils = __nccwpck_require__(
|
|
389
|
+
var _utils = __nccwpck_require__(4061);
|
|
390
390
|
function _interopRequireDefault(obj) {
|
|
391
391
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
392
392
|
}
|
|
@@ -691,14 +691,14 @@
|
|
|
691
691
|
plugin.postcss = true;
|
|
692
692
|
var _default = (exports["default"] = plugin);
|
|
693
693
|
},
|
|
694
|
-
|
|
694
|
+
5236: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
695
695
|
"use strict";
|
|
696
696
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
697
697
|
exports["default"] = void 0;
|
|
698
698
|
var _postcssValueParser = _interopRequireDefault(
|
|
699
699
|
__nccwpck_require__(2948),
|
|
700
700
|
);
|
|
701
|
-
var _utils = __nccwpck_require__(
|
|
701
|
+
var _utils = __nccwpck_require__(4061);
|
|
702
702
|
function _interopRequireDefault(obj) {
|
|
703
703
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
704
704
|
}
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
plugin.postcss = true;
|
|
1042
1042
|
var _default = (exports["default"] = plugin);
|
|
1043
1043
|
},
|
|
1044
|
-
|
|
1044
|
+
4061: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1045
1045
|
"use strict";
|
|
1046
1046
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1047
1047
|
exports.WEBPACK_IGNORE_COMMENT_REGEXP = void 0;
|
|
@@ -7964,7 +7964,7 @@
|
|
|
7964
7964
|
"use strict";
|
|
7965
7965
|
module.exports = require("util");
|
|
7966
7966
|
},
|
|
7967
|
-
|
|
7967
|
+
3149: (module) => {
|
|
7968
7968
|
"use strict";
|
|
7969
7969
|
module.exports = JSON.parse(
|
|
7970
7970
|
'{"title":"CSS Loader options","additionalProperties":false,"properties":{"url":{"description":"Allows to enables/disables `url()`/`image-set()` functions handling.","link":"https://github.com/webpack-contrib/css-loader#url","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"import":{"description":"Allows to enables/disables `@import` at-rules handling.","link":"https://github.com/webpack-contrib/css-loader#import","anyOf":[{"type":"boolean"},{"type":"object","properties":{"filter":{"instanceof":"Function"}},"additionalProperties":false}]},"modules":{"description":"Allows to enable/disable CSS Modules or ICSS and setup configuration.","link":"https://github.com/webpack-contrib/css-loader#modules","anyOf":[{"type":"boolean"},{"enum":["local","global","pure","icss"]},{"type":"object","additionalProperties":false,"properties":{"auto":{"description":"Allows auto enable CSS modules based on filename.","link":"https://github.com/webpack-contrib/css-loader#auto","anyOf":[{"instanceof":"RegExp"},{"instanceof":"Function"},{"type":"boolean"}]},"mode":{"description":"Setup `mode` option.","link":"https://github.com/webpack-contrib/css-loader#mode","anyOf":[{"enum":["local","global","pure","icss"]},{"instanceof":"Function"}]},"localIdentName":{"description":"Allows to configure the generated local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentname","type":"string","minLength":1},"localIdentContext":{"description":"Allows to redefine basic loader context for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentcontext","type":"string","minLength":1},"localIdentHashSalt":{"description":"Allows to add custom hash to generate more unique classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashsalt","type":"string","minLength":1},"localIdentHashFunction":{"description":"Allows to specify hash function to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashfunction","type":"string","minLength":1},"localIdentHashDigest":{"description":"Allows to specify hash digest to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigest","type":"string","minLength":1},"localIdentHashDigestLength":{"description":"Allows to specify hash digest length to generate classes.","link":"https://github.com/webpack-contrib/css-loader#localidenthashdigestlength","type":"number"},"hashStrategy":{"description":"Allows to specify should localName be used when computing the hash.","link":"https://github.com/webpack-contrib/css-loader#hashstrategy","enum":["resource-path-and-local-name","minimal-subset"]},"localIdentRegExp":{"description":"Allows to specify custom RegExp for local ident name.","link":"https://github.com/webpack-contrib/css-loader#localidentregexp","anyOf":[{"type":"string","minLength":1},{"instanceof":"RegExp"}]},"getLocalIdent":{"description":"Allows to specify a function to generate the classname.","link":"https://github.com/webpack-contrib/css-loader#getlocalident","instanceof":"Function"},"namedExport":{"description":"Enables/disables ES modules named export for locals.","link":"https://github.com/webpack-contrib/css-loader#namedexport","type":"boolean"},"exportGlobals":{"description":"Allows to export names from global class or id, so you can use that as local name.","link":"https://github.com/webpack-contrib/css-loader#exportglobals","type":"boolean"},"exportLocalsConvention":{"description":"Style of exported classnames.","link":"https://github.com/webpack-contrib/css-loader#localsconvention","anyOf":[{"enum":["asIs","as-is","camelCase","camel-case","camelCaseOnly","camel-case-only","dashes","dashesOnly","dashes-only"]},{"instanceof":"Function"}]},"exportOnlyLocals":{"description":"Export only locals.","link":"https://github.com/webpack-contrib/css-loader#exportonlylocals","type":"boolean"},"getJSON":{"description":"Allows outputting of CSS modules mapping through a callback.","link":"https://github.com/webpack-contrib/css-loader#getJSON","instanceof":"Function"}}}]},"sourceMap":{"description":"Allows to enable/disable source maps.","link":"https://github.com/webpack-contrib/css-loader#sourcemap","type":"boolean"},"importLoaders":{"description":"Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports.","link":"https://github.com/webpack-contrib/css-loader#importloaders","anyOf":[{"type":"boolean"},{"type":"string"},{"type":"integer"}]},"esModule":{"description":"Use the ES modules syntax.","link":"https://github.com/webpack-contrib/css-loader#esmodule","type":"boolean"},"exportType":{"description":"Allows exporting styles as array with modules, string or constructable stylesheet (i.e. `CSSStyleSheet`).","link":"https://github.com/webpack-contrib/css-loader#exporttype","enum":["array","string","css-style-sheet"]}},"type":"object"}',
|
|
@@ -7999,6 +7999,6 @@
|
|
|
7999
7999
|
}
|
|
8000
8000
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
8001
8001
|
__nccwpck_require__.ab = __dirname + "/";
|
|
8002
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
8002
|
+
var __webpack_exports__ = __nccwpck_require__(3742);
|
|
8003
8003
|
module.exports = __webpack_exports__;
|
|
8004
8004
|
})();
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
5
|
-
module.exports = __nccwpck_require__(
|
|
4
|
+
996: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
|
+
module.exports = __nccwpck_require__(106)["default"];
|
|
6
6
|
},
|
|
7
|
-
|
|
7
|
+
106: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
8
8
|
var __webpack_unused_export__;
|
|
9
9
|
__webpack_unused_export__ = { value: true };
|
|
10
10
|
exports["default"] = void 0;
|
|
11
11
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
12
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
13
|
-
var _utils = __nccwpck_require__(
|
|
12
|
+
var _options = _interopRequireDefault(__nccwpck_require__(895));
|
|
13
|
+
var _utils = __nccwpck_require__(419);
|
|
14
14
|
function _interopRequireDefault(e) {
|
|
15
15
|
return e && e.__esModule ? e : { default: e };
|
|
16
16
|
}
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
var _default = (exports["default"] = lessLoader);
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
419: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
116
116
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
117
117
|
exports.errorFactory = errorFactory;
|
|
118
118
|
exports.getLessImplementation = getLessImplementation;
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
928: (module) => {
|
|
313
313
|
module.exports = require("path");
|
|
314
314
|
},
|
|
315
|
-
|
|
315
|
+
895: (module) => {
|
|
316
316
|
module.exports = JSON.parse(
|
|
317
317
|
'{"title":"Less Loader options","type":"object","properties":{"lessOptions":{"description":"Options to pass through to `Less`.","link":"https://github.com/webpack-contrib/less-loader#lessoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Less` code to the actual entry file.","link":"https://github.com/webpack-contrib/less-loader#additionalData","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/less-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/less-loader#webpackimporter","anyOf":[{"type":"boolean"},{"type":"string","enum":["only"]}]},"implementation":{"description":"The implementation of the `Less` to be used.","link":"https://github.com/webpack-contrib/less-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"lessLogAsWarnOrErr":{"description":"Less warnings and errors will be webpack warnings or errors.","link":"https://github.com/webpack-contrib/less-loader#lesslogaswarnorerr","type":"boolean"}},"additionalProperties":false}',
|
|
318
318
|
);
|
|
@@ -340,6 +340,6 @@
|
|
|
340
340
|
}
|
|
341
341
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
342
342
|
__nccwpck_require__.ab = __dirname + "/";
|
|
343
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
343
|
+
var __webpack_exports__ = __nccwpck_require__(996);
|
|
344
344
|
module.exports = __webpack_exports__;
|
|
345
345
|
})();
|
|
@@ -5319,19 +5319,19 @@
|
|
|
5319
5319
|
module.exports = createColors();
|
|
5320
5320
|
module.exports.createColors = createColors;
|
|
5321
5321
|
},
|
|
5322
|
-
|
|
5322
|
+
7023: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5323
5323
|
"use strict";
|
|
5324
|
-
module.exports = __nccwpck_require__(
|
|
5324
|
+
module.exports = __nccwpck_require__(9777)["default"];
|
|
5325
5325
|
},
|
|
5326
|
-
|
|
5326
|
+
9777: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
5327
5327
|
"use strict";
|
|
5328
5328
|
var __webpack_unused_export__;
|
|
5329
5329
|
__webpack_unused_export__ = { value: true };
|
|
5330
5330
|
exports["default"] = loader;
|
|
5331
5331
|
var _nodePath = _interopRequireDefault(__nccwpck_require__(6760));
|
|
5332
5332
|
var _package = _interopRequireDefault(__nccwpck_require__(444));
|
|
5333
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
5334
|
-
var _utils = __nccwpck_require__(
|
|
5333
|
+
var _options = _interopRequireDefault(__nccwpck_require__(2772));
|
|
5334
|
+
var _utils = __nccwpck_require__(1228);
|
|
5335
5335
|
function _interopRequireDefault(e) {
|
|
5336
5336
|
return e && e.__esModule ? e : { default: e };
|
|
5337
5337
|
}
|
|
@@ -5509,7 +5509,7 @@
|
|
|
5509
5509
|
callback(null, result.css, map, { ast });
|
|
5510
5510
|
}
|
|
5511
5511
|
},
|
|
5512
|
-
|
|
5512
|
+
1228: (module, exports, __nccwpck_require__) => {
|
|
5513
5513
|
"use strict";
|
|
5514
5514
|
module = __nccwpck_require__.nmd(module);
|
|
5515
5515
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -6618,7 +6618,7 @@
|
|
|
6618
6618
|
return keywords.has(word);
|
|
6619
6619
|
}
|
|
6620
6620
|
},
|
|
6621
|
-
|
|
6621
|
+
2772: (module) => {
|
|
6622
6622
|
"use strict";
|
|
6623
6623
|
module.exports = JSON.parse(
|
|
6624
6624
|
'{"title":"PostCSS Loader options","type":"object","properties":{"postcssOptions":{"description":"Options to pass through to `Postcss`.","link":"https://github.com/webpack-contrib/postcss-loader#postcssOptions","anyOf":[{"type":"object","additionalProperties":true,"properties":{"config":{"description":"Allows to specify PostCSS config path.","link":"https://github.com/webpack-contrib/postcss-loader#config","anyOf":[{"description":"Allows to specify the path to the configuration file","type":"string"},{"description":"Enables/Disables autoloading config","type":"boolean"}]}}},{"instanceof":"Function"}]},"execute":{"description":"Enables/Disables PostCSS parser support in \'CSS-in-JS\'.","link":"https://github.com/webpack-contrib/postcss-loader#execute","type":"boolean"},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/postcss-loader#sourcemap","type":"boolean"},"implementation":{"description":"The implementation of postcss to use, instead of the locally installed version","link":"https://github.com/webpack-contrib/postcss-loader#implementation","anyOf":[{"type":"string"},{"instanceof":"Function"}]}},"additionalProperties":false}',
|
|
@@ -6728,6 +6728,6 @@
|
|
|
6728
6728
|
})();
|
|
6729
6729
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
6730
6730
|
__nccwpck_require__.ab = __dirname + "/";
|
|
6731
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
6731
|
+
var __webpack_exports__ = __nccwpck_require__(7023);
|
|
6732
6732
|
module.exports = __webpack_exports__;
|
|
6733
6733
|
})();
|
|
@@ -4795,19 +4795,19 @@
|
|
|
4795
4795
|
}
|
|
4796
4796
|
});
|
|
4797
4797
|
},
|
|
4798
|
-
|
|
4798
|
+
659: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
4799
4799
|
"use strict";
|
|
4800
|
-
const loader = __nccwpck_require__(
|
|
4800
|
+
const loader = __nccwpck_require__(205);
|
|
4801
4801
|
module.exports = loader.default;
|
|
4802
4802
|
},
|
|
4803
|
-
|
|
4803
|
+
205: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4804
4804
|
"use strict";
|
|
4805
4805
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4806
4806
|
exports["default"] = void 0;
|
|
4807
4807
|
var _url = _interopRequireDefault(__nccwpck_require__(16));
|
|
4808
4808
|
var _path = _interopRequireDefault(__nccwpck_require__(928));
|
|
4809
|
-
var _options = _interopRequireDefault(__nccwpck_require__(
|
|
4810
|
-
var _utils = __nccwpck_require__(
|
|
4809
|
+
var _options = _interopRequireDefault(__nccwpck_require__(936));
|
|
4810
|
+
var _utils = __nccwpck_require__(640);
|
|
4811
4811
|
function _interopRequireDefault(e) {
|
|
4812
4812
|
return e && e.__esModule ? e : { default: e };
|
|
4813
4813
|
}
|
|
@@ -4917,7 +4917,7 @@
|
|
|
4917
4917
|
}
|
|
4918
4918
|
var _default = (exports["default"] = loader);
|
|
4919
4919
|
},
|
|
4920
|
-
|
|
4920
|
+
640: (__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
4921
4921
|
"use strict";
|
|
4922
4922
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4923
4923
|
exports.errorFactory = errorFactory;
|
|
@@ -5582,7 +5582,7 @@
|
|
|
5582
5582
|
"use strict";
|
|
5583
5583
|
module.exports = require("url");
|
|
5584
5584
|
},
|
|
5585
|
-
|
|
5585
|
+
936: (module) => {
|
|
5586
5586
|
"use strict";
|
|
5587
5587
|
module.exports = JSON.parse(
|
|
5588
5588
|
'{"title":"Sass Loader options","type":"object","properties":{"implementation":{"description":"The implementation of the sass to be used.","link":"https://github.com/webpack-contrib/sass-loader#implementation","anyOf":[{"type":"string"},{"type":"object"}]},"api":{"description":"Switch between old and modern API for `sass` (`Dart Sass`) and `Sass Embedded` implementations.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","enum":["legacy","modern","modern-compiler"]},"sassOptions":{"description":"Options for `node-sass` or `sass` (`Dart Sass`) implementation.","link":"https://github.com/webpack-contrib/sass-loader#sassoptions","anyOf":[{"type":"object","additionalProperties":true},{"instanceof":"Function"}]},"additionalData":{"description":"Prepends/Appends `Sass`/`SCSS` code before the actual entry file.","link":"https://github.com/webpack-contrib/sass-loader#additionaldata","anyOf":[{"type":"string"},{"instanceof":"Function"}]},"sourceMap":{"description":"Enables/Disables generation of source maps.","link":"https://github.com/webpack-contrib/sass-loader#sourcemap","type":"boolean"},"webpackImporter":{"description":"Enables/Disables default `webpack` importer.","link":"https://github.com/webpack-contrib/sass-loader#webpackimporter","type":"boolean"},"warnRuleAsWarning":{"description":"Treats the \'@warn\' rule as a webpack warning.","link":"https://github.com/webpack-contrib/sass-loader#warnruleaswarning","type":"boolean"}},"additionalProperties":false}',
|
|
@@ -5612,6 +5612,6 @@
|
|
|
5612
5612
|
}
|
|
5613
5613
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
5614
5614
|
__nccwpck_require__.ab = __dirname + "/";
|
|
5615
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
5615
|
+
var __webpack_exports__ = __nccwpck_require__(659);
|
|
5616
5616
|
module.exports = __webpack_exports__;
|
|
5617
5617
|
})();
|
package/compiled/semver/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(() => {
|
|
2
2
|
"use strict";
|
|
3
3
|
var __webpack_modules__ = {
|
|
4
|
-
|
|
4
|
+
346: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
5
5
|
const ANY = Symbol("SemVer ANY");
|
|
6
6
|
class Comparator {
|
|
7
7
|
static get ANY() {
|
|
@@ -122,14 +122,14 @@
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
module.exports = Comparator;
|
|
125
|
-
const parseOptions = __nccwpck_require__(
|
|
126
|
-
const { safeRe: re, t } = __nccwpck_require__(
|
|
127
|
-
const cmp = __nccwpck_require__(
|
|
128
|
-
const debug = __nccwpck_require__(
|
|
129
|
-
const SemVer = __nccwpck_require__(
|
|
130
|
-
const Range = __nccwpck_require__(
|
|
125
|
+
const parseOptions = __nccwpck_require__(525);
|
|
126
|
+
const { safeRe: re, t } = __nccwpck_require__(336);
|
|
127
|
+
const cmp = __nccwpck_require__(989);
|
|
128
|
+
const debug = __nccwpck_require__(162);
|
|
129
|
+
const SemVer = __nccwpck_require__(126);
|
|
130
|
+
const Range = __nccwpck_require__(773);
|
|
131
131
|
},
|
|
132
|
-
|
|
132
|
+
773: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
133
133
|
const SPACE_CHARACTERS = /\s+/g;
|
|
134
134
|
class Range {
|
|
135
135
|
constructor(range, options) {
|
|
@@ -291,20 +291,20 @@
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
module.exports = Range;
|
|
294
|
-
const LRU = __nccwpck_require__(
|
|
294
|
+
const LRU = __nccwpck_require__(932);
|
|
295
295
|
const cache = new LRU();
|
|
296
|
-
const parseOptions = __nccwpck_require__(
|
|
297
|
-
const Comparator = __nccwpck_require__(
|
|
298
|
-
const debug = __nccwpck_require__(
|
|
299
|
-
const SemVer = __nccwpck_require__(
|
|
296
|
+
const parseOptions = __nccwpck_require__(525);
|
|
297
|
+
const Comparator = __nccwpck_require__(346);
|
|
298
|
+
const debug = __nccwpck_require__(162);
|
|
299
|
+
const SemVer = __nccwpck_require__(126);
|
|
300
300
|
const {
|
|
301
301
|
safeRe: re,
|
|
302
302
|
t,
|
|
303
303
|
comparatorTrimReplace,
|
|
304
304
|
tildeTrimReplace,
|
|
305
305
|
caretTrimReplace,
|
|
306
|
-
} = __nccwpck_require__(
|
|
307
|
-
const { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = __nccwpck_require__(
|
|
306
|
+
} = __nccwpck_require__(336);
|
|
307
|
+
const { FLAG_INCLUDE_PRERELEASE, FLAG_LOOSE } = __nccwpck_require__(476);
|
|
308
308
|
const isNullSet = (c) => c.value === "<0.0.0-0";
|
|
309
309
|
const isAny = (c) => c.value === "";
|
|
310
310
|
const isSatisfiable = (comparators, options) => {
|
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
return result;
|
|
321
321
|
};
|
|
322
322
|
const parseComparator = (comp, options) => {
|
|
323
|
+
comp = comp.replace(re[t.BUILD], "");
|
|
323
324
|
debug("comp", comp, options);
|
|
324
325
|
comp = replaceCarets(comp, options);
|
|
325
326
|
debug("caret", comp);
|
|
@@ -537,12 +538,12 @@
|
|
|
537
538
|
return true;
|
|
538
539
|
};
|
|
539
540
|
},
|
|
540
|
-
|
|
541
|
-
const debug = __nccwpck_require__(
|
|
542
|
-
const { MAX_LENGTH, MAX_SAFE_INTEGER } = __nccwpck_require__(
|
|
543
|
-
const { safeRe: re, t } = __nccwpck_require__(
|
|
544
|
-
const parseOptions = __nccwpck_require__(
|
|
545
|
-
const { compareIdentifiers } = __nccwpck_require__(
|
|
541
|
+
126: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
542
|
+
const debug = __nccwpck_require__(162);
|
|
543
|
+
const { MAX_LENGTH, MAX_SAFE_INTEGER } = __nccwpck_require__(476);
|
|
544
|
+
const { safeRe: re, t } = __nccwpck_require__(336);
|
|
545
|
+
const parseOptions = __nccwpck_require__(525);
|
|
546
|
+
const { compareIdentifiers } = __nccwpck_require__(437);
|
|
546
547
|
class SemVer {
|
|
547
548
|
constructor(version, options) {
|
|
548
549
|
options = parseOptions(options);
|
|
@@ -631,11 +632,25 @@
|
|
|
631
632
|
if (!(other instanceof SemVer)) {
|
|
632
633
|
other = new SemVer(other, this.options);
|
|
633
634
|
}
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
635
|
+
if (this.major < other.major) {
|
|
636
|
+
return -1;
|
|
637
|
+
}
|
|
638
|
+
if (this.major > other.major) {
|
|
639
|
+
return 1;
|
|
640
|
+
}
|
|
641
|
+
if (this.minor < other.minor) {
|
|
642
|
+
return -1;
|
|
643
|
+
}
|
|
644
|
+
if (this.minor > other.minor) {
|
|
645
|
+
return 1;
|
|
646
|
+
}
|
|
647
|
+
if (this.patch < other.patch) {
|
|
648
|
+
return -1;
|
|
649
|
+
}
|
|
650
|
+
if (this.patch > other.patch) {
|
|
651
|
+
return 1;
|
|
652
|
+
}
|
|
653
|
+
return 0;
|
|
639
654
|
}
|
|
640
655
|
comparePre(other) {
|
|
641
656
|
if (!(other instanceof SemVer)) {
|
|
@@ -811,21 +826,21 @@
|
|
|
811
826
|
}
|
|
812
827
|
module.exports = SemVer;
|
|
813
828
|
},
|
|
814
|
-
|
|
815
|
-
const parse = __nccwpck_require__(
|
|
829
|
+
552: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
830
|
+
const parse = __nccwpck_require__(738);
|
|
816
831
|
const clean = (version, options) => {
|
|
817
832
|
const s = parse(version.trim().replace(/^[=v]+/, ""), options);
|
|
818
833
|
return s ? s.version : null;
|
|
819
834
|
};
|
|
820
835
|
module.exports = clean;
|
|
821
836
|
},
|
|
822
|
-
|
|
823
|
-
const eq = __nccwpck_require__(
|
|
824
|
-
const neq = __nccwpck_require__(
|
|
825
|
-
const gt = __nccwpck_require__(
|
|
826
|
-
const gte = __nccwpck_require__(
|
|
827
|
-
const lt = __nccwpck_require__(
|
|
828
|
-
const lte = __nccwpck_require__(
|
|
837
|
+
989: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
838
|
+
const eq = __nccwpck_require__(375);
|
|
839
|
+
const neq = __nccwpck_require__(733);
|
|
840
|
+
const gt = __nccwpck_require__(590);
|
|
841
|
+
const gte = __nccwpck_require__(63);
|
|
842
|
+
const lt = __nccwpck_require__(361);
|
|
843
|
+
const lte = __nccwpck_require__(330);
|
|
829
844
|
const cmp = (a, op, b, loose) => {
|
|
830
845
|
switch (op) {
|
|
831
846
|
case "===":
|
|
@@ -864,10 +879,10 @@
|
|
|
864
879
|
};
|
|
865
880
|
module.exports = cmp;
|
|
866
881
|
},
|
|
867
|
-
|
|
868
|
-
const SemVer = __nccwpck_require__(
|
|
869
|
-
const parse = __nccwpck_require__(
|
|
870
|
-
const { safeRe: re, t } = __nccwpck_require__(
|
|
882
|
+
520: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
883
|
+
const SemVer = __nccwpck_require__(126);
|
|
884
|
+
const parse = __nccwpck_require__(738);
|
|
885
|
+
const { safeRe: re, t } = __nccwpck_require__(336);
|
|
871
886
|
const coerce = (version, options) => {
|
|
872
887
|
if (version instanceof SemVer) {
|
|
873
888
|
return version;
|
|
@@ -921,8 +936,8 @@
|
|
|
921
936
|
};
|
|
922
937
|
module.exports = coerce;
|
|
923
938
|
},
|
|
924
|
-
|
|
925
|
-
const SemVer = __nccwpck_require__(
|
|
939
|
+
135: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
940
|
+
const SemVer = __nccwpck_require__(126);
|
|
926
941
|
const compareBuild = (a, b, loose) => {
|
|
927
942
|
const versionA = new SemVer(a, loose);
|
|
928
943
|
const versionB = new SemVer(b, loose);
|
|
@@ -930,19 +945,19 @@
|
|
|
930
945
|
};
|
|
931
946
|
module.exports = compareBuild;
|
|
932
947
|
},
|
|
933
|
-
|
|
934
|
-
const compare = __nccwpck_require__(
|
|
948
|
+
469: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
949
|
+
const compare = __nccwpck_require__(950);
|
|
935
950
|
const compareLoose = (a, b) => compare(a, b, true);
|
|
936
951
|
module.exports = compareLoose;
|
|
937
952
|
},
|
|
938
|
-
|
|
939
|
-
const SemVer = __nccwpck_require__(
|
|
953
|
+
950: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
954
|
+
const SemVer = __nccwpck_require__(126);
|
|
940
955
|
const compare = (a, b, loose) =>
|
|
941
956
|
new SemVer(a, loose).compare(new SemVer(b, loose));
|
|
942
957
|
module.exports = compare;
|
|
943
958
|
},
|
|
944
|
-
|
|
945
|
-
const parse = __nccwpck_require__(
|
|
959
|
+
790: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
960
|
+
const parse = __nccwpck_require__(738);
|
|
946
961
|
const diff = (version1, version2) => {
|
|
947
962
|
const v1 = parse(version1, null, true);
|
|
948
963
|
const v2 = parse(version2, null, true);
|
|
@@ -980,23 +995,23 @@
|
|
|
980
995
|
};
|
|
981
996
|
module.exports = diff;
|
|
982
997
|
},
|
|
983
|
-
|
|
984
|
-
const compare = __nccwpck_require__(
|
|
998
|
+
375: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
999
|
+
const compare = __nccwpck_require__(950);
|
|
985
1000
|
const eq = (a, b, loose) => compare(a, b, loose) === 0;
|
|
986
1001
|
module.exports = eq;
|
|
987
1002
|
},
|
|
988
|
-
|
|
989
|
-
const compare = __nccwpck_require__(
|
|
1003
|
+
590: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1004
|
+
const compare = __nccwpck_require__(950);
|
|
990
1005
|
const gt = (a, b, loose) => compare(a, b, loose) > 0;
|
|
991
1006
|
module.exports = gt;
|
|
992
1007
|
},
|
|
993
|
-
|
|
994
|
-
const compare = __nccwpck_require__(
|
|
1008
|
+
63: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1009
|
+
const compare = __nccwpck_require__(950);
|
|
995
1010
|
const gte = (a, b, loose) => compare(a, b, loose) >= 0;
|
|
996
1011
|
module.exports = gte;
|
|
997
1012
|
},
|
|
998
|
-
|
|
999
|
-
const SemVer = __nccwpck_require__(
|
|
1013
|
+
825: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1014
|
+
const SemVer = __nccwpck_require__(126);
|
|
1000
1015
|
const inc = (version, release, options, identifier, identifierBase) => {
|
|
1001
1016
|
if (typeof options === "string") {
|
|
1002
1017
|
identifierBase = identifier;
|
|
@@ -1014,33 +1029,33 @@
|
|
|
1014
1029
|
};
|
|
1015
1030
|
module.exports = inc;
|
|
1016
1031
|
},
|
|
1017
|
-
|
|
1018
|
-
const compare = __nccwpck_require__(
|
|
1032
|
+
361: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1033
|
+
const compare = __nccwpck_require__(950);
|
|
1019
1034
|
const lt = (a, b, loose) => compare(a, b, loose) < 0;
|
|
1020
1035
|
module.exports = lt;
|
|
1021
1036
|
},
|
|
1022
|
-
|
|
1023
|
-
const compare = __nccwpck_require__(
|
|
1037
|
+
330: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1038
|
+
const compare = __nccwpck_require__(950);
|
|
1024
1039
|
const lte = (a, b, loose) => compare(a, b, loose) <= 0;
|
|
1025
1040
|
module.exports = lte;
|
|
1026
1041
|
},
|
|
1027
|
-
|
|
1028
|
-
const SemVer = __nccwpck_require__(
|
|
1042
|
+
136: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1043
|
+
const SemVer = __nccwpck_require__(126);
|
|
1029
1044
|
const major = (a, loose) => new SemVer(a, loose).major;
|
|
1030
1045
|
module.exports = major;
|
|
1031
1046
|
},
|
|
1032
|
-
|
|
1033
|
-
const SemVer = __nccwpck_require__(
|
|
1047
|
+
500: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1048
|
+
const SemVer = __nccwpck_require__(126);
|
|
1034
1049
|
const minor = (a, loose) => new SemVer(a, loose).minor;
|
|
1035
1050
|
module.exports = minor;
|
|
1036
1051
|
},
|
|
1037
|
-
|
|
1038
|
-
const compare = __nccwpck_require__(
|
|
1052
|
+
733: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1053
|
+
const compare = __nccwpck_require__(950);
|
|
1039
1054
|
const neq = (a, b, loose) => compare(a, b, loose) !== 0;
|
|
1040
1055
|
module.exports = neq;
|
|
1041
1056
|
},
|
|
1042
|
-
|
|
1043
|
-
const SemVer = __nccwpck_require__(
|
|
1057
|
+
738: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1058
|
+
const SemVer = __nccwpck_require__(126);
|
|
1044
1059
|
const parse = (version, options, throwErrors = false) => {
|
|
1045
1060
|
if (version instanceof SemVer) {
|
|
1046
1061
|
return version;
|
|
@@ -1056,32 +1071,32 @@
|
|
|
1056
1071
|
};
|
|
1057
1072
|
module.exports = parse;
|
|
1058
1073
|
},
|
|
1059
|
-
|
|
1060
|
-
const SemVer = __nccwpck_require__(
|
|
1074
|
+
443: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1075
|
+
const SemVer = __nccwpck_require__(126);
|
|
1061
1076
|
const patch = (a, loose) => new SemVer(a, loose).patch;
|
|
1062
1077
|
module.exports = patch;
|
|
1063
1078
|
},
|
|
1064
|
-
|
|
1065
|
-
const parse = __nccwpck_require__(
|
|
1079
|
+
787: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1080
|
+
const parse = __nccwpck_require__(738);
|
|
1066
1081
|
const prerelease = (version, options) => {
|
|
1067
1082
|
const parsed = parse(version, options);
|
|
1068
1083
|
return parsed && parsed.prerelease.length ? parsed.prerelease : null;
|
|
1069
1084
|
};
|
|
1070
1085
|
module.exports = prerelease;
|
|
1071
1086
|
},
|
|
1072
|
-
|
|
1073
|
-
const compare = __nccwpck_require__(
|
|
1087
|
+
120: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1088
|
+
const compare = __nccwpck_require__(950);
|
|
1074
1089
|
const rcompare = (a, b, loose) => compare(b, a, loose);
|
|
1075
1090
|
module.exports = rcompare;
|
|
1076
1091
|
},
|
|
1077
|
-
|
|
1078
|
-
const compareBuild = __nccwpck_require__(
|
|
1092
|
+
711: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1093
|
+
const compareBuild = __nccwpck_require__(135);
|
|
1079
1094
|
const rsort = (list, loose) =>
|
|
1080
1095
|
list.sort((a, b) => compareBuild(b, a, loose));
|
|
1081
1096
|
module.exports = rsort;
|
|
1082
1097
|
},
|
|
1083
|
-
|
|
1084
|
-
const Range = __nccwpck_require__(
|
|
1098
|
+
56: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1099
|
+
const Range = __nccwpck_require__(773);
|
|
1085
1100
|
const satisfies = (version, range, options) => {
|
|
1086
1101
|
try {
|
|
1087
1102
|
range = new Range(range, options);
|
|
@@ -1092,62 +1107,62 @@
|
|
|
1092
1107
|
};
|
|
1093
1108
|
module.exports = satisfies;
|
|
1094
1109
|
},
|
|
1095
|
-
|
|
1096
|
-
const compareBuild = __nccwpck_require__(
|
|
1110
|
+
41: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1111
|
+
const compareBuild = __nccwpck_require__(135);
|
|
1097
1112
|
const sort = (list, loose) =>
|
|
1098
1113
|
list.sort((a, b) => compareBuild(a, b, loose));
|
|
1099
1114
|
module.exports = sort;
|
|
1100
1115
|
},
|
|
1101
|
-
|
|
1102
|
-
const parse = __nccwpck_require__(
|
|
1116
|
+
879: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1117
|
+
const parse = __nccwpck_require__(738);
|
|
1103
1118
|
const valid = (version, options) => {
|
|
1104
1119
|
const v = parse(version, options);
|
|
1105
1120
|
return v ? v.version : null;
|
|
1106
1121
|
};
|
|
1107
1122
|
module.exports = valid;
|
|
1108
1123
|
},
|
|
1109
|
-
|
|
1110
|
-
const internalRe = __nccwpck_require__(
|
|
1111
|
-
const constants = __nccwpck_require__(
|
|
1112
|
-
const SemVer = __nccwpck_require__(
|
|
1113
|
-
const identifiers = __nccwpck_require__(
|
|
1114
|
-
const parse = __nccwpck_require__(
|
|
1115
|
-
const valid = __nccwpck_require__(
|
|
1116
|
-
const clean = __nccwpck_require__(
|
|
1117
|
-
const inc = __nccwpck_require__(
|
|
1118
|
-
const diff = __nccwpck_require__(
|
|
1119
|
-
const major = __nccwpck_require__(
|
|
1120
|
-
const minor = __nccwpck_require__(
|
|
1121
|
-
const patch = __nccwpck_require__(
|
|
1122
|
-
const prerelease = __nccwpck_require__(
|
|
1123
|
-
const compare = __nccwpck_require__(
|
|
1124
|
-
const rcompare = __nccwpck_require__(
|
|
1125
|
-
const compareLoose = __nccwpck_require__(
|
|
1126
|
-
const compareBuild = __nccwpck_require__(
|
|
1127
|
-
const sort = __nccwpck_require__(
|
|
1128
|
-
const rsort = __nccwpck_require__(
|
|
1129
|
-
const gt = __nccwpck_require__(
|
|
1130
|
-
const lt = __nccwpck_require__(
|
|
1131
|
-
const eq = __nccwpck_require__(
|
|
1132
|
-
const neq = __nccwpck_require__(
|
|
1133
|
-
const gte = __nccwpck_require__(
|
|
1134
|
-
const lte = __nccwpck_require__(
|
|
1135
|
-
const cmp = __nccwpck_require__(
|
|
1136
|
-
const coerce = __nccwpck_require__(
|
|
1137
|
-
const Comparator = __nccwpck_require__(
|
|
1138
|
-
const Range = __nccwpck_require__(
|
|
1139
|
-
const satisfies = __nccwpck_require__(
|
|
1140
|
-
const toComparators = __nccwpck_require__(
|
|
1141
|
-
const maxSatisfying = __nccwpck_require__(
|
|
1142
|
-
const minSatisfying = __nccwpck_require__(
|
|
1143
|
-
const minVersion = __nccwpck_require__(
|
|
1144
|
-
const validRange = __nccwpck_require__(
|
|
1145
|
-
const outside = __nccwpck_require__(
|
|
1146
|
-
const gtr = __nccwpck_require__(
|
|
1147
|
-
const ltr = __nccwpck_require__(
|
|
1148
|
-
const intersects = __nccwpck_require__(
|
|
1149
|
-
const simplifyRange = __nccwpck_require__(
|
|
1150
|
-
const subset = __nccwpck_require__(
|
|
1124
|
+
703: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1125
|
+
const internalRe = __nccwpck_require__(336);
|
|
1126
|
+
const constants = __nccwpck_require__(476);
|
|
1127
|
+
const SemVer = __nccwpck_require__(126);
|
|
1128
|
+
const identifiers = __nccwpck_require__(437);
|
|
1129
|
+
const parse = __nccwpck_require__(738);
|
|
1130
|
+
const valid = __nccwpck_require__(879);
|
|
1131
|
+
const clean = __nccwpck_require__(552);
|
|
1132
|
+
const inc = __nccwpck_require__(825);
|
|
1133
|
+
const diff = __nccwpck_require__(790);
|
|
1134
|
+
const major = __nccwpck_require__(136);
|
|
1135
|
+
const minor = __nccwpck_require__(500);
|
|
1136
|
+
const patch = __nccwpck_require__(443);
|
|
1137
|
+
const prerelease = __nccwpck_require__(787);
|
|
1138
|
+
const compare = __nccwpck_require__(950);
|
|
1139
|
+
const rcompare = __nccwpck_require__(120);
|
|
1140
|
+
const compareLoose = __nccwpck_require__(469);
|
|
1141
|
+
const compareBuild = __nccwpck_require__(135);
|
|
1142
|
+
const sort = __nccwpck_require__(41);
|
|
1143
|
+
const rsort = __nccwpck_require__(711);
|
|
1144
|
+
const gt = __nccwpck_require__(590);
|
|
1145
|
+
const lt = __nccwpck_require__(361);
|
|
1146
|
+
const eq = __nccwpck_require__(375);
|
|
1147
|
+
const neq = __nccwpck_require__(733);
|
|
1148
|
+
const gte = __nccwpck_require__(63);
|
|
1149
|
+
const lte = __nccwpck_require__(330);
|
|
1150
|
+
const cmp = __nccwpck_require__(989);
|
|
1151
|
+
const coerce = __nccwpck_require__(520);
|
|
1152
|
+
const Comparator = __nccwpck_require__(346);
|
|
1153
|
+
const Range = __nccwpck_require__(773);
|
|
1154
|
+
const satisfies = __nccwpck_require__(56);
|
|
1155
|
+
const toComparators = __nccwpck_require__(597);
|
|
1156
|
+
const maxSatisfying = __nccwpck_require__(394);
|
|
1157
|
+
const minSatisfying = __nccwpck_require__(400);
|
|
1158
|
+
const minVersion = __nccwpck_require__(675);
|
|
1159
|
+
const validRange = __nccwpck_require__(236);
|
|
1160
|
+
const outside = __nccwpck_require__(89);
|
|
1161
|
+
const gtr = __nccwpck_require__(305);
|
|
1162
|
+
const ltr = __nccwpck_require__(624);
|
|
1163
|
+
const intersects = __nccwpck_require__(82);
|
|
1164
|
+
const simplifyRange = __nccwpck_require__(79);
|
|
1165
|
+
const subset = __nccwpck_require__(558);
|
|
1151
1166
|
module.exports = {
|
|
1152
1167
|
parse,
|
|
1153
1168
|
valid,
|
|
@@ -1196,7 +1211,7 @@
|
|
|
1196
1211
|
rcompareIdentifiers: identifiers.rcompareIdentifiers,
|
|
1197
1212
|
};
|
|
1198
1213
|
},
|
|
1199
|
-
|
|
1214
|
+
476: (module) => {
|
|
1200
1215
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
|
1201
1216
|
const MAX_LENGTH = 256;
|
|
1202
1217
|
const MAX_SAFE_INTEGER = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
|
@@ -1222,7 +1237,7 @@
|
|
|
1222
1237
|
FLAG_LOOSE: 2,
|
|
1223
1238
|
};
|
|
1224
1239
|
},
|
|
1225
|
-
|
|
1240
|
+
162: (module) => {
|
|
1226
1241
|
const debug =
|
|
1227
1242
|
typeof process === "object" &&
|
|
1228
1243
|
process.env &&
|
|
@@ -1232,9 +1247,12 @@
|
|
|
1232
1247
|
: () => {};
|
|
1233
1248
|
module.exports = debug;
|
|
1234
1249
|
},
|
|
1235
|
-
|
|
1250
|
+
437: (module) => {
|
|
1236
1251
|
const numeric = /^[0-9]+$/;
|
|
1237
1252
|
const compareIdentifiers = (a, b) => {
|
|
1253
|
+
if (typeof a === "number" && typeof b === "number") {
|
|
1254
|
+
return a === b ? 0 : a < b ? -1 : 1;
|
|
1255
|
+
}
|
|
1238
1256
|
const anum = numeric.test(a);
|
|
1239
1257
|
const bnum = numeric.test(b);
|
|
1240
1258
|
if (anum && bnum) {
|
|
@@ -1254,7 +1272,7 @@
|
|
|
1254
1272
|
const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a);
|
|
1255
1273
|
module.exports = { compareIdentifiers, rcompareIdentifiers };
|
|
1256
1274
|
},
|
|
1257
|
-
|
|
1275
|
+
932: (module) => {
|
|
1258
1276
|
class LRUCache {
|
|
1259
1277
|
constructor() {
|
|
1260
1278
|
this.max = 1e3;
|
|
@@ -1287,7 +1305,7 @@
|
|
|
1287
1305
|
}
|
|
1288
1306
|
module.exports = LRUCache;
|
|
1289
1307
|
},
|
|
1290
|
-
|
|
1308
|
+
525: (module) => {
|
|
1291
1309
|
const looseOption = Object.freeze({ loose: true });
|
|
1292
1310
|
const emptyOpts = Object.freeze({});
|
|
1293
1311
|
const parseOptions = (options) => {
|
|
@@ -1301,10 +1319,10 @@
|
|
|
1301
1319
|
};
|
|
1302
1320
|
module.exports = parseOptions;
|
|
1303
1321
|
},
|
|
1304
|
-
|
|
1322
|
+
336: (module, exports, __nccwpck_require__) => {
|
|
1305
1323
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH } =
|
|
1306
|
-
__nccwpck_require__(
|
|
1307
|
-
const debug = __nccwpck_require__(
|
|
1324
|
+
__nccwpck_require__(476);
|
|
1325
|
+
const debug = __nccwpck_require__(162);
|
|
1308
1326
|
exports = module.exports = {};
|
|
1309
1327
|
const re = (exports.re = []);
|
|
1310
1328
|
const safeRe = (exports.safeRe = []);
|
|
@@ -1472,14 +1490,14 @@
|
|
|
1472
1490
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
|
1473
1491
|
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
1474
1492
|
},
|
|
1475
|
-
|
|
1476
|
-
const outside = __nccwpck_require__(
|
|
1493
|
+
305: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1494
|
+
const outside = __nccwpck_require__(89);
|
|
1477
1495
|
const gtr = (version, range, options) =>
|
|
1478
1496
|
outside(version, range, ">", options);
|
|
1479
1497
|
module.exports = gtr;
|
|
1480
1498
|
},
|
|
1481
|
-
|
|
1482
|
-
const Range = __nccwpck_require__(
|
|
1499
|
+
82: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1500
|
+
const Range = __nccwpck_require__(773);
|
|
1483
1501
|
const intersects = (r1, r2, options) => {
|
|
1484
1502
|
r1 = new Range(r1, options);
|
|
1485
1503
|
r2 = new Range(r2, options);
|
|
@@ -1487,15 +1505,15 @@
|
|
|
1487
1505
|
};
|
|
1488
1506
|
module.exports = intersects;
|
|
1489
1507
|
},
|
|
1490
|
-
|
|
1491
|
-
const outside = __nccwpck_require__(
|
|
1508
|
+
624: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1509
|
+
const outside = __nccwpck_require__(89);
|
|
1492
1510
|
const ltr = (version, range, options) =>
|
|
1493
1511
|
outside(version, range, "<", options);
|
|
1494
1512
|
module.exports = ltr;
|
|
1495
1513
|
},
|
|
1496
|
-
|
|
1497
|
-
const SemVer = __nccwpck_require__(
|
|
1498
|
-
const Range = __nccwpck_require__(
|
|
1514
|
+
394: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1515
|
+
const SemVer = __nccwpck_require__(126);
|
|
1516
|
+
const Range = __nccwpck_require__(773);
|
|
1499
1517
|
const maxSatisfying = (versions, range, options) => {
|
|
1500
1518
|
let max = null;
|
|
1501
1519
|
let maxSV = null;
|
|
@@ -1517,9 +1535,9 @@
|
|
|
1517
1535
|
};
|
|
1518
1536
|
module.exports = maxSatisfying;
|
|
1519
1537
|
},
|
|
1520
|
-
|
|
1521
|
-
const SemVer = __nccwpck_require__(
|
|
1522
|
-
const Range = __nccwpck_require__(
|
|
1538
|
+
400: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1539
|
+
const SemVer = __nccwpck_require__(126);
|
|
1540
|
+
const Range = __nccwpck_require__(773);
|
|
1523
1541
|
const minSatisfying = (versions, range, options) => {
|
|
1524
1542
|
let min = null;
|
|
1525
1543
|
let minSV = null;
|
|
@@ -1541,10 +1559,10 @@
|
|
|
1541
1559
|
};
|
|
1542
1560
|
module.exports = minSatisfying;
|
|
1543
1561
|
},
|
|
1544
|
-
|
|
1545
|
-
const SemVer = __nccwpck_require__(
|
|
1546
|
-
const Range = __nccwpck_require__(
|
|
1547
|
-
const gt = __nccwpck_require__(
|
|
1562
|
+
675: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1563
|
+
const SemVer = __nccwpck_require__(126);
|
|
1564
|
+
const Range = __nccwpck_require__(773);
|
|
1565
|
+
const gt = __nccwpck_require__(590);
|
|
1548
1566
|
const minVersion = (range, loose) => {
|
|
1549
1567
|
range = new Range(range, loose);
|
|
1550
1568
|
let minver = new SemVer("0.0.0");
|
|
@@ -1593,16 +1611,16 @@
|
|
|
1593
1611
|
};
|
|
1594
1612
|
module.exports = minVersion;
|
|
1595
1613
|
},
|
|
1596
|
-
|
|
1597
|
-
const SemVer = __nccwpck_require__(
|
|
1598
|
-
const Comparator = __nccwpck_require__(
|
|
1614
|
+
89: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1615
|
+
const SemVer = __nccwpck_require__(126);
|
|
1616
|
+
const Comparator = __nccwpck_require__(346);
|
|
1599
1617
|
const { ANY } = Comparator;
|
|
1600
|
-
const Range = __nccwpck_require__(
|
|
1601
|
-
const satisfies = __nccwpck_require__(
|
|
1602
|
-
const gt = __nccwpck_require__(
|
|
1603
|
-
const lt = __nccwpck_require__(
|
|
1604
|
-
const lte = __nccwpck_require__(
|
|
1605
|
-
const gte = __nccwpck_require__(
|
|
1618
|
+
const Range = __nccwpck_require__(773);
|
|
1619
|
+
const satisfies = __nccwpck_require__(56);
|
|
1620
|
+
const gt = __nccwpck_require__(590);
|
|
1621
|
+
const lt = __nccwpck_require__(361);
|
|
1622
|
+
const lte = __nccwpck_require__(330);
|
|
1623
|
+
const gte = __nccwpck_require__(63);
|
|
1606
1624
|
const outside = (version, range, hilo, options) => {
|
|
1607
1625
|
version = new SemVer(version, options);
|
|
1608
1626
|
range = new Range(range, options);
|
|
@@ -1660,9 +1678,9 @@
|
|
|
1660
1678
|
};
|
|
1661
1679
|
module.exports = outside;
|
|
1662
1680
|
},
|
|
1663
|
-
|
|
1664
|
-
const satisfies = __nccwpck_require__(
|
|
1665
|
-
const compare = __nccwpck_require__(
|
|
1681
|
+
79: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1682
|
+
const satisfies = __nccwpck_require__(56);
|
|
1683
|
+
const compare = __nccwpck_require__(950);
|
|
1666
1684
|
module.exports = (versions, range, options) => {
|
|
1667
1685
|
const set = [];
|
|
1668
1686
|
let first = null;
|
|
@@ -1706,12 +1724,12 @@
|
|
|
1706
1724
|
return simplified.length < original.length ? simplified : range;
|
|
1707
1725
|
};
|
|
1708
1726
|
},
|
|
1709
|
-
|
|
1710
|
-
const Range = __nccwpck_require__(
|
|
1711
|
-
const Comparator = __nccwpck_require__(
|
|
1727
|
+
558: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1728
|
+
const Range = __nccwpck_require__(773);
|
|
1729
|
+
const Comparator = __nccwpck_require__(346);
|
|
1712
1730
|
const { ANY } = Comparator;
|
|
1713
|
-
const satisfies = __nccwpck_require__(
|
|
1714
|
-
const compare = __nccwpck_require__(
|
|
1731
|
+
const satisfies = __nccwpck_require__(56);
|
|
1732
|
+
const compare = __nccwpck_require__(950);
|
|
1715
1733
|
const subset = (sub, dom, options = {}) => {
|
|
1716
1734
|
if (sub === dom) {
|
|
1717
1735
|
return true;
|
|
@@ -1907,8 +1925,8 @@
|
|
|
1907
1925
|
};
|
|
1908
1926
|
module.exports = subset;
|
|
1909
1927
|
},
|
|
1910
|
-
|
|
1911
|
-
const Range = __nccwpck_require__(
|
|
1928
|
+
597: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1929
|
+
const Range = __nccwpck_require__(773);
|
|
1912
1930
|
const toComparators = (range, options) =>
|
|
1913
1931
|
new Range(range, options).set.map((comp) =>
|
|
1914
1932
|
comp
|
|
@@ -1919,8 +1937,8 @@
|
|
|
1919
1937
|
);
|
|
1920
1938
|
module.exports = toComparators;
|
|
1921
1939
|
},
|
|
1922
|
-
|
|
1923
|
-
const Range = __nccwpck_require__(
|
|
1940
|
+
236: (module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
1941
|
+
const Range = __nccwpck_require__(773);
|
|
1924
1942
|
const validRange = (range, options) => {
|
|
1925
1943
|
try {
|
|
1926
1944
|
return new Range(range, options).range || "*";
|
|
@@ -1953,6 +1971,6 @@
|
|
|
1953
1971
|
}
|
|
1954
1972
|
if (typeof __nccwpck_require__ !== "undefined")
|
|
1955
1973
|
__nccwpck_require__.ab = __dirname + "/";
|
|
1956
|
-
var __webpack_exports__ = __nccwpck_require__(
|
|
1974
|
+
var __webpack_exports__ = __nccwpck_require__(703);
|
|
1957
1975
|
module.exports = __webpack_exports__;
|
|
1958
1976
|
})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"semver","author":"GitHub Inc.","version":"7.7.
|
|
1
|
+
{"name":"semver","author":"GitHub Inc.","version":"7.7.3","license":"ISC","types":"index.d.ts","type":"commonjs"}
|
package/dist/index.cjs
CHANGED
|
@@ -763,7 +763,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
763
763
|
apply(compiler) {
|
|
764
764
|
let meta = JSON.stringify({
|
|
765
765
|
name: jsMinify_PLUGIN_NAME,
|
|
766
|
-
version: "3.3.
|
|
766
|
+
version: "3.3.4",
|
|
767
767
|
options: this.minifyOptions
|
|
768
768
|
});
|
|
769
769
|
compiler.hooks.compilation.tap(jsMinify_PLUGIN_NAME, (compilation)=>{
|
|
@@ -1963,7 +1963,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
1963
1963
|
(null == (_req_headers_accept = req.headers.accept) ? void 0 : _req_headers_accept.includes('html')) && (req.url = '/index.html'), next();
|
|
1964
1964
|
}), middlewares.unshift(core_namespaceObject.experiments.lazyCompilationMiddleware(compiler)), middlewares);
|
|
1965
1965
|
let server = new dev_server_namespaceObject.RspackDevServer(devServerOptions, compiler);
|
|
1966
|
-
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v3.3.
|
|
1966
|
+
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v3.3.4`)} ${colors.dim('ready in')} ${colors.bold(Math.ceil(performance.now() - global.__unpack_start_time))} ms\n`), printAddressUrls(port, null == (_unpackConfig_server2 = unpackConfig.server) ? void 0 : _unpackConfig_server2.host), addRestartCleaner(()=>server.stop(), ()=>new Promise((resolve)=>compiler.close(()=>resolve())));
|
|
1967
1967
|
let open = null == (_unpackConfig_server3 = unpackConfig.server) ? void 0 : _unpackConfig_server3.open, url = isString(open) ? open : `http://localhost:${port}`;
|
|
1968
1968
|
open && openBrowser(url), setupCliShortcuts({
|
|
1969
1969
|
openPage: async ()=>{
|
|
@@ -2037,7 +2037,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
2037
2037
|
...mergeConfig(defaultConfig, config),
|
|
2038
2038
|
_context: {
|
|
2039
2039
|
callerName,
|
|
2040
|
-
version: "3.3.
|
|
2040
|
+
version: "3.3.4"
|
|
2041
2041
|
}
|
|
2042
2042
|
};
|
|
2043
2043
|
};
|
|
@@ -2045,7 +2045,7 @@ for(var __webpack_i__ in (()=>{
|
|
|
2045
2045
|
build: async ({ watch } = {})=>{
|
|
2046
2046
|
setNodeEnv(watch ? 'development' : 'production');
|
|
2047
2047
|
let config = resolveConfig();
|
|
2048
|
-
console.log(colors.rainbow(`${callerName} v3.3.
|
|
2048
|
+
console.log(colors.rainbow(`${callerName} v3.3.4`), colors.green(`building for ${getNodeEnv()}...`)), await unpackBuild(config);
|
|
2049
2049
|
},
|
|
2050
2050
|
dev: async ()=>{
|
|
2051
2051
|
global.__unpack_start_time = performance.now(), setNodeEnv('development'), setDevServer(!0);
|
package/dist/index.js
CHANGED
|
@@ -648,7 +648,7 @@ class JsMinifyPlugin {
|
|
|
648
648
|
apply(compiler) {
|
|
649
649
|
let meta = JSON.stringify({
|
|
650
650
|
name: jsMinify_PLUGIN_NAME,
|
|
651
|
-
version: "3.3.
|
|
651
|
+
version: "3.3.4",
|
|
652
652
|
options: this.minifyOptions
|
|
653
653
|
});
|
|
654
654
|
compiler.hooks.compilation.tap(jsMinify_PLUGIN_NAME, (compilation)=>{
|
|
@@ -1842,7 +1842,7 @@ async function unpackDev(originalUnpackConfig) {
|
|
|
1842
1842
|
(null == (_req_headers_accept = req.headers.accept) ? void 0 : _req_headers_accept.includes('html')) && (req.url = '/index.html'), next();
|
|
1843
1843
|
}), middlewares.unshift(experiments.lazyCompilationMiddleware(compiler)), middlewares);
|
|
1844
1844
|
let server = new RspackDevServer(devServerOptions, compiler);
|
|
1845
|
-
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v3.3.
|
|
1845
|
+
await server.start(), logger_logger.greet(` ${colors.green(`${colors.bold(unpackConfig._context.callerName.toUpperCase())} v3.3.4`)} ${colors.dim('ready in')} ${colors.bold(Math.ceil(performance.now() - global.__unpack_start_time))} ms\n`), printAddressUrls(port, null == (_unpackConfig_server2 = unpackConfig.server) ? void 0 : _unpackConfig_server2.host), addRestartCleaner(()=>server.stop(), ()=>new Promise((resolve)=>compiler.close(()=>resolve())));
|
|
1846
1846
|
let open = null == (_unpackConfig_server3 = unpackConfig.server) ? void 0 : _unpackConfig_server3.open, url = isString(open) ? open : `http://localhost:${port}`;
|
|
1847
1847
|
open && openBrowser(url), setupCliShortcuts({
|
|
1848
1848
|
openPage: async ()=>{
|
|
@@ -1916,7 +1916,7 @@ function createUnpack({ cwd = process.cwd(), config, callerName = 'unpack' }) {
|
|
|
1916
1916
|
...mergeConfig(defaultConfig, config),
|
|
1917
1917
|
_context: {
|
|
1918
1918
|
callerName,
|
|
1919
|
-
version: "3.3.
|
|
1919
|
+
version: "3.3.4"
|
|
1920
1920
|
}
|
|
1921
1921
|
};
|
|
1922
1922
|
};
|
|
@@ -1924,7 +1924,7 @@ function createUnpack({ cwd = process.cwd(), config, callerName = 'unpack' }) {
|
|
|
1924
1924
|
build: async ({ watch } = {})=>{
|
|
1925
1925
|
setNodeEnv(watch ? 'development' : 'production');
|
|
1926
1926
|
let config = resolveConfig();
|
|
1927
|
-
console.log(colors.rainbow(`${callerName} v3.3.
|
|
1927
|
+
console.log(colors.rainbow(`${callerName} v3.3.4`), colors.green(`building for ${getNodeEnv()}...`)), await unpackBuild(config);
|
|
1928
1928
|
},
|
|
1929
1929
|
dev: async ()=>{
|
|
1930
1930
|
global.__unpack_start_time = performance.now(), setNodeEnv('development'), setDevServer(!0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unpackjs/core",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"description": "An Rspack-based build tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"postcss-loader": "8.2.0",
|
|
34
34
|
"sass-embedded": "1.93.2",
|
|
35
35
|
"sass-loader": "16.0.5",
|
|
36
|
-
"semver": "7.7.
|
|
36
|
+
"semver": "7.7.3",
|
|
37
37
|
"style-loader": "4.0.0",
|
|
38
38
|
"webpack-bundle-analyzer": "4.10.2",
|
|
39
39
|
"webpack-merge": "6.0.1",
|
|
40
40
|
"launch-editor": "2.11.1"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@rspack/core": "1.5.
|
|
43
|
+
"@rspack/core": "1.5.8",
|
|
44
44
|
"@rspack/dev-server": "1.1.4",
|
|
45
45
|
"@types/less": "3.0.8",
|
|
46
46
|
"chokidar": "4.0.3",
|
|
47
47
|
"cors": "2.8.5",
|
|
48
48
|
"dotenv-expand": "12.0.3",
|
|
49
49
|
"express": "5.1.0",
|
|
50
|
-
"jiti": "2.6.
|
|
51
|
-
"oxc-minify": "0.
|
|
50
|
+
"jiti": "2.6.1",
|
|
51
|
+
"oxc-minify": "0.94.0",
|
|
52
52
|
"picocolors": "1.1.1",
|
|
53
53
|
"portfinder": "1.0.38",
|
|
54
54
|
"postcss": "8.5.6",
|