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
@@ -16,7 +16,7 @@ module.exports = x({ });
16
16
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
17
17
  /* harmony export */ uJ: function() { return /* binding */ DEFAULT_ENCODING; }
18
18
  /* harmony export */ });
19
- /* unused harmony exports CLOSE_EVENT_NAMES, CONSOLE_METHODS, 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 */
19
+ /* unused harmony exports CLI_COLOR, CLOSE_EVENT_NAMES, CONSOLE_METHODS, 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 */
20
20
  // #!/usr/bin/env babel-node
21
21
  // -*- coding: utf-8 -*-
22
22
  /** @module constants *//* !
@@ -32,7 +32,7 @@ module.exports = x({ });
32
32
  naming 3.0 unported license.
33
33
  See https://creativecommons.org/licenses/by/3.0/deed.de
34
34
  endregion
35
- */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
35
+ */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
36
36
  // conversion.
37
37
  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.
38
38
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -45,11 +45,6 @@ var TRANSITION_END_EVENT_NAMES="transitionend webkitTransitionEnd oTransitionEnd
45
45
  /* 2 */
46
46
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
47
47
 
48
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
49
- /* harmony export */ I5: function() { return /* binding */ optionalRequire; },
50
- /* harmony export */ Sw: function() { return /* binding */ optionalImport; },
51
- /* harmony export */ a8: function() { return /* binding */ determineGlobalContext; }
52
- /* harmony export */ });
53
48
  /* unused harmony exports isImportSyntaxSupported, currentRequire, setOptionalRequire, getCurrentRequire, clearRequireCache, isolatedRequire */
54
49
  /* module decorator */ module = __webpack_require__.hmd(module);
55
50
  // #!/usr/bin/env babel-node
@@ -293,63 +288,40 @@ try{mkdirSync(targetPath)}catch(error){if(error.code!=="EEXIST")throw error}for(
293
288
  /******/
294
289
  /************************************************************************/
295
290
  /******/ /* webpack/runtime/define property getters */
296
- /******/ !function() {
297
- /******/ // define getter/value functions for harmony exports
298
- /******/ __webpack_require__.d = function(exports, definition) {
299
- /******/ if(Array.isArray(definition)) {
300
- /******/ var i = 0;
301
- /******/ while(i < definition.length) {
302
- /******/ var key = definition[i++];
303
- /******/ var binding = definition[i++];
304
- /******/ if(!__webpack_require__.o(exports, key)) {
305
- /******/ if(binding === 0) {
306
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
307
- /******/ } else {
308
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
309
- /******/ }
310
- /******/ } else if(binding === 0) { i++; }
311
- /******/ }
312
- /******/ } else {
313
- /******/ for(var key in definition) {
314
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
315
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
316
- /******/ }
317
- /******/ }
291
+ /******/ // define getter/value functions for harmony exports
292
+ /******/ __webpack_require__.d = function(exports, definition) {
293
+ /******/ for(var key in definition) {
294
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
295
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
318
296
  /******/ }
319
- /******/ };
320
- /******/ }();
297
+ /******/ }
298
+ /******/ };
321
299
  /******/
322
300
  /******/ /* webpack/runtime/global */
323
- /******/ !function() {
324
- /******/ __webpack_require__.g = (function() {
325
- /******/ if (typeof globalThis === 'object') return globalThis;
326
- /******/ try {
327
- /******/ return this || new Function('return this')();
328
- /******/ } catch (e) {
329
- /******/ if (typeof window === 'object') return window;
330
- /******/ }
331
- /******/ })();
332
- /******/ }();
301
+ /******/ __webpack_require__.g = (function() {
302
+ /******/ if (typeof globalThis === 'object') return globalThis;
303
+ /******/ try {
304
+ /******/ return this || new Function('return this')();
305
+ /******/ } catch (e) {
306
+ /******/ if (typeof window === 'object') return window;
307
+ /******/ }
308
+ /******/ })();
333
309
  /******/
334
310
  /******/ /* webpack/runtime/harmony module decorator */
335
- /******/ !function() {
336
- /******/ __webpack_require__.hmd = function(module) {
337
- /******/ module = Object.create(module);
338
- /******/ if (!module.children) module.children = [];
339
- /******/ Object.defineProperty(module, 'exports', {
340
- /******/ enumerable: true,
341
- /******/ set: function() {
342
- /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
343
- /******/ }
344
- /******/ });
345
- /******/ return module;
346
- /******/ };
347
- /******/ }();
311
+ /******/ __webpack_require__.hmd = function(module) {
312
+ /******/ module = Object.create(module);
313
+ /******/ if (!module.children) module.children = [];
314
+ /******/ Object.defineProperty(module, 'exports', {
315
+ /******/ enumerable: true,
316
+ /******/ set: function() {
317
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
318
+ /******/ }
319
+ /******/ });
320
+ /******/ return module;
321
+ /******/ };
348
322
  /******/
349
323
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
350
- /******/ !function() {
351
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
352
- /******/ }();
324
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
353
325
  /******/
354
326
  /************************************************************************/
355
327
  /******/
package/dist/function.js CHANGED
@@ -38,44 +38,20 @@ module.exports = x({ });
38
38
  /******/
39
39
  /************************************************************************/
40
40
  /******/ /* webpack/runtime/define property getters */
41
- /******/ !function() {
42
- /******/ // define getter/value functions for harmony exports
43
- /******/ __webpack_require__.d = function(exports, definition) {
44
- /******/ if(Array.isArray(definition)) {
45
- /******/ var i = 0;
46
- /******/ while(i < definition.length) {
47
- /******/ var key = definition[i++];
48
- /******/ var binding = definition[i++];
49
- /******/ if(!__webpack_require__.o(exports, key)) {
50
- /******/ if(binding === 0) {
51
- /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
52
- /******/ } else {
53
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
54
- /******/ }
55
- /******/ } else if(binding === 0) { i++; }
56
- /******/ }
57
- /******/ } else {
58
- /******/ for(var key in definition) {
59
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
60
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61
- /******/ }
62
- /******/ }
41
+ /******/ // define getter/value functions for harmony exports
42
+ /******/ __webpack_require__.d = function(exports, definition) {
43
+ /******/ for(var key in definition) {
44
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
45
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63
46
  /******/ }
64
- /******/ };
65
- /******/ }();
47
+ /******/ }
48
+ /******/ };
66
49
  /******/
67
50
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
68
- /******/ !function() {
69
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
70
- /******/ }();
51
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
71
52
  /******/
72
53
  /************************************************************************/
73
54
  var __webpack_exports__ = {};
74
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
75
- /* harmony export */ D_: function() { return /* binding */ identity; },
76
- /* harmony export */ Gj: function() { return /* binding */ _getParameterNames; },
77
- /* harmony export */ gH: function() { return /* binding */ invertArrayFilter; }
78
- /* harmony export */ });
79
55
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
80
56
  // #!/usr/bin/env babel-node
81
57
  // -*- coding: utf-8 -*-
package/dist/index.js CHANGED
@@ -28,6 +28,7 @@ module.exports = x({ });
28
28
  /* harmony export */ jG: function() { return /* binding */ CLOSE_EVENT_NAMES; },
29
29
  /* harmony export */ jf: function() { return /* reexport safe */ _Semaphore_js__WEBPACK_IMPORTED_MODULE_1__.j; },
30
30
  /* harmony export */ jg: function() { return /* binding */ CONSOLE_METHODS; },
31
+ /* harmony export */ l_: function() { return /* binding */ CLI_COLOR; },
31
32
  /* harmony export */ p_: function() { return /* binding */ IGNORE_NULL_AND_UNDEFINED_SYMBOL; },
32
33
  /* harmony export */ rq: function() { return /* binding */ CLASS_TO_TYPE_MAPPING; },
33
34
  /* harmony export */ uJ: function() { return /* binding */ DEFAULT_ENCODING; }
@@ -49,7 +50,7 @@ module.exports = x({ });
49
50
  naming 3.0 unported license.
50
51
  See https://creativecommons.org/licenses/by/3.0/deed.de
51
52
  endregion
52
- */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
53
+ */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
53
54
  // conversion.
54
55
  var ABBREVIATIONS=["html","id","url","us","de","api","href"];// Saves a string with all css3 browser specific animation end event names.
55
56
  var ANIMATION_END_EVENT_NAMES="animationend webkitAnimationEnd oAnimationEnd MSAnimationEnd";// String representation to object type name mapping.
@@ -802,7 +803,11 @@ var _compile=compile(expression,options),error=_compile.error,originalScopeNames
802
803
  * @param skipTagDelimitedParts - Indicates whether to, for example, ignore
803
804
  * html tags via "['<', '>']" (the default).
804
805
  * @returns Start and end index of matching range.
805
- */var findNormalizedMatchRange=function findNormalizedMatchRange(target,query,normalizer,skipTagDelimitedParts){if(normalizer===void 0){normalizer=function normalizer(value){return String(value).toLowerCase()}}if(skipTagDelimitedParts===void 0){skipTagDelimitedParts=["<",">"]}var normalizedQuery=normalizer(query);var normalizedTarget=normalizer(target);var stringTarget=typeof target==="string"?target:normalizedTarget;if(normalizedTarget&&normalizedQuery){var inTag=false;for(var index=0;index<stringTarget.length;index+=1){if(inTag){if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[1])inTag=false;continue}if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[0]){inTag=true;continue}if(normalizer(stringTarget.substring(index)).startsWith(normalizedQuery)){if(normalizedQuery.length===1)return[index,index+1];for(var subIndex=stringTarget.length;subIndex>index;subIndex-=1)if(!normalizer(stringTarget.substring(index,subIndex)).startsWith(normalizedQuery))return[index,subIndex+1]}}}return null};/**
806
+ */var findNormalizedMatchRange=function findNormalizedMatchRange(target,query,normalizer,skipTagDelimitedParts){if(normalizer===void 0){normalizer=function normalizer(value){return typeof value==="string"?value.trim().toLowerCase():value}}if(skipTagDelimitedParts===void 0){skipTagDelimitedParts=["<",">"]}var normalizedQuery=normalizer(query);var stringNormalizedQuery;if(typeof normalizedQuery==="string")stringNormalizedQuery=normalizedQuery;else{var match=target.match(normalizedQuery);stringNormalizedQuery=match?match[0]:""}if(!stringNormalizedQuery)return null;var normalizedTarget=normalizer(target);if(!normalizedTarget)return null;var stringTarget=typeof target==="string"?target:normalizedTarget;var inTag=false;for(var index=0;index<stringTarget.length;index+=1){if(inTag){if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[1])inTag=false;continue}if(Array.isArray(skipTagDelimitedParts)&&stringTarget.charAt(index)===skipTagDelimitedParts[0]){inTag=true;continue}/*
807
+ Skip positions the normalizer strips away (e.g. leading
808
+ whitespace), so the reported match index aligns with the real
809
+ character.
810
+ */if(!normalizer(stringTarget.charAt(index)))continue;if(normalizer(stringTarget.substring(index)).startsWith(stringNormalizedQuery)){if(stringNormalizedQuery.length===1)return[index,index+1];for(var subIndex=stringTarget.length;subIndex>index;subIndex-=1)if(!normalizer(stringTarget.substring(index,subIndex)).startsWith(stringNormalizedQuery))return[index,subIndex+1]}}return null};/**
806
811
  * Fixes known encoding problems in given data.
807
812
  * @param data - To process.
808
813
  * @returns Processed data.
@@ -846,8 +851,9 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
846
851
  * @returns The formatted string.
847
852
  */var lowerCase=function lowerCase(string){return string.charAt(0).toLowerCase()+string.substring(1)};/**
848
853
  * Wraps given mark strings in a given target with a given marker.
849
- * @param target - String to search for marker.
850
- * @param givenWords - String or array of strings to search in target for.
854
+ * @param target - String to search in.
855
+ * @param givenSearchWords - String or regular expression or array of those to
856
+ * search for.
851
857
  * @param givenOptions - Defines highlighting behavior.
852
858
  * @param givenOptions.marker - HTML template string to mark.
853
859
  * @param givenOptions.normalizer - Pure normalization function to use before
@@ -855,11 +861,11 @@ distanceMatrix[firstIndex-1][secondIndex-1]+indicator)}return distanceMatrix[sec
855
861
  * @param givenOptions.skipTagDelimitedParts - Indicates whether to, for
856
862
  * example, ignore html tags via "['<', '>']" (the default).
857
863
  * @returns Processed result.
858
- */var mark=function mark(target,givenWords,givenOptions){if(givenOptions===void 0){givenOptions={}}if(typeof target==="string"&&givenWords!==null&&givenWords!==void 0&&givenWords.length){var options=_objectSpread({marker:"<span class=\"tools-mark\">{1}</span>",normalizer:function normalizer(value){return String(value).toLowerCase()},skipTagDelimitedParts:["<",">"]},givenOptions);target=target.trim();var markedTarget=[];var words=[].concat(givenWords);var index=0;var _iterator6=_createForOfIteratorHelper(words),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var _word=_step6.value;words[index]=options.normalizer(_word).trim();index+=1}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}var restTarget=target;var offset=0;/*
864
+ */var mark=function mark(target,givenSearchWords,givenOptions){if(givenOptions===void 0){givenOptions={}}if(typeof target==="string"&&(Array.isArray(givenSearchWords)&&givenSearchWords.length||givenSearchWords instanceof RegExp||typeof givenSearchWords==="string"&&givenSearchWords.length)){var options=_objectSpread({marker:"<span class=\"tools-mark\">{1}</span>",normalizer:function normalizer(value){return typeof value==="string"?value.trim().toLowerCase():value},skipTagDelimitedParts:["<",">"]},givenOptions);target=target.trim();var markedTarget=[];var searchWords=[].concat(givenSearchWords);var index=0;var _iterator6=_createForOfIteratorHelper(searchWords),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var _word=_step6.value;searchWords[index]=options.normalizer(_word);index+=1}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}var restTarget=target;var offset=0;/*
859
865
  Search for matches as long there is enough target text remaining to
860
866
  walk through.
861
867
  */for(var iteration=0;iteration<_context_js__WEBPACK_IMPORTED_MODULE_2__/* .MAXIMAL_NUMBER_OF_ITERATIONS */ .$Q.value;iteration++){var nearestRange=null;var currentRange=void 0;// Find the nearest next matching word.
862
- var _iterator7=_createForOfIteratorHelper(words),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var word=_step7.value;currentRange=findNormalizedMatchRange(restTarget,word,options.normalizer,options.skipTagDelimitedParts);if(currentRange&&(!nearestRange||currentRange[0]<nearestRange[0]))nearestRange=currentRange}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(nearestRange){if(nearestRange[0]>0)markedTarget.push(target.substring(offset,offset+nearestRange[0]));markedTarget.push(typeof options.marker==="string"?format(options.marker,target.substring(offset+nearestRange[0],offset+nearestRange[1])):options.marker(target.substring(offset+nearestRange[0],offset+nearestRange[1]),markedTarget));offset+=nearestRange[1];restTarget=target.substring(offset)}else{if(restTarget.length)markedTarget.push(restTarget);break}}return typeof options.marker==="string"?markedTarget.join(""):markedTarget}return target};/**
868
+ var _iterator7=_createForOfIteratorHelper(searchWords),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var word=_step7.value;currentRange=findNormalizedMatchRange(restTarget,word,options.normalizer,options.skipTagDelimitedParts);if(currentRange&&(!nearestRange||currentRange[0]<nearestRange[0]))nearestRange=currentRange}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(nearestRange){if(nearestRange[0]>0)markedTarget.push(target.substring(offset,offset+nearestRange[0]));markedTarget.push(typeof options.marker==="string"?format(options.marker,target.substring(offset+nearestRange[0],offset+nearestRange[1])):options.marker(target.substring(offset+nearestRange[0],offset+nearestRange[1]),markedTarget));offset+=nearestRange[1];restTarget=target.substring(offset)}else{if(restTarget.length)markedTarget.push(restTarget);break}}return typeof options.marker==="string"?markedTarget.join(""):markedTarget}return target};/**
863
869
  * Normalizes a given phone number for automatic dialing or comparison.
864
870
  * @param value - Number to normalize.
865
871
  * @param dialable - Indicates whether the result should be dialed or
@@ -1318,37 +1324,13 @@ timeoutID=null;recentParameters=[]},thresholdInMilliseconds)}};/**
1318
1324
  /* 15 */
1319
1325
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1320
1326
 
1321
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1322
- /* harmony export */ l: function() { return /* binding */ CLI_COLOR; }
1323
- /* harmony export */ });
1324
- // #!/usr/bin/env babel-node
1325
- // -*- coding: utf-8 -*-
1326
- /** @module cli *//* !
1327
- region header
1328
- [Project page](https://torben.website/clientnode)
1329
-
1330
- Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
1331
-
1332
- License
1333
- -------
1334
-
1335
- This library written by Torben Sickert stands under a creative commons
1336
- naming 3.0 unported license.
1337
- See https://creativecommons.org/licenses/by/3.0/deed.de
1338
- endregion
1339
- */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"};
1340
-
1341
- /***/ }),
1342
- /* 16 */
1343
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1344
-
1345
1327
  __webpack_require__.r(__webpack_exports__);
1346
1328
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1347
1329
  /* harmony export */ A_: function() { return /* binding */ LEVELS; },
1348
1330
  /* harmony export */ Vy: function() { return /* binding */ Logger; },
1349
1331
  /* harmony export */ Wh: function() { return /* binding */ LEVELS_COLOR; }
1350
1332
  /* harmony export */ });
1351
- /* harmony import */ var _cli_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(15);
1333
+ /* harmony import */ var _cli_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
1352
1334
  /* harmony import */ var _context_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
1353
1335
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
1354
1336
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3);
@@ -1367,7 +1349,7 @@ __webpack_require__.r(__webpack_exports__);
1367
1349
  naming 3.0 unported license.
1368
1350
  See https://creativecommons.org/licenses/by/3.0/deed.de
1369
1351
  endregion
1370
- */var _Logger;function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o)}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _defineProperty(e,r,t){return(r=_toPropertyKey(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:i+""}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)};var LEVELS=["error","critical","warn","info","debug"];var LEVELS_COLOR=[_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.red,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.magenta,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.yellow,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.green,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.blue];/**
1352
+ */var _Logger;function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o},_typeof(o)}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r}finally{try{if(!f&&null!=t.return&&(u=t.return(),Object(u)!==u))return}finally{if(o)throw n}}return a}}function _arrayWithHoles(r){if(Array.isArray(r))return r}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o)}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function _defineProperty(e,r,t){return(r=_toPropertyKey(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:i+""}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)};var LEVELS=["error","critical","warn","info","debug"];var LEVELS_COLOR=[_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.red,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.magenta,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.yellow,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.green,_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.blue];/**
1371
1353
  * This plugin provides such interface logic like generic controller logic for
1372
1354
  * integrating plugins into $, mutual exclusion for dependent gui elements,
1373
1355
  * logging additional string, array or function handling. A set of helper
@@ -1394,8 +1376,8 @@ __webpack_require__.r(__webpack_exports__);
1394
1376
  * log level specific annotations.
1395
1377
  * @param level - Description of log messages importance.
1396
1378
  * @param additionalArguments - Additional values to print.
1397
- */},{key:"log",value:function log(object,force,avoidAnnotation,level){if(force===void 0){force=false}if(avoidAnnotation===void 0){avoidAnnotation=false}if(level===void 0){level="info"}var currentLevelIndex=LEVELS.indexOf(this.level);var levelIndex=LEVELS.indexOf(level);if(force||currentLevelIndex>=levelIndex){var _globalContext$consol;var messages=[];var annotation="".concat(LEVELS_COLOR[levelIndex]).concat(level)+"".concat(_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.default,":").concat(this.name,":")+"".concat(new Date().toISOString(),":");for(var _len=arguments.length,additionalArguments=new Array(_len>4?_len-4:0),_key=4;_key<_len;_key++){additionalArguments[_key-4]=arguments[_key]}if(avoidAnnotation)messages.push(object);else if(typeof object==="string")messages.push.apply(messages,[annotation,object].concat(additionalArguments));else if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_2__/* .isNumeric */ .kf)(object)||typeof object==="boolean")messages.push.apply(messages,[annotation,object.toString()].concat(additionalArguments));else{var multiLineAnnotation=annotation.substring(0,annotation.length-1);var lineLength=79-2;// Color codes are invisible so we have to add it.
1398
- var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l.default.length-multiLineAnnotation.length;var halfRemainingLength=Math.floor(remainingLength/2);this.log(",".concat("-".repeat(halfRemainingLength))+multiLineAnnotation+"-".repeat(halfRemainingLength)+"".concat("-".repeat(remainingLength%2),","),force,true,level);this.log(object,force,true,level);this.log("'".concat("-".repeat(lineLength),"'"),force,true,level)}if(messages.length)if(!(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console&&level in _context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console)||_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console[level]===_context_js__WEBPACK_IMPORTED_MODULE_1__/* .NOOP */ .tE){var _globalContext$window;if(Object.prototype.hasOwnProperty.call(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz,"window")&&Object.prototype.hasOwnProperty.call(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.window,"alert"))(_globalContext$window=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.window)===null||_globalContext$window===void 0||_globalContext$window.alert(messages.join(" "))}else(_globalContext$consol=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console)[level].apply(_globalContext$consol,messages)}}/**
1379
+ */},{key:"log",value:function log(object,force,avoidAnnotation,level){if(force===void 0){force=false}if(avoidAnnotation===void 0){avoidAnnotation=false}if(level===void 0){level="info"}var currentLevelIndex=LEVELS.indexOf(this.level);var levelIndex=LEVELS.indexOf(level);if(force||currentLevelIndex>=levelIndex){var _globalContext$consol;var messages=[];var annotation="".concat(LEVELS_COLOR[levelIndex]).concat(level)+"".concat(_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.default,":").concat(this.name,":")+"".concat(new Date().toISOString(),":");for(var _len=arguments.length,additionalArguments=new Array(_len>4?_len-4:0),_key=4;_key<_len;_key++){additionalArguments[_key-4]=arguments[_key]}if(avoidAnnotation)messages.push(object);else if(typeof object==="string")messages.push.apply(messages,[annotation,object].concat(additionalArguments));else if((0,_indicators_js__WEBPACK_IMPORTED_MODULE_2__/* .isNumeric */ .kf)(object)||typeof object==="boolean")messages.push.apply(messages,[annotation,object.toString()].concat(additionalArguments));else{var multiLineAnnotation=annotation.substring(0,annotation.length-1);var lineLength=79-2;// Color codes are invisible so we have to add it.
1380
+ var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_IMPORTED_MODULE_0__/* .CLI_COLOR */ .l_.default.length-multiLineAnnotation.length;var halfRemainingLength=Math.floor(remainingLength/2);this.log(",".concat("-".repeat(halfRemainingLength))+multiLineAnnotation+"-".repeat(halfRemainingLength)+"".concat("-".repeat(remainingLength%2),","),force,true,level);this.log(object,force,true,level);this.log("'".concat("-".repeat(lineLength),"'"),force,true,level)}if(messages.length)if(!(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console&&level in _context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console)||_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console[level]===_context_js__WEBPACK_IMPORTED_MODULE_1__/* .NOOP */ .tE){var _globalContext$window;if(Object.prototype.hasOwnProperty.call(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz,"window")&&Object.prototype.hasOwnProperty.call(_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.window,"alert"))(_globalContext$window=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.window)===null||_globalContext$window===void 0||_globalContext$window.alert(messages.join(" "))}else(_globalContext$consol=_context_js__WEBPACK_IMPORTED_MODULE_1__/* .globalContext */ .Lz.console)[level].apply(_globalContext$consol,messages)}}/**
1399
1381
  * Wrapper method for the native console method usually provided by
1400
1382
  * interpreter.
1401
1383
  * @param object - Any object to print.
@@ -1438,7 +1420,7 @@ var remainingLength=lineLength+LEVELS_COLOR[levelIndex].length+_cli_js__WEBPACK_
1438
1420
  */function configureAllInstances(options){if(options===void 0){options={}}if(options.level)Logger.defaultLevel=options.level;if(options.name)Logger.defaultName=options.name;for(var _i=0,_Object$values=Object.values(Logger.instances);_i<_Object$values.length;_i++){var logger=_Object$values[_i];logger.configure(options)}}},{key:"show",value:function show(object,level,currentLevel){if(level===void 0){level=3}if(currentLevel===void 0){currentLevel=0}var output="";if((0,_object_js__WEBPACK_IMPORTED_MODULE_3__/* .determineType */ .Sj)(object)==="object"){for(var _i2=0,_Object$entries=Object.entries(object);_i2<_Object$entries.length;_i2++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i2],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];output+="".concat(key,": ");if(currentLevel<=level)output+=Logger.show(value,level,currentLevel+1);else output+=String(value);output+="\n"}return output.trim()}output=String(object).trim();return"".concat(output," (Type: \"").concat((0,_object_js__WEBPACK_IMPORTED_MODULE_3__/* .determineType */ .Sj)(object),"\")")}}])}();_Logger=Logger;_defineProperty(Logger,"defaultLevel","warn");_defineProperty(Logger,"defaultName","app");_defineProperty(Logger,"selfClass",_Logger);_defineProperty(Logger,"instances",{});_defineProperty(Logger,"runtimeVersion",Math.random());/* harmony default export */ __webpack_exports__.Ay = (Logger);
1439
1421
 
1440
1422
  /***/ }),
1441
- /* 17 */
1423
+ /* 16 */
1442
1424
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1443
1425
 
1444
1426
  __webpack_require__.r(__webpack_exports__);
@@ -1635,7 +1617,7 @@ _visit(_edge2[1],[_node])}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}s
1635
1617
  */var unique=function unique(data){var result=[];var _iterator7=_createForOfIteratorHelper(makeArray(data)),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var value=_step7.value;if(!result.includes(value))result.push(value)}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}return result};
1636
1618
 
1637
1619
  /***/ }),
1638
- /* 18 */
1620
+ /* 17 */
1639
1621
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1640
1622
 
1641
1623
  __webpack_require__.r(__webpack_exports__);
@@ -1752,7 +1734,7 @@ var result=new Date(value);if(isNaN(result.getDate()))return null;return result}
1752
1734
  */var sliceWeekday=function sliceWeekday(value){var weekdayPattern=/[a-z]{2}\.+ *([^ ].*)$/i;var weekdayMatch=weekdayPattern.exec(value);if(weekdayMatch)return value.replace(weekdayPattern,"$1");return value};
1753
1735
 
1754
1736
  /***/ }),
1755
- /* 19 */
1737
+ /* 18 */
1756
1738
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1757
1739
 
1758
1740
  __webpack_require__.r(__webpack_exports__);
@@ -1798,7 +1780,7 @@ parameter=/([^= ]+) *=>.*/m.exec(functionCode);var names=[];if(parameter&&parame
1798
1780
  */var invertArrayFilter=function invertArrayFilter(filter){return function(data){if(Array.isArray(data)){for(var _len=arguments.length,additionalParameter=new Array(_len>1?_len-1:0),_key=1;_key<_len;_key++){additionalParameter[_key-1]=arguments[_key]}var filteredData=filter.apply(void 0,[data].concat(additionalParameter));var result=[];if(filteredData.length){var _iterator2=_createForOfIteratorHelper(data),_step2;try{for(_iterator2.s();!(_step2=_iterator2.n()).done;){var date=_step2.value;if(!filteredData.includes(date))result.push(date)}}catch(err){_iterator2.e(err)}finally{_iterator2.f()}}else result=data;return result}return data}};
1799
1781
 
1800
1782
  /***/ }),
1801
- /* 20 */
1783
+ /* 19 */
1802
1784
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1803
1785
 
1804
1786
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1877,13 +1859,9 @@ var result=scope;var index=0;var _iterator6=_createForOfIteratorHelper(path),_st
1877
1859
  */var evaluateSelector=function evaluateSelector(selector,scope,options){if(scope===void 0){scope={}}if(options===void 0){options={}}var _evaluateSelectorUnti=evaluateSelectorUntilLastObject(selector,scope,options),_evaluateSelectorUnti2=_slicedToArray(_evaluateSelectorUnti,2),lastObject=_evaluateSelectorUnti2[0],lastKey=_evaluateSelectorUnti2[1];if(lastKey==="")return scope;if((0,_index_js__WEBPACK_IMPORTED_MODULE_0__/* .isFunction */ .Tn)(lastKey))return lastKey(lastObject);if(Object.prototype.hasOwnProperty.call(lastObject,lastKey))return lastObject[lastKey];return options.skipMissingLevel?lastObject:undefined};var evaluateCondition=function evaluateCondition(condition,scope,options){var value1=evaluateExpression(condition.value1,scope,options);var value2=evaluateExpression(condition.value2,scope,options);switch(condition.$comparator){case"==":return (0,_index_js__WEBPACK_IMPORTED_MODULE_1__/* .equals */ .aI)(value1,value2);case"!=":return!(0,_index_js__WEBPACK_IMPORTED_MODULE_1__/* .equals */ .aI)(value1,value2);case"<":return value1<value2;case"<=":return value1<=value2;case">":return value1>value2;case">=":return value1>=value2}};var evaluateUnaryOperation=function evaluateUnaryOperation(operation,scope,options){var operand=evaluateExpression(operation.operand,scope,options);switch(operation.$operator){case"!":return!operand;case"!!":return Boolean(operand)}};var evaluateOperation=function evaluateOperation(operation,scope,options){var operand1=evaluateExpression(operation.operand1,scope,options);var operand2=evaluateExpression(operation.operand2,scope,options);switch(operation.$operator){case"+":return operand1+operand2;case"-":return operand1-operand2;case"*":return operand1*operand2;case"**":return Math.pow(operand1,operand2);case"/":return operand1/operand2}};var evaluateOptionalThen=function evaluateOptionalThen(expression,scope,options){if(typeof expression.then==="undefined")return undefined;return evaluateExpression(expression.then,scope,options)};var evaluateIf=function evaluateIf(expression,scope,options){if(evaluateExpression(expression.$if,scope,options))return evaluateOptionalThen(expression,scope,options);return typeof expression.else==="undefined"?undefined:evaluateExpression(expression.else,scope)};var evaluateSwitch=function evaluateSwitch(expression,scope,options){var value=evaluateExpression(expression.$switch,scope);var _iterator7=_createForOfIteratorHelper(expression.caseExpressions),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var caseExpression=_step7.value;if(value===evaluateExpression(caseExpression.$case,scope,options))return evaluateOptionalThen(caseExpression,scope,options)}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}if(typeof expression.default!=="undefined")return evaluateExpression(expression.default,scope,options);return undefined};var evaluateAnd=function evaluateAnd(expression,scope,options){var _iterator8=_createForOfIteratorHelper(expression.$and),_step8;try{for(_iterator8.s();!(_step8=_iterator8.n()).done;){var condition=_step8.value;if(!evaluateExpression(condition,scope,options))return false}}catch(err){_iterator8.e(err)}finally{_iterator8.f()}return true};var evaluateOr=function evaluateOr(expression,scope,options){var _iterator9=_createForOfIteratorHelper(expression.$or),_step9;try{for(_iterator9.s();!(_step9=_iterator9.n()).done;){var condition=_step9.value;if(evaluateExpression(condition,scope,options))return true}}catch(err){_iterator9.e(err)}finally{_iterator9.f()}return false};var evaluateConcat=function evaluateConcat(expression,scope,options){var result=[];var isArray=false;var _iterator0=_createForOfIteratorHelper(expression.$concat),_step0;try{for(_iterator0.s();!(_step0=_iterator0.n()).done;){var item=_step0.value;var value=evaluateExpression(item,scope,options);if(Array.isArray(value))isArray=true;result=result.concat(value)}}catch(err){_iterator0.e(err)}finally{_iterator0.f()}return isArray?result:result.join("")};var evaluateMapping=function evaluateMapping(expression,scope,options){var givenData=evaluateExpression(expression.data,scope,options);var normalizedGivenData=[];if(Array.isArray(givenData))normalizedGivenData=givenData;else for(var _i=0,_Object$entries=Object.entries(givenData);_i<_Object$entries.length;_i++){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];normalizedGivenData.push(_objectSpread(_objectSpread({},value),{},{$key:key}))}var result=[];var _iterator1=_createForOfIteratorHelper(normalizedGivenData),_step1;try{for(_iterator1.s();!(_step1=_iterator1.n()).done;){var item=_step1.value;var _value={};for(var _i2=0,_Object$entries2=Object.entries(expression.$mapping);_i2<_Object$entries2.length;_i2++){var _Object$entries2$_i=_slicedToArray(_Object$entries2[_i2],2),sourceName=_Object$entries2$_i[0],targetName=_Object$entries2$_i[1];if(Object.prototype.hasOwnProperty.call(item,sourceName))_value[targetName]=item[sourceName]}result.push(_value)}}catch(err){_iterator1.e(err)}finally{_iterator1.f()}return result};var evaluateArrayContains=function evaluateArrayContains(expression,scope,options){var array=scope;if(expression.$arrayContains.target!=null)array=evaluateExpression(expression.$arrayContains.target,scope,options);var value=evaluateExpression(expression.$arrayContains.value,scope,options);var key=evaluateExpression(expression.$arrayContains.key,scope,options);if(!Array.isArray(array))return false;return array.some(function(item){if(typeof key==="string"&&(0,_index_js__WEBPACK_IMPORTED_MODULE_0__/* .isPlainObject */ .Qd)(item)&&Object.prototype.hasOwnProperty.call(item,key)){var record=item;return record[key]===value}return item===value})};function evaluateExpression(expression,scope,options){if(scope===void 0){scope={}}if(options===void 0){options={}}if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isSelector */ .cB)(expression))return evaluateSelector(expression.$select,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isCondition */ .G3)(expression))return evaluateCondition(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isUnaryOperation */ .bF)(expression))return evaluateUnaryOperation(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isOperation */ .YG)(expression))return evaluateOperation(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isOrExpression */ .g6)(expression))return evaluateOr(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isAndExpression */ .Gc)(expression))return evaluateAnd(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isConcatExpression */ .HK)(expression))return evaluateConcat(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isMappingExpression */ .Z9)(expression))return evaluateMapping(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isIfExpression */ .MP)(expression))return evaluateIf(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isSwitchExpression */ .$y)(expression))return evaluateSwitch(expression,scope,options);if((0,_indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__/* .isArrayContainsExpression */ .ZI)(expression))return evaluateArrayContains(expression,scope,options);return expression}/* harmony default export */ __webpack_exports__.Ay = (evaluateExpression);
1878
1860
 
1879
1861
  /***/ }),
1880
- /* 21 */
1862
+ /* 20 */
1881
1863
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1882
1864
 
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
1865
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
1888
1866
  // #!/usr/bin/env babel-node
1889
1867
  // -*- coding: utf-8 -*-
@@ -1923,7 +1901,7 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1923
1901
  */}return value}return undefined},set:function set(target,name,value){if(Object.prototype.hasOwnProperty.call(target,name))if(Object.prototype.hasOwnProperty.call(target,name)){target[name]=value;return true}return false}})};
1924
1902
 
1925
1903
  /***/ }),
1926
- /* 22 */
1904
+ /* 21 */
1927
1905
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1928
1906
 
1929
1907
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1962,8 +1940,8 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1962
1940
  /* harmony export */ xk: function() { return /* reexport safe */ _helper_js__WEBPACK_IMPORTED_MODULE_1__.x; },
1963
1941
  /* harmony export */ yf: function() { return /* reexport safe */ _evaluators_js__WEBPACK_IMPORTED_MODULE_0__.yf; }
1964
1942
  /* harmony export */ });
1965
- /* harmony import */ var _evaluators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(20);
1966
- /* harmony import */ var _helper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(21);
1943
+ /* harmony import */ var _evaluators_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(19);
1944
+ /* harmony import */ var _helper_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20);
1967
1945
  /* harmony import */ var _indicator_functions_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(14);
1968
1946
  // #!/usr/bin/env babel-node
1969
1947
  // -*- coding: utf-8 -*-
@@ -1982,6 +1960,36 @@ return viewArrayAsScope(value,childrenPropertyNames,propertyReferenceKeys)}if(va
1982
1960
  endregion
1983
1961
  */var evaluateExpression=_evaluators_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Ay;/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (evaluateExpression)));
1984
1962
 
1963
+ /***/ }),
1964
+ /* 22 */
1965
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
1966
+
1967
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1968
+ /* harmony export */ l: function() { return /* reexport safe */ _constants_js__WEBPACK_IMPORTED_MODULE_0__.l_; }
1969
+ /* harmony export */ });
1970
+ /* harmony import */ var _constants_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
1971
+ // #!/usr/bin/env babel-node
1972
+ // -*- coding: utf-8 -*-
1973
+ /** @module cli *//* !
1974
+ region header
1975
+ [Project page](https://torben.website/clientnode)
1976
+
1977
+ Copyright Torben Sickert (info["~at~"]torben.website) 16.12.2012
1978
+
1979
+ License
1980
+ -------
1981
+
1982
+ This library written by Torben Sickert stands under a creative commons
1983
+ naming 3.0 unported license.
1984
+ See https://creativecommons.org/licenses/by/3.0/deed.de
1985
+ endregion
1986
+ *//*
1987
+ NOTE: "CLI_COLOR" is defined in and re-exported from "./constants" (instead
1988
+ of being declared here directly) to avoid a webpack code generation issue
1989
+ where an import-less module loses its export declarations when bundled as a
1990
+ dependency of another entry point.
1991
+ */
1992
+
1985
1993
  /***/ }),
1986
1994
  /* 23 */
1987
1995
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
@@ -2278,12 +2286,12 @@ for(var _i6=0,_Array$from=Array.from(domNode.childNodes);_i6<_Array$from.length;
2278
2286
  /* harmony export */ });
2279
2287
  /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
2280
2288
  /* harmony import */ var _context_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5);
2281
- /* harmony import */ var _array_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(17);
2282
- /* harmony import */ var _datetime_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(18);
2289
+ /* harmony import */ var _array_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(16);
2290
+ /* harmony import */ var _datetime_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(17);
2283
2291
  /* harmony import */ var _filesystem_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(12);
2284
- /* harmony import */ var _function_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(19);
2292
+ /* harmony import */ var _function_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(18);
2285
2293
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4);
2286
- /* harmony import */ var _Logger_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(16);
2294
+ /* harmony import */ var _Logger_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(15);
2287
2295
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2);
2288
2296
  /* harmony import */ var _number_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(9);
2289
2297
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(3);
@@ -2721,17 +2729,17 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
2721
2729
  /* harmony export */ zPE: function() { return /* reexport safe */ _object_js__WEBPACK_IMPORTED_MODULE_13__.zP; },
2722
2730
  /* harmony export */ zm2: function() { return /* reexport safe */ _context_js__WEBPACK_IMPORTED_MODULE_4__.zm; }
2723
2731
  /* harmony export */ });
2724
- /* harmony import */ var _array_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(17);
2732
+ /* harmony import */ var _array_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16);
2725
2733
  /* harmony import */ var _domNode_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
2726
- /* harmony import */ var _cli_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(15);
2734
+ /* harmony import */ var _cli_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(22);
2727
2735
  /* harmony import */ var _constants_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(1);
2728
2736
  /* harmony import */ var _context_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5);
2729
2737
  /* harmony import */ var _cookie_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(23);
2730
2738
  /* harmony import */ var _data_transfer_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(24);
2731
- /* harmony import */ var _datetime_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(18);
2732
- /* harmony import */ var _expression_index_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22);
2739
+ /* harmony import */ var _datetime_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(17);
2740
+ /* harmony import */ var _expression_index_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(21);
2733
2741
  /* harmony import */ var _filesystem_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(12);
2734
- /* harmony import */ var _function_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(19);
2742
+ /* harmony import */ var _function_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(18);
2735
2743
  /* harmony import */ var _indicators_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(4);
2736
2744
  /* harmony import */ var _number_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(9);
2737
2745
  /* harmony import */ var _object_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(3);
@@ -2739,7 +2747,7 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
2739
2747
  /* harmony import */ var _module_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(2);
2740
2748
  /* harmony import */ var _scope_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(27);
2741
2749
  /* harmony import */ var _string_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(7);
2742
- /* harmony import */ var _Logger_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(16);
2750
+ /* harmony import */ var _Logger_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(15);
2743
2751
  /* harmony import */ var _utility_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(13);
2744
2752
  // #!/usr/bin/env babel-node
2745
2753
  // -*- coding: utf-8 -*-
@@ -2793,74 +2801,49 @@ __webpack_require__.d(_utility_js__WEBPACK_IMPORTED_MODULE_12___namespace_object
2793
2801
  /******/
2794
2802
  /************************************************************************/
2795
2803
  /******/ /* 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
- /******/ }
2804
+ /******/ // define getter/value functions for harmony exports
2805
+ /******/ __webpack_require__.d = function(exports, definition) {
2806
+ /******/ for(var key in definition) {
2807
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
2808
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
2818
2809
  /******/ }
2819
- /******/ };
2820
- /******/ }();
2810
+ /******/ }
2811
+ /******/ };
2821
2812
  /******/
2822
2813
  /******/ /* 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
- /******/ }();
2814
+ /******/ __webpack_require__.g = (function() {
2815
+ /******/ if (typeof globalThis === 'object') return globalThis;
2816
+ /******/ try {
2817
+ /******/ return this || new Function('return this')();
2818
+ /******/ } catch (e) {
2819
+ /******/ if (typeof window === 'object') return window;
2820
+ /******/ }
2821
+ /******/ })();
2833
2822
  /******/
2834
2823
  /******/ /* 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
- /******/ }();
2824
+ /******/ __webpack_require__.hmd = function(module) {
2825
+ /******/ module = Object.create(module);
2826
+ /******/ if (!module.children) module.children = [];
2827
+ /******/ Object.defineProperty(module, 'exports', {
2828
+ /******/ enumerable: true,
2829
+ /******/ set: function() {
2830
+ /******/ throw new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);
2831
+ /******/ }
2832
+ /******/ });
2833
+ /******/ return module;
2834
+ /******/ };
2848
2835
  /******/
2849
2836
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
2850
- /******/ !function() {
2851
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
2852
- /******/ }();
2837
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); };
2853
2838
  /******/
2854
2839
  /******/ /* 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
- /******/ }();
2840
+ /******/ // define __esModule on exports
2841
+ /******/ __webpack_require__.r = function(exports) {
2842
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
2843
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2844
+ /******/ }
2845
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
2846
+ /******/ };
2864
2847
  /******/
2865
2848
  /************************************************************************/
2866
2849
  /******/