@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,202 +0,0 @@
1
-
2
- Apache License
3
- Version 2.0, January 2004
4
- http://www.apache.org/licenses/
5
-
6
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
-
8
- 1. Definitions.
9
-
10
- "License" shall mean the terms and conditions for use, reproduction,
11
- and distribution as defined by Sections 1 through 9 of this document.
12
-
13
- "Licensor" shall mean the copyright owner or entity authorized by
14
- the copyright owner that is granting the License.
15
-
16
- "Legal Entity" shall mean the union of the acting entity and all
17
- other entities that control, are controlled by, or are under common
18
- control with that entity. For the purposes of this definition,
19
- "control" means (i) the power, direct or indirect, to cause the
20
- direction or management of such entity, whether by contract or
21
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
- outstanding shares, or (iii) beneficial ownership of such entity.
23
-
24
- "You" (or "Your") shall mean an individual or Legal Entity
25
- exercising permissions granted by this License.
26
-
27
- "Source" form shall mean the preferred form for making modifications,
28
- including but not limited to software source code, documentation
29
- source, and configuration files.
30
-
31
- "Object" form shall mean any form resulting from mechanical
32
- transformation or translation of a Source form, including but
33
- not limited to compiled object code, generated documentation,
34
- and conversions to other media types.
35
-
36
- "Work" shall mean the work of authorship, whether in Source or
37
- Object form, made available under the License, as indicated by a
38
- copyright notice that is included in or attached to the work
39
- (an example is provided in the Appendix below).
40
-
41
- "Derivative Works" shall mean any work, whether in Source or Object
42
- form, that is based on (or derived from) the Work and for which the
43
- editorial revisions, annotations, elaborations, or other modifications
44
- represent, as a whole, an original work of authorship. For the purposes
45
- of this License, Derivative Works shall not include works that remain
46
- separable from, or merely link (or bind by name) to the interfaces of,
47
- the Work and Derivative Works thereof.
48
-
49
- "Contribution" shall mean any work of authorship, including
50
- the original version of the Work and any modifications or additions
51
- to that Work or Derivative Works thereof, that is intentionally
52
- submitted to Licensor for inclusion in the Work by the copyright owner
53
- or by an individual or Legal Entity authorized to submit on behalf of
54
- the copyright owner. For the purposes of this definition, "submitted"
55
- means any form of electronic, verbal, or written communication sent
56
- to the Licensor or its representatives, including but not limited to
57
- communication on electronic mailing lists, source code control systems,
58
- and issue tracking systems that are managed by, or on behalf of, the
59
- Licensor for the purpose of discussing and improving the Work, but
60
- excluding communication that is conspicuously marked or otherwise
61
- designated in writing by the copyright owner as "Not a Contribution."
62
-
63
- "Contributor" shall mean Licensor and any individual or Legal Entity
64
- on behalf of whom a Contribution has been received by Licensor and
65
- subsequently incorporated within the Work.
66
-
67
- 2. Grant of Copyright License. Subject to the terms and conditions of
68
- this License, each Contributor hereby grants to You a perpetual,
69
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
- copyright license to reproduce, prepare Derivative Works of,
71
- publicly display, publicly perform, sublicense, and distribute the
72
- Work and such Derivative Works in Source or Object form.
73
-
74
- 3. Grant of Patent License. Subject to the terms and conditions of
75
- this License, each Contributor hereby grants to You a perpetual,
76
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
- (except as stated in this section) patent license to make, have made,
78
- use, offer to sell, sell, import, and otherwise transfer the Work,
79
- where such license applies only to those patent claims licensable
80
- by such Contributor that are necessarily infringed by their
81
- Contribution(s) alone or by combination of their Contribution(s)
82
- with the Work to which such Contribution(s) was submitted. If You
83
- institute patent litigation against any entity (including a
84
- cross-claim or counterclaim in a lawsuit) alleging that the Work
85
- or a Contribution incorporated within the Work constitutes direct
86
- or contributory patent infringement, then any patent licenses
87
- granted to You under this License for that Work shall terminate
88
- as of the date such litigation is filed.
89
-
90
- 4. Redistribution. You may reproduce and distribute copies of the
91
- Work or Derivative Works thereof in any medium, with or without
92
- modifications, and in Source or Object form, provided that You
93
- meet the following conditions:
94
-
95
- (a) You must give any other recipients of the Work or
96
- Derivative Works a copy of this License; and
97
-
98
- (b) You must cause any modified files to carry prominent notices
99
- stating that You changed the files; and
100
-
101
- (c) You must retain, in the Source form of any Derivative Works
102
- that You distribute, all copyright, patent, trademark, and
103
- attribution notices from the Source form of the Work,
104
- excluding those notices that do not pertain to any part of
105
- the Derivative Works; and
106
-
107
- (d) If the Work includes a "NOTICE" text file as part of its
108
- distribution, then any Derivative Works that You distribute must
109
- include a readable copy of the attribution notices contained
110
- within such NOTICE file, excluding those notices that do not
111
- pertain to any part of the Derivative Works, in at least one
112
- of the following places: within a NOTICE text file distributed
113
- as part of the Derivative Works; within the Source form or
114
- documentation, if provided along with the Derivative Works; or,
115
- within a display generated by the Derivative Works, if and
116
- wherever such third-party notices normally appear. The contents
117
- of the NOTICE file are for informational purposes only and
118
- do not modify the License. You may add Your own attribution
119
- notices within Derivative Works that You distribute, alongside
120
- or as an addendum to the NOTICE text from the Work, provided
121
- that such additional attribution notices cannot be construed
122
- as modifying the License.
123
-
124
- You may add Your own copyright statement to Your modifications and
125
- may provide additional or different license terms and conditions
126
- for use, reproduction, or distribution of Your modifications, or
127
- for any such Derivative Works as a whole, provided Your use,
128
- reproduction, and distribution of the Work otherwise complies with
129
- the conditions stated in this License.
130
-
131
- 5. Submission of Contributions. Unless You explicitly state otherwise,
132
- any Contribution intentionally submitted for inclusion in the Work
133
- by You to the Licensor shall be under the terms and conditions of
134
- this License, without any additional terms or conditions.
135
- Notwithstanding the above, nothing herein shall supersede or modify
136
- the terms of any separate license agreement you may have executed
137
- with Licensor regarding such Contributions.
138
-
139
- 6. Trademarks. This License does not grant permission to use the trade
140
- names, trademarks, service marks, or product names of the Licensor,
141
- except as required for reasonable and customary use in describing the
142
- origin of the Work and reproducing the content of the NOTICE file.
143
-
144
- 7. Disclaimer of Warranty. Unless required by applicable law or
145
- agreed to in writing, Licensor provides the Work (and each
146
- Contributor provides its Contributions) on an "AS IS" BASIS,
147
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
- implied, including, without limitation, any warranties or conditions
149
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
- PARTICULAR PURPOSE. You are solely responsible for determining the
151
- appropriateness of using or redistributing the Work and assume any
152
- risks associated with Your exercise of permissions under this License.
153
-
154
- 8. Limitation of Liability. In no event and under no legal theory,
155
- whether in tort (including negligence), contract, or otherwise,
156
- unless required by applicable law (such as deliberate and grossly
157
- negligent acts) or agreed to in writing, shall any Contributor be
158
- liable to You for damages, including any direct, indirect, special,
159
- incidental, or consequential damages of any character arising as a
160
- result of this License or out of the use or inability to use the
161
- Work (including but not limited to damages for loss of goodwill,
162
- work stoppage, computer failure or malfunction, or any and all
163
- other commercial damages or losses), even if such Contributor
164
- has been advised of the possibility of such damages.
165
-
166
- 9. Accepting Warranty or Additional Liability. While redistributing
167
- the Work or Derivative Works thereof, You may choose to offer,
168
- and charge a fee for, acceptance of support, warranty, indemnity,
169
- or other liability obligations and/or rights consistent with this
170
- License. However, in accepting such obligations, You may act only
171
- on Your own behalf and on Your sole responsibility, not on behalf
172
- of any other Contributor, and only if You agree to indemnify,
173
- defend, and hold each Contributor harmless for any liability
174
- incurred by, or claims asserted against, such Contributor by reason
175
- of your accepting any such warranty or additional liability.
176
-
177
- END OF TERMS AND CONDITIONS
178
-
179
- APPENDIX: How to apply the Apache License to your work.
180
-
181
- To apply the Apache License to your work, attach the following
182
- boilerplate notice, with the fields enclosed by brackets "[]"
183
- replaced with your own identifying information. (Don't include
184
- the brackets!) The text should be enclosed in the appropriate
185
- comment syntax for the file format. We also recommend that a
186
- file or class name and description of purpose be included on the
187
- same "printed page" as the copyright notice for easier
188
- identification within third-party archives.
189
-
190
- Copyright [yyyy] [name of copyright owner]
191
-
192
- Licensed under the Apache License, Version 2.0 (the "License");
193
- you may not use this file except in compliance with the License.
194
- You may obtain a copy of the License at
195
-
196
- http://www.apache.org/licenses/LICENSE-2.0
197
-
198
- Unless required by applicable law or agreed to in writing, software
199
- distributed under the License is distributed on an "AS IS" BASIS,
200
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
- See the License for the specific language governing permissions and
202
- limitations under the License.
@@ -1,96 +0,0 @@
1
- # OpenCensus Core Node.js
2
- [![Gitter chat][gitter-image]][gitter-url] ![Node Version][node-img] [![NPM Published Version][npm-img]][npm-url] ![dependencies Status][dependencies-status] ![devDependencies Status][devdependencies-status] ![Apache License][license-image]
3
-
4
- OpenCensus for Node.js is an implementation of OpenCensus, a toolkit for collecting application performance and behavior monitoring data. It currently includes 3 apis: stats, tracing and tags.
5
-
6
- The library is in alpha stage and the API is subject to change.
7
-
8
- ## Installation
9
-
10
- Install the opencensus-core package with NPM:
11
- ```bash
12
- npm install @opencensus/core
13
- ```
14
-
15
- ## Usage
16
-
17
- #### Set up a new Stats manager instance.
18
-
19
- To enable metrics, we’ll import a few items from OpenCensus Core package.
20
-
21
- ```javascript
22
- const { Stats, MeasureUnit, AggregationType } = require('@opencensus/core');
23
-
24
- // Create the Stats manager
25
- const stats = new Stats();
26
-
27
- // The latency in milliseconds
28
- const mLatencyMs = stats.createMeasureDouble(
29
- "repl/latency",
30
- MeasureUnit.MS,
31
- "The latency in milliseconds"
32
- );
33
- ```
34
-
35
- #### Create Views and Tags:
36
-
37
- We now determine how our metrics will be organized by creating ```Views```. We will also create the variable needed to add extra text meta-data to our metrics – ```methodTagKey```, ```statusTagKey```, and ```errorTagKey```.
38
-
39
- ```javascript
40
- const methodTagKey = "method";
41
- const statusTagKey = "status";
42
- const errorTagKey = "error";
43
-
44
- const latencyView = stats.createView(
45
- "demo/latency",
46
- mLatencyMs,
47
- AggregationType.DISTRIBUTION,
48
- [methodTagKey, statusTagKey, errorTagKey],
49
- "The distribution of the latencies",
50
- // Bucket Boundaries:
51
- // [>=0ms, >=25ms, >=50ms, >=75ms, >=100ms, >=200ms, >=400ms, >=600ms, >=800ms, >=1s, >=2s, >=4s, >=6s]
52
- [0, 25, 50, 75, 100, 200, 400, 600, 800, 1000, 2000, 4000, 6000]
53
- );
54
- ```
55
-
56
- #### Recording Metrics:
57
-
58
- Now we will record the desired metrics. To do so, we will use ```stats.record()``` and pass in measurements.
59
-
60
- ```javascript
61
- const [_, startNanoseconds] = process.hrtime();
62
- const tags = {method: "repl", status: "OK"};
63
-
64
- stats.record({
65
- measure: mLatencyMs,
66
- tags,
67
- value: sinceInMilliseconds(startNanoseconds)
68
- });
69
-
70
-
71
- function sinceInMilliseconds(startNanoseconds) {
72
- const [_, endNanoseconds] = process.hrtime();
73
- return (endNanoseconds - startNanoseconds) / 1e6;
74
- }
75
- ```
76
-
77
- See [Quickstart/Metrics](https://opencensus.io/quickstart/nodejs/metrics/) for a full example of registering and collecting metrics.
78
-
79
- ## Useful links
80
- - For more information on OpenCensus, visit: <https://opencensus.io/>
81
- - To checkout the OpenCensus for Node.js, visit: <https://github.com/census-instrumentation/opencensus-node>
82
- - For help or feedback on this project, join us on [gitter](https://gitter.im/census-instrumentation/Lobby)
83
-
84
- [gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg
85
- [gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
86
- [npm-url]: https://www.npmjs.com/package/@opencensus/core
87
- [npm-img]: https://badge.fury.io/js/%40opencensus%2Fcore.svg
88
- [node-img]: https://img.shields.io/node/v/@opencensus/core.svg
89
- [license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
90
- [dependencies-status]: https://david-dm.org/census-instrumentation/opencensus-node/status.svg?path=packages/opencensus-core
91
- [devdependencies-status]:
92
- https://david-dm.org/census-instrumentation/opencensus-node/dev-status.svg?path=packages/opencensus-core
93
-
94
- ## LICENSE
95
-
96
- Apache License 2.0
@@ -1,51 +0,0 @@
1
- import * as types from './types';
2
- /**
3
- * This class implements a console logger.
4
- */
5
- export declare class ConsoleLogger implements types.Logger {
6
- private logger;
7
- static LEVELS: string[];
8
- level: string;
9
- /**
10
- * Constructs a new ConsoleLogger instance
11
- * @param options A logger configuration object.
12
- */
13
- constructor(options?: types.LoggerOptions | string | number);
14
- /**
15
- * Logger error function.
16
- * @param message menssage erro to log in console
17
- * @param args arguments to log in console
18
- */
19
- error(message: any, ...args: any[]): void;
20
- /**
21
- * Logger warning function.
22
- * @param message menssage warning to log in console
23
- * @param args arguments to log in console
24
- */
25
- warn(message: any, ...args: any[]): void;
26
- /**
27
- * Logger info function.
28
- * @param message menssage info to log in console
29
- * @param args arguments to log in console
30
- */
31
- info(message: any, ...args: any[]): void;
32
- /**
33
- * Logger debug function.
34
- * @param message menssage debug to log in console
35
- * @param args arguments to log in console
36
- */
37
- debug(message: any, ...args: any[]): void;
38
- /**
39
- * Logger silly function.
40
- * @param message menssage silly to log in console
41
- * @param args arguments to log in console
42
- */
43
- silly(message: any, ...args: any[]): void;
44
- }
45
- /**
46
- * Function logger exported to others classes. Inspired by:
47
- * https://github.com/cainus/logdriver/blob/bba1761737ca72f04d6b445629848538d038484a/index.js#L50
48
- * @param options A logger options or strig to logger in console
49
- */
50
- declare const logger: (options?: string | number | types.LoggerOptions) => types.Logger;
51
- export { logger };
@@ -1,106 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018, OpenCensus Authors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- const util = require("util");
19
- const logDriver = require('log-driver');
20
- /**
21
- * This class implements a console logger.
22
- */
23
- class ConsoleLogger {
24
- /**
25
- * Constructs a new ConsoleLogger instance
26
- * @param options A logger configuration object.
27
- */
28
- constructor(options) {
29
- let opt = {};
30
- if (typeof options === 'number') {
31
- if (options < 0) {
32
- options = 0;
33
- }
34
- else if (options > ConsoleLogger.LEVELS.length) {
35
- options = ConsoleLogger.LEVELS.length - 1;
36
- }
37
- opt = { level: ConsoleLogger.LEVELS[options] };
38
- }
39
- else if (typeof options === 'string') {
40
- opt = { level: options };
41
- }
42
- else {
43
- opt = options || {};
44
- }
45
- this.level = opt.level;
46
- this.logger =
47
- logDriver({ levels: ConsoleLogger.LEVELS, level: opt.level || 'silent' });
48
- }
49
- /**
50
- * Logger error function.
51
- * @param message menssage erro to log in console
52
- * @param args arguments to log in console
53
- */
54
- // tslint:disable-next-line:no-any
55
- error(message, ...args) {
56
- this.logger.error(util.format(message, ...args));
57
- }
58
- /**
59
- * Logger warning function.
60
- * @param message menssage warning to log in console
61
- * @param args arguments to log in console
62
- */
63
- // tslint:disable-next-line:no-any
64
- warn(message, ...args) {
65
- this.logger.warn(util.format(message, ...args));
66
- }
67
- /**
68
- * Logger info function.
69
- * @param message menssage info to log in console
70
- * @param args arguments to log in console
71
- */
72
- // tslint:disable-next-line:no-any
73
- info(message, ...args) {
74
- this.logger.info(util.format(message, ...args));
75
- }
76
- /**
77
- * Logger debug function.
78
- * @param message menssage debug to log in console
79
- * @param args arguments to log in console
80
- */
81
- // tslint:disable-next-line:no-any
82
- debug(message, ...args) {
83
- this.logger.debug(util.format(message, ...args));
84
- }
85
- /**
86
- * Logger silly function.
87
- * @param message menssage silly to log in console
88
- * @param args arguments to log in console
89
- */
90
- // tslint:disable-next-line:no-any
91
- silly(message, ...args) {
92
- this.logger.silly(util.format(message, ...args));
93
- }
94
- }
95
- ConsoleLogger.LEVELS = ['silent', 'error', 'warn', 'info', 'debug', 'silly'];
96
- exports.ConsoleLogger = ConsoleLogger;
97
- /**
98
- * Function logger exported to others classes. Inspired by:
99
- * https://github.com/cainus/logdriver/blob/bba1761737ca72f04d6b445629848538d038484a/index.js#L50
100
- * @param options A logger options or strig to logger in console
101
- */
102
- const logger = (options) => {
103
- return new ConsoleLogger(options);
104
- };
105
- exports.logger = logger;
106
- //# sourceMappingURL=console-logger.js.map
@@ -1,29 +0,0 @@
1
- /**
2
- * Copyright 2018, OpenCensus Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export declare type LogFunction = (message: any, ...args: any[]) => void;
17
- /** Defines an logger interface. */
18
- export interface Logger {
19
- level: string;
20
- error: LogFunction;
21
- warn: LogFunction;
22
- info: LogFunction;
23
- debug: LogFunction;
24
- silly: LogFunction;
25
- }
26
- /** Defines an logger options interface. */
27
- export interface LoggerOptions {
28
- level?: string;
29
- }
@@ -1,18 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018, OpenCensus Authors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- //# sourceMappingURL=types.js.map
@@ -1,31 +0,0 @@
1
- /**
2
- * Copyright 2018, OpenCensus Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- /**
17
- * Validates that an object reference passed as a parameter to the calling
18
- * method is not null.
19
- *
20
- * @param {T} reference An object reference.
21
- * @param {string} errorMessage The exception message to use if the check fails.
22
- * @returns {T} An object reference.
23
- */
24
- export declare function validateNotNull<T>(reference: T, errorMessage: string): T;
25
- /**
26
- * Validates that an array passed as a parameter doesn't contain null element.
27
- *
28
- * @param {T} list The argument list to check for null.
29
- * @param {string} errorMessage The exception message to use if the check fails.
30
- */
31
- export declare function validateArrayElementsNotNull<T>(array: T[], errorMessage: string): void;
@@ -1,46 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018, OpenCensus Authors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- /**
19
- * Validates that an object reference passed as a parameter to the calling
20
- * method is not null.
21
- *
22
- * @param {T} reference An object reference.
23
- * @param {string} errorMessage The exception message to use if the check fails.
24
- * @returns {T} An object reference.
25
- */
26
- function validateNotNull(reference, errorMessage) {
27
- if (reference === null || reference === undefined) {
28
- throw new Error(`Missing mandatory ${errorMessage} parameter`);
29
- }
30
- return reference;
31
- }
32
- exports.validateNotNull = validateNotNull;
33
- /**
34
- * Validates that an array passed as a parameter doesn't contain null element.
35
- *
36
- * @param {T} list The argument list to check for null.
37
- * @param {string} errorMessage The exception message to use if the check fails.
38
- */
39
- function validateArrayElementsNotNull(array, errorMessage) {
40
- const areAllDefined = array.every(element => element !== null && typeof element !== 'undefined');
41
- if (!areAllDefined) {
42
- throw new Error(`${errorMessage} elements should not be a NULL`);
43
- }
44
- }
45
- exports.validateArrayElementsNotNull = validateArrayElementsNotNull;
46
- //# sourceMappingURL=validations.js.map
@@ -1,24 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018, OpenCensus Authors
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- // Load the package details. Note that the `require` is performed at runtime,
19
- // which means the source files will be in the `/build` directory, so the
20
- // package path is relative to that location.
21
- const pjson = require('../../../package.json');
22
- // Export the core package version
23
- exports.version = pjson.version;
24
- //# sourceMappingURL=version.js.map
@@ -1,64 +0,0 @@
1
- /**
2
- * Copyright 2018, OpenCensus Authors
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import * as loggerTypes from '../common/types';
17
- import { Measurement, View } from '../stats/types';
18
- import * as modelTypes from '../trace/model/types';
19
- import * as types from './types';
20
- /** Do not send span data */
21
- export declare class NoopExporter implements types.Exporter {
22
- logger: loggerTypes.Logger;
23
- onStartSpan(root: modelTypes.RootSpan): void;
24
- onEndSpan(root: modelTypes.RootSpan): void;
25
- publish(rootSpans: modelTypes.RootSpan[]): Promise<void>;
26
- }
27
- /** Format and sends span data to the console. */
28
- export declare class ConsoleExporter implements types.Exporter {
29
- /** Buffer object to store the spans. */
30
- private logger;
31
- private buffer;
32
- /**
33
- * Constructs a new ConsoleLogExporter instance.
34
- * @param config Exporter configuration object to create a console log
35
- * exporter.
36
- */
37
- constructor(config: types.ExporterConfig);
38
- onStartSpan(root: modelTypes.RootSpan): void;
39
- /**
40
- * Event called when a span is ended.
41
- * @param root Ended span.
42
- */
43
- onEndSpan(root: modelTypes.RootSpan): void;
44
- /**
45
- * Sends the spans information to the console.
46
- * @param rootSpans
47
- */
48
- publish(rootSpans: modelTypes.RootSpan[]): Promise<void>;
49
- }
50
- /** Exporter that receives stats data and shows in the log console. */
51
- export declare class ConsoleStatsExporter implements types.StatsEventListener {
52
- /**
53
- * Event called when a view is registered
54
- * @param view registered view
55
- * @param measure registered measure
56
- */
57
- onRegisterView(view: View): void;
58
- /**
59
- * Event called when a measurement is recorded
60
- * @param view recorded view from measurement
61
- * @param measurement recorded measurement
62
- */
63
- onRecord(views: View[], measurement: Measurement): void;
64
- }