@unpackjs/core 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/compiled/css-loader/index.js +49 -49
  2. package/compiled/less-loader/index.js +8 -8
  3. package/compiled/postcss-loader/index.js +37 -37
  4. package/compiled/sass-loader/index.js +8 -8
  5. package/dist/bundler-config/cache.cjs +16 -8
  6. package/dist/bundler-config/cache.d.ts +2 -1
  7. package/dist/bundler-config/cache.d.ts.map +1 -1
  8. package/dist/bundler-config/cache.js +23 -15
  9. package/dist/bundler-config/chunkSplit.d.ts.map +1 -1
  10. package/dist/bundler-config/chunkSplit.js +3 -3
  11. package/dist/bundler-config/css.cjs +13 -15
  12. package/dist/bundler-config/css.js +19 -21
  13. package/dist/bundler-config/experimentCss.cjs +12 -11
  14. package/dist/bundler-config/experimentCss.js +15 -14
  15. package/dist/bundler-config/helpers.d.ts.map +1 -1
  16. package/dist/bundler-config/helpers.js +6 -6
  17. package/dist/bundler-config/index.cjs +40 -13
  18. package/dist/bundler-config/index.d.ts.map +1 -1
  19. package/dist/bundler-config/index.js +56 -29
  20. package/dist/bundler-config/jsMinify.cjs +8 -10
  21. package/dist/bundler-config/jsMinify.d.ts +1 -1
  22. package/dist/bundler-config/jsMinify.d.ts.map +1 -1
  23. package/dist/bundler-config/jsMinify.js +11 -13
  24. package/dist/bundler-config/oxlint/.oxlintrc.json +0 -1
  25. package/dist/bundler-config/oxlint/plugin.cjs +1 -1
  26. package/dist/bundler-config/oxlint/plugin.js +5 -5
  27. package/dist/bundler-config/progress/helpers.cjs +16 -2
  28. package/dist/bundler-config/progress/helpers.d.ts.map +1 -1
  29. package/dist/bundler-config/progress/helpers.js +18 -4
  30. package/dist/bundler-config/progress/rspack.cjs +1 -1
  31. package/dist/bundler-config/progress/rspack.js +2 -2
  32. package/dist/bundler-config/progress/webpack.cjs +2 -2
  33. package/dist/bundler-config/progress/webpack.js +5 -5
  34. package/dist/colors.js +3 -3
  35. package/dist/config.cjs +6 -1
  36. package/dist/config.d.ts.map +1 -1
  37. package/dist/config.js +10 -6
  38. package/dist/constants.cjs +16 -12
  39. package/dist/constants.d.ts +2 -1
  40. package/dist/constants.d.ts.map +1 -1
  41. package/dist/constants.js +10 -9
  42. package/dist/createUnpack.cjs +25 -23
  43. package/dist/createUnpack.d.ts +9 -4
  44. package/dist/createUnpack.d.ts.map +1 -1
  45. package/dist/createUnpack.js +27 -25
  46. package/dist/fs.cjs +10 -1
  47. package/dist/fs.d.ts +1 -0
  48. package/dist/fs.d.ts.map +1 -1
  49. package/dist/fs.js +13 -7
  50. package/dist/global.js +1 -1
  51. package/dist/index.cjs +63 -50
  52. package/dist/index.d.ts +9 -9
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.js +10 -9
  55. package/dist/lightningcss/loader.js +1 -1
  56. package/dist/lightningcss/minimizer.cjs +7 -8
  57. package/dist/lightningcss/minimizer.d.ts +2 -2
  58. package/dist/lightningcss/minimizer.d.ts.map +1 -1
  59. package/dist/lightningcss/minimizer.js +8 -9
  60. package/dist/loadEnv.cjs +122 -0
  61. package/dist/loadEnv.d.ts +64 -0
  62. package/dist/loadEnv.d.ts.map +1 -0
  63. package/dist/loadEnv.js +80 -0
  64. package/dist/loadingAnimation.cjs +76 -0
  65. package/dist/loadingAnimation.d.ts +9 -0
  66. package/dist/loadingAnimation.d.ts.map +1 -0
  67. package/dist/loadingAnimation.js +44 -0
  68. package/dist/logger.cjs +1 -1
  69. package/dist/logger.d.ts.map +1 -1
  70. package/dist/logger.js +5 -5
  71. package/dist/openBrowser.d.ts.map +1 -1
  72. package/dist/openBrowser.js +3 -3
  73. package/dist/plugin.js +1 -1
  74. package/dist/prebundleDeps.cjs +27 -6
  75. package/dist/prebundleDeps.d.ts.map +1 -1
  76. package/dist/prebundleDeps.js +46 -25
  77. package/dist/progressBar.cjs +5 -2
  78. package/dist/progressBar.d.ts +2 -0
  79. package/dist/progressBar.d.ts.map +1 -1
  80. package/dist/progressBar.js +6 -3
  81. package/dist/reporter.cjs +4 -2
  82. package/dist/reporter.d.ts.map +1 -1
  83. package/dist/reporter.js +14 -12
  84. package/dist/run/build.cjs +4 -4
  85. package/dist/run/build.d.ts +1 -1
  86. package/dist/run/build.d.ts.map +1 -1
  87. package/dist/run/build.js +5 -5
  88. package/dist/run/dev.cjs +21 -13
  89. package/dist/run/dev.d.ts +1 -1
  90. package/dist/run/dev.d.ts.map +1 -1
  91. package/dist/run/dev.js +25 -17
  92. package/dist/run/index.js +1 -1
  93. package/dist/typed-css-modules/loader.cjs +2 -2
  94. package/dist/typed-css-modules/loader.d.ts.map +1 -1
  95. package/dist/typed-css-modules/loader.js +10 -10
  96. package/dist/typed-css-modules/plugin.js +5 -5
  97. package/dist/typed-css-modules/utils.d.ts.map +1 -1
  98. package/dist/typed-css-modules/utils.js +1 -1
  99. package/dist/types/chunkSplit.js +1 -1
  100. package/dist/types/config.d.ts +30 -6
  101. package/dist/types/config.d.ts.map +1 -1
  102. package/dist/types/config.js +1 -1
  103. package/dist/types/index.cjs +15 -15
  104. package/dist/types/index.d.ts +3 -2
  105. package/dist/types/index.d.ts.map +1 -1
  106. package/dist/types/index.js +3 -3
  107. package/dist/types/lightningcss.d.ts +2 -2
  108. package/dist/types/lightningcss.d.ts.map +1 -1
  109. package/dist/types/lightningcss.js +1 -1
  110. package/dist/types/logger.js +1 -1
  111. package/dist/types/oxc.js +1 -1
  112. package/dist/types/plugin.d.ts +2 -2
  113. package/dist/types/plugin.d.ts.map +1 -1
  114. package/dist/types/plugin.js +1 -1
  115. package/dist/utils.cjs +3 -12
  116. package/dist/utils.d.ts +0 -1
  117. package/dist/utils.d.ts.map +1 -1
  118. package/dist/utils.js +14 -20
  119. package/dist/watchFiles.cjs +1 -1
  120. package/dist/watchFiles.d.ts +1 -1
  121. package/dist/watchFiles.d.ts.map +1 -1
  122. package/dist/watchFiles.js +4 -4
  123. package/package.json +5 -4
@@ -1,22 +1,22 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 1770: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 2423: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const loader = __nccwpck_require__(3896);
5
+ const loader = __nccwpck_require__(729);
6
6
  module.exports = loader.default;
7
7
  module.exports.defaultGetLocalIdent =
8
- __nccwpck_require__(4609).defaultGetLocalIdent;
8
+ __nccwpck_require__(7812).defaultGetLocalIdent;
9
9
  },
10
- 3896: (__unused_webpack_module, exports, __nccwpck_require__) => {
10
+ 729: (__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
- var _package = _interopRequireDefault(__nccwpck_require__(1187));
15
+ var _package = _interopRequireDefault(__nccwpck_require__(444));
16
16
  var _semver = __nccwpck_require__(5200);
17
- var _options = _interopRequireDefault(__nccwpck_require__(505));
18
- var _plugins = __nccwpck_require__(2631);
19
- var _utils = __nccwpck_require__(4609);
17
+ var _options = _interopRequireDefault(__nccwpck_require__(3260));
18
+ var _plugins = __nccwpck_require__(9302);
19
+ var _utils = __nccwpck_require__(7812);
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
- 2631: (__unused_webpack_module, exports, __nccwpck_require__) => {
246
+ 9302: (__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__(5844),
268
+ __nccwpck_require__(7261),
269
269
  );
270
270
  var _postcssIcssParser = _interopRequireDefault(
271
- __nccwpck_require__(9345),
271
+ __nccwpck_require__(9708),
272
272
  );
273
- var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(9704));
273
+ var _postcssUrlParser = _interopRequireDefault(__nccwpck_require__(2955));
274
274
  function _interopRequireDefault(obj) {
275
275
  return obj && obj.__esModule ? obj : { default: obj };
276
276
  }
277
277
  },
278
- 9345: (__unused_webpack_module, exports, __nccwpck_require__) => {
278
+ 9708: (__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
- var _icssUtils = __nccwpck_require__(8989);
283
- var _utils = __nccwpck_require__(4609);
282
+ var _icssUtils = __nccwpck_require__(9028);
283
+ var _utils = __nccwpck_require__(7812);
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
- 5844: (__unused_webpack_module, exports, __nccwpck_require__) => {
382
+ 7261: (__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__(4609);
389
+ var _utils = __nccwpck_require__(7812);
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
- 9704: (__unused_webpack_module, exports, __nccwpck_require__) => {
694
+ 2955: (__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__(4609);
701
+ var _utils = __nccwpck_require__(7812);
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
- 4609: (__unused_webpack_module, exports, __nccwpck_require__) => {
1044
+ 7812: (__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;
@@ -1074,16 +1074,16 @@
1074
1074
  var _url = __nccwpck_require__(7016);
1075
1075
  var _path = _interopRequireDefault(__nccwpck_require__(6928));
1076
1076
  var _postcssModulesValues = _interopRequireDefault(
1077
- __nccwpck_require__(1937),
1077
+ __nccwpck_require__(7792),
1078
1078
  );
1079
1079
  var _postcssModulesLocalByDefault = _interopRequireDefault(
1080
- __nccwpck_require__(6518),
1080
+ __nccwpck_require__(3663),
1081
1081
  );
1082
1082
  var _postcssModulesExtractImports = _interopRequireDefault(
1083
- __nccwpck_require__(3803),
1083
+ __nccwpck_require__(7712),
1084
1084
  );
1085
1085
  var _postcssModulesScope = _interopRequireDefault(
1086
- __nccwpck_require__(3160),
1086
+ __nccwpck_require__(6339),
1087
1087
  );
1088
1088
  function _interopRequireDefault(obj) {
1089
1089
  return obj && obj.__esModule ? obj : { default: obj };
@@ -2276,7 +2276,7 @@
2276
2276
  cssesc.version = "3.0.0";
2277
2277
  module.exports = cssesc;
2278
2278
  },
2279
- 7816: (module) => {
2279
+ 1801: (module) => {
2280
2280
  const createImports = (imports, postcss, mode = "rule") =>
2281
2281
  Object.keys(imports).map((path) => {
2282
2282
  const aliases = imports[path];
@@ -2328,7 +2328,7 @@
2328
2328
  ];
2329
2329
  module.exports = createICSSRules;
2330
2330
  },
2331
- 8710: (module) => {
2331
+ 2675: (module) => {
2332
2332
  const importPattern = /^:import\(("[^"]*"|'[^']*'|[^"']+)\)$/;
2333
2333
  const balancedQuotes = /^("[^"]*"|'[^']*'|[^"']+)$/;
2334
2334
  const getDeclsObject = (rule) => {
@@ -2386,11 +2386,11 @@
2386
2386
  };
2387
2387
  module.exports = extractICSS;
2388
2388
  },
2389
- 8989: (module, __unused_webpack_exports, __nccwpck_require__) => {
2390
- const replaceValueSymbols = __nccwpck_require__(5151);
2391
- const replaceSymbols = __nccwpck_require__(5128);
2392
- const extractICSS = __nccwpck_require__(8710);
2393
- const createICSSRules = __nccwpck_require__(7816);
2389
+ 9028: (module, __unused_webpack_exports, __nccwpck_require__) => {
2390
+ const replaceValueSymbols = __nccwpck_require__(9802);
2391
+ const replaceSymbols = __nccwpck_require__(2627);
2392
+ const extractICSS = __nccwpck_require__(2675);
2393
+ const createICSSRules = __nccwpck_require__(1801);
2394
2394
  module.exports = {
2395
2395
  replaceValueSymbols,
2396
2396
  replaceSymbols,
@@ -2398,8 +2398,8 @@
2398
2398
  createICSSRules,
2399
2399
  };
2400
2400
  },
2401
- 5128: (module, __unused_webpack_exports, __nccwpck_require__) => {
2402
- const replaceValueSymbols = __nccwpck_require__(5151);
2401
+ 2627: (module, __unused_webpack_exports, __nccwpck_require__) => {
2402
+ const replaceValueSymbols = __nccwpck_require__(9802);
2403
2403
  const replaceSymbols = (css, replacements) => {
2404
2404
  css.walk((node) => {
2405
2405
  if (node.type === "decl" && node.value) {
@@ -2422,7 +2422,7 @@
2422
2422
  };
2423
2423
  module.exports = replaceSymbols;
2424
2424
  },
2425
- 5151: (module) => {
2425
+ 9802: (module) => {
2426
2426
  const matchValueName = /[$]?[\w-]+/g;
2427
2427
  const replaceValueSymbols = (value, replacements) => {
2428
2428
  let matches;
@@ -2440,8 +2440,8 @@
2440
2440
  };
2441
2441
  module.exports = replaceValueSymbols;
2442
2442
  },
2443
- 3803: (module, __unused_webpack_exports, __nccwpck_require__) => {
2444
- const topologicalSort = __nccwpck_require__(1788);
2443
+ 7712: (module, __unused_webpack_exports, __nccwpck_require__) => {
2444
+ const topologicalSort = __nccwpck_require__(9827);
2445
2445
  const matchImports = /^(.+?)\s+from\s+(?:"([^"]+)"|'([^']+)'|(global))$/;
2446
2446
  const icssImport = /^:import\((?:"([^"]+)"|'([^']+)')\)/;
2447
2447
  const VISITED_MARKER = 1;
@@ -2587,7 +2587,7 @@
2587
2587
  };
2588
2588
  module.exports.postcss = true;
2589
2589
  },
2590
- 1788: (module) => {
2590
+ 9827: (module) => {
2591
2591
  const PERMANENT_MARKER = 2;
2592
2592
  const TEMPORARY_MARKER = 1;
2593
2593
  function createError(node, graph) {
@@ -2636,11 +2636,11 @@
2636
2636
  }
2637
2637
  module.exports = topologicalSort;
2638
2638
  },
2639
- 6518: (module, __unused_webpack_exports, __nccwpck_require__) => {
2639
+ 3663: (module, __unused_webpack_exports, __nccwpck_require__) => {
2640
2640
  "use strict";
2641
2641
  const selectorParser = __nccwpck_require__(862);
2642
2642
  const valueParser = __nccwpck_require__(2948);
2643
- const { extractICSS } = __nccwpck_require__(8989);
2643
+ const { extractICSS } = __nccwpck_require__(9028);
2644
2644
  const isSpacing = (node) =>
2645
2645
  node.type === "combinator" && node.value === " ";
2646
2646
  function normalizeNodeArray(nodes) {
@@ -3151,7 +3151,7 @@
3151
3151
  };
3152
3152
  module.exports.postcss = true;
3153
3153
  },
3154
- 3160: (module, __unused_webpack_exports, __nccwpck_require__) => {
3154
+ 6339: (module, __unused_webpack_exports, __nccwpck_require__) => {
3155
3155
  "use strict";
3156
3156
  const selectorParser = __nccwpck_require__(862);
3157
3157
  const hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -3458,9 +3458,9 @@
3458
3458
  };
3459
3459
  module.exports = plugin;
3460
3460
  },
3461
- 1937: (module, __unused_webpack_exports, __nccwpck_require__) => {
3461
+ 7792: (module, __unused_webpack_exports, __nccwpck_require__) => {
3462
3462
  "use strict";
3463
- const ICSSUtils = __nccwpck_require__(8989);
3463
+ const ICSSUtils = __nccwpck_require__(9028);
3464
3464
  const matchImports =
3465
3465
  /^(.+?|\([\s\S]+?\))\s+from\s+("[^"]*"|'[^']*'|[\w-]+)$/;
3466
3466
  const matchValueDefinition = /(?:\s+|^)([\w-]+):?(.*?)$/;
@@ -3646,7 +3646,7 @@
3646
3646
  var _className = _interopRequireDefault(__nccwpck_require__(3008));
3647
3647
  var _comment = _interopRequireDefault(__nccwpck_require__(6950));
3648
3648
  var _id = _interopRequireDefault(__nccwpck_require__(5518));
3649
- var _tag = _interopRequireDefault(__nccwpck_require__(3663));
3649
+ var _tag = _interopRequireDefault(__nccwpck_require__(6044));
3650
3650
  var _string = _interopRequireDefault(__nccwpck_require__(3202));
3651
3651
  var _pseudo = _interopRequireDefault(__nccwpck_require__(9393));
3652
3652
  var _attribute = _interopRequireWildcard(__nccwpck_require__(8199));
@@ -5619,7 +5619,7 @@
5619
5619
  var _root = _interopRequireDefault(__nccwpck_require__(4391));
5620
5620
  var _selector = _interopRequireDefault(__nccwpck_require__(7398));
5621
5621
  var _string = _interopRequireDefault(__nccwpck_require__(3202));
5622
- var _tag = _interopRequireDefault(__nccwpck_require__(3663));
5622
+ var _tag = _interopRequireDefault(__nccwpck_require__(6044));
5623
5623
  var _universal = _interopRequireDefault(__nccwpck_require__(9450));
5624
5624
  function _interopRequireDefault(obj) {
5625
5625
  return obj && obj.__esModule ? obj : { default: obj };
@@ -6783,7 +6783,7 @@
6783
6783
  exports["default"] = String;
6784
6784
  module.exports = exports.default;
6785
6785
  },
6786
- 3663: (module, exports, __nccwpck_require__) => {
6786
+ 6044: (module, exports, __nccwpck_require__) => {
6787
6787
  "use strict";
6788
6788
  exports.__esModule = true;
6789
6789
  exports["default"] = void 0;
@@ -7964,16 +7964,16 @@
7964
7964
  "use strict";
7965
7965
  module.exports = require("util");
7966
7966
  },
7967
- 505: (module) => {
7967
+ 3260: (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"}',
7971
7971
  );
7972
7972
  },
7973
- 1187: (module) => {
7973
+ 444: (module) => {
7974
7974
  "use strict";
7975
7975
  module.exports = JSON.parse(
7976
- '{"name":"postcss","version":"8.5.5","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"import":"./lib/postcss.mjs","require":"./lib/postcss.js"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.11","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
7976
+ '{"name":"postcss","version":"8.5.6","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"import":"./lib/postcss.mjs","require":"./lib/postcss.js"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.11","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
7977
7977
  );
7978
7978
  },
7979
7979
  };
@@ -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__(1770);
8002
+ var __webpack_exports__ = __nccwpck_require__(2423);
8003
8003
  module.exports = __webpack_exports__;
8004
8004
  })();
@@ -1,16 +1,16 @@
1
1
  (() => {
2
2
  "use strict";
3
3
  var __webpack_modules__ = {
4
- 592: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
- module.exports = __nccwpck_require__(630)["default"];
4
+ 969: (module, __unused_webpack_exports, __nccwpck_require__) => {
5
+ module.exports = __nccwpck_require__(379)["default"];
6
6
  },
7
- 630: (__unused_webpack_module, exports, __nccwpck_require__) => {
7
+ 379: (__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__(507));
13
- var _utils = __nccwpck_require__(103);
12
+ var _options = _interopRequireDefault(__nccwpck_require__(122));
13
+ var _utils = __nccwpck_require__(542);
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
- 103: (__unused_webpack_module, exports, __nccwpck_require__) => {
115
+ 542: (__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
- 507: (module) => {
315
+ 122: (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__(592);
343
+ var __webpack_exports__ = __nccwpck_require__(969);
344
344
  module.exports = __webpack_exports__;
345
345
  })();
@@ -12,7 +12,7 @@
12
12
  module.exports = callsites;
13
13
  module.exports["default"] = callsites;
14
14
  },
15
- 5873: function (__unused_webpack_module, exports, __nccwpck_require__) {
15
+ 5407: function (__unused_webpack_module, exports, __nccwpck_require__) {
16
16
  "use strict";
17
17
  var __importDefault =
18
18
  (this && this.__importDefault) ||
@@ -23,10 +23,10 @@
23
23
  exports.Explorer = void 0;
24
24
  const promises_1 = __importDefault(__nccwpck_require__(1943));
25
25
  const path_1 = __importDefault(__nccwpck_require__(6928));
26
- const defaults_1 = __nccwpck_require__(4408);
27
- const ExplorerBase_js_1 = __nccwpck_require__(1640);
28
- const merge_1 = __nccwpck_require__(5928);
29
- const util_js_1 = __nccwpck_require__(8246);
26
+ const defaults_1 = __nccwpck_require__(6282);
27
+ const ExplorerBase_js_1 = __nccwpck_require__(3150);
28
+ const merge_1 = __nccwpck_require__(8350);
29
+ const util_js_1 = __nccwpck_require__(4712);
30
30
  class Explorer extends ExplorerBase_js_1.ExplorerBase {
31
31
  async load(filepath) {
32
32
  filepath = path_1.default.resolve(filepath);
@@ -224,7 +224,7 @@
224
224
  }
225
225
  exports.Explorer = Explorer;
226
226
  },
227
- 1640: function (__unused_webpack_module, exports, __nccwpck_require__) {
227
+ 3150: function (__unused_webpack_module, exports, __nccwpck_require__) {
228
228
  "use strict";
229
229
  var __importDefault =
230
230
  (this && this.__importDefault) ||
@@ -236,7 +236,7 @@
236
236
  const env_paths_1 = __importDefault(__nccwpck_require__(4855));
237
237
  const os_1 = __importDefault(__nccwpck_require__(857));
238
238
  const path_1 = __importDefault(__nccwpck_require__(6928));
239
- const util_js_1 = __nccwpck_require__(8246);
239
+ const util_js_1 = __nccwpck_require__(4712);
240
240
  class ExplorerBase {
241
241
  #loadingMetaConfig = false;
242
242
  config;
@@ -364,7 +364,7 @@
364
364
  }
365
365
  exports.getExtensionDescription = getExtensionDescription;
366
366
  },
367
- 1534: function (__unused_webpack_module, exports, __nccwpck_require__) {
367
+ 1272: function (__unused_webpack_module, exports, __nccwpck_require__) {
368
368
  "use strict";
369
369
  var __importDefault =
370
370
  (this && this.__importDefault) ||
@@ -375,10 +375,10 @@
375
375
  exports.ExplorerSync = void 0;
376
376
  const fs_1 = __importDefault(__nccwpck_require__(9896));
377
377
  const path_1 = __importDefault(__nccwpck_require__(6928));
378
- const defaults_1 = __nccwpck_require__(4408);
379
- const ExplorerBase_js_1 = __nccwpck_require__(1640);
380
- const merge_1 = __nccwpck_require__(5928);
381
- const util_js_1 = __nccwpck_require__(8246);
378
+ const defaults_1 = __nccwpck_require__(6282);
379
+ const ExplorerBase_js_1 = __nccwpck_require__(3150);
380
+ const merge_1 = __nccwpck_require__(8350);
381
+ const util_js_1 = __nccwpck_require__(4712);
382
382
  class ExplorerSync extends ExplorerBase_js_1.ExplorerBase {
383
383
  load(filepath) {
384
384
  filepath = path_1.default.resolve(filepath);
@@ -563,7 +563,7 @@
563
563
  }
564
564
  exports.ExplorerSync = ExplorerSync;
565
565
  },
566
- 4408: (__unused_webpack_module, exports, __nccwpck_require__) => {
566
+ 6282: (__unused_webpack_module, exports, __nccwpck_require__) => {
567
567
  "use strict";
568
568
  Object.defineProperty(exports, "__esModule", { value: true });
569
569
  exports.defaultLoadersSync =
@@ -574,7 +574,7 @@
574
574
  exports.getDefaultSearchPlacesSync =
575
575
  exports.getDefaultSearchPlaces =
576
576
  void 0;
577
- const loaders_1 = __nccwpck_require__(8364);
577
+ const loaders_1 = __nccwpck_require__(5798);
578
578
  function getDefaultSearchPlaces(moduleName) {
579
579
  return [
580
580
  "package.json",
@@ -674,7 +674,7 @@
674
674
  noExt: loaders_1.loadYaml,
675
675
  });
676
676
  },
677
- 2036: (__unused_webpack_module, exports, __nccwpck_require__) => {
677
+ 6678: (__unused_webpack_module, exports, __nccwpck_require__) => {
678
678
  "use strict";
679
679
  Object.defineProperty(exports, "__esModule", { value: true });
680
680
  exports.defaultLoadersSync =
@@ -686,7 +686,7 @@
686
686
  exports.cosmiconfigSync =
687
687
  exports.cosmiconfig =
688
688
  void 0;
689
- const defaults_1 = __nccwpck_require__(4408);
689
+ const defaults_1 = __nccwpck_require__(6282);
690
690
  Object.defineProperty(exports, "defaultLoaders", {
691
691
  enumerable: true,
692
692
  get: function () {
@@ -723,9 +723,9 @@
723
723
  return defaults_1.globalConfigSearchPlacesSync;
724
724
  },
725
725
  });
726
- const Explorer_js_1 = __nccwpck_require__(5873);
727
- const ExplorerSync_js_1 = __nccwpck_require__(1534);
728
- const util_1 = __nccwpck_require__(8246);
726
+ const Explorer_js_1 = __nccwpck_require__(5407);
727
+ const ExplorerSync_js_1 = __nccwpck_require__(1272);
728
+ const util_1 = __nccwpck_require__(4712);
729
729
  const identity = function identity(x) {
730
730
  return x;
731
731
  };
@@ -875,7 +875,7 @@
875
875
  }
876
876
  exports.cosmiconfigSync = cosmiconfigSync;
877
877
  },
878
- 8364: function (__unused_webpack_module, exports, __nccwpck_require__) {
878
+ 5798: function (__unused_webpack_module, exports, __nccwpck_require__) {
879
879
  "use strict";
880
880
  var __importDefault =
881
881
  (this && this.__importDefault) ||
@@ -905,7 +905,7 @@
905
905
  const loadJs = async function loadJs(filepath) {
906
906
  try {
907
907
  const { href } = (0, url_1.pathToFileURL)(filepath);
908
- return (await __nccwpck_require__(8329)(href)).default;
908
+ return (await __nccwpck_require__(1259)(href)).default;
909
909
  } catch (error) {
910
910
  try {
911
911
  return (0, exports.loadJsSync)(filepath, "");
@@ -1040,7 +1040,7 @@
1040
1040
  return;
1041
1041
  }
1042
1042
  },
1043
- 5928: (__unused_webpack_module, exports) => {
1043
+ 8350: (__unused_webpack_module, exports) => {
1044
1044
  "use strict";
1045
1045
  Object.defineProperty(exports, "__esModule", { value: true });
1046
1046
  exports.mergeAll = exports.hasOwn = void 0;
@@ -1079,7 +1079,7 @@
1079
1079
  }
1080
1080
  exports.mergeAll = mergeAll;
1081
1081
  },
1082
- 8246: function (__unused_webpack_module, exports, __nccwpck_require__) {
1082
+ 4712: function (__unused_webpack_module, exports, __nccwpck_require__) {
1083
1083
  "use strict";
1084
1084
  var __createBinding =
1085
1085
  (this && this.__createBinding) ||
@@ -5319,19 +5319,19 @@
5319
5319
  module.exports = createColors();
5320
5320
  module.exports.createColors = createColors;
5321
5321
  },
5322
- 3486: (module, __unused_webpack_exports, __nccwpck_require__) => {
5322
+ 4716: (module, __unused_webpack_exports, __nccwpck_require__) => {
5323
5323
  "use strict";
5324
- module.exports = __nccwpck_require__(5684)["default"];
5324
+ module.exports = __nccwpck_require__(7970)["default"];
5325
5325
  },
5326
- 5684: (__unused_webpack_module, exports, __nccwpck_require__) => {
5326
+ 7970: (__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 _path = _interopRequireDefault(__nccwpck_require__(6928));
5332
- var _package = _interopRequireDefault(__nccwpck_require__(1187));
5333
- var _options = _interopRequireDefault(__nccwpck_require__(8189));
5334
- var _utils = __nccwpck_require__(3837);
5332
+ var _package = _interopRequireDefault(__nccwpck_require__(444));
5333
+ var _options = _interopRequireDefault(__nccwpck_require__(607));
5334
+ var _utils = __nccwpck_require__(8163);
5335
5335
  function _interopRequireDefault(obj) {
5336
5336
  return obj && obj.__esModule ? obj : { default: obj };
5337
5337
  }
@@ -5509,7 +5509,7 @@
5509
5509
  callback(null, result.css, map, { ast });
5510
5510
  }
5511
5511
  },
5512
- 3837: (module, exports, __nccwpck_require__) => {
5512
+ 8163: (module, exports, __nccwpck_require__) => {
5513
5513
  "use strict";
5514
5514
  module = __nccwpck_require__.nmd(module);
5515
5515
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -5525,7 +5525,7 @@
5525
5525
  var _path = _interopRequireDefault(__nccwpck_require__(6928));
5526
5526
  var _url = _interopRequireDefault(__nccwpck_require__(7016));
5527
5527
  var _module = _interopRequireDefault(__nccwpck_require__(3339));
5528
- var _cosmiconfig = __nccwpck_require__(2036);
5528
+ var _cosmiconfig = __nccwpck_require__(6678);
5529
5529
  function _interopRequireDefault(obj) {
5530
5530
  return obj && obj.__esModule ? obj : { default: obj };
5531
5531
  }
@@ -6047,7 +6047,7 @@
6047
6047
  module.exports.silent = (fromDir, moduleId) =>
6048
6048
  resolveFrom(fromDir, moduleId, true);
6049
6049
  },
6050
- 8329: (module) => {
6050
+ 1259: (module) => {
6051
6051
  function webpackEmptyAsyncContext(req) {
6052
6052
  return Promise.resolve().then(() => {
6053
6053
  var e = new Error("Cannot find module '" + req + "'");
@@ -6057,7 +6057,7 @@
6057
6057
  }
6058
6058
  webpackEmptyAsyncContext.keys = () => [];
6059
6059
  webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext;
6060
- webpackEmptyAsyncContext.id = 8329;
6060
+ webpackEmptyAsyncContext.id = 1259;
6061
6061
  module.exports = webpackEmptyAsyncContext;
6062
6062
  },
6063
6063
  5200: (module) => {
@@ -6607,16 +6607,16 @@
6607
6607
  return keywords.has(word);
6608
6608
  }
6609
6609
  },
6610
- 8189: (module) => {
6610
+ 607: (module) => {
6611
6611
  "use strict";
6612
6612
  module.exports = JSON.parse(
6613
6613
  '{"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}',
6614
6614
  );
6615
6615
  },
6616
- 1187: (module) => {
6616
+ 444: (module) => {
6617
6617
  "use strict";
6618
6618
  module.exports = JSON.parse(
6619
- '{"name":"postcss","version":"8.5.5","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"import":"./lib/postcss.mjs","require":"./lib/postcss.js"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.11","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
6619
+ '{"name":"postcss","version":"8.5.6","description":"Tool for transforming styles with JS plugins","engines":{"node":"^10 || ^12 || >=14"},"exports":{".":{"import":"./lib/postcss.mjs","require":"./lib/postcss.js"},"./lib/at-rule":"./lib/at-rule.js","./lib/comment":"./lib/comment.js","./lib/container":"./lib/container.js","./lib/css-syntax-error":"./lib/css-syntax-error.js","./lib/declaration":"./lib/declaration.js","./lib/fromJSON":"./lib/fromJSON.js","./lib/input":"./lib/input.js","./lib/lazy-result":"./lib/lazy-result.js","./lib/no-work-result":"./lib/no-work-result.js","./lib/list":"./lib/list.js","./lib/map-generator":"./lib/map-generator.js","./lib/node":"./lib/node.js","./lib/parse":"./lib/parse.js","./lib/parser":"./lib/parser.js","./lib/postcss":"./lib/postcss.js","./lib/previous-map":"./lib/previous-map.js","./lib/processor":"./lib/processor.js","./lib/result":"./lib/result.js","./lib/root":"./lib/root.js","./lib/rule":"./lib/rule.js","./lib/stringifier":"./lib/stringifier.js","./lib/stringify":"./lib/stringify.js","./lib/symbols":"./lib/symbols.js","./lib/terminal-highlight":"./lib/terminal-highlight.js","./lib/tokenize":"./lib/tokenize.js","./lib/warn-once":"./lib/warn-once.js","./lib/warning":"./lib/warning.js","./package.json":"./package.json"},"main":"./lib/postcss.js","types":"./lib/postcss.d.ts","keywords":["css","postcss","rework","preprocessor","parser","source map","transform","manipulation","transpiler"],"funding":[{"type":"opencollective","url":"https://opencollective.com/postcss/"},{"type":"tidelift","url":"https://tidelift.com/funding/github/npm/postcss"},{"type":"github","url":"https://github.com/sponsors/ai"}],"author":"Andrey Sitnik <andrey@sitnik.ru>","license":"MIT","homepage":"https://postcss.org/","repository":"postcss/postcss","bugs":{"url":"https://github.com/postcss/postcss/issues"},"dependencies":{"nanoid":"^3.3.11","picocolors":"^1.1.1","source-map-js":"^1.2.1"},"browser":{"./lib/terminal-highlight":false,"source-map-js":false,"path":false,"url":false,"fs":false}}',
6620
6620
  );
6621
6621
  },
6622
6622
  };
@@ -6717,6 +6717,6 @@
6717
6717
  })();
6718
6718
  if (typeof __nccwpck_require__ !== "undefined")
6719
6719
  __nccwpck_require__.ab = __dirname + "/";
6720
- var __webpack_exports__ = __nccwpck_require__(3486);
6720
+ var __webpack_exports__ = __nccwpck_require__(4716);
6721
6721
  module.exports = __webpack_exports__;
6722
6722
  })();