clientnode 4.0.1501 → 4.0.1503

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 (56) hide show
  1. package/dist/Lock.js +8 -27
  2. package/dist/Logger.js +27 -55
  3. package/dist/Semaphore.js +8 -27
  4. package/dist/array.js +8 -46
  5. package/dist/bundle/index.js +405 -430
  6. package/dist/cli.js +8 -30
  7. package/dist/compatible/Lock.js +8 -27
  8. package/dist/compatible/Logger.js +27 -55
  9. package/dist/compatible/Semaphore.js +8 -27
  10. package/dist/compatible/array.js +8 -46
  11. package/dist/compatible/cli.js +8 -30
  12. package/dist/compatible/constants.js +8 -27
  13. package/dist/compatible/context.js +27 -55
  14. package/dist/compatible/cookie.js +27 -58
  15. package/dist/compatible/data-transfer.js +27 -59
  16. package/dist/compatible/datetime.js +27 -58
  17. package/dist/compatible/domNode.js +27 -59
  18. package/dist/compatible/expression/evaluators.js +27 -50
  19. package/dist/compatible/expression/helper.js +8 -31
  20. package/dist/compatible/expression/index.js +27 -71
  21. package/dist/compatible/expression/indicator-functions.js +8 -42
  22. package/dist/compatible/filesystem.js +27 -55
  23. package/dist/compatible/function.js +8 -32
  24. package/dist/compatible/index.js +34 -66
  25. package/dist/compatible/indicators.js +8 -39
  26. package/dist/compatible/module.js +27 -50
  27. package/dist/compatible/number.js +8 -34
  28. package/dist/compatible/object.js +27 -58
  29. package/dist/compatible/process.js +27 -55
  30. package/dist/compatible/scope.js +34 -108
  31. package/dist/compatible/string.js +27 -61
  32. package/dist/compatible/test-helper.js +8 -33
  33. package/dist/compatible/utility.js +27 -55
  34. package/dist/constants.js +8 -27
  35. package/dist/context.js +27 -55
  36. package/dist/cookie.js +27 -58
  37. package/dist/data-transfer.js +27 -59
  38. package/dist/datetime.js +27 -58
  39. package/dist/domNode.js +27 -59
  40. package/dist/expression/evaluators.js +27 -50
  41. package/dist/expression/helper.js +8 -31
  42. package/dist/expression/index.js +27 -71
  43. package/dist/expression/indicator-functions.js +8 -42
  44. package/dist/filesystem.js +27 -55
  45. package/dist/function.js +8 -32
  46. package/dist/index.js +34 -66
  47. package/dist/indicators.js +8 -39
  48. package/dist/module.js +27 -50
  49. package/dist/number.js +8 -34
  50. package/dist/object.js +27 -58
  51. package/dist/process.js +27 -55
  52. package/dist/scope.js +34 -108
  53. package/dist/string.js +27 -61
  54. package/dist/test-helper.js +8 -33
  55. package/dist/utility.js +27 -55
  56. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -1318,9 +1318,6 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
1318
1318
  /* 15 */
1319
1319
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1320
1320
 
1321
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1322
- /* harmony export */ l: function() { return /* binding */ CLI_COLOR; }
1323
- /* harmony export */ });
1324
1321
  // #!/usr/bin/env babel-node
1325
1322
  // -*- coding: utf-8 -*-
1326
1323
  /** @module cli *//* !
@@ -1880,10 +1877,6 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
1880
1877
  /* 21 */
1881
1878
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1882
1879
 
1883
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1884
- /* harmony export */ b: function() { return /* binding */ viewArrayAsScope; },
1885
- /* harmony export */ x: function() { return /* binding */ _viewObjectAsScope; }
1886
- /* harmony export */ });
1887
1880
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1888
1881
  // #!/usr/bin/env babel-node
1889
1882
  // -*- coding: utf-8 -*-
@@ -2793,74 +2786,49 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
2793
2786
  /******/
2794
2787
  /************************************************************************/
2795
2788
  /******/ /* webpack/runtime/define property getters */
2796
- /******/ !function() {
2797
- /******/ // define getter/value functions for harmony exports
2798
- /******/ __webpack_require__.d = function(exports, definition) {
2799
- /******/ if(Array.isArray(definition)) {
2800
- /******/ var i = 0;
2801
- /******/ while(i < definition.length) {
2802
- /******/ var key = definition[i++];
2803
- /******/ var binding = definition[i++];
2804
- /******/ if(!__webpack_require__.o(exports, key)) {
2805
- /******/ if(binding === 0) {
2806
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
2807
- /******/ } else {
2808
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
2809
- /******/ }
2810
- /******/ } else if(binding === 0) { i++; }
2811
- /******/ }
2812
- /******/ } else {
2813
- /******/ for(var key in definition) {
2814
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
2815
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
2816
- /******/ }
2817
- /******/ }
2789
+ /******/ // define getter/value functions for harmony exports
2790
+ /******/ __webpack_require__.d = function(exports, definition) {
2791
+ /******/ for(var key in definition) {
2792
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
2793
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
2818
2794
  /******/ }
2819
- /******/ };
2820
- /******/ }();
2795
+ /******/ }
2796
+ /******/ };
2821
2797
  /******/
2822
2798
  /******/ /* webpack/runtime/global */
2823
- /******/ !function() {
2824
- /******/ __webpack_require__.g = (function() {
2825
- /******/ if (typeof globalThis === 'object') return globalThis;
2826
- /******/ try {
2827
- /******/ return this || new Function('return this')();
2828
- /******/ } catch (e) {
2829
- /******/ if (typeof window === 'object') return window;
2830
- /******/ }
2831
- /******/ })();
2832
- /******/ }();
2799
+ /******/ __webpack_require__.g = (function() {
2800
+ /******/ if (typeof globalThis === 'object') return globalThis;
2801
+ /******/ try {
2802
+ /******/ return this || new Function('return this')();
2803
+ /******/ } catch (e) {
2804
+ /******/ if (typeof window === 'object') return window;
2805
+ /******/ }
2806
+ /******/ })();
2833
2807
  /******/
2834
2808
  /******/ /* webpack/runtime/harmony module decorator */
2835
- /******/ !function() {
2836
- /******/ __webpack_require__.hmd = function(module) {
2837
- /******/ module = Object.create(module);
2838
- /******/ if (!module.children) module.children = [];
2839
- /******/ Object.defineProperty(module, 'exports', {
2840
- /******/ enumerable: true,
2841
- /******/ set: function() {
2842
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
2843
- /******/ }
2844
- /******/ });
2845
- /******/ return module;
2846
- /******/ };
2847
- /******/ }();
2809
+ /******/ __webpack_require__.hmd = function(module) {
2810
+ /******/ module = Object.create(module);
2811
+ /******/ if (!module.children) module.children = [];
2812
+ /******/ Object.defineProperty(module, 'exports', {
2813
+ /******/ enumerable: true,
2814
+ /******/ set: function() {
2815
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
2816
+ /******/ }
2817
+ /******/ });
2818
+ /******/ return module;
2819
+ /******/ };
2848
2820
  /******/
2849
2821
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
2850
- /******/ !function() {
2851
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
2852
- /******/ }();
2822
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
2853
2823
  /******/
2854
2824
  /******/ /* webpack/runtime/make namespace object */
2855
- /******/ !function() {
2856
- /******/ // define __esModule on exports
2857
- /******/ __webpack_require__.r = function(exports) {
2858
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
2859
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2860
- /******/ }
2861
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
2862
- /******/ };
2863
- /******/ }();
2825
+ /******/ // define __esModule on exports
2826
+ /******/ __webpack_require__.r = function(exports) {
2827
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
2828
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2829
+ /******/ }
2830
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
2831
+ /******/ };
2864
2832
  /******/
2865
2833
  /************************************************************************/
2866
2834
  /******/
@@ -355,51 +355,20 @@ module.exports = x({ });
355
355
  /******/
356
356
  /************************************************************************/
357
357
  /******/ /* webpack/runtime/define property getters */
358
- /******/ !function() {
359
- /******/ // define getter/value functions for harmony exports
360
- /******/ __webpack_require__.d = function(exports, definition) {
361
- /******/ if(Array.isArray(definition)) {
362
- /******/ var i = 0;
363
- /******/ while(i < definition.length) {
364
- /******/ var key = definition[i++];
365
- /******/ var binding = definition[i++];
366
- /******/ if(!__webpack_require__.o(exports, key)) {
367
- /******/ if(binding === 0) {
368
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
369
- /******/ } else {
370
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
371
- /******/ }
372
- /******/ } else if(binding === 0) { i++; }
373
- /******/ }
374
- /******/ } else {
375
- /******/ for(var key in definition) {
376
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
377
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
378
- /******/ }
379
- /******/ }
358
+ /******/ // define getter/value functions for harmony exports
359
+ /******/ __webpack_require__.d = function(exports, definition) {
360
+ /******/ for(var key in definition) {
361
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
362
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
380
363
  /******/ }
381
- /******/ };
382
- /******/ }();
364
+ /******/ }
365
+ /******/ };
383
366
  /******/
384
367
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
385
- /******/ !function() {
386
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
387
- /******/ }();
368
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
388
369
  /******/
389
370
  /************************************************************************/
390
371
  var __webpack_exports__ = {};
391
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
392
- /* harmony export */ GP: function() { return /* binding */ isAnyMatching; },
393
- /* harmony export */ Gv: function() { return /* binding */ isObject; },
394
- /* harmony export */ Qd: function() { return /* binding */ isPlainObject; },
395
- /* harmony export */ Tn: function() { return /* binding */ isFunction; },
396
- /* harmony export */ Xj: function() { return /* binding */ isArrayLike; },
397
- /* harmony export */ jh: function() { return /* binding */ isMap; },
398
- /* harmony export */ ju: function() { return /* binding */ isProxy; },
399
- /* harmony export */ kf: function() { return /* binding */ isNumeric; },
400
- /* harmony export */ l6: function() { return /* binding */ isWindow; },
401
- /* harmony export */ vM: function() { return /* binding */ isSet; }
402
- /* harmony export */ });
403
372
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
404
373
  /* harmony import */ var _constants_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
405
374
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3);
package/dist/module.js CHANGED
@@ -91,63 +91,40 @@ module.exports = webpackEmptyContext;
91
91
  /******/
92
92
  /************************************************************************/
93
93
  /******/ /* webpack/runtime/define property getters */
94
- /******/ !function() {
95
- /******/ // define getter/value functions for harmony exports
96
- /******/ __webpack_require__.d = function(exports, definition) {
97
- /******/ if(Array.isArray(definition)) {
98
- /******/ var i = 0;
99
- /******/ while(i < definition.length) {
100
- /******/ var key = definition[i++];
101
- /******/ var binding = definition[i++];
102
- /******/ if(!__webpack_require__.o(exports, key)) {
103
- /******/ if(binding === 0) {
104
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
105
- /******/ } else {
106
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
107
- /******/ }
108
- /******/ } else if(binding === 0) { i++; }
109
- /******/ }
110
- /******/ } else {
111
- /******/ for(var key in definition) {
112
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
113
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
114
- /******/ }
115
- /******/ }
94
+ /******/ // define getter/value functions for harmony exports
95
+ /******/ __webpack_require__.d = function(exports, definition) {
96
+ /******/ for(var key in definition) {
97
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
98
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
116
99
  /******/ }
117
- /******/ };
118
- /******/ }();
100
+ /******/ }
101
+ /******/ };
119
102
  /******/
120
103
  /******/ /* webpack/runtime/global */
121
- /******/ !function() {
122
- /******/ __webpack_require__.g = (function() {
123
- /******/ if (typeof globalThis === 'object') return globalThis;
124
- /******/ try {
125
- /******/ return this || new Function('return this')();
126
- /******/ } catch (e) {
127
- /******/ if (typeof window === 'object') return window;
128
- /******/ }
129
- /******/ })();
130
- /******/ }();
104
+ /******/ __webpack_require__.g = (function() {
105
+ /******/ if (typeof globalThis === 'object') return globalThis;
106
+ /******/ try {
107
+ /******/ return this || new Function('return this')();
108
+ /******/ } catch (e) {
109
+ /******/ if (typeof window === 'object') return window;
110
+ /******/ }
111
+ /******/ })();
131
112
  /******/
132
113
  /******/ /* webpack/runtime/harmony module decorator */
133
- /******/ !function() {
134
- /******/ __webpack_require__.hmd = function(module) {
135
- /******/ module = Object.create(module);
136
- /******/ if (!module.children) module.children = [];
137
- /******/ Object.defineProperty(module, 'exports', {
138
- /******/ enumerable: true,
139
- /******/ set: function() {
140
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
141
- /******/ }
142
- /******/ });
143
- /******/ return module;
144
- /******/ };
145
- /******/ }();
114
+ /******/ __webpack_require__.hmd = function(module) {
115
+ /******/ module = Object.create(module);
116
+ /******/ if (!module.children) module.children = [];
117
+ /******/ Object.defineProperty(module, 'exports', {
118
+ /******/ enumerable: true,
119
+ /******/ set: function() {
120
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
121
+ /******/ }
122
+ /******/ });
123
+ /******/ return module;
124
+ /******/ };
146
125
  /******/
147
126
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
148
- /******/ !function() {
149
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
150
- /******/ }();
127
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
151
128
  /******/
152
129
  /************************************************************************/
153
130
  /******/
package/dist/number.js CHANGED
@@ -354,46 +354,20 @@ module.exports = x({ });
354
354
  /******/
355
355
  /************************************************************************/
356
356
  /******/ /* webpack/runtime/define property getters */
357
- /******/ !function() {
358
- /******/ // define getter/value functions for harmony exports
359
- /******/ __webpack_require__.d = function(exports, definition) {
360
- /******/ if(Array.isArray(definition)) {
361
- /******/ var i = 0;
362
- /******/ while(i < definition.length) {
363
- /******/ var key = definition[i++];
364
- /******/ var binding = definition[i++];
365
- /******/ if(!__webpack_require__.o(exports, key)) {
366
- /******/ if(binding === 0) {
367
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
368
- /******/ } else {
369
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
370
- /******/ }
371
- /******/ } else if(binding === 0) { i++; }
372
- /******/ }
373
- /******/ } else {
374
- /******/ for(var key in definition) {
375
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
376
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
377
- /******/ }
378
- /******/ }
357
+ /******/ // define getter/value functions for harmony exports
358
+ /******/ __webpack_require__.d = function(exports, definition) {
359
+ /******/ for(var key in definition) {
360
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
361
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
379
362
  /******/ }
380
- /******/ };
381
- /******/ }();
363
+ /******/ }
364
+ /******/ };
382
365
  /******/
383
366
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
384
- /******/ !function() {
385
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
386
- /******/ }();
367
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
387
368
  /******/
388
369
  /************************************************************************/
389
370
  var __webpack_exports__ = {};
390
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
391
- /* harmony export */ LI: function() { return /* binding */ round; },
392
- /* harmony export */ RI: function() { return /* binding */ floor; },
393
- /* harmony export */ W2: function() { return /* binding */ isNotANumber; },
394
- /* harmony export */ mk: function() { return /* binding */ ceil; },
395
- /* harmony export */ n$: function() { return /* binding */ getUTCTimestamp; }
396
- /* harmony export */ });
397
371
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
398
372
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
399
373
  // #!/usr/bin/env babel-node
package/dist/object.js CHANGED
@@ -50,11 +50,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
50
50
  /* 2 */
51
51
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
52
52
 
53
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
54
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
55
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
56
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
57
- /* harmony export */ });
58
53
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
59
54
  /* module decorator */ module = __webpack_require__.hmd(module);
60
55
  // #!/usr/bin/env babel-node
@@ -453,9 +448,6 @@ result=object;if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_3__/* .isPlainObject
453
448
  /* 5 */
454
449
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
455
450
 
456
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
457
- /* harmony export */ Lz: function() { return /* binding */ globalContext; }
458
- /* harmony export */ });
459
451
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
460
452
  /* unused harmony import specifier */ var CONSOLE_METHODS;
461
453
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -962,63 +954,40 @@ module.exports = x({ });
962
954
  /******/
963
955
  /************************************************************************/
964
956
  /******/ /* webpack/runtime/define property getters */
965
- /******/ !function() {
966
- /******/ // define getter/value functions for harmony exports
967
- /******/ __webpack_require__.d = function(exports, definition) {
968
- /******/ if(Array.isArray(definition)) {
969
- /******/ var i = 0;
970
- /******/ while(i < definition.length) {
971
- /******/ var key = definition[i++];
972
- /******/ var binding = definition[i++];
973
- /******/ if(!__webpack_require__.o(exports, key)) {
974
- /******/ if(binding === 0) {
975
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
976
- /******/ } else {
977
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
978
- /******/ }
979
- /******/ } else if(binding === 0) { i++; }
980
- /******/ }
981
- /******/ } else {
982
- /******/ for(var key in definition) {
983
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
984
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
985
- /******/ }
986
- /******/ }
957
+ /******/ // define getter/value functions for harmony exports
958
+ /******/ __webpack_require__.d = function(exports, definition) {
959
+ /******/ for(var key in definition) {
960
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
961
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
987
962
  /******/ }
988
- /******/ };
989
- /******/ }();
963
+ /******/ }
964
+ /******/ };
990
965
  /******/
991
966
  /******/ /* webpack/runtime/global */
992
- /******/ !function() {
993
- /******/ __webpack_require__.g = (function() {
994
- /******/ if (typeof globalThis === 'object') return globalThis;
995
- /******/ try {
996
- /******/ return this || new Function('return this')();
997
- /******/ } catch (e) {
998
- /******/ if (typeof window === 'object') return window;
999
- /******/ }
1000
- /******/ })();
1001
- /******/ }();
967
+ /******/ __webpack_require__.g = (function() {
968
+ /******/ if (typeof globalThis === 'object') return globalThis;
969
+ /******/ try {
970
+ /******/ return this || new Function('return this')();
971
+ /******/ } catch (e) {
972
+ /******/ if (typeof window === 'object') return window;
973
+ /******/ }
974
+ /******/ })();
1002
975
  /******/
1003
976
  /******/ /* webpack/runtime/harmony module decorator */
1004
- /******/ !function() {
1005
- /******/ __webpack_require__.hmd = function(module) {
1006
- /******/ module = Object.create(module);
1007
- /******/ if (!module.children) module.children = [];
1008
- /******/ Object.defineProperty(module, 'exports', {
1009
- /******/ enumerable: true,
1010
- /******/ set: function() {
1011
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
1012
- /******/ }
1013
- /******/ });
1014
- /******/ return module;
1015
- /******/ };
1016
- /******/ }();
977
+ /******/ __webpack_require__.hmd = function(module) {
978
+ /******/ module = Object.create(module);
979
+ /******/ if (!module.children) module.children = [];
980
+ /******/ Object.defineProperty(module, 'exports', {
981
+ /******/ enumerable: true,
982
+ /******/ set: function() {
983
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
984
+ /******/ }
985
+ /******/ });
986
+ /******/ return module;
987
+ /******/ };
1017
988
  /******/
1018
989
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
1019
- /******/ !function() {
1020
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
1021
- /******/ }();
990
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
1022
991
  /******/
1023
992
  /************************************************************************/
1024
993
  /******/
package/dist/process.js CHANGED
@@ -34,11 +34,6 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
34
34
  /***/ 2:
35
35
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
36
36
 
37
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
38
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
39
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
40
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
41
- /* harmony export */ });
42
37
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
43
38
  /* module decorator */ module = __webpack_require__.hmd(module);
44
39
  // #!/usr/bin/env babel-node
@@ -160,63 +155,40 @@ module.exports = webpackEmptyContext;
160
155
  /******/
161
156
  /************************************************************************/
162
157
  /******/ /* webpack/runtime/define property getters */
163
- /******/ !function() {
164
- /******/ // define getter/value functions for harmony exports
165
- /******/ __webpack_require__.d = function(exports, definition) {
166
- /******/ if(Array.isArray(definition)) {
167
- /******/ var i = 0;
168
- /******/ while(i < definition.length) {
169
- /******/ var key = definition[i++];
170
- /******/ var binding = definition[i++];
171
- /******/ if(!__webpack_require__.o(exports, key)) {
172
- /******/ if(binding === 0) {
173
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
174
- /******/ } else {
175
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
176
- /******/ }
177
- /******/ } else if(binding === 0) { i++; }
178
- /******/ }
179
- /******/ } else {
180
- /******/ for(var key in definition) {
181
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
182
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
183
- /******/ }
184
- /******/ }
158
+ /******/ // define getter/value functions for harmony exports
159
+ /******/ __webpack_require__.d = function(exports, definition) {
160
+ /******/ for(var key in definition) {
161
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
162
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
185
163
  /******/ }
186
- /******/ };
187
- /******/ }();
164
+ /******/ }
165
+ /******/ };
188
166
  /******/
189
167
  /******/ /* webpack/runtime/global */
190
- /******/ !function() {
191
- /******/ __webpack_require__.g = (function() {
192
- /******/ if (typeof globalThis === 'object') return globalThis;
193
- /******/ try {
194
- /******/ return this || new Function('return this')();
195
- /******/ } catch (e) {
196
- /******/ if (typeof window === 'object') return window;
197
- /******/ }
198
- /******/ })();
199
- /******/ }();
168
+ /******/ __webpack_require__.g = (function() {
169
+ /******/ if (typeof globalThis === 'object') return globalThis;
170
+ /******/ try {
171
+ /******/ return this || new Function('return this')();
172
+ /******/ } catch (e) {
173
+ /******/ if (typeof window === 'object') return window;
174
+ /******/ }
175
+ /******/ })();
200
176
  /******/
201
177
  /******/ /* webpack/runtime/harmony module decorator */
202
- /******/ !function() {
203
- /******/ __webpack_require__.hmd = function(module) {
204
- /******/ module = Object.create(module);
205
- /******/ if (!module.children) module.children = [];
206
- /******/ Object.defineProperty(module, 'exports', {
207
- /******/ enumerable: true,
208
- /******/ set: function() {
209
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
210
- /******/ }
211
- /******/ });
212
- /******/ return module;
213
- /******/ };
214
- /******/ }();
178
+ /******/ __webpack_require__.hmd = function(module) {
179
+ /******/ module = Object.create(module);
180
+ /******/ if (!module.children) module.children = [];
181
+ /******/ Object.defineProperty(module, 'exports', {
182
+ /******/ enumerable: true,
183
+ /******/ set: function() {
184
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
185
+ /******/ }
186
+ /******/ });
187
+ /******/ return module;
188
+ /******/ };
215
189
  /******/
216
190
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
217
- /******/ !function() {
218
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
219
- /******/ }();
191
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
220
192
  /******/
221
193
  /************************************************************************/
222
194
  /******/