@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,45 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018 Google LLC
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
- // Original file from Stackdriver Trace Agent for Node.js
19
- // https://github.com/GoogleCloudPlatform/cloud-trace-nodejs
20
- const CLS = require("continuation-local-storage");
21
- const semver = require("semver");
22
- const useAsyncHooks = semver.satisfies(process.version, '>=8'); //&&
23
- // !!process.env.GCLOUD_TRACE_NEW_CONTEXT;
24
- const cls = useAsyncHooks ? require('./cls-ah') : CLS;
25
- const TRACE_NAMESPACE = 'opencensus.io';
26
- /**
27
- * Stack traces are captured when a root span is started. Because the stack
28
- * trace height varies on the context propagation mechanism, to keep published
29
- * stack traces uniform we need to remove the top-most frames when using the
30
- * c-l-s module. Keep track of this number here.
31
- */
32
- exports.ROOT_SPAN_STACK_OFFSET = useAsyncHooks ? 0 : 2;
33
- function createNamespace() {
34
- return cls.createNamespace(TRACE_NAMESPACE);
35
- }
36
- exports.createNamespace = createNamespace;
37
- function destroyNamespace() {
38
- cls.destroyNamespace(TRACE_NAMESPACE);
39
- }
40
- exports.destroyNamespace = destroyNamespace;
41
- function getNamespace() {
42
- return cls.getNamespace(TRACE_NAMESPACE);
43
- }
44
- exports.getNamespace = getNamespace;
45
- //# sourceMappingURL=cls.js.map
@@ -1,35 +0,0 @@
1
- /**
2
- * Copyright 2018 Google LLC
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
- * Internal utility methods for working with tag keys, tag values, and metric
18
- * names.
19
- */
20
- export declare class StringUtils {
21
- /**
22
- * Determines whether the String contains only printable characters.
23
- *
24
- * @param {string} str The String to be validated.
25
- * @returns {boolean} Whether the String contains only printable characters.
26
- */
27
- static isPrintableString(str: string): boolean;
28
- /**
29
- * Determines whether the Character is printable.
30
- *
31
- * @param {string} str The Character to be validated.
32
- * @returns {boolean} Whether the Character is printable.
33
- */
34
- static isPrintableChar(ch: string): boolean;
35
- }
@@ -1,49 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018 Google LLC
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
- * Internal utility methods for working with tag keys, tag values, and metric
20
- * names.
21
- */
22
- class StringUtils {
23
- /**
24
- * Determines whether the String contains only printable characters.
25
- *
26
- * @param {string} str The String to be validated.
27
- * @returns {boolean} Whether the String contains only printable characters.
28
- */
29
- static isPrintableString(str) {
30
- for (let i = 0; i < str.length; i++) {
31
- const ch = str.charAt(i);
32
- if (!StringUtils.isPrintableChar(ch)) {
33
- return false;
34
- }
35
- }
36
- return true;
37
- }
38
- /**
39
- * Determines whether the Character is printable.
40
- *
41
- * @param {string} str The Character to be validated.
42
- * @returns {boolean} Whether the Character is printable.
43
- */
44
- static isPrintableChar(ch) {
45
- return ch >= ' ' && ch <= '~';
46
- }
47
- }
48
- exports.StringUtils = StringUtils;
49
- //# sourceMappingURL=string-utils.js.map
@@ -1 +0,0 @@
1
- export declare function randomSpanId(): string;
@@ -1,34 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2018 Google LLC
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
- // Code snippets from Stackdriver Trace Agent
19
- // https://github.com/GoogleCloudPlatform/cloud-trace-nodejs
20
- const crypto = require("crypto");
21
- const SPAN_ID_RANDOM_BYTES = 8;
22
- // Use the faster crypto.randomFillSync when available (Node 7+) falling back to
23
- // using crypto.randomBytes.
24
- const spanIdBuffer = Buffer.alloc(SPAN_ID_RANDOM_BYTES);
25
- const randomFillSync = crypto.randomFillSync;
26
- const randomBytes = crypto.randomBytes;
27
- const spanRandomBuffer = randomFillSync ?
28
- () => randomFillSync(spanIdBuffer) :
29
- () => randomBytes(SPAN_ID_RANDOM_BYTES);
30
- function randomSpanId() {
31
- return spanRandomBuffer().toString('hex');
32
- }
33
- exports.randomSpanId = randomSpanId;
34
- //# sourceMappingURL=util.js.map
@@ -1,27 +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 { Metric } from './types';
17
- /**
18
- * A MetricProducer producer that can be registered for exporting using
19
- * MetricProducerManager.
20
- */
21
- export declare abstract class MetricProducer {
22
- /**
23
- * Gets a collection of produced Metric`s to be exported.
24
- * @returns {Metric[]} List of metrics
25
- */
26
- abstract getMetrics(): Metric[];
27
- }
@@ -1,25 +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
- * A MetricProducer producer that can be registered for exporting using
20
- * MetricProducerManager.
21
- */
22
- class MetricProducer {
23
- }
24
- exports.MetricProducer = MetricProducer;
25
- //# sourceMappingURL=metric-producer.js.map
@@ -1,309 +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
- /** Properties of a Metric which has one or more timeseries */
17
- export interface Metric {
18
- /**
19
- * The descriptor of the Metric. This is an optimization for network wire
20
- * size, from data-model perspective a Metric contains always
21
- * a MetricDescriptor.
22
- * In case of a streaming RPC can be sent only
23
- * the first time a metric is reported to save network traffic.
24
- */
25
- readonly descriptor: MetricDescriptor;
26
- /**
27
- * One or more timeseries for a single metric, where each timeseries has
28
- * one or more points.
29
- */
30
- readonly timeseries: TimeSeries[];
31
- }
32
- /** Properties of a Metric type and its schema */
33
- export interface MetricDescriptor {
34
- /** The metric type, including its DNS name prefix. It must be unique. */
35
- readonly name: string;
36
- /**
37
- * A detailed description of the metric, which can be used in documentation.
38
- */
39
- readonly description: string;
40
- /**
41
- * The unit in which the metric value is reported. Follows the format
42
- * described by http://unitsofmeasure.org/ucum.html.
43
- */
44
- readonly unit: string;
45
- /** MetricDescriptor type */
46
- readonly type: MetricDescriptorType;
47
- /** The label keys associated with the metric descriptor. */
48
- readonly labelKeys: LabelKey[];
49
- }
50
- /**
51
- * The kind of metric. It describes how the data is reported.
52
- *
53
- * A gauge is an instantaneous measurement of a value.
54
- *
55
- * A cumulative measurement is a value accumulated over a time interval. In
56
- * a time series, cumulative measurements should have the same start time,
57
- * increasing values and increasing end times, until an event resets the
58
- * cumulative value to zero and sets a new start time for the following
59
- * points.
60
- */
61
- export declare enum MetricDescriptorType {
62
- /** Do not use this default value. */
63
- UNSPECIFIED = 0,
64
- /** Integer gauge. The value can go both up and down. */
65
- GAUGE_INT64 = 1,
66
- /** Floating point gauge. The value can go both up and down. */
67
- GAUGE_DOUBLE = 2,
68
- /**
69
- * Distribution gauge measurement. The count and sum can go both up and
70
- * down. Recorded values are always >= 0.
71
- * Used in scenarios like a snapshot of time the current items in a queue
72
- * have spent there.
73
- */
74
- GAUGE_DISTRIBUTION = 3,
75
- /**
76
- * Integer cumulative measurement. The value cannot decrease, if resets
77
- * then the start_time should also be reset.
78
- */
79
- CUMULATIVE_INT64 = 4,
80
- /**
81
- * Floating point cumulative measurement. The value cannot decrease, if
82
- * resets then the start_time should also be reset. Recorded values are
83
- * always >= 0.
84
- */
85
- CUMULATIVE_DOUBLE = 5,
86
- /**
87
- * Distribution cumulative measurement. The count and sum cannot decrease,
88
- * if resets then the start_time should also be reset.
89
- */
90
- CUMULATIVE_DISTRIBUTION = 6,
91
- /**
92
- * Some frameworks implemented Histograms as a summary of observations
93
- * (usually things like request durations and response sizes). While it
94
- * also provides a total count of observations and a sum of all observed
95
- * values, it calculates configurable percentiles over a sliding time
96
- * window. This is not recommended, since it cannot be aggregated.
97
- */
98
- SUMMARY = 7,
99
- }
100
- /** Properties of a LabelKey associated with a MetricDescriptor. */
101
- export interface LabelKey {
102
- /** The key for the label. */
103
- readonly key: string;
104
- /** A human-readable description of what this label key represents. */
105
- readonly description: string;
106
- }
107
- /**
108
- * A collection of data points that describes the time-varying values
109
- * of a metric.
110
- */
111
- export interface TimeSeries {
112
- /**
113
- * Must be present for cumulative metrics. The time when the cumulative value
114
- * was reset to zero. Exclusive. The cumulative value is over the time
115
- * interval (start_timestamp, timestamp]. If not specified, the backend can
116
- * use the previous recorded value.
117
- */
118
- readonly startTimestamp?: Timestamp;
119
- /**
120
- * The set of label values that uniquely identify this timeseries. Applies to
121
- * all points. The order of label values must match that of label keys in the
122
- * metric descriptor.
123
- */
124
- readonly labelValues: LabelValue[];
125
- /**
126
- * The data points of this timeseries. Point.value type MUST match the
127
- * MetricDescriptor.type.
128
- */
129
- readonly points: Point[];
130
- }
131
- /** The LabelValue type. null value indicates an unset. */
132
- export interface LabelValue {
133
- /** The value for the label. */
134
- readonly value: string | null;
135
- }
136
- /** A timestamped measurement. */
137
- export interface Point {
138
- /**
139
- * The moment when this point was recorded. Inclusive.
140
- * If not specified, the timestamp will be decided by the backend.
141
- */
142
- readonly timestamp: Timestamp;
143
- /**
144
- * The actual point value.
145
- * 64-bit integer or 64-bit double-precision floating-point number
146
- * or distribution value
147
- * or summary value. This is not recommended, since it cannot be aggregated.
148
- */
149
- readonly value: number | DistributionValue | SummaryValue;
150
- }
151
- /**
152
- * Distribution contains summary statistics for a population of values. It
153
- * optionally contains a histogram representing the distribution of those
154
- * values across a set of buckets.
155
- */
156
- export interface DistributionValue {
157
- /**
158
- * The number of values in the population. Must be non-negative. This value
159
- * must equal the sum of the values in bucket_counts if a histogram is
160
- * provided.
161
- */
162
- readonly count: number;
163
- /**
164
- * The sum of the values in the population. If count is zero then this field
165
- * must be zero.
166
- */
167
- readonly sum: number;
168
- /**
169
- * The sum of squared deviations from the mean of the values in the
170
- * population. For values x_i this is:
171
- *
172
- * Sum[i=1..n]((x_i - mean)^2)
173
- *
174
- * Knuth, "The Art of Computer Programming", Vol. 2, page 323, 3rd edition
175
- * describes Welford's method for accumulating this sum in one pass.
176
- *
177
- * If count is zero then this field must be zero.
178
- */
179
- readonly sumOfSquaredDeviation: number;
180
- /**
181
- * Don't change bucket boundaries within a TimeSeries if your backend doesn't
182
- * support this. To save network bandwidth this field can be sent only the
183
- * first time a metric is sent when using a streaming RPC.
184
- */
185
- readonly bucketOptions: BucketOptions;
186
- /** DistributionValue buckets */
187
- readonly buckets: Bucket[];
188
- }
189
- /**
190
- * Properties of a BucketOptions.
191
- * A Distribution may optionally contain a histogram of the values in the
192
- * population. The bucket boundaries for that histogram are described by
193
- * BucketOptions.
194
- *
195
- * If bucket_options has no type, then there is no histogram associated with
196
- * the Distribution.
197
- */
198
- export interface BucketOptions {
199
- /** Bucket with explicit bounds. */
200
- readonly explicit: Explicit;
201
- }
202
- /**
203
- * Properties of an Explicit.
204
- * Specifies a set of buckets with arbitrary upper-bounds.
205
- * This defines size(bounds) + 1 (= N) buckets. The boundaries for bucket
206
- * index i are:
207
- *
208
- * [0, bucket_bounds[i]) for i == 0
209
- * [bucket_bounds[i-1], bucket_bounds[i]) for 0 < i < N-1
210
- * [bucket_bounds[i-1], +infinity) for i == N-1
211
- */
212
- export interface Explicit {
213
- /** The values must be strictly increasing and > 0. */
214
- readonly bounds: number[];
215
- }
216
- /** Properties of a Bucket. */
217
- export interface Bucket {
218
- /**
219
- * The number of values in each bucket of the histogram, as described in
220
- * bucket_bounds.
221
- */
222
- readonly count: number;
223
- /**
224
- * If the distribution does not have a histogram, then omit this field.
225
- */
226
- readonly exemplar: Exemplar;
227
- }
228
- /**
229
- * Exemplars are example points that may be used to annotate aggregated
230
- * Distribution values. They are metadata that gives information about a
231
- * particular value added to a Distribution bucket.
232
- */
233
- export interface Exemplar {
234
- /**
235
- * Value of the exemplar point. It determines which bucket the exemplar
236
- * belongs to.
237
- */
238
- readonly value: number;
239
- /** The observation (sampling) time of the above value. */
240
- readonly timestamp: Timestamp;
241
- /** Contextual information about the example value. */
242
- readonly attachments: {
243
- [key: string]: string;
244
- };
245
- }
246
- /**
247
- * The start_timestamp only applies to the count and sum in the SummaryValue.
248
- */
249
- export interface SummaryValue {
250
- /**
251
- * The total number of recorded values since start_time. Optional since
252
- * some systems don't expose this.
253
- */
254
- readonly count: number;
255
- /**
256
- * The total sum of recorded values since start_time. Optional since some
257
- * systems don't expose this. If count is zero then this field must be zero.
258
- * This field must be unset if the sum is not available.
259
- */
260
- readonly sum: number;
261
- /** Values calculated over an arbitrary time window. */
262
- readonly snapshot?: Snapshot;
263
- }
264
- /**
265
- * The values in this message can be reset at arbitrary unknown times, with
266
- * the requirement that all of them are reset at the same time.
267
- */
268
- export interface Snapshot {
269
- /**
270
- * The number of values in the snapshot. Optional since some systems don't
271
- * expose this.
272
- */
273
- readonly count: number;
274
- /**
275
- * The sum of values in the snapshot. Optional since some systems don't
276
- * expose this. If count is zero then this field must be zero or not set
277
- * (if not supported).
278
- */
279
- readonly sum: number;
280
- /**
281
- * A list of values at different percentiles of the distribution calculated
282
- * from the current snapshot. The percentiles must be strictly increasing.
283
- */
284
- readonly percentileValues: ValueAtPercentile[];
285
- }
286
- /**
287
- * Represents the value at a given percentile of a distribution.
288
- */
289
- export interface ValueAtPercentile {
290
- /** The percentile of a distribution. Must be in the interval (0.0, 100.0]. */
291
- readonly percentile: number;
292
- /** The value at the given percentile of a distribution. */
293
- readonly value: number;
294
- }
295
- export interface Timestamp {
296
- /**
297
- * Represents seconds of UTC time since Unix epoch
298
- * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
299
- * 9999-12-31T23:59:59Z inclusive.
300
- */
301
- seconds: number | null;
302
- /**
303
- * Non-negative fractions of a second at nanosecond resolution. Negative
304
- * second values with fractions must still have non-negative nanos values
305
- * that count forward in time. Must be from 0 to 999,999,999
306
- * inclusive.
307
- */
308
- nanos: number | null;
309
- }
@@ -1,69 +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
- * The kind of metric. It describes how the data is reported.
20
- *
21
- * A gauge is an instantaneous measurement of a value.
22
- *
23
- * A cumulative measurement is a value accumulated over a time interval. In
24
- * a time series, cumulative measurements should have the same start time,
25
- * increasing values and increasing end times, until an event resets the
26
- * cumulative value to zero and sets a new start time for the following
27
- * points.
28
- */
29
- var MetricDescriptorType;
30
- (function (MetricDescriptorType) {
31
- /** Do not use this default value. */
32
- MetricDescriptorType[MetricDescriptorType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
33
- /** Integer gauge. The value can go both up and down. */
34
- MetricDescriptorType[MetricDescriptorType["GAUGE_INT64"] = 1] = "GAUGE_INT64";
35
- /** Floating point gauge. The value can go both up and down. */
36
- MetricDescriptorType[MetricDescriptorType["GAUGE_DOUBLE"] = 2] = "GAUGE_DOUBLE";
37
- /**
38
- * Distribution gauge measurement. The count and sum can go both up and
39
- * down. Recorded values are always >= 0.
40
- * Used in scenarios like a snapshot of time the current items in a queue
41
- * have spent there.
42
- */
43
- MetricDescriptorType[MetricDescriptorType["GAUGE_DISTRIBUTION"] = 3] = "GAUGE_DISTRIBUTION";
44
- /**
45
- * Integer cumulative measurement. The value cannot decrease, if resets
46
- * then the start_time should also be reset.
47
- */
48
- MetricDescriptorType[MetricDescriptorType["CUMULATIVE_INT64"] = 4] = "CUMULATIVE_INT64";
49
- /**
50
- * Floating point cumulative measurement. The value cannot decrease, if
51
- * resets then the start_time should also be reset. Recorded values are
52
- * always >= 0.
53
- */
54
- MetricDescriptorType[MetricDescriptorType["CUMULATIVE_DOUBLE"] = 5] = "CUMULATIVE_DOUBLE";
55
- /**
56
- * Distribution cumulative measurement. The count and sum cannot decrease,
57
- * if resets then the start_time should also be reset.
58
- */
59
- MetricDescriptorType[MetricDescriptorType["CUMULATIVE_DISTRIBUTION"] = 6] = "CUMULATIVE_DISTRIBUTION";
60
- /**
61
- * Some frameworks implemented Histograms as a summary of observations
62
- * (usually things like request durations and response sizes). While it
63
- * also provides a total count of observations and a sum of all observed
64
- * values, it calculates configurable percentiles over a sliding time
65
- * window. This is not recommended, since it cannot be aggregated.
66
- */
67
- MetricDescriptorType[MetricDescriptorType["SUMMARY"] = 7] = "SUMMARY";
68
- })(MetricDescriptorType = exports.MetricDescriptorType || (exports.MetricDescriptorType = {}));
69
- //# sourceMappingURL=types.js.map