@lopatnov/express-reverse-proxy 1.3.0 → 3.0.0

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 (1120) hide show
  1. package/LICENSE +192 -192
  2. package/README.md +679 -107
  3. package/ecosystem.config.cjs +24 -0
  4. package/hot-reload-client.js +31 -0
  5. package/package.json +45 -18
  6. package/server.js +301 -85
  7. package/.eslintrc.json +0 -18
  8. package/.git/COMMIT_EDITMSG +0 -1
  9. package/.git/FETCH_HEAD +0 -2
  10. package/.git/HEAD +0 -1
  11. package/.git/ORIG_HEAD +0 -1
  12. package/.git/config +0 -13
  13. package/.git/description +0 -1
  14. package/.git/hooks/applypatch-msg.sample +0 -15
  15. package/.git/hooks/commit-msg.sample +0 -24
  16. package/.git/hooks/fsmonitor-watchman.sample +0 -173
  17. package/.git/hooks/post-update.sample +0 -8
  18. package/.git/hooks/pre-applypatch.sample +0 -14
  19. package/.git/hooks/pre-commit.sample +0 -49
  20. package/.git/hooks/pre-merge-commit.sample +0 -13
  21. package/.git/hooks/pre-push.sample +0 -53
  22. package/.git/hooks/pre-rebase.sample +0 -169
  23. package/.git/hooks/pre-receive.sample +0 -24
  24. package/.git/hooks/prepare-commit-msg.sample +0 -42
  25. package/.git/hooks/push-to-checkout.sample +0 -78
  26. package/.git/hooks/update.sample +0 -128
  27. package/.git/index +0 -0
  28. package/.git/info/exclude +0 -6
  29. package/.git/logs/HEAD +0 -23
  30. package/.git/logs/refs/heads/master +0 -23
  31. package/.git/logs/refs/remotes/origin/HEAD +0 -1
  32. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/async-2.6.4 +0 -1
  33. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/follow-redirects-1.14.8 +0 -1
  34. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/follow-redirects-1.15.1 +0 -1
  35. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/minimist-1.2.6 +0 -2
  36. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/moment-2.29.4 +0 -2
  37. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/moment-timezone-0.5.37 +0 -1
  38. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/vm2-3.9.10 +0 -1
  39. package/.git/logs/refs/remotes/origin/dependabot/npm_and_yarn/vm2-3.9.7 +0 -1
  40. package/.git/logs/refs/remotes/origin/master +0 -22
  41. package/.git/objects/02/2f0d6daa910e95df17f9864c245498142f91b1 +0 -0
  42. package/.git/objects/05/5c1a74a1e2d853bd7f7ccc8eecab205ed7ec55 +0 -0
  43. package/.git/objects/05/7279a8af3092f351c4ae469bd547adfc76f7a4 +0 -0
  44. package/.git/objects/05/c82a6f0ea9c0a164aad76ced44fec680b8604a +0 -0
  45. package/.git/objects/06/051cdbe81b43e531f1ca0fa765cb4c91d91ea1 +0 -0
  46. package/.git/objects/0a/8635f2c0a6626f197585fa2a44b9c92cf27709 +0 -0
  47. package/.git/objects/0f/981da089a027ab4deb1f0c7864dfcee50bd0f1 +0 -0
  48. package/.git/objects/10/eee3c8fa2c12b77e0fed1f2fad1b967c267b53 +0 -0
  49. package/.git/objects/12/3d8423180da838ba0af1284aae79e1a955c98b +0 -0
  50. package/.git/objects/12/8811e49aa28e93060a0921bbd8b7eabba968ff +0 -0
  51. package/.git/objects/14/3d5eca2e4998e6899de6049e38b4bf2559e4e0 +0 -0
  52. package/.git/objects/14/d1535abc130e7354294b917eb7d5c32eb29e34 +0 -0
  53. package/.git/objects/15/2c053b9a24234f6bec33280204f11e5d9dda6b +0 -0
  54. package/.git/objects/16/a3a924f2a6924622e739eebe236ef713030c8b +0 -0
  55. package/.git/objects/17/fe62d46c8606309d1954bfef9e692410da2710 +0 -0
  56. package/.git/objects/1a/e23bdc300d7dddb5d7a1405774f3ac3d8658a7 +0 -0
  57. package/.git/objects/1d/559712ab5ec703cf8e866b24b8dfb3b321ff03 +0 -0
  58. package/.git/objects/1f/4bda8b3565949d26f700322b343189d29bffdf +0 -3
  59. package/.git/objects/20/09e0695e8376740e4e88b63f1eb219671f14a4 +0 -0
  60. package/.git/objects/22/034a86b3f190407ef7a2c0eaf212ddaa686f16 +0 -0
  61. package/.git/objects/22/98fdc28f7dd444c1a852e87db8a1c5865b3407 +0 -0
  62. package/.git/objects/25/9462200ffecedc2eef36f888eb503e3f2e81ec +0 -0
  63. package/.git/objects/28/220d00bdbed408d7a98ece866fb5af1e7d1395 +0 -0
  64. package/.git/objects/2a/107bbc4529b3b4fb726be42f7ce11d4a1eb983 +0 -0
  65. package/.git/objects/2e/883b77fd3c5ea062c8ed62428cd7d9758312d7 +0 -7
  66. package/.git/objects/32/01f58ddbc1e42624f99b0e7620dbf92034b136 +0 -0
  67. package/.git/objects/33/f5906b4664855687be03e7d6d93092c9daf955 +0 -0
  68. package/.git/objects/35/01719e91f3a07024fe56483eea7039d7d96844 +0 -0
  69. package/.git/objects/39/fb332adf9703decb515ff845b2c93ee7bdd191 +0 -0
  70. package/.git/objects/3a/2fe95e41237bf8a5f56094b3b1446f8951d175 +0 -0
  71. package/.git/objects/3a/4d74b53dc2acdf09452ccf6c30100a929f557d +0 -0
  72. package/.git/objects/3b/2d52de53f2b2dd1e2ea057a01c0d0553236d21 +0 -0
  73. package/.git/objects/3b/f4ee4b9fb6b872ee61b1a392113d208ca7c762 +0 -0
  74. package/.git/objects/3c/43aaf00d26ff1acbc0a237198fc30baa6e25be +0 -0
  75. package/.git/objects/3f/8e368a352ad9a944b90208dee1188e4330a2f1 +0 -1
  76. package/.git/objects/40/fee296277005a8165f12da95c7e9e6b718e51f +0 -0
  77. package/.git/objects/42/923e1c24b6ae751b59ac453706b67322d66969 +0 -0
  78. package/.git/objects/44/9201848ea33a0fad0ee0737f801f048cfade82 +0 -2
  79. package/.git/objects/44/c2b7071686272d99d4664916dfb67f4102c6f4 +0 -0
  80. package/.git/objects/44/e27cef5a809b8c2d36871c5193198142431a63 +0 -0
  81. package/.git/objects/46/6d53dd4e6463d5e899cd61b80077af9100e3a8 +0 -0
  82. package/.git/objects/47/491e904d9441fa24d865860bf1dff1843c6a9c +0 -0
  83. package/.git/objects/49/896c097c75250aa3c08d2bed5d709771cb1787 +0 -0
  84. package/.git/objects/4b/47d7aeb054f8ab581690b65dcb12308ba90b6c +0 -0
  85. package/.git/objects/4e/3353916674e6e2d72452b43f1706f5916d2c89 +0 -2
  86. package/.git/objects/51/bcfd3f0fb55af10bd01265b307e511c717a755 +0 -2
  87. package/.git/objects/52/e0845974b78b0332e5b1d8c8705c0bd4fb83bc +0 -0
  88. package/.git/objects/54/e5124ded8dd3a8ed0b19720474203dbc5c52be +0 -0
  89. package/.git/objects/56/fd1ca1e0010b81c9559e1f429d89884cded9f7 +0 -0
  90. package/.git/objects/58/2cf7a6f56fd9e6f5084a88c953da4013167b94 +0 -0
  91. package/.git/objects/5b/c7e4571e0196bc7913762a38c0698ab23b4b40 +0 -0
  92. package/.git/objects/5c/877893711138b63925cd066f1403901f889fd1 +0 -4
  93. package/.git/objects/5c/c52ffbdac3063a1319982b7d1bf18773f96181 +0 -0
  94. package/.git/objects/5d/cc561a09ef24892a16f23881962624a126f9ca +0 -0
  95. package/.git/objects/5e/3da9aaf50f9faecdc9cb1ebeab3fba5a9e8fb4 +0 -0
  96. package/.git/objects/5f/7c7f1513de49814f849f66114759c6daef837d +0 -0
  97. package/.git/objects/60/9b0f2c978e3bfbb668031fe58c4b3f1086421c +0 -0
  98. package/.git/objects/62/e1d5405b6e2433872d38a651a967baab80be1b +0 -2
  99. package/.git/objects/63/7d388cf0ac25bd240977bf8c908a1e5fa92dd8 +0 -0
  100. package/.git/objects/64/967bb9704893349c92a31f5291fc0eb2c13fa9 +0 -0
  101. package/.git/objects/6c/ef2f57e30fc6bc765e9ebfe3bf096e84101cc1 +0 -0
  102. package/.git/objects/6e/22bebb02332d3ff461dca72d0ecb8f1d44835f +0 -0
  103. package/.git/objects/6f/220ef271ba804052014c8a5d406a1438efef64 +0 -0
  104. package/.git/objects/70/ad2e555e35eb73420e7f7edd4177a20635e795 +0 -0
  105. package/.git/objects/72/32a03c47d5fc7353f9cd67b0bd0ffa45390bb4 +0 -0
  106. package/.git/objects/75/b2aa96174e983a871d2c87d81f05421e8248ba +0 -0
  107. package/.git/objects/79/8e4fbb78de9a88cda3399b861f9d2243e6ca3b +0 -0
  108. package/.git/objects/7a/ca04662f44988f4746e4ec6e6ad2d481adcb87 +0 -0
  109. package/.git/objects/7b/128a2d2b038fd39112c16a4ff67e52d2bab57c +0 -0
  110. package/.git/objects/7e/37081ce9bd43723b56ef91330cd8e2983b538f +0 -0
  111. package/.git/objects/7f/3277bd2a1e2b01b395caf1e0e8999c1682c223 +0 -0
  112. package/.git/objects/7f/68ff06abdaef72ab4f134ecb6912cf324c692c +0 -0
  113. package/.git/objects/80/45e37f977ea779b4b20900a64a296df56cb9ce +0 -0
  114. package/.git/objects/83/5696f89cedc2214df0ffc788f08c4d58a97c95 +0 -0
  115. package/.git/objects/84/b568065a1ee10c396c790029aef4fc7e990dcb +0 -0
  116. package/.git/objects/85/b13d9fef3c897366d43df137438cd28f915087 +0 -0
  117. package/.git/objects/86/a2acaeb7d5eaa7d780a438cfa3db2c3db1d789 +0 -0
  118. package/.git/objects/88/f8a58d189410942cf2616d55cdc98f939a8d3b +0 -0
  119. package/.git/objects/93/8f44fae33e8ef450b8087f408c6163bc4238b2 +0 -0
  120. package/.git/objects/95/d70526c36e8b3e5c814f64645623371d57946d +0 -0
  121. package/.git/objects/98/455ae14312780d38b2432eb1f189906104e241 +0 -0
  122. package/.git/objects/98/898b1fd7b14788c34282603fca629e813ba546 +0 -0
  123. package/.git/objects/99/9aeeca83fc1e75d40326046dc5ccc680c8b036 +0 -0
  124. package/.git/objects/9a/cf383b82ac33819ec1fcb70ebeab1f3a67088c +0 -0
  125. package/.git/objects/9d/31d2fc81e780e5e2de1c51b8e705005e94d59d +0 -0
  126. package/.git/objects/a0/ba9902313fe5c077bdb4ae500fd479474d27e5 +0 -0
  127. package/.git/objects/a1/c059c501cc6834f3ad5dea003751ae6b47e71c +0 -0
  128. package/.git/objects/a2/955bbd248d85219a4264c1b21dc7c2d0481d11 +0 -0
  129. package/.git/objects/a4/94b1ba0a2b0e2bb8431857f3a9e77f81845d6b +0 -0
  130. package/.git/objects/a4/a1ac412998cdfe316b39e29e5462057602c1d6 +0 -0
  131. package/.git/objects/a6/43204a711923772e092d7b4d098e553ec9e917 +0 -3
  132. package/.git/objects/ac/7c581c37018c146af70e6165a8075026964c96 +0 -0
  133. package/.git/objects/b1/13bc721117f222d824addd66e7d241edd44449 +0 -0
  134. package/.git/objects/b2/d3bfa9522988ed8d214b800d093efc80da7b8f +0 -0
  135. package/.git/objects/b6/b55dd9c407d6e3de1075ecf67a7f229496d75e +0 -0
  136. package/.git/objects/b9/29f8894983314681cd5c5cc933ad4091edf51b +0 -0
  137. package/.git/objects/bb/269a37e471f96225f825accb8fec832556baeb +0 -0
  138. package/.git/objects/be/6b92cd3ae0f90b9b3fae0ca6661931dae6c83a +0 -0
  139. package/.git/objects/c0/7164be325d2c63ae2d899f18569a83e7b4ba67 +0 -0
  140. package/.git/objects/c0/e2ecce02f4d74977c088b07ddae70af1b0204b +0 -0
  141. package/.git/objects/c4/26b83eae1a1a426af62f1c6ebbbf30f258d696 +0 -2
  142. package/.git/objects/c4/59a1ea5de4599d66be6c3e6fabdf86c482b0e0 +0 -0
  143. package/.git/objects/c4/939e403dc1de89cddf6ef031d81504d1c1f650 +0 -0
  144. package/.git/objects/ca/4942a1100642a56ccf314d1e9c4db6da1ee5d2 +0 -0
  145. package/.git/objects/cc/6904a6336d2a954e954bb0d1e50aea08c83494 +0 -0
  146. package/.git/objects/cd/084b222732a6e80a2440e9ecdd773aedb197e6 +0 -0
  147. package/.git/objects/ce/76a6a80691518fa330d62dc9f1c15d570e2bf9 +0 -0
  148. package/.git/objects/ce/df14292e7c3e219801794c7135cc878c921712 +0 -0
  149. package/.git/objects/d0/ff27ffbc3bdc741b65b55d95a20c57f8ab1ca9 +0 -0
  150. package/.git/objects/d4/2d9e97b06faba28b13073e01f75115237ab8f8 +0 -0
  151. package/.git/objects/d5/2717c6fd9c3deeb0ff98151d64927d2a6234c6 +0 -0
  152. package/.git/objects/d9/6866dd25bae6d71e35df942eda0353695affd9 +0 -0
  153. package/.git/objects/d9/981364d8a15210123a3585846031c62eaecd8f +0 -0
  154. package/.git/objects/db/454cbee6da5938914837cda981dea069f7f409 +0 -0
  155. package/.git/objects/dc/8a7af695dba46389944b008a3800f12bceb329 +0 -0
  156. package/.git/objects/dd/b3b7a413e020bae0d7a4bec93871427e70d257 +0 -0
  157. package/.git/objects/df/35b2679810d172a657f924038c8c90973313ca +0 -3
  158. package/.git/objects/e0/225a10fccf658bad584b6995c4edd2ff7a77f5 +0 -0
  159. package/.git/objects/e3/0862243d79a9b5ad215e5bca60a71c4220e72d +0 -0
  160. package/.git/objects/e4/1a72681611b269bcbf92635a577fbd4d1dc7a2 +0 -0
  161. package/.git/objects/e5/2673bb0d2f0856fee0cef63f2018cf38aaf12a +0 -0
  162. package/.git/objects/e9/94cd70c55ab2bbd98761c2e607daf9b2e97f8f +0 -1
  163. package/.git/objects/e9/bd949a381501bde67f21ba4d00c670cd65663c +0 -0
  164. package/.git/objects/e9/ee6edda984b1f7fac59160bd9231433b3fea2b +0 -0
  165. package/.git/objects/eb/d4328efb09276aab6e1cfc1c954a96528d5c99 +0 -0
  166. package/.git/objects/eb/eb5a56b15dab25752fdaa5c407aa876cbf23b3 +0 -0
  167. package/.git/objects/ec/04c9bbf4a5d62f695cdf80e49ce07b86b7013e +0 -0
  168. package/.git/objects/ef/2403cca5e0283f168e74e1e0548f0bee6ba64b +0 -5
  169. package/.git/objects/ef/de9a8166073eaffcbdb334a63e93ab2e0e2bb2 +0 -3
  170. package/.git/objects/f1/8fc2e1985b84cd24de30829a7a4a9c691340c9 +0 -0
  171. package/.git/objects/f2/05d1ab0819bb3f13a368bf1473f1059dd2f1fa +0 -0
  172. package/.git/objects/f2/9fbde97f3b548ee6ec891b4b411707ebf0561a +0 -0
  173. package/.git/objects/f5/f2285b984ce7ef265cf79ce10ba51dcc9f9ad6 +0 -0
  174. package/.git/objects/f6/0628ae8baf0c0379b3e7ab6d75f172f74a005e +0 -0
  175. package/.git/objects/f6/935898caad4dee4ea9282ca155e3c3bf3715fc +0 -0
  176. package/.git/objects/f6/e44fde420f65f300fb5d363ef95a186e4165e5 +0 -0
  177. package/.git/objects/f7/a182eb7c42ff63bf11edf772b65bdf7d706d96 +0 -0
  178. package/.git/objects/f8/14559da278a2f0cfd627b62d7d325085eef17b +0 -0
  179. package/.git/objects/f8/aff9f6e425792723ef5fe5dbdf85b53bce2fe9 +0 -0
  180. package/.git/objects/f9/63ccecc3469eb1ef17e3685032099ec13f5a0f +0 -0
  181. package/.git/objects/f9/8ad699a4944fb6f793485d4e2ea3c7bf5aec96 +0 -0
  182. package/.git/objects/fd/4f133c0aca14ec46bccb1b7ef8258ff1343761 +0 -2
  183. package/.git/objects/fd/a93fd9e44b59cfec306dd85a72db21360569a4 +0 -0
  184. package/.git/objects/ff/5b08014258895dbb22d6b171aeee232fdcda7b +0 -0
  185. package/.git/objects/pack/pack-63ffdae441c323ee12f24bd65e4b0b162f008209.idx +0 -0
  186. package/.git/objects/pack/pack-63ffdae441c323ee12f24bd65e4b0b162f008209.pack +0 -0
  187. package/.git/packed-refs +0 -4
  188. package/.git/refs/heads/master +0 -1
  189. package/.git/refs/remotes/origin/HEAD +0 -1
  190. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/async-2.6.4 +0 -1
  191. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/follow-redirects-1.14.8 +0 -1
  192. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/follow-redirects-1.15.1 +0 -1
  193. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/minimist-1.2.6 +0 -1
  194. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/moment-2.29.4 +0 -1
  195. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/moment-timezone-0.5.37 +0 -1
  196. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/vm2-3.9.10 +0 -1
  197. package/.git/refs/remotes/origin/dependabot/npm_and_yarn/vm2-3.9.7 +0 -1
  198. package/.git/refs/remotes/origin/master +0 -1
  199. package/.git/tortoisegit.data +0 -0
  200. package/.git/tortoisegit.index +0 -0
  201. package/.gitattributes +0 -52
  202. package/.github/FUNDING.yml +0 -3
  203. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
  204. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  205. package/.github/ISSUE_TEMPLATE/vulnerability-report.md +0 -10
  206. package/.gitignore +0 -104
  207. package/.vscode/launch.json +0 -15
  208. package/CODE_OF_CONDUCT.md +0 -76
  209. package/Dockerfile +0 -10
  210. package/SECURITY.md +0 -18
  211. package/_config.yml +0 -1
  212. package/ecosystem.config.js +0 -10
  213. package/node_modules/@eslint/eslintrc/LICENSE +0 -19
  214. package/node_modules/@eslint/eslintrc/README.md +0 -64
  215. package/node_modules/@eslint/eslintrc/conf/config-schema.js +0 -79
  216. package/node_modules/@eslint/eslintrc/conf/environments.js +0 -203
  217. package/node_modules/@eslint/eslintrc/lib/cascading-config-array-factory.js +0 -533
  218. package/node_modules/@eslint/eslintrc/lib/config-array/config-array.js +0 -523
  219. package/node_modules/@eslint/eslintrc/lib/config-array/config-dependency.js +0 -115
  220. package/node_modules/@eslint/eslintrc/lib/config-array/extracted-config.js +0 -145
  221. package/node_modules/@eslint/eslintrc/lib/config-array/ignore-pattern.js +0 -238
  222. package/node_modules/@eslint/eslintrc/lib/config-array/index.js +0 -19
  223. package/node_modules/@eslint/eslintrc/lib/config-array/override-tester.js +0 -225
  224. package/node_modules/@eslint/eslintrc/lib/config-array-factory.js +0 -1133
  225. package/node_modules/@eslint/eslintrc/lib/flat-compat.js +0 -307
  226. package/node_modules/@eslint/eslintrc/lib/index-universal.js +0 -29
  227. package/node_modules/@eslint/eslintrc/lib/index.js +0 -56
  228. package/node_modules/@eslint/eslintrc/lib/shared/ajv.js +0 -191
  229. package/node_modules/@eslint/eslintrc/lib/shared/config-ops.js +0 -135
  230. package/node_modules/@eslint/eslintrc/lib/shared/config-validator.js +0 -325
  231. package/node_modules/@eslint/eslintrc/lib/shared/deprecation-warnings.js +0 -63
  232. package/node_modules/@eslint/eslintrc/lib/shared/naming.js +0 -96
  233. package/node_modules/@eslint/eslintrc/lib/shared/relative-module-resolver.js +0 -42
  234. package/node_modules/@eslint/eslintrc/lib/shared/types.js +0 -149
  235. package/node_modules/@eslint/eslintrc/package.json +0 -82
  236. package/node_modules/@eslint/eslintrc/universal.js +0 -9
  237. package/node_modules/@humanwhocodes/config-array/CHANGELOG.md +0 -107
  238. package/node_modules/@humanwhocodes/config-array/LICENSE +0 -201
  239. package/node_modules/@humanwhocodes/config-array/README.md +0 -303
  240. package/node_modules/@humanwhocodes/config-array/api.js +0 -761
  241. package/node_modules/@humanwhocodes/config-array/package.json +0 -60
  242. package/node_modules/@humanwhocodes/gitignore-to-minimatch/LICENSE +0 -201
  243. package/node_modules/@humanwhocodes/gitignore-to-minimatch/README.md +0 -78
  244. package/node_modules/@humanwhocodes/gitignore-to-minimatch/package.json +0 -61
  245. package/node_modules/@humanwhocodes/module-importer/CHANGELOG.md +0 -15
  246. package/node_modules/@humanwhocodes/module-importer/LICENSE +0 -201
  247. package/node_modules/@humanwhocodes/module-importer/README.md +0 -80
  248. package/node_modules/@humanwhocodes/module-importer/package.json +0 -65
  249. package/node_modules/@humanwhocodes/module-importer/src/module-importer.cjs +0 -81
  250. package/node_modules/@humanwhocodes/module-importer/src/module-importer.js +0 -22
  251. package/node_modules/@humanwhocodes/object-schema/.eslintrc.js +0 -29
  252. package/node_modules/@humanwhocodes/object-schema/.github/workflows/nodejs-test.yml +0 -27
  253. package/node_modules/@humanwhocodes/object-schema/.github/workflows/release-please.yml +0 -39
  254. package/node_modules/@humanwhocodes/object-schema/CHANGELOG.md +0 -8
  255. package/node_modules/@humanwhocodes/object-schema/LICENSE +0 -29
  256. package/node_modules/@humanwhocodes/object-schema/README.md +0 -234
  257. package/node_modules/@humanwhocodes/object-schema/package.json +0 -33
  258. package/node_modules/@humanwhocodes/object-schema/src/index.js +0 -7
  259. package/node_modules/@humanwhocodes/object-schema/src/merge-strategy.js +0 -53
  260. package/node_modules/@humanwhocodes/object-schema/src/object-schema.js +0 -235
  261. package/node_modules/@humanwhocodes/object-schema/src/validation-strategy.js +0 -102
  262. package/node_modules/@humanwhocodes/object-schema/tests/merge-strategy.js +0 -66
  263. package/node_modules/@humanwhocodes/object-schema/tests/object-schema.js +0 -611
  264. package/node_modules/@humanwhocodes/object-schema/tests/validation-strategy.js +0 -186
  265. package/node_modules/@nodelib/fs.scandir/LICENSE +0 -21
  266. package/node_modules/@nodelib/fs.scandir/README.md +0 -171
  267. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.d.ts +0 -20
  268. package/node_modules/@nodelib/fs.scandir/out/adapters/fs.js +0 -19
  269. package/node_modules/@nodelib/fs.scandir/out/constants.d.ts +0 -4
  270. package/node_modules/@nodelib/fs.scandir/out/constants.js +0 -17
  271. package/node_modules/@nodelib/fs.scandir/out/index.d.ts +0 -12
  272. package/node_modules/@nodelib/fs.scandir/out/index.js +0 -26
  273. package/node_modules/@nodelib/fs.scandir/out/providers/async.d.ts +0 -7
  274. package/node_modules/@nodelib/fs.scandir/out/providers/async.js +0 -104
  275. package/node_modules/@nodelib/fs.scandir/out/providers/common.d.ts +0 -1
  276. package/node_modules/@nodelib/fs.scandir/out/providers/common.js +0 -13
  277. package/node_modules/@nodelib/fs.scandir/out/providers/sync.d.ts +0 -5
  278. package/node_modules/@nodelib/fs.scandir/out/providers/sync.js +0 -54
  279. package/node_modules/@nodelib/fs.scandir/out/settings.d.ts +0 -20
  280. package/node_modules/@nodelib/fs.scandir/out/settings.js +0 -24
  281. package/node_modules/@nodelib/fs.scandir/out/types/index.d.ts +0 -20
  282. package/node_modules/@nodelib/fs.scandir/out/types/index.js +0 -2
  283. package/node_modules/@nodelib/fs.scandir/out/utils/fs.d.ts +0 -2
  284. package/node_modules/@nodelib/fs.scandir/out/utils/fs.js +0 -19
  285. package/node_modules/@nodelib/fs.scandir/out/utils/index.d.ts +0 -2
  286. package/node_modules/@nodelib/fs.scandir/out/utils/index.js +0 -5
  287. package/node_modules/@nodelib/fs.scandir/package.json +0 -44
  288. package/node_modules/@nodelib/fs.stat/LICENSE +0 -21
  289. package/node_modules/@nodelib/fs.stat/README.md +0 -126
  290. package/node_modules/@nodelib/fs.stat/out/adapters/fs.d.ts +0 -13
  291. package/node_modules/@nodelib/fs.stat/out/adapters/fs.js +0 -17
  292. package/node_modules/@nodelib/fs.stat/out/index.d.ts +0 -12
  293. package/node_modules/@nodelib/fs.stat/out/index.js +0 -26
  294. package/node_modules/@nodelib/fs.stat/out/providers/async.d.ts +0 -4
  295. package/node_modules/@nodelib/fs.stat/out/providers/async.js +0 -36
  296. package/node_modules/@nodelib/fs.stat/out/providers/sync.d.ts +0 -3
  297. package/node_modules/@nodelib/fs.stat/out/providers/sync.js +0 -23
  298. package/node_modules/@nodelib/fs.stat/out/settings.d.ts +0 -16
  299. package/node_modules/@nodelib/fs.stat/out/settings.js +0 -16
  300. package/node_modules/@nodelib/fs.stat/out/types/index.d.ts +0 -4
  301. package/node_modules/@nodelib/fs.stat/out/types/index.js +0 -2
  302. package/node_modules/@nodelib/fs.stat/package.json +0 -37
  303. package/node_modules/@nodelib/fs.walk/LICENSE +0 -21
  304. package/node_modules/@nodelib/fs.walk/README.md +0 -215
  305. package/node_modules/@nodelib/fs.walk/out/index.d.ts +0 -14
  306. package/node_modules/@nodelib/fs.walk/out/index.js +0 -34
  307. package/node_modules/@nodelib/fs.walk/out/providers/async.d.ts +0 -12
  308. package/node_modules/@nodelib/fs.walk/out/providers/async.js +0 -30
  309. package/node_modules/@nodelib/fs.walk/out/providers/index.d.ts +0 -4
  310. package/node_modules/@nodelib/fs.walk/out/providers/index.js +0 -9
  311. package/node_modules/@nodelib/fs.walk/out/providers/stream.d.ts +0 -12
  312. package/node_modules/@nodelib/fs.walk/out/providers/stream.js +0 -34
  313. package/node_modules/@nodelib/fs.walk/out/providers/sync.d.ts +0 -10
  314. package/node_modules/@nodelib/fs.walk/out/providers/sync.js +0 -14
  315. package/node_modules/@nodelib/fs.walk/out/readers/async.d.ts +0 -30
  316. package/node_modules/@nodelib/fs.walk/out/readers/async.js +0 -97
  317. package/node_modules/@nodelib/fs.walk/out/readers/common.d.ts +0 -7
  318. package/node_modules/@nodelib/fs.walk/out/readers/common.js +0 -31
  319. package/node_modules/@nodelib/fs.walk/out/readers/reader.d.ts +0 -6
  320. package/node_modules/@nodelib/fs.walk/out/readers/reader.js +0 -11
  321. package/node_modules/@nodelib/fs.walk/out/readers/sync.d.ts +0 -15
  322. package/node_modules/@nodelib/fs.walk/out/readers/sync.js +0 -59
  323. package/node_modules/@nodelib/fs.walk/out/settings.d.ts +0 -30
  324. package/node_modules/@nodelib/fs.walk/out/settings.js +0 -26
  325. package/node_modules/@nodelib/fs.walk/out/types/index.d.ts +0 -8
  326. package/node_modules/@nodelib/fs.walk/out/types/index.js +0 -2
  327. package/node_modules/@nodelib/fs.walk/package.json +0 -44
  328. package/node_modules/@opencensus/core/LICENSE +0 -202
  329. package/node_modules/@opencensus/core/README.md +0 -108
  330. package/node_modules/@opencensus/core/build/src/common/console-logger.d.ts +0 -60
  331. package/node_modules/@opencensus/core/build/src/common/console-logger.js +0 -97
  332. package/node_modules/@opencensus/core/build/src/common/time-util.d.ts +0 -41
  333. package/node_modules/@opencensus/core/build/src/common/time-util.js +0 -74
  334. package/node_modules/@opencensus/core/build/src/common/types.d.ts +0 -29
  335. package/node_modules/@opencensus/core/build/src/common/types.js +0 -18
  336. package/node_modules/@opencensus/core/build/src/common/validations.d.ts +0 -31
  337. package/node_modules/@opencensus/core/build/src/common/validations.js +0 -46
  338. package/node_modules/@opencensus/core/build/src/common/version.d.ts +0 -16
  339. package/node_modules/@opencensus/core/build/src/common/version.js +0 -24
  340. package/node_modules/@opencensus/core/build/src/exporters/console-exporter.d.ts +0 -70
  341. package/node_modules/@opencensus/core/build/src/exporters/console-exporter.js +0 -91
  342. package/node_modules/@opencensus/core/build/src/exporters/exporter-buffer.d.ts +0 -59
  343. package/node_modules/@opencensus/core/build/src/exporters/exporter-buffer.js +0 -104
  344. package/node_modules/@opencensus/core/build/src/exporters/types.d.ts +0 -52
  345. package/node_modules/@opencensus/core/build/src/exporters/types.js +0 -18
  346. package/node_modules/@opencensus/core/build/src/index.d.ts +0 -50
  347. package/node_modules/@opencensus/core/build/src/index.js +0 -59
  348. package/node_modules/@opencensus/core/build/src/internal/clock.d.ts +0 -43
  349. package/node_modules/@opencensus/core/build/src/internal/clock.js +0 -68
  350. package/node_modules/@opencensus/core/build/src/internal/cls-ah.d.ts +0 -20
  351. package/node_modules/@opencensus/core/build/src/internal/cls-ah.js +0 -128
  352. package/node_modules/@opencensus/core/build/src/internal/cls.d.ts +0 -28
  353. package/node_modules/@opencensus/core/build/src/internal/cls.js +0 -45
  354. package/node_modules/@opencensus/core/build/src/internal/string-utils.d.ts +0 -35
  355. package/node_modules/@opencensus/core/build/src/internal/string-utils.js +0 -49
  356. package/node_modules/@opencensus/core/build/src/internal/util.d.ts +0 -16
  357. package/node_modules/@opencensus/core/build/src/internal/util.js +0 -34
  358. package/node_modules/@opencensus/core/build/src/metrics/export/base-metric-producer.d.ts +0 -27
  359. package/node_modules/@opencensus/core/build/src/metrics/export/base-metric-producer.js +0 -25
  360. package/node_modules/@opencensus/core/build/src/metrics/export/metric-producer-manager.d.ts +0 -17
  361. package/node_modules/@opencensus/core/build/src/metrics/export/metric-producer-manager.js +0 -70
  362. package/node_modules/@opencensus/core/build/src/metrics/export/types.d.ts +0 -331
  363. package/node_modules/@opencensus/core/build/src/metrics/export/types.js +0 -69
  364. package/node_modules/@opencensus/core/build/src/metrics/gauges/derived-gauge.d.ts +0 -110
  365. package/node_modules/@opencensus/core/build/src/metrics/gauges/derived-gauge.js +0 -150
  366. package/node_modules/@opencensus/core/build/src/metrics/gauges/gauge.d.ts +0 -114
  367. package/node_modules/@opencensus/core/build/src/metrics/gauges/gauge.js +0 -162
  368. package/node_modules/@opencensus/core/build/src/metrics/gauges/types.d.ts +0 -45
  369. package/node_modules/@opencensus/core/build/src/metrics/gauges/types.js +0 -18
  370. package/node_modules/@opencensus/core/build/src/metrics/metric-component.d.ts +0 -29
  371. package/node_modules/@opencensus/core/build/src/metrics/metric-component.js +0 -40
  372. package/node_modules/@opencensus/core/build/src/metrics/metric-registry.d.ts +0 -93
  373. package/node_modules/@opencensus/core/build/src/metrics/metric-registry.js +0 -152
  374. package/node_modules/@opencensus/core/build/src/metrics/metrics.d.ts +0 -27
  375. package/node_modules/@opencensus/core/build/src/metrics/metrics.js +0 -35
  376. package/node_modules/@opencensus/core/build/src/metrics/utils.d.ts +0 -30
  377. package/node_modules/@opencensus/core/build/src/metrics/utils.js +0 -42
  378. package/node_modules/@opencensus/core/build/src/resource/resource.d.ts +0 -98
  379. package/node_modules/@opencensus/core/build/src/resource/resource.js +0 -167
  380. package/node_modules/@opencensus/core/build/src/resource/types.d.ts +0 -31
  381. package/node_modules/@opencensus/core/build/src/resource/types.js +0 -18
  382. package/node_modules/@opencensus/core/build/src/stats/bucket-boundaries.d.ts +0 -49
  383. package/node_modules/@opencensus/core/build/src/stats/bucket-boundaries.js +0 -90
  384. package/node_modules/@opencensus/core/build/src/stats/metric-producer.d.ts +0 -34
  385. package/node_modules/@opencensus/core/build/src/stats/metric-producer.js +0 -40
  386. package/node_modules/@opencensus/core/build/src/stats/metric-utils.d.ts +0 -40
  387. package/node_modules/@opencensus/core/build/src/stats/metric-utils.js +0 -83
  388. package/node_modules/@opencensus/core/build/src/stats/recorder.d.ts +0 -26
  389. package/node_modules/@opencensus/core/build/src/stats/recorder.js +0 -76
  390. package/node_modules/@opencensus/core/build/src/stats/stats.d.ts +0 -97
  391. package/node_modules/@opencensus/core/build/src/stats/stats.js +0 -169
  392. package/node_modules/@opencensus/core/build/src/stats/types.d.ts +0 -242
  393. package/node_modules/@opencensus/core/build/src/stats/types.js +0 -48
  394. package/node_modules/@opencensus/core/build/src/stats/view.d.ts +0 -119
  395. package/node_modules/@opencensus/core/build/src/stats/view.js +0 -194
  396. package/node_modules/@opencensus/core/build/src/tags/tag-map.d.ts +0 -26
  397. package/node_modules/@opencensus/core/build/src/tags/tag-map.js +0 -45
  398. package/node_modules/@opencensus/core/build/src/tags/types.d.ts +0 -25
  399. package/node_modules/@opencensus/core/build/src/tags/types.js +0 -18
  400. package/node_modules/@opencensus/core/build/src/tags/validation.d.ts +0 -20
  401. package/node_modules/@opencensus/core/build/src/tags/validation.js +0 -41
  402. package/node_modules/@opencensus/core/build/src/trace/config/types.d.ts +0 -82
  403. package/node_modules/@opencensus/core/build/src/trace/config/types.js +0 -18
  404. package/node_modules/@opencensus/core/build/src/trace/instrumentation/base-plugin.d.ts +0 -77
  405. package/node_modules/@opencensus/core/build/src/trace/instrumentation/base-plugin.js +0 -113
  406. package/node_modules/@opencensus/core/build/src/trace/instrumentation/types.d.ts +0 -56
  407. package/node_modules/@opencensus/core/build/src/trace/instrumentation/types.js +0 -18
  408. package/node_modules/@opencensus/core/build/src/trace/model/root-span.d.ts +0 -53
  409. package/node_modules/@opencensus/core/build/src/trace/model/root-span.js +0 -111
  410. package/node_modules/@opencensus/core/build/src/trace/model/span-base.d.ts +0 -131
  411. package/node_modules/@opencensus/core/build/src/trace/model/span-base.js +0 -210
  412. package/node_modules/@opencensus/core/build/src/trace/model/span.d.ts +0 -35
  413. package/node_modules/@opencensus/core/build/src/trace/model/span.js +0 -66
  414. package/node_modules/@opencensus/core/build/src/trace/model/tracer.d.ts +0 -112
  415. package/node_modules/@opencensus/core/build/src/trace/model/tracer.js +0 -241
  416. package/node_modules/@opencensus/core/build/src/trace/model/types.d.ts +0 -455
  417. package/node_modules/@opencensus/core/build/src/trace/model/types.js +0 -198
  418. package/node_modules/@opencensus/core/build/src/trace/propagation/types.d.ts +0 -36
  419. package/node_modules/@opencensus/core/build/src/trace/propagation/types.js +0 -18
  420. package/node_modules/@opencensus/core/build/src/trace/sampler/sampler.d.ts +0 -72
  421. package/node_modules/@opencensus/core/build/src/trace/sampler/sampler.js +0 -129
  422. package/node_modules/@opencensus/core/build/src/trace/sampler/types.d.ts +0 -29
  423. package/node_modules/@opencensus/core/build/src/trace/sampler/types.js +0 -18
  424. package/node_modules/@opencensus/core/build/src/trace/types.d.ts +0 -46
  425. package/node_modules/@opencensus/core/build/src/trace/types.js +0 -18
  426. package/node_modules/@opencensus/core/node_modules/.bin/semver +0 -12
  427. package/node_modules/@opencensus/core/node_modules/.bin/semver.cmd +0 -17
  428. package/node_modules/@opencensus/core/node_modules/.bin/semver.ps1 +0 -28
  429. package/node_modules/@opencensus/core/node_modules/semver/CHANGELOG.md +0 -39
  430. package/node_modules/@opencensus/core/node_modules/semver/LICENSE +0 -15
  431. package/node_modules/@opencensus/core/node_modules/semver/README.md +0 -412
  432. package/node_modules/@opencensus/core/node_modules/semver/bin/semver +0 -160
  433. package/node_modules/@opencensus/core/node_modules/semver/package.json +0 -28
  434. package/node_modules/@opencensus/core/node_modules/semver/range.bnf +0 -16
  435. package/node_modules/@opencensus/core/node_modules/semver/semver.js +0 -1483
  436. package/node_modules/@opencensus/core/package.json +0 -68
  437. package/node_modules/@opencensus/propagation-b3/LICENSE +0 -202
  438. package/node_modules/@opencensus/propagation-b3/README.md +0 -46
  439. package/node_modules/@opencensus/propagation-b3/build/src/b3-format.d.ts +0 -35
  440. package/node_modules/@opencensus/propagation-b3/build/src/b3-format.js +0 -77
  441. package/node_modules/@opencensus/propagation-b3/build/src/index.d.ts +0 -16
  442. package/node_modules/@opencensus/propagation-b3/build/src/index.js +0 -22
  443. package/node_modules/@opencensus/propagation-b3/node_modules/.bin/semver +0 -12
  444. package/node_modules/@opencensus/propagation-b3/node_modules/.bin/semver.cmd +0 -17
  445. package/node_modules/@opencensus/propagation-b3/node_modules/.bin/semver.ps1 +0 -28
  446. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/LICENSE +0 -202
  447. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/README.md +0 -96
  448. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/console-logger.d.ts +0 -51
  449. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/console-logger.js +0 -106
  450. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/types.d.ts +0 -29
  451. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/types.js +0 -18
  452. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/validations.d.ts +0 -31
  453. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/validations.js +0 -46
  454. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/version.d.ts +0 -1
  455. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/common/version.js +0 -24
  456. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/console-exporter.d.ts +0 -64
  457. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/console-exporter.js +0 -84
  458. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/exporter-buffer.d.ts +0 -44
  459. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/exporter-buffer.js +0 -104
  460. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/types.d.ts +0 -44
  461. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/exporters/types.js +0 -18
  462. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/index.d.ts +0 -37
  463. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/index.js +0 -45
  464. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/clock.d.ts +0 -43
  465. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/clock.js +0 -68
  466. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/cls-ah.d.ts +0 -5
  467. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/cls-ah.js +0 -128
  468. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/cls.d.ts +0 -28
  469. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/cls.js +0 -45
  470. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/string-utils.d.ts +0 -35
  471. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/string-utils.js +0 -49
  472. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/util.d.ts +0 -1
  473. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/internal/util.js +0 -34
  474. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/export/metric-producer.d.ts +0 -27
  475. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/export/metric-producer.js +0 -25
  476. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/export/types.d.ts +0 -309
  477. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/export/types.js +0 -69
  478. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/derived-gauge.d.ts +0 -95
  479. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/derived-gauge.js +0 -151
  480. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/gauge.d.ts +0 -99
  481. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/gauge.js +0 -161
  482. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/types.d.ts +0 -45
  483. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/gauges/types.js +0 -18
  484. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/metric-registry.d.ts +0 -79
  485. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/metric-registry.js +0 -152
  486. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/metrics.d.ts +0 -26
  487. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/metrics.js +0 -34
  488. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/utils.d.ts +0 -30
  489. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/metrics/utils.js +0 -42
  490. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/resource/resource.d.ts +0 -81
  491. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/resource/resource.js +0 -160
  492. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/resource/types.d.ts +0 -31
  493. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/resource/types.js +0 -18
  494. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/bucket-boundaries.d.ts +0 -49
  495. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/bucket-boundaries.js +0 -90
  496. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/metric-producer.d.ts +0 -34
  497. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/metric-producer.js +0 -40
  498. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/metric-utils.d.ts +0 -39
  499. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/metric-utils.js +0 -84
  500. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/recorder.d.ts +0 -23
  501. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/recorder.js +0 -70
  502. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/stats.d.ts +0 -85
  503. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/stats.js +0 -145
  504. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/types.d.ts +0 -188
  505. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/types.js +0 -48
  506. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/view.d.ts +0 -118
  507. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/stats/view.js +0 -201
  508. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/config/types.d.ts +0 -68
  509. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/config/types.js +0 -18
  510. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/instrumentation/base-plugin.d.ts +0 -73
  511. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/instrumentation/base-plugin.js +0 -110
  512. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/instrumentation/types.d.ts +0 -45
  513. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/instrumentation/types.js +0 -18
  514. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/root-span.d.ts +0 -38
  515. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/root-span.js +0 -108
  516. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/span-base.d.ts +0 -114
  517. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/span-base.js +0 -165
  518. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/span.d.ts +0 -20
  519. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/span.js +0 -65
  520. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/tracer.d.ts +0 -95
  521. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/tracer.js +0 -229
  522. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/types.d.ts +0 -245
  523. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/model/types.js +0 -18
  524. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/propagation/types.d.ts +0 -36
  525. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/propagation/types.js +0 -18
  526. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/sampler/sampler.d.ts +0 -56
  527. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/sampler/sampler.js +0 -94
  528. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/sampler/types.d.ts +0 -29
  529. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/sampler/types.js +0 -18
  530. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/types.d.ts +0 -46
  531. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/build/src/trace/types.js +0 -18
  532. package/node_modules/@opencensus/propagation-b3/node_modules/@opencensus/core/package.json +0 -63
  533. package/node_modules/@opencensus/propagation-b3/node_modules/semver/CHANGELOG.md +0 -39
  534. package/node_modules/@opencensus/propagation-b3/node_modules/semver/LICENSE +0 -15
  535. package/node_modules/@opencensus/propagation-b3/node_modules/semver/README.md +0 -412
  536. package/node_modules/@opencensus/propagation-b3/node_modules/semver/bin/semver +0 -160
  537. package/node_modules/@opencensus/propagation-b3/node_modules/semver/package.json +0 -28
  538. package/node_modules/@opencensus/propagation-b3/node_modules/semver/range.bnf +0 -16
  539. package/node_modules/@opencensus/propagation-b3/node_modules/semver/semver.js +0 -1483
  540. package/node_modules/@opencensus/propagation-b3/package.json +0 -56
  541. package/node_modules/@pm2/agent/.drone.jsonnet +0 -104
  542. package/node_modules/@pm2/agent/.mocharc.yml +0 -12
  543. package/node_modules/@pm2/agent/.vscode/launch.json +0 -29
  544. package/node_modules/@pm2/agent/LICENSE +0 -661
  545. package/node_modules/@pm2/agent/README.md +0 -95
  546. package/node_modules/@pm2/agent/config.js +0 -30
  547. package/node_modules/@pm2/agent/constants.js +0 -98
  548. package/node_modules/@pm2/agent/index.js +0 -2
  549. package/node_modules/@pm2/agent/node_modules/.bin/semver +0 -12
  550. package/node_modules/@pm2/agent/node_modules/.bin/semver.cmd +0 -17
  551. package/node_modules/@pm2/agent/node_modules/.bin/semver.ps1 +0 -28
  552. package/node_modules/@pm2/agent/node_modules/chalk/index.d.ts +0 -411
  553. package/node_modules/@pm2/agent/node_modules/chalk/license +0 -9
  554. package/node_modules/@pm2/agent/node_modules/chalk/package.json +0 -63
  555. package/node_modules/@pm2/agent/node_modules/chalk/readme.md +0 -304
  556. package/node_modules/@pm2/agent/node_modules/chalk/source/index.js +0 -233
  557. package/node_modules/@pm2/agent/node_modules/chalk/source/templates.js +0 -134
  558. package/node_modules/@pm2/agent/node_modules/chalk/source/util.js +0 -39
  559. package/node_modules/@pm2/agent/node_modules/semver/CHANGELOG.md +0 -101
  560. package/node_modules/@pm2/agent/node_modules/semver/LICENSE +0 -15
  561. package/node_modules/@pm2/agent/node_modules/semver/README.md +0 -563
  562. package/node_modules/@pm2/agent/node_modules/semver/bin/semver.js +0 -173
  563. package/node_modules/@pm2/agent/node_modules/semver/classes/comparator.js +0 -139
  564. package/node_modules/@pm2/agent/node_modules/semver/classes/index.js +0 -5
  565. package/node_modules/@pm2/agent/node_modules/semver/classes/range.js +0 -453
  566. package/node_modules/@pm2/agent/node_modules/semver/classes/semver.js +0 -290
  567. package/node_modules/@pm2/agent/node_modules/semver/functions/clean.js +0 -6
  568. package/node_modules/@pm2/agent/node_modules/semver/functions/cmp.js +0 -48
  569. package/node_modules/@pm2/agent/node_modules/semver/functions/coerce.js +0 -51
  570. package/node_modules/@pm2/agent/node_modules/semver/functions/compare-build.js +0 -7
  571. package/node_modules/@pm2/agent/node_modules/semver/functions/compare-loose.js +0 -3
  572. package/node_modules/@pm2/agent/node_modules/semver/functions/compare.js +0 -5
  573. package/node_modules/@pm2/agent/node_modules/semver/functions/diff.js +0 -23
  574. package/node_modules/@pm2/agent/node_modules/semver/functions/eq.js +0 -3
  575. package/node_modules/@pm2/agent/node_modules/semver/functions/gt.js +0 -3
  576. package/node_modules/@pm2/agent/node_modules/semver/functions/gte.js +0 -3
  577. package/node_modules/@pm2/agent/node_modules/semver/functions/inc.js +0 -15
  578. package/node_modules/@pm2/agent/node_modules/semver/functions/lt.js +0 -3
  579. package/node_modules/@pm2/agent/node_modules/semver/functions/lte.js +0 -3
  580. package/node_modules/@pm2/agent/node_modules/semver/functions/major.js +0 -3
  581. package/node_modules/@pm2/agent/node_modules/semver/functions/minor.js +0 -3
  582. package/node_modules/@pm2/agent/node_modules/semver/functions/neq.js +0 -3
  583. package/node_modules/@pm2/agent/node_modules/semver/functions/parse.js +0 -37
  584. package/node_modules/@pm2/agent/node_modules/semver/functions/patch.js +0 -3
  585. package/node_modules/@pm2/agent/node_modules/semver/functions/prerelease.js +0 -6
  586. package/node_modules/@pm2/agent/node_modules/semver/functions/rcompare.js +0 -3
  587. package/node_modules/@pm2/agent/node_modules/semver/functions/rsort.js +0 -3
  588. package/node_modules/@pm2/agent/node_modules/semver/functions/satisfies.js +0 -10
  589. package/node_modules/@pm2/agent/node_modules/semver/functions/sort.js +0 -3
  590. package/node_modules/@pm2/agent/node_modules/semver/functions/valid.js +0 -6
  591. package/node_modules/@pm2/agent/node_modules/semver/index.js +0 -47
  592. package/node_modules/@pm2/agent/node_modules/semver/internal/constants.js +0 -17
  593. package/node_modules/@pm2/agent/node_modules/semver/internal/debug.js +0 -9
  594. package/node_modules/@pm2/agent/node_modules/semver/internal/identifiers.js +0 -23
  595. package/node_modules/@pm2/agent/node_modules/semver/internal/re.js +0 -179
  596. package/node_modules/@pm2/agent/node_modules/semver/package.json +0 -38
  597. package/node_modules/@pm2/agent/node_modules/semver/preload.js +0 -2
  598. package/node_modules/@pm2/agent/node_modules/semver/range.bnf +0 -16
  599. package/node_modules/@pm2/agent/node_modules/semver/ranges/gtr.js +0 -4
  600. package/node_modules/@pm2/agent/node_modules/semver/ranges/intersects.js +0 -7
  601. package/node_modules/@pm2/agent/node_modules/semver/ranges/ltr.js +0 -4
  602. package/node_modules/@pm2/agent/node_modules/semver/ranges/max-satisfying.js +0 -25
  603. package/node_modules/@pm2/agent/node_modules/semver/ranges/min-satisfying.js +0 -24
  604. package/node_modules/@pm2/agent/node_modules/semver/ranges/min-version.js +0 -57
  605. package/node_modules/@pm2/agent/node_modules/semver/ranges/outside.js +0 -80
  606. package/node_modules/@pm2/agent/node_modules/semver/ranges/simplify.js +0 -44
  607. package/node_modules/@pm2/agent/node_modules/semver/ranges/to-comparators.js +0 -8
  608. package/node_modules/@pm2/agent/node_modules/semver/ranges/valid.js +0 -11
  609. package/node_modules/@pm2/agent/package.json +0 -41
  610. package/node_modules/@pm2/agent/src/InteractorClient.js +0 -502
  611. package/node_modules/@pm2/agent/src/InteractorDaemon.js +0 -452
  612. package/node_modules/@pm2/agent/src/PM2Client.js +0 -112
  613. package/node_modules/@pm2/agent/src/PM2Interface.js +0 -180
  614. package/node_modules/@pm2/agent/src/TransporterInterface.js +0 -173
  615. package/node_modules/@pm2/agent/src/Utility.js +0 -395
  616. package/node_modules/@pm2/agent/src/WatchDog.js +0 -70
  617. package/node_modules/@pm2/agent/src/push/DataRetriever.js +0 -77
  618. package/node_modules/@pm2/agent/src/push/PushInteractor.js +0 -206
  619. package/node_modules/@pm2/agent/src/push/TransactionAggregator.js +0 -670
  620. package/node_modules/@pm2/agent/src/reverse/ReverseInteractor.js +0 -128
  621. package/node_modules/@pm2/agent/src/transporters/Transporter.js +0 -129
  622. package/node_modules/@pm2/agent/src/transporters/WebsocketTransport.js +0 -204
  623. package/node_modules/@pm2/agent/src/utils/BinaryHeap.js +0 -135
  624. package/node_modules/@pm2/agent/src/utils/EDS.js +0 -111
  625. package/node_modules/@pm2/agent/src/utils/probes/Histogram.js +0 -204
  626. package/node_modules/@pm2/agent/src/utils/units.js +0 -10
  627. package/node_modules/@pm2/io/.drone.jsonnet +0 -114
  628. package/node_modules/@pm2/io/.mocharc.js +0 -17
  629. package/node_modules/@pm2/io/.vscode/settings.json +0 -3
  630. package/node_modules/@pm2/io/CHANGELOG.md +0 -13
  631. package/node_modules/@pm2/io/LICENSE.md +0 -201
  632. package/node_modules/@pm2/io/NOTES.md +0 -73
  633. package/node_modules/@pm2/io/README.md +0 -574
  634. package/node_modules/@pm2/io/build/main/census/config/default-config.d.ts +0 -8
  635. package/node_modules/@pm2/io/build/main/census/config/default-config.js +0 -12
  636. package/node_modules/@pm2/io/build/main/census/constants.d.ts +0 -9
  637. package/node_modules/@pm2/io/build/main/census/constants.js +0 -12
  638. package/node_modules/@pm2/io/build/main/census/exporter.d.ts +0 -18
  639. package/node_modules/@pm2/io/build/main/census/exporter.js +0 -103
  640. package/node_modules/@pm2/io/build/main/census/instrumentation/ext-types.d.ts +0 -12
  641. package/node_modules/@pm2/io/build/main/census/instrumentation/ext-types.js +0 -1
  642. package/node_modules/@pm2/io/build/main/census/instrumentation/plugin-loader.d.ts +0 -14
  643. package/node_modules/@pm2/io/build/main/census/instrumentation/plugin-loader.js +0 -94
  644. package/node_modules/@pm2/io/build/main/census/plugins/express.d.ts +0 -13
  645. package/node_modules/@pm2/io/build/main/census/plugins/express.js +0 -120
  646. package/node_modules/@pm2/io/build/main/census/plugins/http.d.ts +0 -46
  647. package/node_modules/@pm2/io/build/main/census/plugins/http.js +0 -325
  648. package/node_modules/@pm2/io/build/main/census/plugins/http2.d.ts +0 -17
  649. package/node_modules/@pm2/io/build/main/census/plugins/http2.js +0 -163
  650. package/node_modules/@pm2/io/build/main/census/plugins/https.d.ts +0 -9
  651. package/node_modules/@pm2/io/build/main/census/plugins/https.js +0 -61
  652. package/node_modules/@pm2/io/build/main/census/plugins/ioredis.d.ts +0 -23
  653. package/node_modules/@pm2/io/build/main/census/plugins/ioredis.js +0 -89
  654. package/node_modules/@pm2/io/build/main/census/plugins/mongodb.d.ts +0 -21
  655. package/node_modules/@pm2/io/build/main/census/plugins/mongodb.js +0 -128
  656. package/node_modules/@pm2/io/build/main/census/plugins/mysql.d.ts +0 -21
  657. package/node_modules/@pm2/io/build/main/census/plugins/mysql.js +0 -82
  658. package/node_modules/@pm2/io/build/main/census/plugins/mysql2.d.ts +0 -21
  659. package/node_modules/@pm2/io/build/main/census/plugins/mysql2.js +0 -82
  660. package/node_modules/@pm2/io/build/main/census/plugins/net.d.ts +0 -8
  661. package/node_modules/@pm2/io/build/main/census/plugins/net.js +0 -79
  662. package/node_modules/@pm2/io/build/main/census/plugins/pg.d.ts +0 -23
  663. package/node_modules/@pm2/io/build/main/census/plugins/pg.js +0 -148
  664. package/node_modules/@pm2/io/build/main/census/plugins/redis.d.ts +0 -19
  665. package/node_modules/@pm2/io/build/main/census/plugins/redis.js +0 -114
  666. package/node_modules/@pm2/io/build/main/census/plugins/vue.d.ts +0 -12
  667. package/node_modules/@pm2/io/build/main/census/plugins/vue.js +0 -78
  668. package/node_modules/@pm2/io/build/main/census/tracer.d.ts +0 -19
  669. package/node_modules/@pm2/io/build/main/census/tracer.js +0 -67
  670. package/node_modules/@pm2/io/build/main/configuration.d.ts +0 -6
  671. package/node_modules/@pm2/io/build/main/configuration.js +0 -125
  672. package/node_modules/@pm2/io/build/main/constants.d.ts +0 -5
  673. package/node_modules/@pm2/io/build/main/constants.js +0 -15
  674. package/node_modules/@pm2/io/build/main/featureManager.d.ts +0 -14
  675. package/node_modules/@pm2/io/build/main/featureManager.js +0 -105
  676. package/node_modules/@pm2/io/build/main/features/dependencies.d.ts +0 -7
  677. package/node_modules/@pm2/io/build/main/features/dependencies.js +0 -45
  678. package/node_modules/@pm2/io/build/main/features/entrypoint.d.ts +0 -11
  679. package/node_modules/@pm2/io/build/main/features/entrypoint.js +0 -52
  680. package/node_modules/@pm2/io/build/main/features/events.d.ts +0 -8
  681. package/node_modules/@pm2/io/build/main/features/events.js +0 -44
  682. package/node_modules/@pm2/io/build/main/features/metrics.d.ts +0 -24
  683. package/node_modules/@pm2/io/build/main/features/metrics.js +0 -89
  684. package/node_modules/@pm2/io/build/main/features/notify.d.ts +0 -23
  685. package/node_modules/@pm2/io/build/main/features/notify.js +0 -224
  686. package/node_modules/@pm2/io/build/main/features/profiling.d.ts +0 -18
  687. package/node_modules/@pm2/io/build/main/features/profiling.js +0 -68
  688. package/node_modules/@pm2/io/build/main/features/tracing.d.ts +0 -25
  689. package/node_modules/@pm2/io/build/main/features/tracing.js +0 -149
  690. package/node_modules/@pm2/io/build/main/index.d.ts +0 -3
  691. package/node_modules/@pm2/io/build/main/index.js +0 -8
  692. package/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.d.ts +0 -17
  693. package/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.js +0 -128
  694. package/node_modules/@pm2/io/build/main/metrics/httpMetrics.d.ts +0 -18
  695. package/node_modules/@pm2/io/build/main/metrics/httpMetrics.js +0 -178
  696. package/node_modules/@pm2/io/build/main/metrics/network.d.ts +0 -15
  697. package/node_modules/@pm2/io/build/main/metrics/network.js +0 -121
  698. package/node_modules/@pm2/io/build/main/metrics/runtime.d.ts +0 -16
  699. package/node_modules/@pm2/io/build/main/metrics/runtime.js +0 -153
  700. package/node_modules/@pm2/io/build/main/metrics/v8.d.ts +0 -23
  701. package/node_modules/@pm2/io/build/main/metrics/v8.js +0 -100
  702. package/node_modules/@pm2/io/build/main/pmx.d.ts +0 -54
  703. package/node_modules/@pm2/io/build/main/pmx.js +0 -283
  704. package/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts +0 -16
  705. package/node_modules/@pm2/io/build/main/profilers/addonProfiler.js +0 -172
  706. package/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.d.ts +0 -18
  707. package/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.js +0 -268
  708. package/node_modules/@pm2/io/build/main/serviceManager.d.ts +0 -7
  709. package/node_modules/@pm2/io/build/main/serviceManager.js +0 -19
  710. package/node_modules/@pm2/io/build/main/services/actions.d.ts +0 -20
  711. package/node_modules/@pm2/io/build/main/services/actions.js +0 -146
  712. package/node_modules/@pm2/io/build/main/services/inspector.d.ts +0 -8
  713. package/node_modules/@pm2/io/build/main/services/inspector.js +0 -42
  714. package/node_modules/@pm2/io/build/main/services/metrics.d.ts +0 -63
  715. package/node_modules/@pm2/io/build/main/services/metrics.js +0 -186
  716. package/node_modules/@pm2/io/build/main/services/runtimeStats.d.ts +0 -10
  717. package/node_modules/@pm2/io/build/main/services/runtimeStats.js +0 -49
  718. package/node_modules/@pm2/io/build/main/services/transport.d.ts +0 -22
  719. package/node_modules/@pm2/io/build/main/services/transport.js +0 -13
  720. package/node_modules/@pm2/io/build/main/transports/IPCTransport.d.ts +0 -17
  721. package/node_modules/@pm2/io/build/main/transports/IPCTransport.js +0 -102
  722. package/node_modules/@pm2/io/build/main/transports/WebsocketTransport.d.ts +0 -0
  723. package/node_modules/@pm2/io/build/main/transports/WebsocketTransport.js +0 -1
  724. package/node_modules/@pm2/io/build/main/utils/BinaryHeap.d.ts +0 -16
  725. package/node_modules/@pm2/io/build/main/utils/BinaryHeap.js +0 -109
  726. package/node_modules/@pm2/io/build/main/utils/EDS.d.ts +0 -21
  727. package/node_modules/@pm2/io/build/main/utils/EDS.js +0 -93
  728. package/node_modules/@pm2/io/build/main/utils/EWMA.d.ts +0 -12
  729. package/node_modules/@pm2/io/build/main/utils/EWMA.js +0 -26
  730. package/node_modules/@pm2/io/build/main/utils/autocast.d.ts +0 -13
  731. package/node_modules/@pm2/io/build/main/utils/autocast.js +0 -49
  732. package/node_modules/@pm2/io/build/main/utils/metrics/counter.d.ts +0 -10
  733. package/node_modules/@pm2/io/build/main/utils/metrics/counter.js +0 -28
  734. package/node_modules/@pm2/io/build/main/utils/metrics/gauge.d.ts +0 -7
  735. package/node_modules/@pm2/io/build/main/utils/metrics/gauge.js +0 -20
  736. package/node_modules/@pm2/io/build/main/utils/metrics/histogram.d.ts +0 -43
  737. package/node_modules/@pm2/io/build/main/utils/metrics/histogram.js +0 -160
  738. package/node_modules/@pm2/io/build/main/utils/metrics/meter.d.ts +0 -12
  739. package/node_modules/@pm2/io/build/main/utils/metrics/meter.js +0 -36
  740. package/node_modules/@pm2/io/build/main/utils/miscellaneous.d.ts +0 -4
  741. package/node_modules/@pm2/io/build/main/utils/miscellaneous.js +0 -17
  742. package/node_modules/@pm2/io/build/main/utils/module.d.ts +0 -5
  743. package/node_modules/@pm2/io/build/main/utils/module.js +0 -53
  744. package/node_modules/@pm2/io/build/main/utils/stackParser.d.ts +0 -37
  745. package/node_modules/@pm2/io/build/main/utils/stackParser.js +0 -125
  746. package/node_modules/@pm2/io/build/main/utils/transactionAggregator.d.ts +0 -74
  747. package/node_modules/@pm2/io/build/main/utils/transactionAggregator.js +0 -317
  748. package/node_modules/@pm2/io/build/main/utils/units.d.ts +0 -10
  749. package/node_modules/@pm2/io/build/main/utils/units.js +0 -16
  750. package/node_modules/@pm2/io/docker-compose.yml +0 -27
  751. package/node_modules/@pm2/io/docs/README.md +0 -106
  752. package/node_modules/@pm2/io/node_modules/.bin/semver +0 -12
  753. package/node_modules/@pm2/io/node_modules/.bin/semver.cmd +0 -17
  754. package/node_modules/@pm2/io/node_modules/.bin/semver.ps1 +0 -28
  755. package/node_modules/@pm2/io/node_modules/async/CHANGELOG.md +0 -278
  756. package/node_modules/@pm2/io/node_modules/async/LICENSE +0 -19
  757. package/node_modules/@pm2/io/node_modules/async/README.md +0 -56
  758. package/node_modules/@pm2/io/node_modules/async/all.js +0 -50
  759. package/node_modules/@pm2/io/node_modules/async/allLimit.js +0 -42
  760. package/node_modules/@pm2/io/node_modules/async/allSeries.js +0 -37
  761. package/node_modules/@pm2/io/node_modules/async/any.js +0 -52
  762. package/node_modules/@pm2/io/node_modules/async/anyLimit.js +0 -43
  763. package/node_modules/@pm2/io/node_modules/async/anySeries.js +0 -38
  764. package/node_modules/@pm2/io/node_modules/async/apply.js +0 -68
  765. package/node_modules/@pm2/io/node_modules/async/applyEach.js +0 -51
  766. package/node_modules/@pm2/io/node_modules/async/applyEachSeries.js +0 -37
  767. package/node_modules/@pm2/io/node_modules/async/asyncify.js +0 -110
  768. package/node_modules/@pm2/io/node_modules/async/auto.js +0 -289
  769. package/node_modules/@pm2/io/node_modules/async/autoInject.js +0 -170
  770. package/node_modules/@pm2/io/node_modules/async/bower.json +0 -17
  771. package/node_modules/@pm2/io/node_modules/async/cargo.js +0 -94
  772. package/node_modules/@pm2/io/node_modules/async/compose.js +0 -58
  773. package/node_modules/@pm2/io/node_modules/async/concat.js +0 -43
  774. package/node_modules/@pm2/io/node_modules/async/concatLimit.js +0 -65
  775. package/node_modules/@pm2/io/node_modules/async/concatSeries.js +0 -36
  776. package/node_modules/@pm2/io/node_modules/async/constant.js +0 -66
  777. package/node_modules/@pm2/io/node_modules/async/detect.js +0 -61
  778. package/node_modules/@pm2/io/node_modules/async/detectLimit.js +0 -48
  779. package/node_modules/@pm2/io/node_modules/async/detectSeries.js +0 -38
  780. package/node_modules/@pm2/io/node_modules/async/dir.js +0 -43
  781. package/node_modules/@pm2/io/node_modules/async/doDuring.js +0 -66
  782. package/node_modules/@pm2/io/node_modules/async/doUntil.js +0 -39
  783. package/node_modules/@pm2/io/node_modules/async/doWhilst.js +0 -59
  784. package/node_modules/@pm2/io/node_modules/async/during.js +0 -76
  785. package/node_modules/@pm2/io/node_modules/async/each.js +0 -82
  786. package/node_modules/@pm2/io/node_modules/async/eachLimit.js +0 -45
  787. package/node_modules/@pm2/io/node_modules/async/eachOf.js +0 -111
  788. package/node_modules/@pm2/io/node_modules/async/eachOfLimit.js +0 -41
  789. package/node_modules/@pm2/io/node_modules/async/eachOfSeries.js +0 -35
  790. package/node_modules/@pm2/io/node_modules/async/eachSeries.js +0 -37
  791. package/node_modules/@pm2/io/node_modules/async/ensureAsync.js +0 -73
  792. package/node_modules/@pm2/io/node_modules/async/every.js +0 -50
  793. package/node_modules/@pm2/io/node_modules/async/everyLimit.js +0 -42
  794. package/node_modules/@pm2/io/node_modules/async/everySeries.js +0 -37
  795. package/node_modules/@pm2/io/node_modules/async/filter.js +0 -45
  796. package/node_modules/@pm2/io/node_modules/async/filterLimit.js +0 -37
  797. package/node_modules/@pm2/io/node_modules/async/filterSeries.js +0 -35
  798. package/node_modules/@pm2/io/node_modules/async/find.js +0 -61
  799. package/node_modules/@pm2/io/node_modules/async/findLimit.js +0 -48
  800. package/node_modules/@pm2/io/node_modules/async/findSeries.js +0 -38
  801. package/node_modules/@pm2/io/node_modules/async/foldl.js +0 -78
  802. package/node_modules/@pm2/io/node_modules/async/foldr.js +0 -44
  803. package/node_modules/@pm2/io/node_modules/async/forEach.js +0 -82
  804. package/node_modules/@pm2/io/node_modules/async/forEachLimit.js +0 -45
  805. package/node_modules/@pm2/io/node_modules/async/forEachOf.js +0 -111
  806. package/node_modules/@pm2/io/node_modules/async/forEachOfLimit.js +0 -41
  807. package/node_modules/@pm2/io/node_modules/async/forEachOfSeries.js +0 -35
  808. package/node_modules/@pm2/io/node_modules/async/forEachSeries.js +0 -37
  809. package/node_modules/@pm2/io/node_modules/async/forever.js +0 -65
  810. package/node_modules/@pm2/io/node_modules/async/groupBy.js +0 -54
  811. package/node_modules/@pm2/io/node_modules/async/groupByLimit.js +0 -71
  812. package/node_modules/@pm2/io/node_modules/async/groupBySeries.js +0 -37
  813. package/node_modules/@pm2/io/node_modules/async/index.js +0 -582
  814. package/node_modules/@pm2/io/node_modules/async/inject.js +0 -78
  815. package/node_modules/@pm2/io/node_modules/async/internal/DoublyLinkedList.js +0 -88
  816. package/node_modules/@pm2/io/node_modules/async/internal/applyEach.js +0 -38
  817. package/node_modules/@pm2/io/node_modules/async/internal/breakLoop.js +0 -9
  818. package/node_modules/@pm2/io/node_modules/async/internal/consoleFunc.js +0 -42
  819. package/node_modules/@pm2/io/node_modules/async/internal/createTester.js +0 -44
  820. package/node_modules/@pm2/io/node_modules/async/internal/doLimit.js +0 -12
  821. package/node_modules/@pm2/io/node_modules/async/internal/doParallel.js +0 -23
  822. package/node_modules/@pm2/io/node_modules/async/internal/doParallelLimit.js +0 -23
  823. package/node_modules/@pm2/io/node_modules/async/internal/eachOfLimit.js +0 -74
  824. package/node_modules/@pm2/io/node_modules/async/internal/filter.js +0 -75
  825. package/node_modules/@pm2/io/node_modules/async/internal/findGetResult.js +0 -10
  826. package/node_modules/@pm2/io/node_modules/async/internal/getIterator.js +0 -13
  827. package/node_modules/@pm2/io/node_modules/async/internal/initialParams.js +0 -21
  828. package/node_modules/@pm2/io/node_modules/async/internal/iterator.js +0 -61
  829. package/node_modules/@pm2/io/node_modules/async/internal/map.js +0 -35
  830. package/node_modules/@pm2/io/node_modules/async/internal/notId.js +0 -10
  831. package/node_modules/@pm2/io/node_modules/async/internal/once.js +0 -15
  832. package/node_modules/@pm2/io/node_modules/async/internal/onlyOnce.js +0 -15
  833. package/node_modules/@pm2/io/node_modules/async/internal/parallel.js +0 -42
  834. package/node_modules/@pm2/io/node_modules/async/internal/queue.js +0 -204
  835. package/node_modules/@pm2/io/node_modules/async/internal/reject.js +0 -21
  836. package/node_modules/@pm2/io/node_modules/async/internal/setImmediate.js +0 -42
  837. package/node_modules/@pm2/io/node_modules/async/internal/slice.js +0 -16
  838. package/node_modules/@pm2/io/node_modules/async/internal/withoutIndex.js +0 -12
  839. package/node_modules/@pm2/io/node_modules/async/internal/wrapAsync.js +0 -25
  840. package/node_modules/@pm2/io/node_modules/async/log.js +0 -41
  841. package/node_modules/@pm2/io/node_modules/async/map.js +0 -54
  842. package/node_modules/@pm2/io/node_modules/async/mapLimit.js +0 -37
  843. package/node_modules/@pm2/io/node_modules/async/mapSeries.js +0 -36
  844. package/node_modules/@pm2/io/node_modules/async/mapValues.js +0 -63
  845. package/node_modules/@pm2/io/node_modules/async/mapValuesLimit.js +0 -61
  846. package/node_modules/@pm2/io/node_modules/async/mapValuesSeries.js +0 -37
  847. package/node_modules/@pm2/io/node_modules/async/memoize.js +0 -101
  848. package/node_modules/@pm2/io/node_modules/async/nextTick.js +0 -51
  849. package/node_modules/@pm2/io/node_modules/async/package.json +0 -80
  850. package/node_modules/@pm2/io/node_modules/async/parallel.js +0 -90
  851. package/node_modules/@pm2/io/node_modules/async/parallelLimit.js +0 -40
  852. package/node_modules/@pm2/io/node_modules/async/priorityQueue.js +0 -98
  853. package/node_modules/@pm2/io/node_modules/async/queue.js +0 -130
  854. package/node_modules/@pm2/io/node_modules/async/race.js +0 -70
  855. package/node_modules/@pm2/io/node_modules/async/reduce.js +0 -78
  856. package/node_modules/@pm2/io/node_modules/async/reduceRight.js +0 -44
  857. package/node_modules/@pm2/io/node_modules/async/reflect.js +0 -81
  858. package/node_modules/@pm2/io/node_modules/async/reflectAll.js +0 -105
  859. package/node_modules/@pm2/io/node_modules/async/reject.js +0 -45
  860. package/node_modules/@pm2/io/node_modules/async/rejectLimit.js +0 -37
  861. package/node_modules/@pm2/io/node_modules/async/rejectSeries.js +0 -35
  862. package/node_modules/@pm2/io/node_modules/async/retry.js +0 -156
  863. package/node_modules/@pm2/io/node_modules/async/retryable.js +0 -65
  864. package/node_modules/@pm2/io/node_modules/async/select.js +0 -45
  865. package/node_modules/@pm2/io/node_modules/async/selectLimit.js +0 -37
  866. package/node_modules/@pm2/io/node_modules/async/selectSeries.js +0 -35
  867. package/node_modules/@pm2/io/node_modules/async/seq.js +0 -91
  868. package/node_modules/@pm2/io/node_modules/async/series.js +0 -85
  869. package/node_modules/@pm2/io/node_modules/async/setImmediate.js +0 -45
  870. package/node_modules/@pm2/io/node_modules/async/some.js +0 -52
  871. package/node_modules/@pm2/io/node_modules/async/someLimit.js +0 -43
  872. package/node_modules/@pm2/io/node_modules/async/someSeries.js +0 -38
  873. package/node_modules/@pm2/io/node_modules/async/sortBy.js +0 -91
  874. package/node_modules/@pm2/io/node_modules/async/timeout.js +0 -89
  875. package/node_modules/@pm2/io/node_modules/async/times.js +0 -50
  876. package/node_modules/@pm2/io/node_modules/async/timesLimit.js +0 -42
  877. package/node_modules/@pm2/io/node_modules/async/timesSeries.js +0 -32
  878. package/node_modules/@pm2/io/node_modules/async/transform.js +0 -87
  879. package/node_modules/@pm2/io/node_modules/async/tryEach.js +0 -81
  880. package/node_modules/@pm2/io/node_modules/async/unmemoize.js +0 -25
  881. package/node_modules/@pm2/io/node_modules/async/until.js +0 -41
  882. package/node_modules/@pm2/io/node_modules/async/waterfall.js +0 -113
  883. package/node_modules/@pm2/io/node_modules/async/whilst.js +0 -72
  884. package/node_modules/@pm2/io/node_modules/async/wrapSync.js +0 -110
  885. package/node_modules/@pm2/io/node_modules/eventemitter2/CHANGELOG.md +0 -122
  886. package/node_modules/@pm2/io/node_modules/eventemitter2/LICENSE.txt +0 -21
  887. package/node_modules/@pm2/io/node_modules/eventemitter2/README.md +0 -809
  888. package/node_modules/@pm2/io/node_modules/eventemitter2/eventemitter2.d.ts +0 -150
  889. package/node_modules/@pm2/io/node_modules/eventemitter2/index.js +0 -1
  890. package/node_modules/@pm2/io/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
  891. package/node_modules/@pm2/io/node_modules/eventemitter2/package.json +0 -89
  892. package/node_modules/@pm2/io/node_modules/semver/CHANGELOG.md +0 -70
  893. package/node_modules/@pm2/io/node_modules/semver/LICENSE +0 -15
  894. package/node_modules/@pm2/io/node_modules/semver/README.md +0 -443
  895. package/node_modules/@pm2/io/node_modules/semver/bin/semver.js +0 -174
  896. package/node_modules/@pm2/io/node_modules/semver/package.json +0 -28
  897. package/node_modules/@pm2/io/node_modules/semver/range.bnf +0 -16
  898. package/node_modules/@pm2/io/node_modules/semver/semver.js +0 -1596
  899. package/node_modules/@pm2/io/package.json +0 -97
  900. package/node_modules/@pm2/io/pres/io-black.png +0 -0
  901. package/node_modules/@pm2/io/pres/io-white.png +0 -0
  902. package/node_modules/@pm2/io/test.sh +0 -67
  903. package/node_modules/@pm2/js-api/.drone.jsonnet +0 -100
  904. package/node_modules/@pm2/js-api/LICENSE +0 -201
  905. package/node_modules/@pm2/js-api/README.md +0 -375
  906. package/node_modules/@pm2/js-api/constants.js +0 -21
  907. package/node_modules/@pm2/js-api/index.js +0 -1
  908. package/node_modules/@pm2/js-api/node_modules/async/CHANGELOG.md +0 -278
  909. package/node_modules/@pm2/js-api/node_modules/async/LICENSE +0 -19
  910. package/node_modules/@pm2/js-api/node_modules/async/README.md +0 -56
  911. package/node_modules/@pm2/js-api/node_modules/async/all.js +0 -50
  912. package/node_modules/@pm2/js-api/node_modules/async/allLimit.js +0 -42
  913. package/node_modules/@pm2/js-api/node_modules/async/allSeries.js +0 -37
  914. package/node_modules/@pm2/js-api/node_modules/async/any.js +0 -52
  915. package/node_modules/@pm2/js-api/node_modules/async/anyLimit.js +0 -43
  916. package/node_modules/@pm2/js-api/node_modules/async/anySeries.js +0 -38
  917. package/node_modules/@pm2/js-api/node_modules/async/apply.js +0 -68
  918. package/node_modules/@pm2/js-api/node_modules/async/applyEach.js +0 -51
  919. package/node_modules/@pm2/js-api/node_modules/async/applyEachSeries.js +0 -37
  920. package/node_modules/@pm2/js-api/node_modules/async/asyncify.js +0 -110
  921. package/node_modules/@pm2/js-api/node_modules/async/auto.js +0 -289
  922. package/node_modules/@pm2/js-api/node_modules/async/autoInject.js +0 -170
  923. package/node_modules/@pm2/js-api/node_modules/async/bower.json +0 -17
  924. package/node_modules/@pm2/js-api/node_modules/async/cargo.js +0 -94
  925. package/node_modules/@pm2/js-api/node_modules/async/compose.js +0 -58
  926. package/node_modules/@pm2/js-api/node_modules/async/concat.js +0 -43
  927. package/node_modules/@pm2/js-api/node_modules/async/concatLimit.js +0 -65
  928. package/node_modules/@pm2/js-api/node_modules/async/concatSeries.js +0 -36
  929. package/node_modules/@pm2/js-api/node_modules/async/constant.js +0 -66
  930. package/node_modules/@pm2/js-api/node_modules/async/detect.js +0 -61
  931. package/node_modules/@pm2/js-api/node_modules/async/detectLimit.js +0 -48
  932. package/node_modules/@pm2/js-api/node_modules/async/detectSeries.js +0 -38
  933. package/node_modules/@pm2/js-api/node_modules/async/dir.js +0 -43
  934. package/node_modules/@pm2/js-api/node_modules/async/doDuring.js +0 -66
  935. package/node_modules/@pm2/js-api/node_modules/async/doUntil.js +0 -39
  936. package/node_modules/@pm2/js-api/node_modules/async/doWhilst.js +0 -59
  937. package/node_modules/@pm2/js-api/node_modules/async/during.js +0 -76
  938. package/node_modules/@pm2/js-api/node_modules/async/each.js +0 -82
  939. package/node_modules/@pm2/js-api/node_modules/async/eachLimit.js +0 -45
  940. package/node_modules/@pm2/js-api/node_modules/async/eachOf.js +0 -111
  941. package/node_modules/@pm2/js-api/node_modules/async/eachOfLimit.js +0 -41
  942. package/node_modules/@pm2/js-api/node_modules/async/eachOfSeries.js +0 -35
  943. package/node_modules/@pm2/js-api/node_modules/async/eachSeries.js +0 -37
  944. package/node_modules/@pm2/js-api/node_modules/async/ensureAsync.js +0 -73
  945. package/node_modules/@pm2/js-api/node_modules/async/every.js +0 -50
  946. package/node_modules/@pm2/js-api/node_modules/async/everyLimit.js +0 -42
  947. package/node_modules/@pm2/js-api/node_modules/async/everySeries.js +0 -37
  948. package/node_modules/@pm2/js-api/node_modules/async/filter.js +0 -45
  949. package/node_modules/@pm2/js-api/node_modules/async/filterLimit.js +0 -37
  950. package/node_modules/@pm2/js-api/node_modules/async/filterSeries.js +0 -35
  951. package/node_modules/@pm2/js-api/node_modules/async/find.js +0 -61
  952. package/node_modules/@pm2/js-api/node_modules/async/findLimit.js +0 -48
  953. package/node_modules/@pm2/js-api/node_modules/async/findSeries.js +0 -38
  954. package/node_modules/@pm2/js-api/node_modules/async/foldl.js +0 -78
  955. package/node_modules/@pm2/js-api/node_modules/async/foldr.js +0 -44
  956. package/node_modules/@pm2/js-api/node_modules/async/forEach.js +0 -82
  957. package/node_modules/@pm2/js-api/node_modules/async/forEachLimit.js +0 -45
  958. package/node_modules/@pm2/js-api/node_modules/async/forEachOf.js +0 -111
  959. package/node_modules/@pm2/js-api/node_modules/async/forEachOfLimit.js +0 -41
  960. package/node_modules/@pm2/js-api/node_modules/async/forEachOfSeries.js +0 -35
  961. package/node_modules/@pm2/js-api/node_modules/async/forEachSeries.js +0 -37
  962. package/node_modules/@pm2/js-api/node_modules/async/forever.js +0 -65
  963. package/node_modules/@pm2/js-api/node_modules/async/groupBy.js +0 -54
  964. package/node_modules/@pm2/js-api/node_modules/async/groupByLimit.js +0 -71
  965. package/node_modules/@pm2/js-api/node_modules/async/groupBySeries.js +0 -37
  966. package/node_modules/@pm2/js-api/node_modules/async/index.js +0 -582
  967. package/node_modules/@pm2/js-api/node_modules/async/inject.js +0 -78
  968. package/node_modules/@pm2/js-api/node_modules/async/internal/DoublyLinkedList.js +0 -88
  969. package/node_modules/@pm2/js-api/node_modules/async/internal/applyEach.js +0 -38
  970. package/node_modules/@pm2/js-api/node_modules/async/internal/breakLoop.js +0 -9
  971. package/node_modules/@pm2/js-api/node_modules/async/internal/consoleFunc.js +0 -42
  972. package/node_modules/@pm2/js-api/node_modules/async/internal/createTester.js +0 -44
  973. package/node_modules/@pm2/js-api/node_modules/async/internal/doLimit.js +0 -12
  974. package/node_modules/@pm2/js-api/node_modules/async/internal/doParallel.js +0 -23
  975. package/node_modules/@pm2/js-api/node_modules/async/internal/doParallelLimit.js +0 -23
  976. package/node_modules/@pm2/js-api/node_modules/async/internal/eachOfLimit.js +0 -74
  977. package/node_modules/@pm2/js-api/node_modules/async/internal/filter.js +0 -75
  978. package/node_modules/@pm2/js-api/node_modules/async/internal/findGetResult.js +0 -10
  979. package/node_modules/@pm2/js-api/node_modules/async/internal/getIterator.js +0 -13
  980. package/node_modules/@pm2/js-api/node_modules/async/internal/initialParams.js +0 -21
  981. package/node_modules/@pm2/js-api/node_modules/async/internal/iterator.js +0 -61
  982. package/node_modules/@pm2/js-api/node_modules/async/internal/map.js +0 -35
  983. package/node_modules/@pm2/js-api/node_modules/async/internal/notId.js +0 -10
  984. package/node_modules/@pm2/js-api/node_modules/async/internal/once.js +0 -15
  985. package/node_modules/@pm2/js-api/node_modules/async/internal/onlyOnce.js +0 -15
  986. package/node_modules/@pm2/js-api/node_modules/async/internal/parallel.js +0 -42
  987. package/node_modules/@pm2/js-api/node_modules/async/internal/queue.js +0 -204
  988. package/node_modules/@pm2/js-api/node_modules/async/internal/reject.js +0 -21
  989. package/node_modules/@pm2/js-api/node_modules/async/internal/setImmediate.js +0 -42
  990. package/node_modules/@pm2/js-api/node_modules/async/internal/slice.js +0 -16
  991. package/node_modules/@pm2/js-api/node_modules/async/internal/withoutIndex.js +0 -12
  992. package/node_modules/@pm2/js-api/node_modules/async/internal/wrapAsync.js +0 -25
  993. package/node_modules/@pm2/js-api/node_modules/async/log.js +0 -41
  994. package/node_modules/@pm2/js-api/node_modules/async/map.js +0 -54
  995. package/node_modules/@pm2/js-api/node_modules/async/mapLimit.js +0 -37
  996. package/node_modules/@pm2/js-api/node_modules/async/mapSeries.js +0 -36
  997. package/node_modules/@pm2/js-api/node_modules/async/mapValues.js +0 -63
  998. package/node_modules/@pm2/js-api/node_modules/async/mapValuesLimit.js +0 -61
  999. package/node_modules/@pm2/js-api/node_modules/async/mapValuesSeries.js +0 -37
  1000. package/node_modules/@pm2/js-api/node_modules/async/memoize.js +0 -101
  1001. package/node_modules/@pm2/js-api/node_modules/async/nextTick.js +0 -51
  1002. package/node_modules/@pm2/js-api/node_modules/async/package.json +0 -80
  1003. package/node_modules/@pm2/js-api/node_modules/async/parallel.js +0 -90
  1004. package/node_modules/@pm2/js-api/node_modules/async/parallelLimit.js +0 -40
  1005. package/node_modules/@pm2/js-api/node_modules/async/priorityQueue.js +0 -98
  1006. package/node_modules/@pm2/js-api/node_modules/async/queue.js +0 -130
  1007. package/node_modules/@pm2/js-api/node_modules/async/race.js +0 -70
  1008. package/node_modules/@pm2/js-api/node_modules/async/reduce.js +0 -78
  1009. package/node_modules/@pm2/js-api/node_modules/async/reduceRight.js +0 -44
  1010. package/node_modules/@pm2/js-api/node_modules/async/reflect.js +0 -81
  1011. package/node_modules/@pm2/js-api/node_modules/async/reflectAll.js +0 -105
  1012. package/node_modules/@pm2/js-api/node_modules/async/reject.js +0 -45
  1013. package/node_modules/@pm2/js-api/node_modules/async/rejectLimit.js +0 -37
  1014. package/node_modules/@pm2/js-api/node_modules/async/rejectSeries.js +0 -35
  1015. package/node_modules/@pm2/js-api/node_modules/async/retry.js +0 -156
  1016. package/node_modules/@pm2/js-api/node_modules/async/retryable.js +0 -65
  1017. package/node_modules/@pm2/js-api/node_modules/async/select.js +0 -45
  1018. package/node_modules/@pm2/js-api/node_modules/async/selectLimit.js +0 -37
  1019. package/node_modules/@pm2/js-api/node_modules/async/selectSeries.js +0 -35
  1020. package/node_modules/@pm2/js-api/node_modules/async/seq.js +0 -91
  1021. package/node_modules/@pm2/js-api/node_modules/async/series.js +0 -85
  1022. package/node_modules/@pm2/js-api/node_modules/async/setImmediate.js +0 -45
  1023. package/node_modules/@pm2/js-api/node_modules/async/some.js +0 -52
  1024. package/node_modules/@pm2/js-api/node_modules/async/someLimit.js +0 -43
  1025. package/node_modules/@pm2/js-api/node_modules/async/someSeries.js +0 -38
  1026. package/node_modules/@pm2/js-api/node_modules/async/sortBy.js +0 -91
  1027. package/node_modules/@pm2/js-api/node_modules/async/timeout.js +0 -89
  1028. package/node_modules/@pm2/js-api/node_modules/async/times.js +0 -50
  1029. package/node_modules/@pm2/js-api/node_modules/async/timesLimit.js +0 -42
  1030. package/node_modules/@pm2/js-api/node_modules/async/timesSeries.js +0 -32
  1031. package/node_modules/@pm2/js-api/node_modules/async/transform.js +0 -87
  1032. package/node_modules/@pm2/js-api/node_modules/async/tryEach.js +0 -81
  1033. package/node_modules/@pm2/js-api/node_modules/async/unmemoize.js +0 -25
  1034. package/node_modules/@pm2/js-api/node_modules/async/until.js +0 -41
  1035. package/node_modules/@pm2/js-api/node_modules/async/waterfall.js +0 -113
  1036. package/node_modules/@pm2/js-api/node_modules/async/whilst.js +0 -72
  1037. package/node_modules/@pm2/js-api/node_modules/async/wrapSync.js +0 -110
  1038. package/node_modules/@pm2/js-api/node_modules/eventemitter2/CHANGELOG.md +0 -122
  1039. package/node_modules/@pm2/js-api/node_modules/eventemitter2/LICENSE.txt +0 -21
  1040. package/node_modules/@pm2/js-api/node_modules/eventemitter2/README.md +0 -809
  1041. package/node_modules/@pm2/js-api/node_modules/eventemitter2/eventemitter2.d.ts +0 -150
  1042. package/node_modules/@pm2/js-api/node_modules/eventemitter2/index.js +0 -1
  1043. package/node_modules/@pm2/js-api/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
  1044. package/node_modules/@pm2/js-api/node_modules/eventemitter2/package.json +0 -89
  1045. package/node_modules/@pm2/js-api/package.json +0 -77
  1046. package/node_modules/@pm2/js-api/src/api_mappings.json +0 -1
  1047. package/node_modules/@pm2/js-api/src/auth_strategies/browser_strategy.js +0 -67
  1048. package/node_modules/@pm2/js-api/src/auth_strategies/embed_strategy.js +0 -138
  1049. package/node_modules/@pm2/js-api/src/auth_strategies/standalone_strategy.js +0 -33
  1050. package/node_modules/@pm2/js-api/src/auth_strategies/strategy.js +0 -57
  1051. package/node_modules/@pm2/js-api/src/endpoint.js +0 -34
  1052. package/node_modules/@pm2/js-api/src/keymetrics.js +0 -78
  1053. package/node_modules/@pm2/js-api/src/namespace.js +0 -76
  1054. package/node_modules/@pm2/js-api/src/network.js +0 -464
  1055. package/node_modules/@pm2/js-api/src/utils/validator.js +0 -164
  1056. package/node_modules/@pm2/js-api/src/utils/websocket.js +0 -181
  1057. package/node_modules/@pm2/pm2-version-check/README.md +0 -8
  1058. package/node_modules/@pm2/pm2-version-check/index.js +0 -54
  1059. package/node_modules/@pm2/pm2-version-check/package.json +0 -11
  1060. package/node_modules/@tootallnate/once/package.json +0 -45
  1061. package/node_modules/@types/json5/README.md +0 -18
  1062. package/node_modules/@types/json5/index.d.ts +0 -44
  1063. package/node_modules/@types/json5/package.json +0 -16
  1064. package/node_modules/@types/json5/types-metadata.json +0 -25
  1065. package/server-config.json +0 -32
  1066. package/www/assets/brand/bootstrap-outline.svg +0 -20
  1067. package/www/assets/brand/bootstrap-punchout.svg +0 -18
  1068. package/www/assets/brand/bootstrap-solid.svg +0 -17
  1069. package/www/assets/css/docs.min.css +0 -11
  1070. package/www/assets/css/docs.min.css.map +0 -1
  1071. package/www/assets/css/ie10-viewport-bug-workaround.css +0 -13
  1072. package/www/assets/css/src/docs.css +0 -1632
  1073. package/www/assets/css/src/pygments-manni.css +0 -66
  1074. package/www/assets/flash/ZeroClipboard.swf +0 -0
  1075. package/www/assets/img/components.png +0 -0
  1076. package/www/assets/img/devices.png +0 -0
  1077. package/www/assets/img/expo-lyft.jpg +0 -0
  1078. package/www/assets/img/expo-newsweek.jpg +0 -0
  1079. package/www/assets/img/expo-riot.jpg +0 -0
  1080. package/www/assets/img/expo-vogue.jpg +0 -0
  1081. package/www/assets/img/process.png +0 -0
  1082. package/www/assets/img/sass-less.png +0 -0
  1083. package/www/assets/js/customize.min.js +0 -91
  1084. package/www/assets/js/docs.min.js +0 -26
  1085. package/www/assets/js/ie-emulation-modes-warning.js +0 -51
  1086. package/www/assets/js/ie10-viewport-bug-workaround.js +0 -23
  1087. package/www/assets/js/ie8-responsive-file-warning.js +0 -13
  1088. package/www/assets/js/raw-files.min.js +0 -8
  1089. package/www/assets/js/src/application.js +0 -183
  1090. package/www/assets/js/src/customizer.js +0 -520
  1091. package/www/assets/js/vendor/Blob.js +0 -211
  1092. package/www/assets/js/vendor/FileSaver.js +0 -248
  1093. package/www/assets/js/vendor/ZeroClipboard.min.js +0 -9
  1094. package/www/assets/js/vendor/anchor.min.js +0 -6
  1095. package/www/assets/js/vendor/autoprefixer.js +0 -21114
  1096. package/www/assets/js/vendor/holder.min.js +0 -12
  1097. package/www/assets/js/vendor/jquery.min.js +0 -5
  1098. package/www/assets/js/vendor/jszip.min.js +0 -14
  1099. package/www/assets/js/vendor/less.min.js +0 -16
  1100. package/www/assets/js/vendor/uglify.min.js +0 -6
  1101. package/www/css/bootstrap-theme.css +0 -587
  1102. package/www/css/bootstrap-theme.css.map +0 -1
  1103. package/www/css/bootstrap-theme.min.css +0 -6
  1104. package/www/css/bootstrap-theme.min.css.map +0 -1
  1105. package/www/css/bootstrap.css +0 -6757
  1106. package/www/css/bootstrap.css.map +0 -1
  1107. package/www/css/bootstrap.min.css +0 -6
  1108. package/www/css/bootstrap.min.css.map +0 -1
  1109. package/www/favicon.ico +0 -0
  1110. package/www/fonts/glyphicons-halflings-regular.eot +0 -0
  1111. package/www/fonts/glyphicons-halflings-regular.svg +0 -288
  1112. package/www/fonts/glyphicons-halflings-regular.ttf +0 -0
  1113. package/www/fonts/glyphicons-halflings-regular.woff +0 -0
  1114. package/www/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1115. package/www/index.html +0 -117
  1116. package/www/js/bootstrap.js +0 -2377
  1117. package/www/js/bootstrap.min.js +0 -7
  1118. package/www/js/npm.js +0 -13
  1119. package/www/justified-nav.css +0 -88
  1120. package/www/not-found.txt +0 -1
@@ -1,278 +0,0 @@
1
- # v2.6.4
2
- - Fix potential prototype pollution exploit (#1828)
3
-
4
- # v2.6.3
5
- - Updated lodash to squelch a security warning (#1675)
6
-
7
- # v2.6.2
8
- - Updated lodash to squelch a security warning (#1620)
9
-
10
- # v2.6.1
11
- - Updated lodash to prevent `npm audit` warnings. (#1532, #1533)
12
- - Made `async-es` more optimized for webpack users (#1517)
13
- - Fixed a stack overflow with large collections and a synchronous iterator (#1514)
14
- - Various small fixes/chores (#1505, #1511, #1527, #1530)
15
-
16
- # v2.6.0
17
- - Added missing aliases for many methods. Previously, you could not (e.g.) `require('async/find')` or use `async.anyLimit`. (#1483)
18
- - Improved `queue` performance. (#1448, #1454)
19
- - Add missing sourcemap (#1452, #1453)
20
- - Various doc updates (#1448, #1471, #1483)
21
-
22
- # v2.5.0
23
- - Added `concatLimit`, the `Limit` equivalent of [`concat`](https://caolan.github.io/async/docs.html#concat) ([#1426](https://github.com/caolan/async/issues/1426), [#1430](https://github.com/caolan/async/pull/1430))
24
- - `concat` improvements: it now preserves order, handles falsy values and the `iteratee` callback takes a variable number of arguments ([#1437](https://github.com/caolan/async/issues/1437), [#1436](https://github.com/caolan/async/pull/1436))
25
- - Fixed an issue in `queue` where there was a size discrepancy between `workersList().length` and `running()` ([#1428](https://github.com/caolan/async/issues/1428), [#1429](https://github.com/caolan/async/pull/1429))
26
- - Various doc fixes ([#1422](https://github.com/caolan/async/issues/1422), [#1424](https://github.com/caolan/async/pull/1424))
27
-
28
- # v2.4.1
29
- - Fixed a bug preventing functions wrapped with `timeout()` from being re-used. ([#1418](https://github.com/caolan/async/issues/1418), [#1419](https://github.com/caolan/async/issues/1419))
30
-
31
- # v2.4.0
32
- - Added `tryEach`, for running async functions in parallel, where you only expect one to succeed. ([#1365](https://github.com/caolan/async/issues/1365), [#687](https://github.com/caolan/async/issues/687))
33
- - Improved performance, most notably in `parallel` and `waterfall` ([#1395](https://github.com/caolan/async/issues/1395))
34
- - Added `queue.remove()`, for removing items in a `queue` ([#1397](https://github.com/caolan/async/issues/1397), [#1391](https://github.com/caolan/async/issues/1391))
35
- - Fixed using `eval`, preventing Async from running in pages with Content Security Policy ([#1404](https://github.com/caolan/async/issues/1404), [#1403](https://github.com/caolan/async/issues/1403))
36
- - Fixed errors thrown in an `asyncify`ed function's callback being caught by the underlying Promise ([#1408](https://github.com/caolan/async/issues/1408))
37
- - Fixed timing of `queue.empty()` ([#1367](https://github.com/caolan/async/issues/1367))
38
- - Various doc fixes ([#1314](https://github.com/caolan/async/issues/1314), [#1394](https://github.com/caolan/async/issues/1394), [#1412](https://github.com/caolan/async/issues/1412))
39
-
40
- # v2.3.0
41
- - Added support for ES2017 `async` functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an `async` function. Previously, you had to wrap `async` functions with `asyncify`. The caveat is that it will only work if `async` functions are supported natively in your environment, transpiled implementations can't be detected. ([#1386](https://github.com/caolan/async/issues/1386), [#1390](https://github.com/caolan/async/issues/1390))
42
- - Small doc fix ([#1392](https://github.com/caolan/async/issues/1392))
43
-
44
- # v2.2.0
45
- - Added `groupBy`, and the `Series`/`Limit` equivalents, analogous to [`_.groupBy`](http://lodash.com/docs#groupBy) ([#1364](https://github.com/caolan/async/issues/1364))
46
- - Fixed `transform` bug when `callback` was not passed ([#1381](https://github.com/caolan/async/issues/1381))
47
- - Added note about `reflect` to `parallel` docs ([#1385](https://github.com/caolan/async/issues/1385))
48
-
49
- # v2.1.5
50
- - Fix `auto` bug when function names collided with Array.prototype ([#1358](https://github.com/caolan/async/issues/1358))
51
- - Improve some error messages ([#1349](https://github.com/caolan/async/issues/1349))
52
- - Avoid stack overflow case in queue
53
- - Fixed an issue in `some`, `every` and `find` where processing would continue after the result was determined.
54
- - Cleanup implementations of `some`, `every` and `find`
55
-
56
- # v2.1.3
57
- - Make bundle size smaller
58
- - Create optimized hotpath for `filter` in array case.
59
-
60
- # v2.1.2
61
- - Fixed a stackoverflow bug with `detect`, `some`, `every` on large inputs ([#1293](https://github.com/caolan/async/issues/1293)).
62
-
63
- # v2.1.0
64
-
65
- - `retry` and `retryable` now support an optional `errorFilter` function that determines if the `task` should retry on the error ([#1256](https://github.com/caolan/async/issues/1256), [#1261](https://github.com/caolan/async/issues/1261))
66
- - Optimized array iteration in `race`, `cargo`, `queue`, and `priorityQueue` ([#1253](https://github.com/caolan/async/issues/1253))
67
- - Added alias documentation to doc site ([#1251](https://github.com/caolan/async/issues/1251), [#1254](https://github.com/caolan/async/issues/1254))
68
- - Added [BootStrap scrollspy](http://getbootstrap.com/javascript/#scrollspy) to docs to highlight in the sidebar the current method being viewed ([#1289](https://github.com/caolan/async/issues/1289), [#1300](https://github.com/caolan/async/issues/1300))
69
- - Various minor doc fixes ([#1263](https://github.com/caolan/async/issues/1263), [#1264](https://github.com/caolan/async/issues/1264), [#1271](https://github.com/caolan/async/issues/1271), [#1278](https://github.com/caolan/async/issues/1278), [#1280](https://github.com/caolan/async/issues/1280), [#1282](https://github.com/caolan/async/issues/1282), [#1302](https://github.com/caolan/async/issues/1302))
70
-
71
- # v2.0.1
72
-
73
- - Significantly optimized all iteration based collection methods such as `each`, `map`, `filter`, etc ([#1245](https://github.com/caolan/async/issues/1245), [#1246](https://github.com/caolan/async/issues/1246), [#1247](https://github.com/caolan/async/issues/1247)).
74
-
75
- # v2.0.0
76
-
77
- Lots of changes here!
78
-
79
- First and foremost, we have a slick new [site for docs](https://caolan.github.io/async/). Special thanks to [**@hargasinski**](https://github.com/hargasinski) for his work converting our old docs to `jsdoc` format and implementing the new website. Also huge ups to [**@ivanseidel**](https://github.com/ivanseidel) for designing our new logo. It was a long process for both of these tasks, but I think these changes turned out extraordinary well.
80
-
81
- The biggest feature is modularization. You can now `require("async/series")` to only require the `series` function. Every Async library function is available this way. You still can `require("async")` to require the entire library, like you could do before.
82
-
83
- We also provide Async as a collection of ES2015 modules. You can now `import {each} from 'async-es'` or `import waterfall from 'async-es/waterfall'`. If you are using only a few Async functions, and are using a ES bundler such as Rollup, this can significantly lower your build size.
84
-
85
- Major thanks to [**@Kikobeats**](github.com/Kikobeats), [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for doing the majority of the modularization work, as well as [**@jdalton**](github.com/jdalton) and [**@Rich-Harris**](github.com/Rich-Harris) for advisory work on the general modularization strategy.
86
-
87
- Another one of the general themes of the 2.0 release is standardization of what an "async" function is. We are now more strictly following the node-style continuation passing style. That is, an async function is a function that:
88
-
89
- 1. Takes a variable number of arguments
90
- 2. The last argument is always a callback
91
- 3. The callback can accept any number of arguments
92
- 4. The first argument passed to the callback will be treated as an error result, if the argument is truthy
93
- 5. Any number of result arguments can be passed after the "error" argument
94
- 6. The callback is called once and exactly once, either on the same tick or later tick of the JavaScript event loop.
95
-
96
- There were several cases where Async accepted some functions that did not strictly have these properties, most notably `auto`, `every`, `some`, `filter`, `reject` and `detect`.
97
-
98
- Another theme is performance. We have eliminated internal deferrals in all cases where they make sense. For example, in `waterfall` and `auto`, there was a `setImmediate` between each task -- these deferrals have been removed. A `setImmediate` call can add up to 1ms of delay. This might not seem like a lot, but it can add up if you are using many Async functions in the course of processing a HTTP request, for example. Nearly all asynchronous functions that do I/O already have some sort of deferral built in, so the extra deferral is unnecessary. The trade-off of this change is removing our built-in stack-overflow defense. Many synchronous callback calls in series can quickly overflow the JS call stack. If you do have a function that is sometimes synchronous (calling its callback on the same tick), and are running into stack overflows, wrap it with `async.ensureAsync()`.
99
-
100
- Another big performance win has been re-implementing `queue`, `cargo`, and `priorityQueue` with [doubly linked lists](https://en.wikipedia.org/wiki/Doubly_linked_list) instead of arrays. This has lead to queues being an order of [magnitude faster on large sets of tasks](https://github.com/caolan/async/pull/1205).
101
-
102
- ## New Features
103
-
104
- - Async is now modularized. Individual functions can be `require()`d from the main package. (`require('async/auto')`) ([#984](https://github.com/caolan/async/issues/984), [#996](https://github.com/caolan/async/issues/996))
105
- - Async is also available as a collection of ES2015 modules in the new `async-es` package. (`import {forEachSeries} from 'async-es'`) ([#984](https://github.com/caolan/async/issues/984), [#996](https://github.com/caolan/async/issues/996))
106
- - Added `race`, analogous to `Promise.race()`. It will run an array of async tasks in parallel and will call its callback with the result of the first task to respond. ([#568](https://github.com/caolan/async/issues/568), [#1038](https://github.com/caolan/async/issues/1038))
107
- - Collection methods now accept ES2015 iterators. Maps, Sets, and anything that implements the iterator spec can now be passed directly to `each`, `map`, `parallel`, etc.. ([#579](https://github.com/caolan/async/issues/579), [#839](https://github.com/caolan/async/issues/839), [#1074](https://github.com/caolan/async/issues/1074))
108
- - Added `mapValues`, for mapping over the properties of an object and returning an object with the same keys. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https://github.com/caolan/async/issues/1177))
109
- - Added `timeout`, a wrapper for an async function that will make the task time-out after the specified time. ([#1007](https://github.com/caolan/async/issues/1007), [#1027](https://github.com/caolan/async/issues/1027))
110
- - Added `reflect` and `reflectAll`, analagous to [`Promise.reflect()`](http://bluebirdjs.com/docs/api/reflect.html), a wrapper for async tasks that always succeeds, by gathering results and errors into an object. ([#942](https://github.com/caolan/async/issues/942), [#1012](https://github.com/caolan/async/issues/1012), [#1095](https://github.com/caolan/async/issues/1095))
111
- - `constant` supports dynamic arguments -- it will now always use its last argument as the callback. ([#1016](https://github.com/caolan/async/issues/1016), [#1052](https://github.com/caolan/async/issues/1052))
112
- - `setImmediate` and `nextTick` now support arguments to partially apply to the deferred function, like the node-native versions do. ([#940](https://github.com/caolan/async/issues/940), [#1053](https://github.com/caolan/async/issues/1053))
113
- - `auto` now supports resolving cyclic dependencies using [Kahn's algorithm](https://en.wikipedia.org/wiki/Topological_sorting#Kahn.27s_algorithm) ([#1140](https://github.com/caolan/async/issues/1140)).
114
- - Added `autoInject`, a relative of `auto` that automatically spreads a task's dependencies as arguments to the task function. ([#608](https://github.com/caolan/async/issues/608), [#1055](https://github.com/caolan/async/issues/1055), [#1099](https://github.com/caolan/async/issues/1099), [#1100](https://github.com/caolan/async/issues/1100))
115
- - You can now limit the concurrency of `auto` tasks. ([#635](https://github.com/caolan/async/issues/635), [#637](https://github.com/caolan/async/issues/637))
116
- - Added `retryable`, a relative of `retry` that wraps an async function, making it retry when called. ([#1058](https://github.com/caolan/async/issues/1058))
117
- - `retry` now supports specifying a function that determines the next time interval, useful for exponential backoff, logging and other retry strategies. ([#1161](https://github.com/caolan/async/issues/1161))
118
- - `retry` will now pass all of the arguments the task function was resolved with to the callback ([#1231](https://github.com/caolan/async/issues/1231)).
119
- - Added `q.unsaturated` -- callback called when a `queue`'s number of running workers falls below a threshold. ([#868](https://github.com/caolan/async/issues/868), [#1030](https://github.com/caolan/async/issues/1030), [#1033](https://github.com/caolan/async/issues/1033), [#1034](https://github.com/caolan/async/issues/1034))
120
- - Added `q.error` -- a callback called whenever a `queue` task calls its callback with an error. ([#1170](https://github.com/caolan/async/issues/1170))
121
- - `applyEach` and `applyEachSeries` now pass results to the final callback. ([#1088](https://github.com/caolan/async/issues/1088))
122
-
123
- ## Breaking changes
124
-
125
- - Calling a callback more than once is considered an error, and an error will be thrown. This had an explicit breaking change in `waterfall`. If you were relying on this behavior, you should more accurately represent your control flow as an event emitter or stream. ([#814](https://github.com/caolan/async/issues/814), [#815](https://github.com/caolan/async/issues/815), [#1048](https://github.com/caolan/async/issues/1048), [#1050](https://github.com/caolan/async/issues/1050))
126
- - `auto` task functions now always take the callback as the last argument. If a task has dependencies, the `results` object will be passed as the first argument. To migrate old task functions, wrap them with [`_.flip`](https://lodash.com/docs#flip) ([#1036](https://github.com/caolan/async/issues/1036), [#1042](https://github.com/caolan/async/issues/1042))
127
- - Internal `setImmediate` calls have been refactored away. This may make existing flows vulnerable to stack overflows if you use many synchronous functions in series. Use `ensureAsync` to work around this. ([#696](https://github.com/caolan/async/issues/696), [#704](https://github.com/caolan/async/issues/704), [#1049](https://github.com/caolan/async/issues/1049), [#1050](https://github.com/caolan/async/issues/1050))
128
- - `map` used to return an object when iterating over an object. `map` now always returns an array, like in other libraries. The previous object behavior has been split out into `mapValues`. ([#1157](https://github.com/caolan/async/issues/1157), [#1177](https://github.com/caolan/async/issues/1177))
129
- - `filter`, `reject`, `some`, `every`, `detect` and their families like `{METHOD}Series` and `{METHOD}Limit` now expect an error as the first callback argument, rather than just a simple boolean. Pass `null` as the first argument, or use `fs.access` instead of `fs.exists`. ([#118](https://github.com/caolan/async/issues/118), [#774](https://github.com/caolan/async/issues/774), [#1028](https://github.com/caolan/async/issues/1028), [#1041](https://github.com/caolan/async/issues/1041))
130
- - `{METHOD}` and `{METHOD}Series` are now implemented in terms of `{METHOD}Limit`. This is a major internal simplification, and is not expected to cause many problems, but it does subtly affect how functions execute internally. ([#778](https://github.com/caolan/async/issues/778), [#847](https://github.com/caolan/async/issues/847))
131
- - `retry`'s callback is now optional. Previously, omitting the callback would partially apply the function, meaning it could be passed directly as a task to `series` or `auto`. The partially applied "control-flow" behavior has been separated out into `retryable`. ([#1054](https://github.com/caolan/async/issues/1054), [#1058](https://github.com/caolan/async/issues/1058))
132
- - The test function for `whilst`, `until`, and `during` used to be passed non-error args from the iteratee function's callback, but this led to weirdness where the first call of the test function would be passed no args. We have made it so the test function is never passed extra arguments, and only the `doWhilst`, `doUntil`, and `doDuring` functions pass iteratee callback arguments to the test function ([#1217](https://github.com/caolan/async/issues/1217), [#1224](https://github.com/caolan/async/issues/1224))
133
- - The `q.tasks` array has been renamed `q._tasks` and is now implemented as a doubly linked list (DLL). Any code that used to interact with this array will need to be updated to either use the provided helpers or support DLLs ([#1205](https://github.com/caolan/async/issues/1205)).
134
- - The timing of the `q.saturated()` callback in a `queue` has been modified to better reflect when tasks pushed to the queue will start queueing. ([#724](https://github.com/caolan/async/issues/724), [#1078](https://github.com/caolan/async/issues/1078))
135
- - Removed `iterator` method in favour of [ES2015 iterator protocol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators ) which natively supports arrays ([#1237](https://github.com/caolan/async/issues/1237))
136
- - Dropped support for Component, Jam, SPM, and Volo ([#1175](https://github.com/caolan/async/issues/1175), #[#176](https://github.com/caolan/async/issues/176))
137
-
138
- ## Bug Fixes
139
-
140
- - Improved handling of no dependency cases in `auto` & `autoInject` ([#1147](https://github.com/caolan/async/issues/1147)).
141
- - Fixed a bug where the callback generated by `asyncify` with `Promises` could resolve twice ([#1197](https://github.com/caolan/async/issues/1197)).
142
- - Fixed several documented optional callbacks not actually being optional ([#1223](https://github.com/caolan/async/issues/1223)).
143
-
144
- ## Other
145
-
146
- - Added `someSeries` and `everySeries` for symmetry, as well as a complete set of `any`/`anyLimit`/`anySeries` and `all`/`/allLmit`/`allSeries` aliases.
147
- - Added `find` as an alias for `detect. (as well as `findLimit` and `findSeries`).
148
- - Various doc fixes ([#1005](https://github.com/caolan/async/issues/1005), [#1008](https://github.com/caolan/async/issues/1008), [#1010](https://github.com/caolan/async/issues/1010), [#1015](https://github.com/caolan/async/issues/1015), [#1021](https://github.com/caolan/async/issues/1021), [#1037](https://github.com/caolan/async/issues/1037), [#1039](https://github.com/caolan/async/issues/1039), [#1051](https://github.com/caolan/async/issues/1051), [#1102](https://github.com/caolan/async/issues/1102), [#1107](https://github.com/caolan/async/issues/1107), [#1121](https://github.com/caolan/async/issues/1121), [#1123](https://github.com/caolan/async/issues/1123), [#1129](https://github.com/caolan/async/issues/1129), [#1135](https://github.com/caolan/async/issues/1135), [#1138](https://github.com/caolan/async/issues/1138), [#1141](https://github.com/caolan/async/issues/1141), [#1153](https://github.com/caolan/async/issues/1153), [#1216](https://github.com/caolan/async/issues/1216), [#1217](https://github.com/caolan/async/issues/1217), [#1232](https://github.com/caolan/async/issues/1232), [#1233](https://github.com/caolan/async/issues/1233), [#1236](https://github.com/caolan/async/issues/1236), [#1238](https://github.com/caolan/async/issues/1238))
149
-
150
- Thank you [**@aearly**](github.com/aearly) and [**@megawac**](github.com/megawac) for taking the lead on version 2 of async.
151
-
152
- ------------------------------------------
153
-
154
- # v1.5.2
155
- - Allow using `"constructor"` as an argument in `memoize` ([#998](https://github.com/caolan/async/issues/998))
156
- - Give a better error messsage when `auto` dependency checking fails ([#994](https://github.com/caolan/async/issues/994))
157
- - Various doc updates ([#936](https://github.com/caolan/async/issues/936), [#956](https://github.com/caolan/async/issues/956), [#979](https://github.com/caolan/async/issues/979), [#1002](https://github.com/caolan/async/issues/1002))
158
-
159
- # v1.5.1
160
- - Fix issue with `pause` in `queue` with concurrency enabled ([#946](https://github.com/caolan/async/issues/946))
161
- - `while` and `until` now pass the final result to callback ([#963](https://github.com/caolan/async/issues/963))
162
- - `auto` will properly handle concurrency when there is no callback ([#966](https://github.com/caolan/async/issues/966))
163
- - `auto` will no. properly stop execution when an error occurs ([#988](https://github.com/caolan/async/issues/988), [#993](https://github.com/caolan/async/issues/993))
164
- - Various doc fixes ([#971](https://github.com/caolan/async/issues/971), [#980](https://github.com/caolan/async/issues/980))
165
-
166
- # v1.5.0
167
-
168
- - Added `transform`, analogous to [`_.transform`](http://lodash.com/docs#transform) ([#892](https://github.com/caolan/async/issues/892))
169
- - `map` now returns an object when an object is passed in, rather than array with non-numeric keys. `map` will begin always returning an array with numeric indexes in the next major release. ([#873](https://github.com/caolan/async/issues/873))
170
- - `auto` now accepts an optional `concurrency` argument to limit the number o. running tasks ([#637](https://github.com/caolan/async/issues/637))
171
- - Added `queue#workersList()`, to retrieve the lis. of currently running tasks. ([#891](https://github.com/caolan/async/issues/891))
172
- - Various code simplifications ([#896](https://github.com/caolan/async/issues/896), [#904](https://github.com/caolan/async/issues/904))
173
- - Various doc fixes :scroll: ([#890](https://github.com/caolan/async/issues/890), [#894](https://github.com/caolan/async/issues/894), [#903](https://github.com/caolan/async/issues/903), [#905](https://github.com/caolan/async/issues/905), [#912](https://github.com/caolan/async/issues/912))
174
-
175
- # v1.4.2
176
-
177
- - Ensure coverage files don't get published on npm ([#879](https://github.com/caolan/async/issues/879))
178
-
179
- # v1.4.1
180
-
181
- - Add in overlooked `detectLimit` method ([#866](https://github.com/caolan/async/issues/866))
182
- - Removed unnecessary files from npm releases ([#861](https://github.com/caolan/async/issues/861))
183
- - Removed usage of a reserved word to prevent :boom: in older environments ([#870](https://github.com/caolan/async/issues/870))
184
-
185
- # v1.4.0
186
-
187
- - `asyncify` now supports promises ([#840](https://github.com/caolan/async/issues/840))
188
- - Added `Limit` versions of `filter` and `reject` ([#836](https://github.com/caolan/async/issues/836))
189
- - Add `Limit` versions of `detect`, `some` and `every` ([#828](https://github.com/caolan/async/issues/828), [#829](https://github.com/caolan/async/issues/829))
190
- - `some`, `every` and `detect` now short circuit early ([#828](https://github.com/caolan/async/issues/828), [#829](https://github.com/caolan/async/issues/829))
191
- - Improve detection of the global object ([#804](https://github.com/caolan/async/issues/804)), enabling use in WebWorkers
192
- - `whilst` now called with arguments from iterator ([#823](https://github.com/caolan/async/issues/823))
193
- - `during` now gets called with arguments from iterator ([#824](https://github.com/caolan/async/issues/824))
194
- - Code simplifications and optimizations aplenty ([diff](https://github.com/caolan/async/compare/v1.3.0...v1.4.0))
195
-
196
-
197
- # v1.3.0
198
-
199
- New Features:
200
- - Added `constant`
201
- - Added `asyncify`/`wrapSync` for making sync functions work with callbacks. ([#671](https://github.com/caolan/async/issues/671), [#806](https://github.com/caolan/async/issues/806))
202
- - Added `during` and `doDuring`, which are like `whilst` with an async truth test. ([#800](https://github.com/caolan/async/issues/800))
203
- - `retry` now accepts an `interval` parameter to specify a delay between retries. ([#793](https://github.com/caolan/async/issues/793))
204
- - `async` should work better in Web Workers due to better `root` detection ([#804](https://github.com/caolan/async/issues/804))
205
- - Callbacks are now optional in `whilst`, `doWhilst`, `until`, and `doUntil` ([#642](https://github.com/caolan/async/issues/642))
206
- - Various internal updates ([#786](https://github.com/caolan/async/issues/786), [#801](https://github.com/caolan/async/issues/801), [#802](https://github.com/caolan/async/issues/802), [#803](https://github.com/caolan/async/issues/803))
207
- - Various doc fixes ([#790](https://github.com/caolan/async/issues/790), [#794](https://github.com/caolan/async/issues/794))
208
-
209
- Bug Fixes:
210
- - `cargo` now exposes the `payload` size, and `cargo.payload` can be changed on the fly after the `cargo` is created. ([#740](https://github.com/caolan/async/issues/740), [#744](https://github.com/caolan/async/issues/744), [#783](https://github.com/caolan/async/issues/783))
211
-
212
-
213
- # v1.2.1
214
-
215
- Bug Fix:
216
-
217
- - Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/issues/782))
218
-
219
-
220
- # v1.2.0
221
-
222
- New Features:
223
-
224
- - Added `timesLimit` ([#743](https://github.com/caolan/async/issues/743))
225
- - `concurrency` can be changed after initialization in `queue` by setting `q.concurrency`. The new concurrency will be reflected the next time a task is processed. ([#747](https://github.com/caolan/async/issues/747), [#772](https://github.com/caolan/async/issues/772))
226
-
227
- Bug Fixes:
228
-
229
- - Fixed a regression in `each` and family with empty arrays that have additional properties. ([#775](https://github.com/caolan/async/issues/775), [#777](https://github.com/caolan/async/issues/777))
230
-
231
-
232
- # v1.1.1
233
-
234
- Bug Fix:
235
-
236
- - Small regression with synchronous iterator behavior in `eachSeries` with a 1-element array. Before 1.1.0, `eachSeries`'s callback was called on the same tick, which this patch restores. In 2.0.0, it will be called on the next tick. ([#782](https://github.com/caolan/async/issues/782))
237
-
238
-
239
- # v1.1.0
240
-
241
- New Features:
242
-
243
- - `cargo` now supports all of the same methods and event callbacks as `queue`.
244
- - Added `ensureAsync` - A wrapper that ensures an async function calls its callback on a later tick. ([#769](https://github.com/caolan/async/issues/769))
245
- - Optimized `map`, `eachOf`, and `waterfall` families of functions
246
- - Passing a `null` or `undefined` array to `map`, `each`, `parallel` and families will be treated as an empty array ([#667](https://github.com/caolan/async/issues/667)).
247
- - The callback is now optional for the composed results of `compose` and `seq`. ([#618](https://github.com/caolan/async/issues/618))
248
- - Reduced file size by 4kb, (minified version by 1kb)
249
- - Added code coverage through `nyc` and `coveralls` ([#768](https://github.com/caolan/async/issues/768))
250
-
251
- Bug Fixes:
252
-
253
- - `forever` will no longer stack overflow with a synchronous iterator ([#622](https://github.com/caolan/async/issues/622))
254
- - `eachLimit` and other limit functions will stop iterating once an error occurs ([#754](https://github.com/caolan/async/issues/754))
255
- - Always pass `null` in callbacks when there is no error ([#439](https://github.com/caolan/async/issues/439))
256
- - Ensure proper conditions when calling `drain()` after pushing an empty data set to a queue ([#668](https://github.com/caolan/async/issues/668))
257
- - `each` and family will properly handle an empty array ([#578](https://github.com/caolan/async/issues/578))
258
- - `eachSeries` and family will finish if the underlying array is modified during execution ([#557](https://github.com/caolan/async/issues/557))
259
- - `queue` will throw if a non-function is passed to `q.push()` ([#593](https://github.com/caolan/async/issues/593))
260
- - Doc fixes ([#629](https://github.com/caolan/async/issues/629), [#766](https://github.com/caolan/async/issues/766))
261
-
262
-
263
- # v1.0.0
264
-
265
- No known breaking changes, we are simply complying with semver from here on out.
266
-
267
- Changes:
268
-
269
- - Start using a changelog!
270
- - Add `forEachOf` for iterating over Objects (or to iterate Arrays with indexes available) ([#168](https://github.com/caolan/async/issues/168) [#704](https://github.com/caolan/async/issues/704) [#321](https://github.com/caolan/async/issues/321))
271
- - Detect deadlocks in `auto` ([#663](https://github.com/caolan/async/issues/663))
272
- - Better support for require.js ([#527](https://github.com/caolan/async/issues/527))
273
- - Throw if queue created with concurrency `0` ([#714](https://github.com/caolan/async/issues/714))
274
- - Fix unneeded iteration in `queue.resume()` ([#758](https://github.com/caolan/async/issues/758))
275
- - Guard against timer mocking overriding `setImmediate` ([#609](https://github.com/caolan/async/issues/609) [#611](https://github.com/caolan/async/issues/611))
276
- - Miscellaneous doc fixes ([#542](https://github.com/caolan/async/issues/542) [#596](https://github.com/caolan/async/issues/596) [#615](https://github.com/caolan/async/issues/615) [#628](https://github.com/caolan/async/issues/628) [#631](https://github.com/caolan/async/issues/631) [#690](https://github.com/caolan/async/issues/690) [#729](https://github.com/caolan/async/issues/729))
277
- - Use single noop function internally ([#546](https://github.com/caolan/async/issues/546))
278
- - Optimize internal `_each`, `_map` and `_keys` functions.
@@ -1,19 +0,0 @@
1
- Copyright (c) 2010-2018 Caolan McMahon
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
@@ -1,56 +0,0 @@
1
- ![Async Logo](https://raw.githubusercontent.com/caolan/async/master/logo/async-logo_readme.jpg)
2
-
3
- [![Build Status via Travis CI](https://travis-ci.org/caolan/async.svg?branch=master)](https://travis-ci.org/caolan/async)
4
- [![NPM version](https://img.shields.io/npm/v/async.svg)](https://www.npmjs.com/package/async)
5
- [![Coverage Status](https://coveralls.io/repos/caolan/async/badge.svg?branch=master)](https://coveralls.io/r/caolan/async?branch=master)
6
- [![Join the chat at https://gitter.im/caolan/async](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/caolan/async?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
- [![libhive - Open source examples](https://www.libhive.com/providers/npm/packages/async/examples/badge.svg)](https://www.libhive.com/providers/npm/packages/async)
8
- [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/async/badge?style=rounded)](https://www.jsdelivr.com/package/npm/async)
9
-
10
-
11
- Async is a utility module which provides straight-forward, powerful functions for working with [asynchronous JavaScript](http://caolan.github.io/async/global.html). Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`, it can also be used directly in the browser.
12
-
13
- This version of the package is optimized for the Node.js environment. If you use Async with webpack, install [`async-es`](https://www.npmjs.com/package/async-es) instead.
14
-
15
- For Documentation, visit <https://caolan.github.io/async/>
16
-
17
- *For Async v1.5.x documentation, go [HERE](https://github.com/caolan/async/blob/v1.5.2/README.md)*
18
-
19
-
20
- ```javascript
21
- // for use with Node-style callbacks...
22
- var async = require("async");
23
-
24
- var obj = {dev: "/dev.json", test: "/test.json", prod: "/prod.json"};
25
- var configs = {};
26
-
27
- async.forEachOf(obj, (value, key, callback) => {
28
- fs.readFile(__dirname + value, "utf8", (err, data) => {
29
- if (err) return callback(err);
30
- try {
31
- configs[key] = JSON.parse(data);
32
- } catch (e) {
33
- return callback(e);
34
- }
35
- callback();
36
- });
37
- }, err => {
38
- if (err) console.error(err.message);
39
- // configs is now a map of JSON data
40
- doSomethingWith(configs);
41
- });
42
- ```
43
-
44
- ```javascript
45
- var async = require("async");
46
-
47
- // ...or ES2017 async functions
48
- async.mapLimit(urls, 5, async function(url) {
49
- const response = await fetch(url)
50
- return response.body
51
- }, (err, results) => {
52
- if (err) throw err
53
- // results is now an array of the response bodies
54
- console.log(results)
55
- })
56
- ```
@@ -1,50 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _createTester = require('./internal/createTester');
8
-
9
- var _createTester2 = _interopRequireDefault(_createTester);
10
-
11
- var _doParallel = require('./internal/doParallel');
12
-
13
- var _doParallel2 = _interopRequireDefault(_doParallel);
14
-
15
- var _notId = require('./internal/notId');
16
-
17
- var _notId2 = _interopRequireDefault(_notId);
18
-
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
-
21
- /**
22
- * Returns `true` if every element in `coll` satisfies an async test. If any
23
- * iteratee call returns `false`, the main `callback` is immediately called.
24
- *
25
- * @name every
26
- * @static
27
- * @memberOf module:Collections
28
- * @method
29
- * @alias all
30
- * @category Collection
31
- * @param {Array|Iterable|Object} coll - A collection to iterate over.
32
- * @param {AsyncFunction} iteratee - An async truth test to apply to each item
33
- * in the collection in parallel.
34
- * The iteratee must complete with a boolean result value.
35
- * Invoked with (item, callback).
36
- * @param {Function} [callback] - A callback which is called after all the
37
- * `iteratee` functions have finished. Result will be either `true` or `false`
38
- * depending on the values of the async tests. Invoked with (err, result).
39
- * @example
40
- *
41
- * async.every(['file1','file2','file3'], function(filePath, callback) {
42
- * fs.access(filePath, function(err) {
43
- * callback(null, !err)
44
- * });
45
- * }, function(err, result) {
46
- * // if result is true then every file exists
47
- * });
48
- */
49
- exports.default = (0, _doParallel2.default)((0, _createTester2.default)(_notId2.default, _notId2.default));
50
- module.exports = exports['default'];
@@ -1,42 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _createTester = require('./internal/createTester');
8
-
9
- var _createTester2 = _interopRequireDefault(_createTester);
10
-
11
- var _doParallelLimit = require('./internal/doParallelLimit');
12
-
13
- var _doParallelLimit2 = _interopRequireDefault(_doParallelLimit);
14
-
15
- var _notId = require('./internal/notId');
16
-
17
- var _notId2 = _interopRequireDefault(_notId);
18
-
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
-
21
- /**
22
- * The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operations at a time.
23
- *
24
- * @name everyLimit
25
- * @static
26
- * @memberOf module:Collections
27
- * @method
28
- * @see [async.every]{@link module:Collections.every}
29
- * @alias allLimit
30
- * @category Collection
31
- * @param {Array|Iterable|Object} coll - A collection to iterate over.
32
- * @param {number} limit - The maximum number of async operations at a time.
33
- * @param {AsyncFunction} iteratee - An async truth test to apply to each item
34
- * in the collection in parallel.
35
- * The iteratee must complete with a boolean result value.
36
- * Invoked with (item, callback).
37
- * @param {Function} [callback] - A callback which is called after all the
38
- * `iteratee` functions have finished. Result will be either `true` or `false`
39
- * depending on the values of the async tests. Invoked with (err, result).
40
- */
41
- exports.default = (0, _doParallelLimit2.default)((0, _createTester2.default)(_notId2.default, _notId2.default));
42
- module.exports = exports['default'];
@@ -1,37 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _everyLimit = require('./everyLimit');
8
-
9
- var _everyLimit2 = _interopRequireDefault(_everyLimit);
10
-
11
- var _doLimit = require('./internal/doLimit');
12
-
13
- var _doLimit2 = _interopRequireDefault(_doLimit);
14
-
15
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
-
17
- /**
18
- * The same as [`every`]{@link module:Collections.every} but runs only a single async operation at a time.
19
- *
20
- * @name everySeries
21
- * @static
22
- * @memberOf module:Collections
23
- * @method
24
- * @see [async.every]{@link module:Collections.every}
25
- * @alias allSeries
26
- * @category Collection
27
- * @param {Array|Iterable|Object} coll - A collection to iterate over.
28
- * @param {AsyncFunction} iteratee - An async truth test to apply to each item
29
- * in the collection in series.
30
- * The iteratee must complete with a boolean result value.
31
- * Invoked with (item, callback).
32
- * @param {Function} [callback] - A callback which is called after all the
33
- * `iteratee` functions have finished. Result will be either `true` or `false`
34
- * depending on the values of the async tests. Invoked with (err, result).
35
- */
36
- exports.default = (0, _doLimit2.default)(_everyLimit2.default, 1);
37
- module.exports = exports['default'];
@@ -1,52 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _createTester = require('./internal/createTester');
8
-
9
- var _createTester2 = _interopRequireDefault(_createTester);
10
-
11
- var _doParallel = require('./internal/doParallel');
12
-
13
- var _doParallel2 = _interopRequireDefault(_doParallel);
14
-
15
- var _identity = require('lodash/identity');
16
-
17
- var _identity2 = _interopRequireDefault(_identity);
18
-
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
-
21
- /**
22
- * Returns `true` if at least one element in the `coll` satisfies an async test.
23
- * If any iteratee call returns `true`, the main `callback` is immediately
24
- * called.
25
- *
26
- * @name some
27
- * @static
28
- * @memberOf module:Collections
29
- * @method
30
- * @alias any
31
- * @category Collection
32
- * @param {Array|Iterable|Object} coll - A collection to iterate over.
33
- * @param {AsyncFunction} iteratee - An async truth test to apply to each item
34
- * in the collections in parallel.
35
- * The iteratee should complete with a boolean `result` value.
36
- * Invoked with (item, callback).
37
- * @param {Function} [callback] - A callback which is called as soon as any
38
- * iteratee returns `true`, or after all the iteratee functions have finished.
39
- * Result will be either `true` or `false` depending on the values of the async
40
- * tests. Invoked with (err, result).
41
- * @example
42
- *
43
- * async.some(['file1','file2','file3'], function(filePath, callback) {
44
- * fs.access(filePath, function(err) {
45
- * callback(null, !err)
46
- * });
47
- * }, function(err, result) {
48
- * // if result is true then at least one of the files exists
49
- * });
50
- */
51
- exports.default = (0, _doParallel2.default)((0, _createTester2.default)(Boolean, _identity2.default));
52
- module.exports = exports['default'];
@@ -1,43 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
-
7
- var _createTester = require('./internal/createTester');
8
-
9
- var _createTester2 = _interopRequireDefault(_createTester);
10
-
11
- var _doParallelLimit = require('./internal/doParallelLimit');
12
-
13
- var _doParallelLimit2 = _interopRequireDefault(_doParallelLimit);
14
-
15
- var _identity = require('lodash/identity');
16
-
17
- var _identity2 = _interopRequireDefault(_identity);
18
-
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
-
21
- /**
22
- * The same as [`some`]{@link module:Collections.some} but runs a maximum of `limit` async operations at a time.
23
- *
24
- * @name someLimit
25
- * @static
26
- * @memberOf module:Collections
27
- * @method
28
- * @see [async.some]{@link module:Collections.some}
29
- * @alias anyLimit
30
- * @category Collection
31
- * @param {Array|Iterable|Object} coll - A collection to iterate over.
32
- * @param {number} limit - The maximum number of async operations at a time.
33
- * @param {AsyncFunction} iteratee - An async truth test to apply to each item
34
- * in the collections in parallel.
35
- * The iteratee should complete with a boolean `result` value.
36
- * Invoked with (item, callback).
37
- * @param {Function} [callback] - A callback which is called as soon as any
38
- * iteratee returns `true`, or after all the iteratee functions have finished.
39
- * Result will be either `true` or `false` depending on the values of the async
40
- * tests. Invoked with (err, result).
41
- */
42
- exports.default = (0, _doParallelLimit2.default)((0, _createTester2.default)(Boolean, _identity2.default));
43
- module.exports = exports['default'];