@rsbuild/core 1.2.0-beta.1 → 1.2.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.
@@ -1,11 +1,11 @@
1
1
  (() => {
2
2
  var __webpack_modules__ = {
3
- 2761: (module, __unused_webpack_exports, __nccwpck_require__) => {
3
+ 3486: (module, __unused_webpack_exports, __nccwpck_require__) => {
4
4
  "use strict";
5
- const stringify = __nccwpck_require__(6455);
6
- const compile = __nccwpck_require__(3370);
7
- const expand = __nccwpck_require__(5652);
8
- const parse = __nccwpck_require__(3266);
5
+ const stringify = __nccwpck_require__(8719);
6
+ const compile = __nccwpck_require__(6551);
7
+ const expand = __nccwpck_require__(7256);
8
+ const parse = __nccwpck_require__(5681);
9
9
  const braces = (input, options = {}) => {
10
10
  let output = [];
11
11
  if (Array.isArray(input)) {
@@ -61,10 +61,10 @@
61
61
  };
62
62
  module.exports = braces;
63
63
  },
64
- 3370: (module, __unused_webpack_exports, __nccwpck_require__) => {
64
+ 6551: (module, __unused_webpack_exports, __nccwpck_require__) => {
65
65
  "use strict";
66
- const fill = __nccwpck_require__(7176);
67
- const utils = __nccwpck_require__(3342);
66
+ const fill = __nccwpck_require__(1851);
67
+ const utils = __nccwpck_require__(7475);
68
68
  const compile = (ast, options = {}) => {
69
69
  const walk = (node, parent = {}) => {
70
70
  const invalidBlock = utils.isInvalidBrace(parent);
@@ -115,7 +115,7 @@
115
115
  };
116
116
  module.exports = compile;
117
117
  },
118
- 3713: (module) => {
118
+ 6771: (module) => {
119
119
  "use strict";
120
120
  module.exports = {
121
121
  MAX_LENGTH: 1e4,
@@ -165,11 +165,11 @@
165
165
  CHAR_ZERO_WIDTH_NOBREAK_SPACE: "\ufeff",
166
166
  };
167
167
  },
168
- 5652: (module, __unused_webpack_exports, __nccwpck_require__) => {
168
+ 7256: (module, __unused_webpack_exports, __nccwpck_require__) => {
169
169
  "use strict";
170
- const fill = __nccwpck_require__(7176);
171
- const stringify = __nccwpck_require__(6455);
172
- const utils = __nccwpck_require__(3342);
170
+ const fill = __nccwpck_require__(1851);
171
+ const stringify = __nccwpck_require__(8719);
172
+ const utils = __nccwpck_require__(7475);
173
173
  const append = (queue = "", stash = "", enclose = false) => {
174
174
  const result = [];
175
175
  queue = [].concat(queue);
@@ -270,9 +270,9 @@
270
270
  };
271
271
  module.exports = expand;
272
272
  },
273
- 3266: (module, __unused_webpack_exports, __nccwpck_require__) => {
273
+ 5681: (module, __unused_webpack_exports, __nccwpck_require__) => {
274
274
  "use strict";
275
- const stringify = __nccwpck_require__(6455);
275
+ const stringify = __nccwpck_require__(8719);
276
276
  const {
277
277
  MAX_LENGTH,
278
278
  CHAR_BACKSLASH,
@@ -289,7 +289,7 @@
289
289
  CHAR_SINGLE_QUOTE,
290
290
  CHAR_NO_BREAK_SPACE,
291
291
  CHAR_ZERO_WIDTH_NOBREAK_SPACE,
292
- } = __nccwpck_require__(3713);
292
+ } = __nccwpck_require__(6771);
293
293
  const parse = (input, options = {}) => {
294
294
  if (typeof input !== "string") {
295
295
  throw new TypeError("Expected a string");
@@ -509,9 +509,9 @@
509
509
  };
510
510
  module.exports = parse;
511
511
  },
512
- 6455: (module, __unused_webpack_exports, __nccwpck_require__) => {
512
+ 8719: (module, __unused_webpack_exports, __nccwpck_require__) => {
513
513
  "use strict";
514
- const utils = __nccwpck_require__(3342);
514
+ const utils = __nccwpck_require__(7475);
515
515
  module.exports = (ast, options = {}) => {
516
516
  const stringify = (node, parent = {}) => {
517
517
  const invalidBlock =
@@ -538,7 +538,7 @@
538
538
  return stringify(ast);
539
539
  };
540
540
  },
541
- 3342: (__unused_webpack_module, exports) => {
541
+ 7475: (__unused_webpack_module, exports) => {
542
542
  "use strict";
543
543
  exports.isInteger = (num) => {
544
544
  if (typeof num === "number") {
@@ -622,7 +622,7 @@
622
622
  return result;
623
623
  };
624
624
  },
625
- 2171: (module) => {
625
+ 5331: (module) => {
626
626
  "use strict";
627
627
  var has = Object.prototype.hasOwnProperty,
628
628
  prefix = "~";
@@ -814,15 +814,15 @@
814
814
  module.exports = EventEmitter;
815
815
  }
816
816
  },
817
- 7176: (module, __unused_webpack_exports, __nccwpck_require__) => {
817
+ 1851: (module, __unused_webpack_exports, __nccwpck_require__) => {
818
818
  "use strict";
819
819
  /*!
820
820
  * fill-range <https://github.com/jonschlinkert/fill-range>
821
821
  *
822
822
  * Copyright (c) 2014-present, Jon Schlinkert.
823
823
  * Licensed under the MIT License.
824
- */ const util = __nccwpck_require__(3837);
825
- const toRegexRange = __nccwpck_require__(9238);
824
+ */ const util = __nccwpck_require__(9023);
825
+ const toRegexRange = __nccwpck_require__(9894);
826
826
  const isObject = (val) =>
827
827
  val !== null && typeof val === "object" && !Array.isArray(val);
828
828
  const transform = (toNumber) => (value) =>
@@ -1025,12 +1025,12 @@
1025
1025
  };
1026
1026
  module.exports = fill;
1027
1027
  },
1028
- 7641: (module, __unused_webpack_exports, __nccwpck_require__) => {
1028
+ 4987: (module, __unused_webpack_exports, __nccwpck_require__) => {
1029
1029
  var debug;
1030
1030
  module.exports = function () {
1031
1031
  if (!debug) {
1032
1032
  try {
1033
- debug = __nccwpck_require__(6959)("follow-redirects");
1033
+ debug = __nccwpck_require__(421)("follow-redirects");
1034
1034
  } catch (error) {}
1035
1035
  if (typeof debug !== "function") {
1036
1036
  debug = function () {};
@@ -1039,14 +1039,14 @@
1039
1039
  debug.apply(null, arguments);
1040
1040
  };
1041
1041
  },
1042
- 4587: (module, __unused_webpack_exports, __nccwpck_require__) => {
1043
- var url = __nccwpck_require__(7310);
1042
+ 7956: (module, __unused_webpack_exports, __nccwpck_require__) => {
1043
+ var url = __nccwpck_require__(7016);
1044
1044
  var URL = url.URL;
1045
- var http = __nccwpck_require__(3685);
1046
- var https = __nccwpck_require__(5687);
1047
- var Writable = __nccwpck_require__(2781).Writable;
1048
- var assert = __nccwpck_require__(9491);
1049
- var debug = __nccwpck_require__(7641);
1045
+ var http = __nccwpck_require__(8611);
1046
+ var https = __nccwpck_require__(5692);
1047
+ var Writable = __nccwpck_require__(2203).Writable;
1048
+ var assert = __nccwpck_require__(2613);
1049
+ var debug = __nccwpck_require__(4987);
1050
1050
  (function detectUnsupportedEnvironment() {
1051
1051
  var looksLikeNode = typeof process !== "undefined";
1052
1052
  var looksLikeBrowser =
@@ -1589,11 +1589,11 @@
1589
1589
  module.exports = wrap({ http, https });
1590
1590
  module.exports.wrap = wrap;
1591
1591
  },
1592
- 1068: (__unused_webpack_module, exports, __nccwpck_require__) => {
1592
+ 5736: (__unused_webpack_module, exports, __nccwpck_require__) => {
1593
1593
  "use strict";
1594
1594
  Object.defineProperty(exports, "__esModule", { value: true });
1595
1595
  exports.getHandlers = exports.init = void 0;
1596
- const logger_1 = __nccwpck_require__(4139);
1596
+ const logger_1 = __nccwpck_require__(9626);
1597
1597
  const logger = (0, logger_1.getInstance)();
1598
1598
  function init(proxy, option) {
1599
1599
  const handlers = getHandlers(option);
@@ -1667,14 +1667,14 @@
1667
1667
  logger.info("[HPM] Client disconnected");
1668
1668
  }
1669
1669
  },
1670
- 8234: (__unused_webpack_module, exports, __nccwpck_require__) => {
1670
+ 163: (__unused_webpack_module, exports, __nccwpck_require__) => {
1671
1671
  "use strict";
1672
1672
  Object.defineProperty(exports, "__esModule", { value: true });
1673
1673
  exports.createConfig = void 0;
1674
- const isPlainObj = __nccwpck_require__(3640);
1675
- const url = __nccwpck_require__(7310);
1676
- const errors_1 = __nccwpck_require__(2971);
1677
- const logger_1 = __nccwpck_require__(4139);
1674
+ const isPlainObj = __nccwpck_require__(6139);
1675
+ const url = __nccwpck_require__(7016);
1676
+ const errors_1 = __nccwpck_require__(5749);
1677
+ const logger_1 = __nccwpck_require__(9626);
1678
1678
  const logger = (0, logger_1.getInstance)();
1679
1679
  function createConfig(context, opts) {
1680
1680
  const config = { context: undefined, options: {} };
@@ -1720,14 +1720,14 @@
1720
1720
  }
1721
1721
  }
1722
1722
  },
1723
- 6188: (__unused_webpack_module, exports, __nccwpck_require__) => {
1723
+ 4988: (__unused_webpack_module, exports, __nccwpck_require__) => {
1724
1724
  "use strict";
1725
1725
  Object.defineProperty(exports, "__esModule", { value: true });
1726
1726
  exports.match = void 0;
1727
- const isGlob = __nccwpck_require__(11);
1728
- const micromatch = __nccwpck_require__(4485);
1729
- const url = __nccwpck_require__(7310);
1730
- const errors_1 = __nccwpck_require__(2971);
1727
+ const isGlob = __nccwpck_require__(4831);
1728
+ const micromatch = __nccwpck_require__(6970);
1729
+ const url = __nccwpck_require__(7016);
1730
+ const errors_1 = __nccwpck_require__(5749);
1731
1731
  function match(context, uri, req) {
1732
1732
  if (isStringPath(context)) {
1733
1733
  return matchSingleStringPath(context, uri);
@@ -1783,7 +1783,7 @@
1783
1783
  return isGlob(context);
1784
1784
  }
1785
1785
  },
1786
- 2971: (__unused_webpack_module, exports) => {
1786
+ 5749: (__unused_webpack_module, exports) => {
1787
1787
  "use strict";
1788
1788
  Object.defineProperty(exports, "__esModule", { value: true });
1789
1789
  exports.ERRORS = void 0;
@@ -1799,11 +1799,11 @@
1799
1799
  "[HPM] Invalid pathRewrite config. Expecting object with pathRewrite config or a rewrite function";
1800
1800
  })((ERRORS = exports.ERRORS || (exports.ERRORS = {})));
1801
1801
  },
1802
- 4720: (__unused_webpack_module, exports, __nccwpck_require__) => {
1802
+ 1464: (__unused_webpack_module, exports, __nccwpck_require__) => {
1803
1803
  "use strict";
1804
1804
  Object.defineProperty(exports, "__esModule", { value: true });
1805
1805
  exports.fixRequestBody = void 0;
1806
- const querystring = __nccwpck_require__(3477);
1806
+ const querystring = __nccwpck_require__(3480);
1807
1807
  function fixRequestBody(proxyReq, req) {
1808
1808
  const requestBody = req.body;
1809
1809
  if (!requestBody) {
@@ -1826,7 +1826,7 @@
1826
1826
  }
1827
1827
  exports.fixRequestBody = fixRequestBody;
1828
1828
  },
1829
- 514: function (__unused_webpack_module, exports, __nccwpck_require__) {
1829
+ 524: function (__unused_webpack_module, exports, __nccwpck_require__) {
1830
1830
  "use strict";
1831
1831
  var __createBinding =
1832
1832
  (this && this.__createBinding) ||
@@ -1855,20 +1855,20 @@
1855
1855
  __createBinding(exports, m, p);
1856
1856
  };
1857
1857
  Object.defineProperty(exports, "__esModule", { value: true });
1858
- __exportStar(__nccwpck_require__(3795), exports);
1858
+ __exportStar(__nccwpck_require__(4155), exports);
1859
1859
  },
1860
- 3795: (__unused_webpack_module, exports, __nccwpck_require__) => {
1860
+ 4155: (__unused_webpack_module, exports, __nccwpck_require__) => {
1861
1861
  "use strict";
1862
1862
  Object.defineProperty(exports, "__esModule", { value: true });
1863
1863
  exports.fixRequestBody = exports.responseInterceptor = void 0;
1864
- var response_interceptor_1 = __nccwpck_require__(7024);
1864
+ var response_interceptor_1 = __nccwpck_require__(5291);
1865
1865
  Object.defineProperty(exports, "responseInterceptor", {
1866
1866
  enumerable: true,
1867
1867
  get: function () {
1868
1868
  return response_interceptor_1.responseInterceptor;
1869
1869
  },
1870
1870
  });
1871
- var fix_request_body_1 = __nccwpck_require__(4720);
1871
+ var fix_request_body_1 = __nccwpck_require__(1464);
1872
1872
  Object.defineProperty(exports, "fixRequestBody", {
1873
1873
  enumerable: true,
1874
1874
  get: function () {
@@ -1876,11 +1876,11 @@
1876
1876
  },
1877
1877
  });
1878
1878
  },
1879
- 7024: (__unused_webpack_module, exports, __nccwpck_require__) => {
1879
+ 5291: (__unused_webpack_module, exports, __nccwpck_require__) => {
1880
1880
  "use strict";
1881
1881
  Object.defineProperty(exports, "__esModule", { value: true });
1882
1882
  exports.responseInterceptor = void 0;
1883
- const zlib = __nccwpck_require__(9796);
1883
+ const zlib = __nccwpck_require__(3106);
1884
1884
  function responseInterceptor(interceptor) {
1885
1885
  return async function proxyRes(proxyRes, req, res) {
1886
1886
  const originalProxyRes = proxyRes;
@@ -1954,17 +1954,17 @@
1954
1954
  }
1955
1955
  }
1956
1956
  },
1957
- 9073: (__unused_webpack_module, exports, __nccwpck_require__) => {
1957
+ 9e3: (__unused_webpack_module, exports, __nccwpck_require__) => {
1958
1958
  "use strict";
1959
1959
  Object.defineProperty(exports, "__esModule", { value: true });
1960
1960
  exports.HttpProxyMiddleware = void 0;
1961
- const httpProxy = __nccwpck_require__(4611);
1962
- const config_factory_1 = __nccwpck_require__(8234);
1963
- const contextMatcher = __nccwpck_require__(6188);
1964
- const handlers = __nccwpck_require__(1068);
1965
- const logger_1 = __nccwpck_require__(4139);
1966
- const PathRewriter = __nccwpck_require__(8470);
1967
- const Router = __nccwpck_require__(7443);
1961
+ const httpProxy = __nccwpck_require__(3563);
1962
+ const config_factory_1 = __nccwpck_require__(163);
1963
+ const contextMatcher = __nccwpck_require__(4988);
1964
+ const handlers = __nccwpck_require__(5736);
1965
+ const logger_1 = __nccwpck_require__(9626);
1966
+ const PathRewriter = __nccwpck_require__(9868);
1967
+ const Router = __nccwpck_require__(2911);
1968
1968
  class HttpProxyMiddleware {
1969
1969
  constructor(context, opts) {
1970
1970
  this.logger = (0, logger_1.getInstance)();
@@ -2116,7 +2116,7 @@
2116
2116
  }
2117
2117
  exports.HttpProxyMiddleware = HttpProxyMiddleware;
2118
2118
  },
2119
- 3045: function (__unused_webpack_module, exports, __nccwpck_require__) {
2119
+ 4068: function (__unused_webpack_module, exports, __nccwpck_require__) {
2120
2120
  "use strict";
2121
2121
  var __createBinding =
2122
2122
  (this && this.__createBinding) ||
@@ -2146,7 +2146,7 @@
2146
2146
  };
2147
2147
  Object.defineProperty(exports, "__esModule", { value: true });
2148
2148
  exports.createProxyMiddleware = void 0;
2149
- const http_proxy_middleware_1 = __nccwpck_require__(9073);
2149
+ const http_proxy_middleware_1 = __nccwpck_require__(9e3);
2150
2150
  function createProxyMiddleware(context, options) {
2151
2151
  const { middleware } = new http_proxy_middleware_1.HttpProxyMiddleware(
2152
2152
  context,
@@ -2155,13 +2155,13 @@
2155
2155
  return middleware;
2156
2156
  }
2157
2157
  exports.createProxyMiddleware = createProxyMiddleware;
2158
- __exportStar(__nccwpck_require__(514), exports);
2158
+ __exportStar(__nccwpck_require__(524), exports);
2159
2159
  },
2160
- 4139: (__unused_webpack_module, exports, __nccwpck_require__) => {
2160
+ 9626: (__unused_webpack_module, exports, __nccwpck_require__) => {
2161
2161
  "use strict";
2162
2162
  Object.defineProperty(exports, "__esModule", { value: true });
2163
2163
  exports.getArrow = exports.getInstance = void 0;
2164
- const util = __nccwpck_require__(3837);
2164
+ const util = __nccwpck_require__(9023);
2165
2165
  let loggerInstance;
2166
2166
  const defaultProvider = {
2167
2167
  log: console.log,
@@ -2270,13 +2270,13 @@
2270
2270
  }
2271
2271
  exports.getArrow = getArrow;
2272
2272
  },
2273
- 8470: (__unused_webpack_module, exports, __nccwpck_require__) => {
2273
+ 9868: (__unused_webpack_module, exports, __nccwpck_require__) => {
2274
2274
  "use strict";
2275
2275
  Object.defineProperty(exports, "__esModule", { value: true });
2276
2276
  exports.createPathRewriter = void 0;
2277
- const isPlainObj = __nccwpck_require__(3640);
2278
- const errors_1 = __nccwpck_require__(2971);
2279
- const logger_1 = __nccwpck_require__(4139);
2277
+ const isPlainObj = __nccwpck_require__(6139);
2278
+ const errors_1 = __nccwpck_require__(5749);
2279
+ const logger_1 = __nccwpck_require__(9626);
2280
2280
  const logger = (0, logger_1.getInstance)();
2281
2281
  function createPathRewriter(rewriteConfig) {
2282
2282
  let rulesCache;
@@ -2333,12 +2333,12 @@
2333
2333
  return rules;
2334
2334
  }
2335
2335
  },
2336
- 7443: (__unused_webpack_module, exports, __nccwpck_require__) => {
2336
+ 2911: (__unused_webpack_module, exports, __nccwpck_require__) => {
2337
2337
  "use strict";
2338
2338
  Object.defineProperty(exports, "__esModule", { value: true });
2339
2339
  exports.getTarget = void 0;
2340
- const isPlainObj = __nccwpck_require__(3640);
2341
- const logger_1 = __nccwpck_require__(4139);
2340
+ const isPlainObj = __nccwpck_require__(6139);
2341
+ const logger_1 = __nccwpck_require__(9626);
2342
2342
  const logger = (0, logger_1.getInstance)();
2343
2343
  async function getTarget(req, config) {
2344
2344
  let newTarget;
@@ -2377,7 +2377,7 @@
2377
2377
  return v.indexOf("/") > -1;
2378
2378
  }
2379
2379
  },
2380
- 4611: (module, __unused_webpack_exports, __nccwpck_require__) => {
2380
+ 3563: (module, __unused_webpack_exports, __nccwpck_require__) => {
2381
2381
  /*!
2382
2382
  * Caron dimonio, con occhi di bragia
2383
2383
  * loro accennando, tutte le raccoglie;
@@ -2389,10 +2389,10 @@
2389
2389
  *
2390
2390
  * Dante - The Divine Comedy (Canto III)
2391
2391
  */
2392
- module.exports = __nccwpck_require__(3415);
2392
+ module.exports = __nccwpck_require__(1282);
2393
2393
  },
2394
- 3415: (module, __unused_webpack_exports, __nccwpck_require__) => {
2395
- var ProxyServer = __nccwpck_require__(8963).Server;
2394
+ 1282: (module, __unused_webpack_exports, __nccwpck_require__) => {
2395
+ var ProxyServer = __nccwpck_require__(753).Server;
2396
2396
  function createProxyServer(options) {
2397
2397
  return new ProxyServer(options);
2398
2398
  }
@@ -2401,10 +2401,10 @@
2401
2401
  ProxyServer.createProxy = createProxyServer;
2402
2402
  module.exports = ProxyServer;
2403
2403
  },
2404
- 5805: (__unused_webpack_module, exports, __nccwpck_require__) => {
2404
+ 7848: (__unused_webpack_module, exports, __nccwpck_require__) => {
2405
2405
  var common = exports,
2406
- url = __nccwpck_require__(7310),
2407
- required = __nccwpck_require__(6886);
2406
+ url = __nccwpck_require__(7016),
2407
+ required = __nccwpck_require__(2843);
2408
2408
  var upgradeHeader = /(^|,)\s*upgrade\s*($|,)/i,
2409
2409
  isSSL = /^https|wss/;
2410
2410
  common.isSSL = isSSL;
@@ -2533,14 +2533,14 @@
2533
2533
  return !!~host.indexOf(":");
2534
2534
  }
2535
2535
  },
2536
- 8963: (module, __unused_webpack_exports, __nccwpck_require__) => {
2536
+ 753: (module, __unused_webpack_exports, __nccwpck_require__) => {
2537
2537
  var httpProxy = module.exports,
2538
- parse_url = __nccwpck_require__(7310).parse,
2539
- EE3 = __nccwpck_require__(2171),
2540
- http = __nccwpck_require__(3685),
2541
- https = __nccwpck_require__(5687),
2542
- web = __nccwpck_require__(1856),
2543
- ws = __nccwpck_require__(7996);
2538
+ parse_url = __nccwpck_require__(7016).parse,
2539
+ EE3 = __nccwpck_require__(5331),
2540
+ http = __nccwpck_require__(8611),
2541
+ https = __nccwpck_require__(5692),
2542
+ web = __nccwpck_require__(82),
2543
+ ws = __nccwpck_require__(7310);
2544
2544
  httpProxy.Server = ProxyServer;
2545
2545
  function createRightProxy(type) {
2546
2546
  return function (options) {
@@ -2597,7 +2597,7 @@
2597
2597
  });
2598
2598
  this.on("error", this.onError, this);
2599
2599
  }
2600
- __nccwpck_require__(3837).inherits(ProxyServer, EE3);
2600
+ __nccwpck_require__(9023).inherits(ProxyServer, EE3);
2601
2601
  ProxyServer.prototype.onError = function (err) {
2602
2602
  if (this.listeners("error").length === 1) {
2603
2603
  throw err;
@@ -2656,12 +2656,12 @@
2656
2656
  passes.splice(i++, 0, callback);
2657
2657
  };
2658
2658
  },
2659
- 1856: (module, __unused_webpack_exports, __nccwpck_require__) => {
2660
- var httpNative = __nccwpck_require__(3685),
2661
- httpsNative = __nccwpck_require__(5687),
2662
- web_o = __nccwpck_require__(5042),
2663
- common = __nccwpck_require__(5805),
2664
- followRedirects = __nccwpck_require__(4587);
2659
+ 82: (module, __unused_webpack_exports, __nccwpck_require__) => {
2660
+ var httpNative = __nccwpck_require__(8611),
2661
+ httpsNative = __nccwpck_require__(5692),
2662
+ web_o = __nccwpck_require__(2640),
2663
+ common = __nccwpck_require__(7848),
2664
+ followRedirects = __nccwpck_require__(7956);
2665
2665
  web_o = Object.keys(web_o).map(function (pass) {
2666
2666
  return web_o[pass];
2667
2667
  });
@@ -2779,9 +2779,9 @@
2779
2779
  },
2780
2780
  };
2781
2781
  },
2782
- 5042: (module, __unused_webpack_exports, __nccwpck_require__) => {
2783
- var url = __nccwpck_require__(7310),
2784
- common = __nccwpck_require__(5805);
2782
+ 2640: (module, __unused_webpack_exports, __nccwpck_require__) => {
2783
+ var url = __nccwpck_require__(7016),
2784
+ common = __nccwpck_require__(7848);
2785
2785
  var redirectRegex = /^201|30(1|2|7|8)$/;
2786
2786
  /*!
2787
2787
  * Array of passes.
@@ -2895,10 +2895,10 @@
2895
2895
  },
2896
2896
  };
2897
2897
  },
2898
- 7996: (module, __unused_webpack_exports, __nccwpck_require__) => {
2899
- var http = __nccwpck_require__(3685),
2900
- https = __nccwpck_require__(5687),
2901
- common = __nccwpck_require__(5805);
2898
+ 7310: (module, __unused_webpack_exports, __nccwpck_require__) => {
2899
+ var http = __nccwpck_require__(8611),
2900
+ https = __nccwpck_require__(5692),
2901
+ common = __nccwpck_require__(7848);
2902
2902
  /*!
2903
2903
  * Array of passes.
2904
2904
  *
@@ -3008,7 +3008,7 @@
3008
3008
  },
3009
3009
  };
3010
3010
  },
3011
- 7862: (module) => {
3011
+ 3420: (module) => {
3012
3012
  /*!
3013
3013
  * is-extglob <https://github.com/jonschlinkert/is-extglob>
3014
3014
  *
@@ -3027,14 +3027,14 @@
3027
3027
  return false;
3028
3028
  };
3029
3029
  },
3030
- 11: (module, __unused_webpack_exports, __nccwpck_require__) => {
3030
+ 4831: (module, __unused_webpack_exports, __nccwpck_require__) => {
3031
3031
  /*!
3032
3032
  * is-glob <https://github.com/jonschlinkert/is-glob>
3033
3033
  *
3034
3034
  * Copyright (c) 2014-2017, Jon Schlinkert.
3035
3035
  * Released under the MIT License.
3036
3036
  */
3037
- var isExtglob = __nccwpck_require__(7862);
3037
+ var isExtglob = __nccwpck_require__(3420);
3038
3038
  var chars = { "{": "}", "(": ")", "[": "]" };
3039
3039
  var strictCheck = function (str) {
3040
3040
  if (str[0] === "!") {
@@ -3178,7 +3178,7 @@
3178
3178
  return check(str);
3179
3179
  };
3180
3180
  },
3181
- 3576: (module) => {
3181
+ 9933: (module) => {
3182
3182
  "use strict";
3183
3183
  /*!
3184
3184
  * is-number <https://github.com/jonschlinkert/is-number>
@@ -3195,7 +3195,7 @@
3195
3195
  return false;
3196
3196
  };
3197
3197
  },
3198
- 3640: (module) => {
3198
+ 6139: (module) => {
3199
3199
  "use strict";
3200
3200
  module.exports = (value) => {
3201
3201
  if (Object.prototype.toString.call(value) !== "[object Object]") {
@@ -3205,12 +3205,12 @@
3205
3205
  return prototype === null || prototype === Object.prototype;
3206
3206
  };
3207
3207
  },
3208
- 4485: (module, __unused_webpack_exports, __nccwpck_require__) => {
3208
+ 6970: (module, __unused_webpack_exports, __nccwpck_require__) => {
3209
3209
  "use strict";
3210
- const util = __nccwpck_require__(3837);
3211
- const braces = __nccwpck_require__(2761);
3212
- const picomatch = __nccwpck_require__(4902);
3213
- const utils = __nccwpck_require__(7724);
3210
+ const util = __nccwpck_require__(9023);
3211
+ const braces = __nccwpck_require__(3486);
3212
+ const picomatch = __nccwpck_require__(3482);
3213
+ const utils = __nccwpck_require__(8479);
3214
3214
  const isEmptyString = (v) => v === "" || v === "./";
3215
3215
  const hasBraces = (v) => {
3216
3216
  const index = v.indexOf("{");
@@ -3379,13 +3379,13 @@
3379
3379
  micromatch.hasBraces = hasBraces;
3380
3380
  module.exports = micromatch;
3381
3381
  },
3382
- 4902: (module, __unused_webpack_exports, __nccwpck_require__) => {
3382
+ 3482: (module, __unused_webpack_exports, __nccwpck_require__) => {
3383
3383
  "use strict";
3384
- module.exports = __nccwpck_require__(7109);
3384
+ module.exports = __nccwpck_require__(9508);
3385
3385
  },
3386
- 4280: (module, __unused_webpack_exports, __nccwpck_require__) => {
3386
+ 5487: (module, __unused_webpack_exports, __nccwpck_require__) => {
3387
3387
  "use strict";
3388
- const path = __nccwpck_require__(1017);
3388
+ const path = __nccwpck_require__(6928);
3389
3389
  const WIN_SLASH = "\\\\/";
3390
3390
  const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
3391
3391
  const DOT_LITERAL = "\\.";
@@ -3522,10 +3522,10 @@
3522
3522
  },
3523
3523
  };
3524
3524
  },
3525
- 6278: (module, __unused_webpack_exports, __nccwpck_require__) => {
3525
+ 5853: (module, __unused_webpack_exports, __nccwpck_require__) => {
3526
3526
  "use strict";
3527
- const constants = __nccwpck_require__(4280);
3528
- const utils = __nccwpck_require__(7724);
3527
+ const constants = __nccwpck_require__(5487);
3528
+ const utils = __nccwpck_require__(8479);
3529
3529
  const {
3530
3530
  MAX_LENGTH,
3531
3531
  POSIX_REGEX_SOURCE,
@@ -4399,13 +4399,13 @@
4399
4399
  };
4400
4400
  module.exports = parse;
4401
4401
  },
4402
- 7109: (module, __unused_webpack_exports, __nccwpck_require__) => {
4402
+ 9508: (module, __unused_webpack_exports, __nccwpck_require__) => {
4403
4403
  "use strict";
4404
- const path = __nccwpck_require__(1017);
4405
- const scan = __nccwpck_require__(5363);
4406
- const parse = __nccwpck_require__(6278);
4407
- const utils = __nccwpck_require__(7724);
4408
- const constants = __nccwpck_require__(4280);
4404
+ const path = __nccwpck_require__(6928);
4405
+ const scan = __nccwpck_require__(8753);
4406
+ const parse = __nccwpck_require__(5853);
4407
+ const utils = __nccwpck_require__(8479);
4408
+ const constants = __nccwpck_require__(5487);
4409
4409
  const isObject = (val) =>
4410
4410
  val && typeof val === "object" && !Array.isArray(val);
4411
4411
  const picomatch = (glob, options, returnState = false) => {
@@ -4581,9 +4581,9 @@
4581
4581
  picomatch.constants = constants;
4582
4582
  module.exports = picomatch;
4583
4583
  },
4584
- 5363: (module, __unused_webpack_exports, __nccwpck_require__) => {
4584
+ 8753: (module, __unused_webpack_exports, __nccwpck_require__) => {
4585
4585
  "use strict";
4586
- const utils = __nccwpck_require__(7724);
4586
+ const utils = __nccwpck_require__(8479);
4587
4587
  const {
4588
4588
  CHAR_ASTERISK,
4589
4589
  CHAR_AT,
@@ -4600,7 +4600,7 @@
4600
4600
  CHAR_RIGHT_CURLY_BRACE,
4601
4601
  CHAR_RIGHT_PARENTHESES,
4602
4602
  CHAR_RIGHT_SQUARE_BRACKET,
4603
- } = __nccwpck_require__(4280);
4603
+ } = __nccwpck_require__(5487);
4604
4604
  const isPathSeparator = (code) =>
4605
4605
  code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;
4606
4606
  const depth = (token) => {
@@ -4904,16 +4904,16 @@
4904
4904
  };
4905
4905
  module.exports = scan;
4906
4906
  },
4907
- 7724: (__unused_webpack_module, exports, __nccwpck_require__) => {
4907
+ 8479: (__unused_webpack_module, exports, __nccwpck_require__) => {
4908
4908
  "use strict";
4909
- const path = __nccwpck_require__(1017);
4909
+ const path = __nccwpck_require__(6928);
4910
4910
  const win32 = process.platform === "win32";
4911
4911
  const {
4912
4912
  REGEX_BACKSLASH,
4913
4913
  REGEX_REMOVE_BACKSLASH,
4914
4914
  REGEX_SPECIAL_CHARS,
4915
4915
  REGEX_SPECIAL_CHARS_GLOBAL,
4916
- } = __nccwpck_require__(4280);
4916
+ } = __nccwpck_require__(5487);
4917
4917
  exports.isObject = (val) =>
4918
4918
  val !== null && typeof val === "object" && !Array.isArray(val);
4919
4919
  exports.hasRegexChars = (str) => REGEX_SPECIAL_CHARS.test(str);
@@ -4967,7 +4967,7 @@
4967
4967
  return output;
4968
4968
  };
4969
4969
  },
4970
- 6886: (module) => {
4970
+ 2843: (module) => {
4971
4971
  "use strict";
4972
4972
  module.exports = function required(port, protocol) {
4973
4973
  protocol = protocol.split(":")[0];
@@ -4990,14 +4990,14 @@
4990
4990
  return port !== 0;
4991
4991
  };
4992
4992
  },
4993
- 9238: (module, __unused_webpack_exports, __nccwpck_require__) => {
4993
+ 9894: (module, __unused_webpack_exports, __nccwpck_require__) => {
4994
4994
  "use strict";
4995
4995
  /*!
4996
4996
  * to-regex-range <https://github.com/micromatch/to-regex-range>
4997
4997
  *
4998
4998
  * Copyright (c) 2015-present, Jon Schlinkert.
4999
4999
  * Released under the MIT License.
5000
- */ const isNumber = __nccwpck_require__(3576);
5000
+ */ const isNumber = __nccwpck_require__(9933);
5001
5001
  const toRegexRange = (min, max, options) => {
5002
5002
  if (isNumber(min) === false) {
5003
5003
  throw new TypeError(
@@ -5210,42 +5210,42 @@
5210
5210
  toRegexRange.clearCache = () => (toRegexRange.cache = {});
5211
5211
  module.exports = toRegexRange;
5212
5212
  },
5213
- 6959: (module) => {
5213
+ 421: (module) => {
5214
5214
  module.exports = eval("require")("debug");
5215
5215
  },
5216
- 9491: (module) => {
5216
+ 2613: (module) => {
5217
5217
  "use strict";
5218
5218
  module.exports = require("assert");
5219
5219
  },
5220
- 3685: (module) => {
5220
+ 8611: (module) => {
5221
5221
  "use strict";
5222
5222
  module.exports = require("http");
5223
5223
  },
5224
- 5687: (module) => {
5224
+ 5692: (module) => {
5225
5225
  "use strict";
5226
5226
  module.exports = require("https");
5227
5227
  },
5228
- 1017: (module) => {
5228
+ 6928: (module) => {
5229
5229
  "use strict";
5230
5230
  module.exports = require("path");
5231
5231
  },
5232
- 3477: (module) => {
5232
+ 3480: (module) => {
5233
5233
  "use strict";
5234
5234
  module.exports = require("querystring");
5235
5235
  },
5236
- 2781: (module) => {
5236
+ 2203: (module) => {
5237
5237
  "use strict";
5238
5238
  module.exports = require("stream");
5239
5239
  },
5240
- 7310: (module) => {
5240
+ 7016: (module) => {
5241
5241
  "use strict";
5242
5242
  module.exports = require("url");
5243
5243
  },
5244
- 3837: (module) => {
5244
+ 9023: (module) => {
5245
5245
  "use strict";
5246
5246
  module.exports = require("util");
5247
5247
  },
5248
- 9796: (module) => {
5248
+ 3106: (module) => {
5249
5249
  "use strict";
5250
5250
  module.exports = require("zlib");
5251
5251
  },
@@ -5273,6 +5273,6 @@
5273
5273
  }
5274
5274
  if (typeof __nccwpck_require__ !== "undefined")
5275
5275
  __nccwpck_require__.ab = __dirname + "/";
5276
- var __webpack_exports__ = __nccwpck_require__(3045);
5276
+ var __webpack_exports__ = __nccwpck_require__(4068);
5277
5277
  module.exports = __webpack_exports__;
5278
5278
  })();