clientnode 4.0.1504 → 4.0.1505

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 (58) 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 +410 -432
  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 +37 -63
  17. package/dist/compatible/domNode.js +27 -59
  18. package/dist/compatible/expression/evaluators.js +37 -55
  19. package/dist/compatible/expression/helper.js +8 -31
  20. package/dist/compatible/expression/index.js +37 -76
  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 +44 -71
  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 +37 -63
  29. package/dist/compatible/process.js +27 -55
  30. package/dist/compatible/scope.js +44 -113
  31. package/dist/compatible/string.js +37 -66
  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 +37 -63
  39. package/dist/domNode.js +27 -59
  40. package/dist/expression/evaluators.js +37 -55
  41. package/dist/expression/helper.js +8 -31
  42. package/dist/expression/index.js +37 -76
  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 +44 -71
  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 +37 -63
  51. package/dist/process.js +27 -55
  52. package/dist/scope.js +44 -113
  53. package/dist/string.d.ts +5 -4
  54. package/dist/string.js +37 -66
  55. package/dist/test-helper.js +8 -33
  56. package/dist/type.d.ts +1 -1
  57. package/dist/utility.js +27 -55
  58. package/package.json +3 -3
package/dist/Lock.js CHANGED
@@ -3,36 +3,17 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
3
3
  /******/
4
4
  /************************************************************************/
5
5
  /******/ /* webpack/runtime/define property getters */
6
- /******/ !function() {
7
- /******/ // define getter/value functions for harmony exports
8
- /******/ __webpack_require__.d = function(exports, definition) {
9
- /******/ if(Array.isArray(definition)) {
10
- /******/ var i = 0;
11
- /******/ while(i < definition.length) {
12
- /******/ var key = definition[i++];
13
- /******/ var binding = definition[i++];
14
- /******/ if(!__webpack_require__.o(exports, key)) {
15
- /******/ if(binding === 0) {
16
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
17
- /******/ } else {
18
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
19
- /******/ }
20
- /******/ } else if(binding === 0) { i++; }
21
- /******/ }
22
- /******/ } else {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
6
+ /******/ // define getter/value functions for harmony exports
7
+ /******/ __webpack_require__.d = function(exports, definition) {
8
+ /******/ for(var key in definition) {
9
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
10
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
28
11
  /******/ }
29
- /******/ };
30
- /******/ }();
12
+ /******/ }
13
+ /******/ };
31
14
  /******/
32
15
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
33
- /******/ !function() {
34
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
35
- /******/ }();
16
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
36
17
  /******/
37
18
  /************************************************************************/
38
19
  var __webpack_exports__ = {};
package/dist/Logger.js CHANGED
@@ -46,11 +46,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
46
46
  /* 2 */
47
47
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
48
48
 
49
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
50
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
51
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
52
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
53
- /* harmony export */ });
54
49
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
55
50
  /* module decorator */ module = __webpack_require__.hmd(module);
56
51
  // #!/usr/bin/env babel-node
@@ -650,63 +645,40 @@ var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_
650
645
  /******/
651
646
  /************************************************************************/
652
647
  /******/ /* webpack/runtime/define property getters */
653
- /******/ !function() {
654
- /******/ // define getter/value functions for harmony exports
655
- /******/ __webpack_require__.d = function(exports, definition) {
656
- /******/ if(Array.isArray(definition)) {
657
- /******/ var i = 0;
658
- /******/ while(i < definition.length) {
659
- /******/ var key = definition[i++];
660
- /******/ var binding = definition[i++];
661
- /******/ if(!__webpack_require__.o(exports, key)) {
662
- /******/ if(binding === 0) {
663
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
664
- /******/ } else {
665
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
666
- /******/ }
667
- /******/ } else if(binding === 0) { i++; }
668
- /******/ }
669
- /******/ } else {
670
- /******/ for(var key in definition) {
671
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
672
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
673
- /******/ }
674
- /******/ }
648
+ /******/ // define getter/value functions for harmony exports
649
+ /******/ __webpack_require__.d = function(exports, definition) {
650
+ /******/ for(var key in definition) {
651
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
652
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
675
653
  /******/ }
676
- /******/ };
677
- /******/ }();
654
+ /******/ }
655
+ /******/ };
678
656
  /******/
679
657
  /******/ /* webpack/runtime/global */
680
- /******/ !function() {
681
- /******/ __webpack_require__.g = (function() {
682
- /******/ if (typeof globalThis === 'object') return globalThis;
683
- /******/ try {
684
- /******/ return this || new Function('return this')();
685
- /******/ } catch (e) {
686
- /******/ if (typeof window === 'object') return window;
687
- /******/ }
688
- /******/ })();
689
- /******/ }();
658
+ /******/ __webpack_require__.g = (function() {
659
+ /******/ if (typeof globalThis === 'object') return globalThis;
660
+ /******/ try {
661
+ /******/ return this || new Function('return this')();
662
+ /******/ } catch (e) {
663
+ /******/ if (typeof window === 'object') return window;
664
+ /******/ }
665
+ /******/ })();
690
666
  /******/
691
667
  /******/ /* webpack/runtime/harmony module decorator */
692
- /******/ !function() {
693
- /******/ __webpack_require__.hmd = function(module) {
694
- /******/ module = Object.create(module);
695
- /******/ if (!module.children) module.children = [];
696
- /******/ Object.defineProperty(module, 'exports', {
697
- /******/ enumerable: true,
698
- /******/ set: function() {
699
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
700
- /******/ }
701
- /******/ });
702
- /******/ return module;
703
- /******/ };
704
- /******/ }();
668
+ /******/ __webpack_require__.hmd = function(module) {
669
+ /******/ module = Object.create(module);
670
+ /******/ if (!module.children) module.children = [];
671
+ /******/ Object.defineProperty(module, 'exports', {
672
+ /******/ enumerable: true,
673
+ /******/ set: function() {
674
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
675
+ /******/ }
676
+ /******/ });
677
+ /******/ return module;
678
+ /******/ };
705
679
  /******/
706
680
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
707
- /******/ !function() {
708
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
709
- /******/ }();
681
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
710
682
  /******/
711
683
  /************************************************************************/
712
684
  /******/
package/dist/Semaphore.js CHANGED
@@ -3,36 +3,17 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
3
3
  /******/
4
4
  /************************************************************************/
5
5
  /******/ /* webpack/runtime/define property getters */
6
- /******/ !function() {
7
- /******/ // define getter/value functions for harmony exports
8
- /******/ __webpack_require__.d = function(exports, definition) {
9
- /******/ if(Array.isArray(definition)) {
10
- /******/ var i = 0;
11
- /******/ while(i < definition.length) {
12
- /******/ var key = definition[i++];
13
- /******/ var binding = definition[i++];
14
- /******/ if(!__webpack_require__.o(exports, key)) {
15
- /******/ if(binding === 0) {
16
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
17
- /******/ } else {
18
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
19
- /******/ }
20
- /******/ } else if(binding === 0) { i++; }
21
- /******/ }
22
- /******/ } else {
23
- /******/ for(var key in definition) {
24
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
- /******/ }
27
- /******/ }
6
+ /******/ // define getter/value functions for harmony exports
7
+ /******/ __webpack_require__.d = function(exports, definition) {
8
+ /******/ for(var key in definition) {
9
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
10
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
28
11
  /******/ }
29
- /******/ };
30
- /******/ }();
12
+ /******/ }
13
+ /******/ };
31
14
  /******/
32
15
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
33
- /******/ !function() {
34
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
35
- /******/ }();
16
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
36
17
  /******/
37
18
  /************************************************************************/
38
19
  var __webpack_exports__ = {};
package/dist/array.js CHANGED
@@ -440,58 +440,20 @@ module.exports = x({ });
440
440
  /******/
441
441
  /************************************************************************/
442
442
  /******/ /* webpack/runtime/define property getters */
443
- /******/ !function() {
444
- /******/ // define getter/value functions for harmony exports
445
- /******/ __webpack_require__.d = function(exports, definition) {
446
- /******/ if(Array.isArray(definition)) {
447
- /******/ var i = 0;
448
- /******/ while(i < definition.length) {
449
- /******/ var key = definition[i++];
450
- /******/ var binding = definition[i++];
451
- /******/ if(!__webpack_require__.o(exports, key)) {
452
- /******/ if(binding === 0) {
453
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
454
- /******/ } else {
455
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
456
- /******/ }
457
- /******/ } else if(binding === 0) { i++; }
458
- /******/ }
459
- /******/ } else {
460
- /******/ for(var key in definition) {
461
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
462
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
463
- /******/ }
464
- /******/ }
443
+ /******/ // define getter/value functions for harmony exports
444
+ /******/ __webpack_require__.d = function(exports, definition) {
445
+ /******/ for(var key in definition) {
446
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
447
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
465
448
  /******/ }
466
- /******/ };
467
- /******/ }();
449
+ /******/ }
450
+ /******/ };
468
451
  /******/
469
452
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
470
- /******/ !function() {
471
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
472
- /******/ }();
453
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
473
454
  /******/
474
455
  /************************************************************************/
475
456
  var __webpack_exports__ = {};
476
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
477
- /* harmony export */ Am: function() { return /* binding */ unique; },
478
- /* harmony export */ En: function() { return /* binding */ paginate; },
479
- /* harmony export */ Hb: function() { return /* binding */ removeArrayItem; },
480
- /* harmony export */ Ht: function() { return /* binding */ extractIfPropertyMatches; },
481
- /* harmony export */ Ny: function() { return /* binding */ _permute2; },
482
- /* harmony export */ QR: function() { return /* binding */ makeRange; },
483
- /* harmony export */ ST: function() { return /* binding */ aggregatePropertyIfEqual; },
484
- /* harmony export */ UX: function() { return /* binding */ sortTopological; },
485
- /* harmony export */ _2: function() { return /* binding */ sumUpProperty; },
486
- /* harmony export */ bH: function() { return /* binding */ permuteLength; },
487
- /* harmony export */ dO: function() { return /* binding */ deleteEmptyItems; },
488
- /* harmony export */ gv: function() { return /* binding */ makeArray; },
489
- /* harmony export */ h1: function() { return /* binding */ merge; },
490
- /* harmony export */ o6: function() { return /* binding */ extract; },
491
- /* harmony export */ q6: function() { return /* binding */ extractIfPropertyExists; },
492
- /* harmony export */ u7: function() { return /* binding */ extractIfMatches; },
493
- /* harmony export */ y$: function() { return /* binding */ intersect; }
494
- /* harmony export */ });
495
457
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
496
458
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4);
497
459
  // #!/usr/bin/env babel-node