clientnode 4.0.1442 → 4.0.1443

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 (91) hide show
  1. package/dist/Lock.js +69 -83
  2. package/dist/Logger.js +756 -163
  3. package/dist/Semaphore.js +56 -46
  4. package/dist/array.js +661 -337
  5. package/dist/bundle/Lock.js +86 -0
  6. package/dist/bundle/Logger.js +778 -0
  7. package/dist/bundle/Semaphore.js +75 -0
  8. package/dist/bundle/array.js +776 -0
  9. package/dist/bundle/cli.js +59 -0
  10. package/dist/bundle/constants.js +214 -0
  11. package/dist/bundle/context.js +280 -0
  12. package/dist/bundle/cookie.js +301 -0
  13. package/dist/bundle/data-transfer.js +825 -0
  14. package/dist/bundle/datetime.js +1148 -0
  15. package/dist/bundle/domNode.js +549 -0
  16. package/dist/bundle/expression/evaluators.js +1228 -0
  17. package/dist/bundle/expression/helper.js +117 -0
  18. package/dist/bundle/expression/index.js +1357 -0
  19. package/dist/bundle/expression/indicator-functions.js +332 -0
  20. package/dist/bundle/expression/type.js +16 -0
  21. package/dist/bundle/filesystem.js +436 -0
  22. package/dist/bundle/function.js +117 -0
  23. package/dist/bundle/index.js +3249 -0
  24. package/dist/bundle/indicators.js +565 -0
  25. package/dist/bundle/module.js +213 -0
  26. package/dist/bundle/number.js +527 -0
  27. package/dist/bundle/object.js +1104 -0
  28. package/dist/bundle/process.js +291 -0
  29. package/dist/bundle/property-types.js +36 -0
  30. package/dist/bundle/scope.js +2121 -0
  31. package/dist/bundle/string.js +1213 -0
  32. package/dist/bundle/test-helper.js +802 -0
  33. package/dist/bundle/type.js +16 -0
  34. package/dist/bundle/utility.js +420 -0
  35. package/dist/cli.js +45 -37
  36. package/dist/compatible/Lock.js +86 -0
  37. package/dist/compatible/Logger.js +778 -0
  38. package/dist/compatible/Semaphore.js +75 -0
  39. package/dist/compatible/array.js +776 -0
  40. package/dist/compatible/cli.js +59 -0
  41. package/dist/compatible/constants.js +214 -0
  42. package/dist/compatible/context.js +280 -0
  43. package/dist/compatible/cookie.js +301 -0
  44. package/dist/compatible/data-transfer.js +825 -0
  45. package/dist/compatible/datetime.js +1148 -0
  46. package/dist/compatible/domNode.js +549 -0
  47. package/dist/compatible/expression/evaluators.js +1228 -0
  48. package/dist/compatible/expression/helper.js +117 -0
  49. package/dist/compatible/expression/index.js +1357 -0
  50. package/dist/compatible/expression/indicator-functions.js +332 -0
  51. package/dist/compatible/expression/type.js +16 -0
  52. package/dist/compatible/filesystem.js +436 -0
  53. package/dist/compatible/function.js +117 -0
  54. package/dist/compatible/index.js +3249 -0
  55. package/dist/compatible/indicators.js +565 -0
  56. package/dist/compatible/module.js +213 -0
  57. package/dist/compatible/number.js +527 -0
  58. package/dist/compatible/object.js +1104 -0
  59. package/dist/compatible/process.js +291 -0
  60. package/dist/compatible/property-types.js +36 -0
  61. package/dist/compatible/scope.js +2121 -0
  62. package/dist/compatible/string.js +1213 -0
  63. package/dist/compatible/test-helper.js +802 -0
  64. package/dist/compatible/type.js +16 -0
  65. package/dist/compatible/utility.js +420 -0
  66. package/dist/constants.js +198 -110
  67. package/dist/context.js +265 -25
  68. package/dist/cookie.js +265 -48
  69. package/dist/data-transfer.js +775 -166
  70. package/dist/datetime.js +1107 -241
  71. package/dist/domNode.js +495 -277
  72. package/dist/expression/evaluators.js +1189 -234
  73. package/dist/expression/helper.js +102 -82
  74. package/dist/expression/index.js +1341 -10
  75. package/dist/expression/indicator-functions.js +316 -21
  76. package/dist/expression/type.js +1 -5
  77. package/dist/filesystem.js +349 -323
  78. package/dist/function.js +93 -51
  79. package/dist/index.js +3232 -26
  80. package/dist/indicators.js +512 -68
  81. package/dist/module.js +197 -99
  82. package/dist/number.js +491 -25
  83. package/dist/object.js +917 -775
  84. package/dist/process.js +261 -38
  85. package/dist/property-types.js +17 -96
  86. package/dist/scope.js +2092 -56
  87. package/dist/string.js +991 -603
  88. package/dist/test-helper.js +633 -171
  89. package/dist/type.js +4 -9
  90. package/dist/utility.js +372 -91
  91. package/package.json +2 -2
package/dist/Semaphore.js CHANGED
@@ -1,9 +1,47 @@
1
+ if(typeof window==='undefined'||window===null)var window=(typeof global==='undefined'||global===null)?{}:global;/******/ // The require scope
2
+ /******/ var __webpack_require__ = {};
3
+ /******/
4
+ /************************************************************************/
5
+ /******/ /* webpack/runtime/define property getters */
6
+ /******/ !function() {
7
+ /******/ // define getter/value functions for harmony exports
8
+ /******/ __webpack_require__.d = function(exports, definition) {
9
+ /******/ if(Array.isArray(definition)) {
10
+ /******/ var i = 0;
11
+ /******/ while(i < definition.length) {
12
+ /******/ var key = definition[i++];
13
+ /******/ var binding = definition[i++];
14
+ /******/ if(!__webpack_require__.o(exports, key)) {
15
+ /******/ if(binding === 0) {
16
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
17
+ /******/ } else {
18
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
19
+ /******/ }
20
+ /******/ } else if(binding === 0) { i++; }
21
+ /******/ }
22
+ /******/ } else {
23
+ /******/ for(var key in definition) {
24
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26
+ /******/ }
27
+ /******/ }
28
+ /******/ }
29
+ /******/ };
30
+ /******/ }();
31
+ /******/
32
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
33
+ /******/ !function() {
34
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
35
+ /******/ }();
36
+ /******/
37
+ /************************************************************************/
38
+ var __webpack_exports__ = {};
39
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
40
+ /* harmony export */ j: function() { return /* binding */ Semaphore; }
41
+ /* harmony export */ });
1
42
  // #!/usr/bin/env babel-node
2
43
  // -*- coding: utf-8 -*-
3
- /** @module Semaphore */
4
- 'use strict';
5
-
6
- /* !
44
+ /** @module Semaphore *//* !
7
45
  region header
8
46
  [Project page](https://torben.website/clientnode)
9
47
 
@@ -16,50 +54,22 @@
16
54
  naming 3.0 unported license.
17
55
  See https://creativecommons.org/licenses/by/3.0/deed.de
18
56
  endregion
19
- */
20
- import "core-js/modules/es.array.push.js";
21
- 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; }
22
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
23
- 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); }
24
- /**
57
+ */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 _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)}/**
25
58
  * Represents the semaphore state.
26
59
  * @property queue - List of waiting resource requests.
27
60
  * @property numberOfFreeResources - Number free allowed concurrent resource
28
61
  * uses.
29
62
  * @property numberOfResources - Number of allowed concurrent resource uses.
30
- */
31
- export class Semaphore {
32
- /**
33
- * Initializes number of resources.
34
- * @param numberOfResources - Number of resources to manage.
35
- */
36
- constructor(numberOfResources = 2) {
37
- _defineProperty(this, "queue", []);
38
- _defineProperty(this, "numberOfResources", void 0);
39
- _defineProperty(this, "numberOfFreeResources", void 0);
40
- this.numberOfResources = numberOfResources;
41
- this.numberOfFreeResources = numberOfResources;
42
- }
43
- /**
44
- * Acquires a new resource and runs given callback if available.
45
- * @returns A promise which will be resolved if requested resource is
46
- * available.
47
- */
48
- acquire() {
49
- return new Promise(resolve => {
50
- if (this.numberOfFreeResources <= 0) this.queue.push(resolve);else {
51
- this.numberOfFreeResources -= 1;
52
- resolve(this.numberOfFreeResources);
53
- }
54
- });
55
- }
56
- /**
57
- * Releases a resource and runs a waiting resolver if there exists some.
58
- */
59
- release() {
60
- const callback = this.queue.shift();
61
- if (callback === undefined) this.numberOfFreeResources += 1;else callback(this.numberOfFreeResources);
62
- }
63
- }
64
- export default Semaphore;
65
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL1NlbWFwaG9yZS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyAjIS91c3IvYmluL2VudiBiYWJlbC1ub2RlXG4vLyAtKi0gY29kaW5nOiB1dGYtOCAtKi1cbi8qKiBAbW9kdWxlIFNlbWFwaG9yZSAqL1xuJ3VzZSBzdHJpY3QnXG4vKiAhXG4gICAgcmVnaW9uIGhlYWRlclxuICAgIFtQcm9qZWN0IHBhZ2VdKGh0dHBzOi8vdG9yYmVuLndlYnNpdGUvY2xpZW50bm9kZSlcblxuICAgIENvcHlyaWdodCBUb3JiZW4gU2lja2VydCAoaW5mb1tcIn5hdH5cIl10b3JiZW4ud2Vic2l0ZSkgMTYuMTIuMjAxMlxuXG4gICAgTGljZW5zZVxuICAgIC0tLS0tLS1cblxuICAgIFRoaXMgbGlicmFyeSB3cml0dGVuIGJ5IFRvcmJlbiBTaWNrZXJ0IHN0YW5kcyB1bmRlciBhIGNyZWF0aXZlIGNvbW1vbnNcbiAgICBuYW1pbmcgMy4wIHVucG9ydGVkIGxpY2Vuc2UuXG4gICAgU2VlIGh0dHBzOi8vY3JlYXRpdmVjb21tb25zLm9yZy9saWNlbnNlcy9ieS8zLjAvZGVlZC5kZVxuICAgIGVuZHJlZ2lvblxuKi9cbmltcG9ydCB0eXBlIHtBbnlGdW5jdGlvbn0gZnJvbSAnLi90eXBlJ1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIHNlbWFwaG9yZSBzdGF0ZS5cbiAqIEBwcm9wZXJ0eSBxdWV1ZSAtIExpc3Qgb2Ygd2FpdGluZyByZXNvdXJjZSByZXF1ZXN0cy5cbiAqIEBwcm9wZXJ0eSBudW1iZXJPZkZyZWVSZXNvdXJjZXMgLSBOdW1iZXIgZnJlZSBhbGxvd2VkIGNvbmN1cnJlbnQgcmVzb3VyY2VcbiAqIHVzZXMuXG4gKiBAcHJvcGVydHkgbnVtYmVyT2ZSZXNvdXJjZXMgLSBOdW1iZXIgb2YgYWxsb3dlZCBjb25jdXJyZW50IHJlc291cmNlIHVzZXMuXG4gKi9cbmV4cG9ydCBjbGFzcyBTZW1hcGhvcmUge1xuICAgIHF1ZXVlOiBBcnJheTxBbnlGdW5jdGlvbj4gPSBbXVxuXG4gICAgbnVtYmVyT2ZSZXNvdXJjZXM6IG51bWJlclxuICAgIG51bWJlck9mRnJlZVJlc291cmNlczogbnVtYmVyXG4gICAgLyoqXG4gICAgICogSW5pdGlhbGl6ZXMgbnVtYmVyIG9mIHJlc291cmNlcy5cbiAgICAgKiBAcGFyYW0gbnVtYmVyT2ZSZXNvdXJjZXMgLSBOdW1iZXIgb2YgcmVzb3VyY2VzIHRvIG1hbmFnZS5cbiAgICAgKi9cbiAgICBjb25zdHJ1Y3RvcihudW1iZXJPZlJlc291cmNlcyA9IDIpIHtcbiAgICAgICAgdGhpcy5udW1iZXJPZlJlc291cmNlcyA9IG51bWJlck9mUmVzb3VyY2VzXG4gICAgICAgIHRoaXMubnVtYmVyT2ZGcmVlUmVzb3VyY2VzID0gbnVtYmVyT2ZSZXNvdXJjZXNcbiAgICB9XG4gICAgLyoqXG4gICAgICogQWNxdWlyZXMgYSBuZXcgcmVzb3VyY2UgYW5kIHJ1bnMgZ2l2ZW4gY2FsbGJhY2sgaWYgYXZhaWxhYmxlLlxuICAgICAqIEByZXR1cm5zIEEgcHJvbWlzZSB3aGljaCB3aWxsIGJlIHJlc29sdmVkIGlmIHJlcXVlc3RlZCByZXNvdXJjZSBpc1xuICAgICAqIGF2YWlsYWJsZS5cbiAgICAgKi9cbiAgICBhY3F1aXJlKCk6IFByb21pc2U8bnVtYmVyPiB7XG4gICAgICAgIHJldHVybiBuZXcgUHJvbWlzZTxudW1iZXI+KChcbiAgICAgICAgICAgIHJlc29sdmU6IChfdmFsdWU6IG51bWJlcikgPT4gdm9pZFxuICAgICAgICApOiB2b2lkID0+IHtcbiAgICAgICAgICAgIGlmICh0aGlzLm51bWJlck9mRnJlZVJlc291cmNlcyA8PSAwKVxuICAgICAgICAgICAgICAgIHRoaXMucXVldWUucHVzaChyZXNvbHZlKVxuICAgICAgICAgICAgZWxzZSB7XG4gICAgICAgICAgICAgICAgdGhpcy5udW1iZXJPZkZyZWVSZXNvdXJjZXMgLT0gMVxuXG4gICAgICAgICAgICAgICAgcmVzb2x2ZSh0aGlzLm51bWJlck9mRnJlZVJlc291cmNlcylcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSlcbiAgICB9XG4gICAgLyoqXG4gICAgICogUmVsZWFzZXMgYSByZXNvdXJjZSBhbmQgcnVucyBhIHdhaXRpbmcgcmVzb2x2ZXIgaWYgdGhlcmUgZXhpc3RzIHNvbWUuXG4gICAgICovXG4gICAgcmVsZWFzZSgpIHtcbiAgICAgICAgY29uc3QgY2FsbGJhY2s6IEFueUZ1bmN0aW9uIHwgdW5kZWZpbmVkID0gdGhpcy5xdWV1ZS5zaGlmdCgpXG4gICAgICAgIGlmIChjYWxsYmFjayA9PT0gdW5kZWZpbmVkKVxuICAgICAgICAgICAgdGhpcy5udW1iZXJPZkZyZWVSZXNvdXJjZXMgKz0gMVxuICAgICAgICBlbHNlXG4gICAgICAgICAgICBjYWxsYmFjayh0aGlzLm51bWJlck9mRnJlZVJlc291cmNlcylcbiAgICB9XG59XG5cbmV4cG9ydCBkZWZhdWx0IFNlbWFwaG9yZVxuIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUNBO0FBQ0E7QUFDQSxZQUFZOztBQUNaO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFiQTtBQUFBO0FBQUE7QUFBQTtBQWdCQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBLE9BQU8sTUFBTSxTQUFTLENBQUM7RUFLbkI7QUFDSjtBQUNBO0FBQ0E7RUFDSSxXQUFXLENBQUMsaUJBQWlCLEdBQUcsQ0FBQyxFQUFFO0lBQUEsK0JBUlAsRUFBRTtJQUFBO0lBQUE7SUFTMUIsSUFBSSxDQUFDLGlCQUFpQixHQUFHLGlCQUFpQjtJQUMxQyxJQUFJLENBQUMscUJBQXFCLEdBQUcsaUJBQWlCO0VBQ2xEO0VBQ0E7QUFDSjtBQUNBO0FBQ0E7QUFDQTtFQUNJLE9BQU8sR0FBb0I7SUFDdkIsT0FBTyxJQUFJLE9BQU8sQ0FDZCxPQUFpQyxJQUMxQjtNQUNQLElBQUksSUFBSSxDQUFDLHFCQUFxQixJQUFJLENBQUMsRUFDL0IsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLE1BQ3ZCO1FBQ0QsSUFBSSxDQUFDLHFCQUFxQixJQUFJLENBQUM7UUFFL0IsT0FBTyxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQztNQUN2QztJQUNKLENBQUMsQ0FBQztFQUNOO0VBQ0E7QUFDSjtBQUNBO0VBQ0ksT0FBTyxHQUFHO0lBQ04sTUFBTSxRQUFpQyxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDNUQsSUFBSSxRQUFRLEtBQUssU0FBUyxFQUN0QixJQUFJLENBQUMscUJBQXFCLElBQUksQ0FBQyxNQUUvQixRQUFRLENBQUMsSUFBSSxDQUFDLHFCQUFxQixDQUFDO0VBQzVDO0FBQ0o7QUFFQSxlQUFlLFNBQVMiLCJpZ25vcmVMaXN0IjpbXX0=
63
+ */var Semaphore=/*#__PURE__*/function(){/**
64
+ * Initializes number of resources.
65
+ * @param numberOfResources - Number of resources to manage.
66
+ */function Semaphore(numberOfResources){if(numberOfResources===void 0){numberOfResources=2}_classCallCheck(this,Semaphore);_defineProperty(this,"queue",[]);_defineProperty(this,"numberOfResources",void 0);_defineProperty(this,"numberOfFreeResources",void 0);this.numberOfResources=numberOfResources;this.numberOfFreeResources=numberOfResources}/**
67
+ * Acquires a new resource and runs given callback if available.
68
+ * @returns A promise which will be resolved if requested resource is
69
+ * available.
70
+ */return _createClass(Semaphore,[{key:"acquire",value:function acquire(){var _this=this;return new Promise(function(resolve){if(_this.numberOfFreeResources<=0)_this.queue.push(resolve);else{_this.numberOfFreeResources-=1;resolve(_this.numberOfFreeResources)}})}/**
71
+ * Releases a resource and runs a waiting resolver if there exists some.
72
+ */},{key:"release",value:function release(){var callback=this.queue.shift();if(callback===undefined)this.numberOfFreeResources+=1;else callback(this.numberOfFreeResources)}}])}();/* harmony default export */ __webpack_exports__.A = (Semaphore);
73
+ var __webpack_exports__Semaphore = __webpack_exports__.j;
74
+ var __webpack_exports__default = __webpack_exports__.A;
75
+ export { __webpack_exports__Semaphore as Semaphore, __webpack_exports__default as default };