clientnode 4.0.1504 → 4.0.1506

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 (60) hide show
  1. package/dist/Lock.js +8 -27
  2. package/dist/Logger.js +34 -85
  3. package/dist/Semaphore.js +8 -27
  4. package/dist/array.js +10 -48
  5. package/dist/bundle/index.js +424 -440
  6. package/dist/cli.d.ts +1 -31
  7. package/dist/cli.js +77 -32
  8. package/dist/compatible/Lock.js +8 -27
  9. package/dist/compatible/Logger.js +34 -85
  10. package/dist/compatible/Semaphore.js +8 -27
  11. package/dist/compatible/array.js +10 -48
  12. package/dist/compatible/cli.js +77 -32
  13. package/dist/compatible/constants.js +11 -29
  14. package/dist/compatible/context.js +29 -57
  15. package/dist/compatible/cookie.js +27 -58
  16. package/dist/compatible/data-transfer.js +29 -61
  17. package/dist/compatible/datetime.js +41 -68
  18. package/dist/compatible/domNode.js +27 -59
  19. package/dist/compatible/expression/evaluators.js +41 -60
  20. package/dist/compatible/expression/helper.js +8 -31
  21. package/dist/compatible/expression/index.js +45 -85
  22. package/dist/compatible/expression/indicator-functions.js +10 -44
  23. package/dist/compatible/filesystem.js +29 -57
  24. package/dist/compatible/function.js +8 -32
  25. package/dist/compatible/index.js +98 -115
  26. package/dist/compatible/indicators.js +10 -41
  27. package/dist/compatible/module.js +27 -50
  28. package/dist/compatible/number.js +10 -36
  29. package/dist/compatible/object.js +39 -65
  30. package/dist/compatible/process.js +27 -55
  31. package/dist/compatible/scope.js +58 -146
  32. package/dist/compatible/string.js +39 -68
  33. package/dist/compatible/test-helper.js +10 -35
  34. package/dist/compatible/utility.js +27 -55
  35. package/dist/constants.d.ts +31 -0
  36. package/dist/constants.js +11 -29
  37. package/dist/context.js +29 -57
  38. package/dist/cookie.js +27 -58
  39. package/dist/data-transfer.js +29 -61
  40. package/dist/datetime.js +41 -68
  41. package/dist/domNode.js +27 -59
  42. package/dist/expression/evaluators.js +41 -60
  43. package/dist/expression/helper.js +8 -31
  44. package/dist/expression/index.js +45 -85
  45. package/dist/expression/indicator-functions.js +10 -44
  46. package/dist/filesystem.js +29 -57
  47. package/dist/function.js +8 -32
  48. package/dist/index.js +98 -115
  49. package/dist/indicators.js +10 -41
  50. package/dist/module.js +27 -50
  51. package/dist/number.js +10 -36
  52. package/dist/object.js +39 -65
  53. package/dist/process.js +27 -55
  54. package/dist/scope.js +58 -146
  55. package/dist/string.d.ts +5 -4
  56. package/dist/string.js +39 -68
  57. package/dist/test-helper.js +10 -35
  58. package/dist/type.d.ts +1 -1
  59. package/dist/utility.js +27 -55
  60. package/package.json +4 -4
@@ -18,7 +18,7 @@ module.exports = x({ });
18
18
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
19
  /* harmony export */ rq: function() { return /* binding */ CLASS_TO_TYPE_MAPPING; }
20
20
  /* harmony export */ });
21
- /* unused harmony exports DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
21
+ /* unused harmony exports CLI_COLOR, DEFAULT_ENCODING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
22
22
  // #!/usr/bin/env babel-node
23
23
  // -*- coding: utf-8 -*-
24
24
  /** @module constants *//* !
@@ -34,7 +34,7 @@ module.exports = x({ });
34
34
  naming 3.0 unported license.
35
35
  See https://creativecommons.org/licenses/by/3.0/deed.de
36
36
  endregion
37
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
37
+ */var CLI_COLOR=(/* unused pure expression or super */ null && ({black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"}));var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=(/* unused pure expression or super */ null && (["debug","error","info","log","warn"]));var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
38
38
  // conversion.
39
39
  var ABBREVIATIONS=(/* unused pure expression or super */ null && (["html","id","url","us","de","api","href"]));// Saves a string with all css3 browser specific animation end event names.
40
40
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -317,12 +317,6 @@ result=object;if(isPlainObject(exclude)){var useCopy=false;var copy=_objectSprea
317
317
  /* 4 */
318
318
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
319
319
 
320
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
321
- /* harmony export */ Tn: function() { return /* binding */ isFunction; },
322
- /* harmony export */ jh: function() { return /* binding */ isMap; },
323
- /* harmony export */ kf: function() { return /* binding */ isNumeric; },
324
- /* harmony export */ vM: function() { return /* binding */ isSet; }
325
- /* harmony export */ });
326
320
  /* unused harmony exports isWindow, isArrayLike, isAnyMatching, isObject, isPlainObject, isProxy */
327
321
  /* unused harmony import specifier */ var PLAIN_OBJECT_PROTOTYPES;
328
322
  /* unused harmony import specifier */ var determineType;
@@ -443,36 +437,17 @@ module.exports = x({ });
443
437
  /******/
444
438
  /************************************************************************/
445
439
  /******/ /* webpack/runtime/define property getters */
446
- /******/ !function() {
447
- /******/ // define getter/value functions for harmony exports
448
- /******/ __webpack_require__.d = function(exports, definition) {
449
- /******/ if(Array.isArray(definition)) {
450
- /******/ var i = 0;
451
- /******/ while(i < definition.length) {
452
- /******/ var key = definition[i++];
453
- /******/ var binding = definition[i++];
454
- /******/ if(!__webpack_require__.o(exports, key)) {
455
- /******/ if(binding === 0) {
456
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
457
- /******/ } else {
458
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
459
- /******/ }
460
- /******/ } else if(binding === 0) { i++; }
461
- /******/ }
462
- /******/ } else {
463
- /******/ for(var key in definition) {
464
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
465
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
466
- /******/ }
467
- /******/ }
440
+ /******/ // define getter/value functions for harmony exports
441
+ /******/ __webpack_require__.d = function(exports, definition) {
442
+ /******/ for(var key in definition) {
443
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
444
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
468
445
  /******/ }
469
- /******/ };
470
- /******/ }();
446
+ /******/ }
447
+ /******/ };
471
448
  /******/
472
449
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
473
- /******/ !function() {
474
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
475
- /******/ }();
450
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
476
451
  /******/
477
452
  /************************************************************************/
478
453
 
@@ -14,11 +14,6 @@ module.exports = x({ });
14
14
  /* 2 */
15
15
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
16
16
 
17
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
18
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
19
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
20
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
21
- /* harmony export */ });
22
17
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
23
18
  /* module decorator */ module = __webpack_require__.hmd(module);
24
19
  // #!/usr/bin/env babel-node
@@ -285,63 +280,40 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
285
280
  /******/
286
281
  /************************************************************************/
287
282
  /******/ /* webpack/runtime/define property getters */
288
- /******/ !function() {
289
- /******/ // define getter/value functions for harmony exports
290
- /******/ __webpack_require__.d = function(exports, definition) {
291
- /******/ if(Array.isArray(definition)) {
292
- /******/ var i = 0;
293
- /******/ while(i < definition.length) {
294
- /******/ var key = definition[i++];
295
- /******/ var binding = definition[i++];
296
- /******/ if(!__webpack_require__.o(exports, key)) {
297
- /******/ if(binding === 0) {
298
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
299
- /******/ } else {
300
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
301
- /******/ }
302
- /******/ } else if(binding === 0) { i++; }
303
- /******/ }
304
- /******/ } else {
305
- /******/ for(var key in definition) {
306
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
307
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
308
- /******/ }
309
- /******/ }
283
+ /******/ // define getter/value functions for harmony exports
284
+ /******/ __webpack_require__.d = function(exports, definition) {
285
+ /******/ for(var key in definition) {
286
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
287
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
310
288
  /******/ }
311
- /******/ };
312
- /******/ }();
289
+ /******/ }
290
+ /******/ };
313
291
  /******/
314
292
  /******/ /* webpack/runtime/global */
315
- /******/ !function() {
316
- /******/ __webpack_require__.g = (function() {
317
- /******/ if (typeof globalThis === 'object') return globalThis;
318
- /******/ try {
319
- /******/ return this || new Function('return this')();
320
- /******/ } catch (e) {
321
- /******/ if (typeof window === 'object') return window;
322
- /******/ }
323
- /******/ })();
324
- /******/ }();
293
+ /******/ __webpack_require__.g = (function() {
294
+ /******/ if (typeof globalThis === 'object') return globalThis;
295
+ /******/ try {
296
+ /******/ return this || new Function('return this')();
297
+ /******/ } catch (e) {
298
+ /******/ if (typeof window === 'object') return window;
299
+ /******/ }
300
+ /******/ })();
325
301
  /******/
326
302
  /******/ /* webpack/runtime/harmony module decorator */
327
- /******/ !function() {
328
- /******/ __webpack_require__.hmd = function(module) {
329
- /******/ module = Object.create(module);
330
- /******/ if (!module.children) module.children = [];
331
- /******/ Object.defineProperty(module, 'exports', {
332
- /******/ enumerable: true,
333
- /******/ set: function() {
334
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
335
- /******/ }
336
- /******/ });
337
- /******/ return module;
338
- /******/ };
339
- /******/ }();
303
+ /******/ __webpack_require__.hmd = function(module) {
304
+ /******/ module = Object.create(module);
305
+ /******/ if (!module.children) module.children = [];
306
+ /******/ Object.defineProperty(module, 'exports', {
307
+ /******/ enumerable: true,
308
+ /******/ set: function() {
309
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
310
+ /******/ }
311
+ /******/ });
312
+ /******/ return module;
313
+ /******/ };
340
314
  /******/
341
315
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
342
- /******/ !function() {
343
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
344
- /******/ }();
316
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
345
317
  /******/
346
318
  /************************************************************************/
347
319
  /******/
@@ -1,6 +1,37 @@
1
1
  import type { Encoding, FirstParameter } from './type';
2
2
  export { Lock } from './Lock';
3
3
  export { Semaphore } from './Semaphore';
4
+ export declare const CLI_COLOR: {
5
+ readonly black: '\u001B[30m';
6
+ readonly blink: '\u001B[5m';
7
+ readonly blue: '\u001B[0;34m';
8
+ readonly bold: '\u001B[1m';
9
+ readonly cyan: '\u001B[36m';
10
+ readonly darkGray: '\u001B[0;90m';
11
+ readonly default: '\u001B[0m';
12
+ readonly dim: '\u001B[2m';
13
+ readonly green: '\u001B[32m';
14
+ readonly invert: '\u001B[7m';
15
+ readonly invisible: '\u001B[8m';
16
+ readonly lightBlue: '\u001B[0;94m';
17
+ readonly lightCyan: '\u001B[0;96m';
18
+ readonly lightGray: '\u001B[0;37m';
19
+ readonly lightGreen: '\u001B[0;92m';
20
+ readonly lightMagenta: '\u001B[0;95m';
21
+ readonly lightRed: '\u001B[0;91m';
22
+ readonly lightYellow: '\u001B[0;93m';
23
+ readonly magenta: '\u001B[35m';
24
+ readonly nodim: '\u001B[22m';
25
+ readonly noblink: '\u001B[25m';
26
+ readonly nobold: '\u001B[21m';
27
+ readonly noinvert: '\u001B[27m';
28
+ readonly noinvisible: '\u001B[28m';
29
+ readonly nounderline: '\u001B[24m';
30
+ readonly red: '\u001B[31m';
31
+ readonly underline: '\u001B[4m';
32
+ readonly white: '\u001B[37m';
33
+ readonly yellow: '\u001B[33m';
34
+ };
4
35
  export declare const DEFAULT_ENCODING: Encoding;
5
36
  export declare const CLOSE_EVENT_NAMES: readonly ['close', 'exit', 'SIGINT', 'SIGTERM', 'SIGQUIT', 'uncaughtException'];
6
37
  export declare const CONSOLE_METHODS: readonly ['debug', 'error', 'info', 'log', 'warn'];
package/dist/constants.js CHANGED
@@ -119,36 +119,17 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
119
119
  /******/
120
120
  /************************************************************************/
121
121
  /******/ /* webpack/runtime/define property getters */
122
- /******/ !function() {
123
- /******/ // define getter/value functions for harmony exports
124
- /******/ __webpack_require__.d = function(exports, definition) {
125
- /******/ if(Array.isArray(definition)) {
126
- /******/ var i = 0;
127
- /******/ while(i < definition.length) {
128
- /******/ var key = definition[i++];
129
- /******/ var binding = definition[i++];
130
- /******/ if(!__webpack_require__.o(exports, key)) {
131
- /******/ if(binding === 0) {
132
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
133
- /******/ } else {
134
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
135
- /******/ }
136
- /******/ } else if(binding === 0) { i++; }
137
- /******/ }
138
- /******/ } else {
139
- /******/ for(var key in definition) {
140
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
141
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
142
- /******/ }
143
- /******/ }
122
+ /******/ // define getter/value functions for harmony exports
123
+ /******/ __webpack_require__.d = function(exports, definition) {
124
+ /******/ for(var key in definition) {
125
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
126
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
144
127
  /******/ }
145
- /******/ };
146
- /******/ }();
128
+ /******/ }
129
+ /******/ };
147
130
  /******/
148
131
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
149
- /******/ !function() {
150
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
151
- /******/ }();
132
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
152
133
  /******/
153
134
  /************************************************************************/
154
135
  var __webpack_exports__ = {};
@@ -166,6 +147,7 @@ var __webpack_exports__ = {};
166
147
  /* harmony export */ jG: function() { return /* binding */ CLOSE_EVENT_NAMES; },
167
148
  /* harmony export */ jf: function() { return /* reexport safe */ _Semaphore_js__WEBPACK_IMPORTED_MODULE_1__.j; },
168
149
  /* harmony export */ jg: function() { return /* binding */ CONSOLE_METHODS; },
150
+ /* harmony export */ l_: function() { return /* binding */ CLI_COLOR; },
169
151
  /* harmony export */ p_: function() { return /* binding */ IGNORE_NULL_AND_UNDEFINED_SYMBOL; },
170
152
  /* harmony export */ rq: function() { return /* binding */ CLASS_TO_TYPE_MAPPING; },
171
153
  /* harmony export */ uJ: function() { return /* binding */ DEFAULT_ENCODING; }
@@ -187,7 +169,7 @@ var __webpack_exports__ = {};
187
169
  naming 3.0 unported license.
188
170
  See https://creativecommons.org/licenses/by/3.0/deed.de
189
171
  endregion
190
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"];var CONSOLE_METHODS=["debug","error","info","log","warn"];var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
172
+ */var CLI_COLOR={black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"};var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"];var CONSOLE_METHODS=["debug","error","info","log","warn"];var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
191
173
  // conversion.
192
174
  var ABBREVIATIONS=["html","id","url","us","de","api","href"];// Saves a string with all css3 browser specific animation end event names.
193
175
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -197,4 +179,4 @@ var SPECIAL_REGEX_SEQUENCES=["-","[","]","(",")","^","$","*","+",".","{","}"];//
197
179
  var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd";
198
180
  var __webpack_exports__Lock = __webpack_exports__.c_;
199
181
  var __webpack_exports__Semaphore = __webpack_exports__.jf;
200
- export { ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, CLOSE_EVENT_NAMES, CONSOLE_METHODS, DEFAULT_ENCODING, IGNORE_NULL_AND_UNDEFINED_SYMBOL, KEYBOARD_CODES, KEY_CODES, LOCALES, __webpack_exports__Lock as Lock, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, __webpack_exports__Semaphore as Semaphore, TRANSITION_END_EVENT_NAMES, VALUE_COPY_SYMBOL };
182
+ export { ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, CLI_COLOR, CLOSE_EVENT_NAMES, CONSOLE_METHODS, DEFAULT_ENCODING, IGNORE_NULL_AND_UNDEFINED_SYMBOL, KEYBOARD_CODES, KEY_CODES, LOCALES, __webpack_exports__Lock as Lock, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, __webpack_exports__Semaphore as Semaphore, TRANSITION_END_EVENT_NAMES, VALUE_COPY_SYMBOL };
package/dist/context.js CHANGED
@@ -6,7 +6,7 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
6
6
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
7
7
  /* harmony export */ jg: function() { return /* binding */ CONSOLE_METHODS; }
8
8
  /* harmony export */ });
9
- /* unused harmony exports DEFAULT_ENCODING, CLOSE_EVENT_NAMES, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
9
+ /* unused harmony exports CLI_COLOR, DEFAULT_ENCODING, CLOSE_EVENT_NAMES, VALUE_COPY_SYMBOL, IGNORE_NULL_AND_UNDEFINED_SYMBOL, ABBREVIATIONS, ANIMATION_END_EVENT_NAMES, CLASS_TO_TYPE_MAPPING, KEY_CODES, KEYBOARD_CODES, LOCALES, PLAIN_OBJECT_PROTOTYPES, SPECIAL_REGEX_SEQUENCES, TRANSITION_END_EVENT_NAMES */
10
10
  // #!/usr/bin/env babel-node
11
11
  // -*- coding: utf-8 -*-
12
12
  /** @module constants *//* !
@@ -22,7 +22,7 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
22
22
  naming 3.0 unported license.
23
23
  See https://creativecommons.org/licenses/by/3.0/deed.de
24
24
  endregion
25
- */var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=["debug","error","info","log","warn"];var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
25
+ */var CLI_COLOR=(/* unused pure expression or super */ null && ({black:"\x1B[30m",blink:"\x1B[5m",blue:"\x1B[0;34m",bold:"\x1B[1m",cyan:"\x1B[36m",darkGray:"\x1B[0;90m",default:"\x1B[0m",dim:"\x1B[2m",green:"\x1B[32m",invert:"\x1B[7m",invisible:"\x1B[8m",lightBlue:"\x1B[0;94m",lightCyan:"\x1B[0;96m",lightGray:"\x1B[0;37m",lightGreen:"\x1B[0;92m",lightMagenta:"\x1B[0;95m",lightRed:"\x1B[0;91m",lightYellow:"\x1B[0;93m",magenta:"\x1B[35m",nodim:"\x1B[22m",noblink:"\x1B[25m",nobold:"\x1B[21m",noinvert:"\x1B[27m",noinvisible:"\x1B[28m",nounderline:"\x1B[24m",red:"\x1B[31m",underline:"\x1B[4m",white:"\x1B[37m",yellow:"\x1B[33m"}));var DEFAULT_ENCODING="utf8";var CLOSE_EVENT_NAMES=(/* unused pure expression or super */ null && (["close","exit","SIGINT","SIGTERM","SIGQUIT","uncaughtException"]));var CONSOLE_METHODS=["debug","error","info","log","warn"];var VALUE_COPY_SYMBOL=Symbol.for("clientnodeValue");var IGNORE_NULL_AND_UNDEFINED_SYMBOL=Symbol.for("clientnodeIgnoreNullAndUndefined");// Lists all known abbreviation for proper camel case to delimited and back
26
26
  // conversion.
27
27
  var ABBREVIATIONS=(/* unused pure expression or super */ null && (["html","id","url","us","de","api","href"]));// Saves a string with all css3 browser specific animation end event names.
28
28
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -35,11 +35,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
35
35
  /* 2 */
36
36
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
37
37
 
38
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
39
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
40
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
41
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
42
- /* harmony export */ });
43
38
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
44
39
  /* module decorator */ module = __webpack_require__.hmd(module);
45
40
  // #!/usr/bin/env babel-node
@@ -151,63 +146,40 @@ module.exports = webpackEmptyContext;
151
146
  /******/
152
147
  /************************************************************************/
153
148
  /******/ /* webpack/runtime/define property getters */
154
- /******/ !function() {
155
- /******/ // define getter/value functions for harmony exports
156
- /******/ __webpack_require__.d = function(exports, definition) {
157
- /******/ if(Array.isArray(definition)) {
158
- /******/ var i = 0;
159
- /******/ while(i < definition.length) {
160
- /******/ var key = definition[i++];
161
- /******/ var binding = definition[i++];
162
- /******/ if(!__webpack_require__.o(exports, key)) {
163
- /******/ if(binding === 0) {
164
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
165
- /******/ } else {
166
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
167
- /******/ }
168
- /******/ } else if(binding === 0) { i++; }
169
- /******/ }
170
- /******/ } else {
171
- /******/ for(var key in definition) {
172
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
173
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
174
- /******/ }
175
- /******/ }
149
+ /******/ // define getter/value functions for harmony exports
150
+ /******/ __webpack_require__.d = function(exports, definition) {
151
+ /******/ for(var key in definition) {
152
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
153
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
176
154
  /******/ }
177
- /******/ };
178
- /******/ }();
155
+ /******/ }
156
+ /******/ };
179
157
  /******/
180
158
  /******/ /* webpack/runtime/global */
181
- /******/ !function() {
182
- /******/ __webpack_require__.g = (function() {
183
- /******/ if (typeof globalThis === 'object') return globalThis;
184
- /******/ try {
185
- /******/ return this || new Function('return this')();
186
- /******/ } catch (e) {
187
- /******/ if (typeof window === 'object') return window;
188
- /******/ }
189
- /******/ })();
190
- /******/ }();
159
+ /******/ __webpack_require__.g = (function() {
160
+ /******/ if (typeof globalThis === 'object') return globalThis;
161
+ /******/ try {
162
+ /******/ return this || new Function('return this')();
163
+ /******/ } catch (e) {
164
+ /******/ if (typeof window === 'object') return window;
165
+ /******/ }
166
+ /******/ })();
191
167
  /******/
192
168
  /******/ /* webpack/runtime/harmony module decorator */
193
- /******/ !function() {
194
- /******/ __webpack_require__.hmd = function(module) {
195
- /******/ module = Object.create(module);
196
- /******/ if (!module.children) module.children = [];
197
- /******/ Object.defineProperty(module, 'exports', {
198
- /******/ enumerable: true,
199
- /******/ set: function() {
200
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
201
- /******/ }
202
- /******/ });
203
- /******/ return module;
204
- /******/ };
205
- /******/ }();
169
+ /******/ __webpack_require__.hmd = function(module) {
170
+ /******/ module = Object.create(module);
171
+ /******/ if (!module.children) module.children = [];
172
+ /******/ Object.defineProperty(module, 'exports', {
173
+ /******/ enumerable: true,
174
+ /******/ set: function() {
175
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
176
+ /******/ }
177
+ /******/ });
178
+ /******/ return module;
179
+ /******/ };
206
180
  /******/
207
181
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
208
- /******/ !function() {
209
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
210
- /******/ }();
182
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
211
183
  /******/
212
184
  /************************************************************************/
213
185
  /******/
package/dist/cookie.js CHANGED
@@ -3,9 +3,6 @@ if(typeof window==='undefined'||window===null)var window=(typeof globalThis==='u
3
3
  /***/ 5:
4
4
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
5
5
 
6
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
7
- /* harmony export */ Lz: function() { return /* binding */ globalContext; }
8
- /* harmony export */ });
9
6
  /* unused harmony exports setGlobalContext, MAXIMAL_NUMBER_OF_ITERATIONS, NOOP, mockConsole */
10
7
  /* unused harmony import specifier */ var CONSOLE_METHODS;
11
8
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
@@ -86,11 +83,6 @@ if(!Object.prototype.hasOwnProperty.call(globalContext,"console"))globalContext.
86
83
  /***/ 2:
87
84
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
88
85
 
89
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
90
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
91
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
92
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
93
- /* harmony export */ });
94
86
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
95
87
  /* module decorator */ module = __webpack_require__.hmd(module);
96
88
  // #!/usr/bin/env babel-node
@@ -169,63 +161,40 @@ module.exports = webpackEmptyContext;
169
161
  /******/
170
162
  /************************************************************************/
171
163
  /******/ /* webpack/runtime/define property getters */
172
- /******/ !function() {
173
- /******/ // define getter/value functions for harmony exports
174
- /******/ __webpack_require__.d = function(exports, definition) {
175
- /******/ if(Array.isArray(definition)) {
176
- /******/ var i = 0;
177
- /******/ while(i < definition.length) {
178
- /******/ var key = definition[i++];
179
- /******/ var binding = definition[i++];
180
- /******/ if(!__webpack_require__.o(exports, key)) {
181
- /******/ if(binding === 0) {
182
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
183
- /******/ } else {
184
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
185
- /******/ }
186
- /******/ } else if(binding === 0) { i++; }
187
- /******/ }
188
- /******/ } else {
189
- /******/ for(var key in definition) {
190
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
191
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
192
- /******/ }
193
- /******/ }
164
+ /******/ // define getter/value functions for harmony exports
165
+ /******/ __webpack_require__.d = function(exports, definition) {
166
+ /******/ for(var key in definition) {
167
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
168
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
194
169
  /******/ }
195
- /******/ };
196
- /******/ }();
170
+ /******/ }
171
+ /******/ };
197
172
  /******/
198
173
  /******/ /* webpack/runtime/global */
199
- /******/ !function() {
200
- /******/ __webpack_require__.g = (function() {
201
- /******/ if (typeof globalThis === 'object') return globalThis;
202
- /******/ try {
203
- /******/ return this || new Function('return this')();
204
- /******/ } catch (e) {
205
- /******/ if (typeof window === 'object') return window;
206
- /******/ }
207
- /******/ })();
208
- /******/ }();
174
+ /******/ __webpack_require__.g = (function() {
175
+ /******/ if (typeof globalThis === 'object') return globalThis;
176
+ /******/ try {
177
+ /******/ return this || new Function('return this')();
178
+ /******/ } catch (e) {
179
+ /******/ if (typeof window === 'object') return window;
180
+ /******/ }
181
+ /******/ })();
209
182
  /******/
210
183
  /******/ /* webpack/runtime/harmony module decorator */
211
- /******/ !function() {
212
- /******/ __webpack_require__.hmd = function(module) {
213
- /******/ module = Object.create(module);
214
- /******/ if (!module.children) module.children = [];
215
- /******/ Object.defineProperty(module, 'exports', {
216
- /******/ enumerable: true,
217
- /******/ set: function() {
218
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
219
- /******/ }
220
- /******/ });
221
- /******/ return module;
222
- /******/ };
223
- /******/ }();
184
+ /******/ __webpack_require__.hmd = function(module) {
185
+ /******/ module = Object.create(module);
186
+ /******/ if (!module.children) module.children = [];
187
+ /******/ Object.defineProperty(module, 'exports', {
188
+ /******/ enumerable: true,
189
+ /******/ set: function() {
190
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
191
+ /******/ }
192
+ /******/ });
193
+ /******/ return module;
194
+ /******/ };
224
195
  /******/
225
196
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
226
- /******/ !function() {
227
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
228
- /******/ }();
197
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
229
198
  /******/
230
199
  /************************************************************************/
231
200
  /******/