@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 +0,0 @@
1
- Update license
package/.git/FETCH_HEAD DELETED
@@ -1,2 +0,0 @@
1
- 466d53dd4e6463d5e899cd61b80077af9100e3a8 branch 'master' of https://github.com/lopatnov/express-reverse-proxy
2
- 06051cdbe81b43e531f1ca0fa765cb4c91d91ea1 not-for-merge branch 'dependabot/npm_and_yarn/minimist-1.2.6' of https://github.com/lopatnov/express-reverse-proxy
package/.git/HEAD DELETED
@@ -1 +0,0 @@
1
- ref: refs/heads/master
package/.git/ORIG_HEAD DELETED
@@ -1 +0,0 @@
1
- 466d53dd4e6463d5e899cd61b80077af9100e3a8
package/.git/config DELETED
@@ -1,13 +0,0 @@
1
- [core]
2
- repositoryformatversion = 0
3
- filemode = false
4
- bare = false
5
- logallrefupdates = true
6
- symlinks = false
7
- ignorecase = true
8
- [remote "origin"]
9
- url = https://github.com/lopatnov/express-reverse-proxy.git
10
- fetch = +refs/heads/*:refs/remotes/origin/*
11
- [branch "master"]
12
- remote = origin
13
- merge = refs/heads/master
package/.git/description DELETED
@@ -1 +0,0 @@
1
- Unnamed repository; edit this file 'description' to name the repository.
@@ -1,15 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to check the commit log message taken by
4
- # applypatch from an e-mail message.
5
- #
6
- # The hook should exit with non-zero status after issuing an
7
- # appropriate message if it wants to stop the commit. The hook is
8
- # allowed to edit the commit message file.
9
- #
10
- # To enable this hook, rename this file to "applypatch-msg".
11
-
12
- . git-sh-setup
13
- commitmsg="$(git rev-parse --git-path hooks/commit-msg)"
14
- test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"}
15
- :
@@ -1,24 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to check the commit log message.
4
- # Called by "git commit" with one argument, the name of the file
5
- # that has the commit message. The hook should exit with non-zero
6
- # status after issuing an appropriate message if it wants to stop the
7
- # commit. The hook is allowed to edit the commit message file.
8
- #
9
- # To enable this hook, rename this file to "commit-msg".
10
-
11
- # Uncomment the below to add a Signed-off-by line to the message.
12
- # Doing this in a hook is a bad idea in general, but the prepare-commit-msg
13
- # hook is more suited to it.
14
- #
15
- # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
16
- # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
17
-
18
- # This example catches duplicate Signed-off-by lines.
19
-
20
- test "" = "$(grep '^Signed-off-by: ' "$1" |
21
- sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
22
- echo >&2 Duplicate Signed-off-by lines.
23
- exit 1
24
- }
@@ -1,173 +0,0 @@
1
- #!/usr/bin/perl
2
-
3
- use strict;
4
- use warnings;
5
- use IPC::Open2;
6
-
7
- # An example hook script to integrate Watchman
8
- # (https://facebook.github.io/watchman/) with git to speed up detecting
9
- # new and modified files.
10
- #
11
- # The hook is passed a version (currently 2) and last update token
12
- # formatted as a string and outputs to stdout a new update token and
13
- # all files that have been modified since the update token. Paths must
14
- # be relative to the root of the working tree and separated by a single NUL.
15
- #
16
- # To enable this hook, rename this file to "query-watchman" and set
17
- # 'git config core.fsmonitor .git/hooks/query-watchman'
18
- #
19
- my ($version, $last_update_token) = @ARGV;
20
-
21
- # Uncomment for debugging
22
- # print STDERR "$0 $version $last_update_token\n";
23
-
24
- # Check the hook interface version
25
- if ($version ne 2) {
26
- die "Unsupported query-fsmonitor hook version '$version'.\n" .
27
- "Falling back to scanning...\n";
28
- }
29
-
30
- my $git_work_tree = get_working_dir();
31
-
32
- my $retry = 1;
33
-
34
- my $json_pkg;
35
- eval {
36
- require JSON::XS;
37
- $json_pkg = "JSON::XS";
38
- 1;
39
- } or do {
40
- require JSON::PP;
41
- $json_pkg = "JSON::PP";
42
- };
43
-
44
- launch_watchman();
45
-
46
- sub launch_watchman {
47
- my $o = watchman_query();
48
- if (is_work_tree_watched($o)) {
49
- output_result($o->{clock}, @{$o->{files}});
50
- }
51
- }
52
-
53
- sub output_result {
54
- my ($clockid, @files) = @_;
55
-
56
- # Uncomment for debugging watchman output
57
- # open (my $fh, ">", ".git/watchman-output.out");
58
- # binmode $fh, ":utf8";
59
- # print $fh "$clockid\n@files\n";
60
- # close $fh;
61
-
62
- binmode STDOUT, ":utf8";
63
- print $clockid;
64
- print "\0";
65
- local $, = "\0";
66
- print @files;
67
- }
68
-
69
- sub watchman_clock {
70
- my $response = qx/watchman clock "$git_work_tree"/;
71
- die "Failed to get clock id on '$git_work_tree'.\n" .
72
- "Falling back to scanning...\n" if $? != 0;
73
-
74
- return $json_pkg->new->utf8->decode($response);
75
- }
76
-
77
- sub watchman_query {
78
- my $pid = open2(\*CHLD_OUT, \*CHLD_IN, 'watchman -j --no-pretty')
79
- or die "open2() failed: $!\n" .
80
- "Falling back to scanning...\n";
81
-
82
- # In the query expression below we're asking for names of files that
83
- # changed since $last_update_token but not from the .git folder.
84
- #
85
- # To accomplish this, we're using the "since" generator to use the
86
- # recency index to select candidate nodes and "fields" to limit the
87
- # output to file names only. Then we're using the "expression" term to
88
- # further constrain the results.
89
- if (substr($last_update_token, 0, 1) eq "c") {
90
- $last_update_token = "\"$last_update_token\"";
91
- }
92
- my $query = <<" END";
93
- ["query", "$git_work_tree", {
94
- "since": $last_update_token,
95
- "fields": ["name"],
96
- "expression": ["not", ["dirname", ".git"]]
97
- }]
98
- END
99
-
100
- # Uncomment for debugging the watchman query
101
- # open (my $fh, ">", ".git/watchman-query.json");
102
- # print $fh $query;
103
- # close $fh;
104
-
105
- print CHLD_IN $query;
106
- close CHLD_IN;
107
- my $response = do {local $/; <CHLD_OUT>};
108
-
109
- # Uncomment for debugging the watch response
110
- # open ($fh, ">", ".git/watchman-response.json");
111
- # print $fh $response;
112
- # close $fh;
113
-
114
- die "Watchman: command returned no output.\n" .
115
- "Falling back to scanning...\n" if $response eq "";
116
- die "Watchman: command returned invalid output: $response\n" .
117
- "Falling back to scanning...\n" unless $response =~ /^\{/;
118
-
119
- return $json_pkg->new->utf8->decode($response);
120
- }
121
-
122
- sub is_work_tree_watched {
123
- my ($output) = @_;
124
- my $error = $output->{error};
125
- if ($retry > 0 and $error and $error =~ m/unable to resolve root .* directory (.*) is not watched/) {
126
- $retry--;
127
- my $response = qx/watchman watch "$git_work_tree"/;
128
- die "Failed to make watchman watch '$git_work_tree'.\n" .
129
- "Falling back to scanning...\n" if $? != 0;
130
- $output = $json_pkg->new->utf8->decode($response);
131
- $error = $output->{error};
132
- die "Watchman: $error.\n" .
133
- "Falling back to scanning...\n" if $error;
134
-
135
- # Uncomment for debugging watchman output
136
- # open (my $fh, ">", ".git/watchman-output.out");
137
- # close $fh;
138
-
139
- # Watchman will always return all files on the first query so
140
- # return the fast "everything is dirty" flag to git and do the
141
- # Watchman query just to get it over with now so we won't pay
142
- # the cost in git to look up each individual file.
143
- my $o = watchman_clock();
144
- $error = $output->{error};
145
-
146
- die "Watchman: $error.\n" .
147
- "Falling back to scanning...\n" if $error;
148
-
149
- output_result($o->{clock}, ("/"));
150
- $last_update_token = $o->{clock};
151
-
152
- eval { launch_watchman() };
153
- return 0;
154
- }
155
-
156
- die "Watchman: $error.\n" .
157
- "Falling back to scanning...\n" if $error;
158
-
159
- return 1;
160
- }
161
-
162
- sub get_working_dir {
163
- my $working_dir;
164
- if ($^O =~ 'msys' || $^O =~ 'cygwin') {
165
- $working_dir = Win32::GetCwd();
166
- $working_dir =~ tr/\\/\//;
167
- } else {
168
- require Cwd;
169
- $working_dir = Cwd::cwd();
170
- }
171
-
172
- return $working_dir;
173
- }
@@ -1,8 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to prepare a packed repository for use over
4
- # dumb transports.
5
- #
6
- # To enable this hook, rename this file to "post-update".
7
-
8
- exec git update-server-info
@@ -1,14 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to verify what is about to be committed
4
- # by applypatch from an e-mail message.
5
- #
6
- # The hook should exit with non-zero status after issuing an
7
- # appropriate message if it wants to stop the commit.
8
- #
9
- # To enable this hook, rename this file to "pre-applypatch".
10
-
11
- . git-sh-setup
12
- precommit="$(git rev-parse --git-path hooks/pre-commit)"
13
- test -x "$precommit" && exec "$precommit" ${1+"$@"}
14
- :
@@ -1,49 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to verify what is about to be committed.
4
- # Called by "git commit" with no arguments. The hook should
5
- # exit with non-zero status after issuing an appropriate message if
6
- # it wants to stop the commit.
7
- #
8
- # To enable this hook, rename this file to "pre-commit".
9
-
10
- if git rev-parse --verify HEAD >/dev/null 2>&1
11
- then
12
- against=HEAD
13
- else
14
- # Initial commit: diff against an empty tree object
15
- against=$(git hash-object -t tree /dev/null)
16
- fi
17
-
18
- # If you want to allow non-ASCII filenames set this variable to true.
19
- allownonascii=$(git config --type=bool hooks.allownonascii)
20
-
21
- # Redirect output to stderr.
22
- exec 1>&2
23
-
24
- # Cross platform projects tend to avoid non-ASCII filenames; prevent
25
- # them from being added to the repository. We exploit the fact that the
26
- # printable range starts at the space character and ends with tilde.
27
- if [ "$allownonascii" != "true" ] &&
28
- # Note that the use of brackets around a tr range is ok here, (it's
29
- # even required, for portability to Solaris 10's /usr/bin/tr), since
30
- # the square bracket bytes happen to fall in the designated range.
31
- test $(git diff --cached --name-only --diff-filter=A -z $against |
32
- LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0
33
- then
34
- cat <<\EOF
35
- Error: Attempt to add a non-ASCII file name.
36
-
37
- This can cause problems if you want to work with people on other platforms.
38
-
39
- To be portable it is advisable to rename the file.
40
-
41
- If you know what you are doing you can disable this check using:
42
-
43
- git config hooks.allownonascii true
44
- EOF
45
- exit 1
46
- fi
47
-
48
- # If there are whitespace errors, print the offending file names and fail.
49
- exec git diff-index --check --cached $against --
@@ -1,13 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to verify what is about to be committed.
4
- # Called by "git merge" with no arguments. The hook should
5
- # exit with non-zero status after issuing an appropriate message to
6
- # stderr if it wants to stop the merge commit.
7
- #
8
- # To enable this hook, rename this file to "pre-merge-commit".
9
-
10
- . git-sh-setup
11
- test -x "$GIT_DIR/hooks/pre-commit" &&
12
- exec "$GIT_DIR/hooks/pre-commit"
13
- :
@@ -1,53 +0,0 @@
1
- #!/bin/sh
2
-
3
- # An example hook script to verify what is about to be pushed. Called by "git
4
- # push" after it has checked the remote status, but before anything has been
5
- # pushed. If this script exits with a non-zero status nothing will be pushed.
6
- #
7
- # This hook is called with the following parameters:
8
- #
9
- # $1 -- Name of the remote to which the push is being done
10
- # $2 -- URL to which the push is being done
11
- #
12
- # If pushing without using a named remote those arguments will be equal.
13
- #
14
- # Information about the commits which are being pushed is supplied as lines to
15
- # the standard input in the form:
16
- #
17
- # <local ref> <local oid> <remote ref> <remote oid>
18
- #
19
- # This sample shows how to prevent push of commits where the log message starts
20
- # with "WIP" (work in progress).
21
-
22
- remote="$1"
23
- url="$2"
24
-
25
- zero=$(git hash-object --stdin </dev/null | tr '[0-9a-f]' '0')
26
-
27
- while read local_ref local_oid remote_ref remote_oid
28
- do
29
- if test "$local_oid" = "$zero"
30
- then
31
- # Handle delete
32
- :
33
- else
34
- if test "$remote_oid" = "$zero"
35
- then
36
- # New branch, examine all commits
37
- range="$local_oid"
38
- else
39
- # Update to existing branch, examine new commits
40
- range="$remote_oid..$local_oid"
41
- fi
42
-
43
- # Check for WIP commit
44
- commit=$(git rev-list -n 1 --grep '^WIP' "$range")
45
- if test -n "$commit"
46
- then
47
- echo >&2 "Found WIP commit in $local_ref, not pushing"
48
- exit 1
49
- fi
50
- fi
51
- done
52
-
53
- exit 0
@@ -1,169 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # Copyright (c) 2006, 2008 Junio C Hamano
4
- #
5
- # The "pre-rebase" hook is run just before "git rebase" starts doing
6
- # its job, and can prevent the command from running by exiting with
7
- # non-zero status.
8
- #
9
- # The hook is called with the following parameters:
10
- #
11
- # $1 -- the upstream the series was forked from.
12
- # $2 -- the branch being rebased (or empty when rebasing the current branch).
13
- #
14
- # This sample shows how to prevent topic branches that are already
15
- # merged to 'next' branch from getting rebased, because allowing it
16
- # would result in rebasing already published history.
17
-
18
- publish=next
19
- basebranch="$1"
20
- if test "$#" = 2
21
- then
22
- topic="refs/heads/$2"
23
- else
24
- topic=`git symbolic-ref HEAD` ||
25
- exit 0 ;# we do not interrupt rebasing detached HEAD
26
- fi
27
-
28
- case "$topic" in
29
- refs/heads/??/*)
30
- ;;
31
- *)
32
- exit 0 ;# we do not interrupt others.
33
- ;;
34
- esac
35
-
36
- # Now we are dealing with a topic branch being rebased
37
- # on top of master. Is it OK to rebase it?
38
-
39
- # Does the topic really exist?
40
- git show-ref -q "$topic" || {
41
- echo >&2 "No such branch $topic"
42
- exit 1
43
- }
44
-
45
- # Is topic fully merged to master?
46
- not_in_master=`git rev-list --pretty=oneline ^master "$topic"`
47
- if test -z "$not_in_master"
48
- then
49
- echo >&2 "$topic is fully merged to master; better remove it."
50
- exit 1 ;# we could allow it, but there is no point.
51
- fi
52
-
53
- # Is topic ever merged to next? If so you should not be rebasing it.
54
- only_next_1=`git rev-list ^master "^$topic" ${publish} | sort`
55
- only_next_2=`git rev-list ^master ${publish} | sort`
56
- if test "$only_next_1" = "$only_next_2"
57
- then
58
- not_in_topic=`git rev-list "^$topic" master`
59
- if test -z "$not_in_topic"
60
- then
61
- echo >&2 "$topic is already up to date with master"
62
- exit 1 ;# we could allow it, but there is no point.
63
- else
64
- exit 0
65
- fi
66
- else
67
- not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"`
68
- /usr/bin/perl -e '
69
- my $topic = $ARGV[0];
70
- my $msg = "* $topic has commits already merged to public branch:\n";
71
- my (%not_in_next) = map {
72
- /^([0-9a-f]+) /;
73
- ($1 => 1);
74
- } split(/\n/, $ARGV[1]);
75
- for my $elem (map {
76
- /^([0-9a-f]+) (.*)$/;
77
- [$1 => $2];
78
- } split(/\n/, $ARGV[2])) {
79
- if (!exists $not_in_next{$elem->[0]}) {
80
- if ($msg) {
81
- print STDERR $msg;
82
- undef $msg;
83
- }
84
- print STDERR " $elem->[1]\n";
85
- }
86
- }
87
- ' "$topic" "$not_in_next" "$not_in_master"
88
- exit 1
89
- fi
90
-
91
- <<\DOC_END
92
-
93
- This sample hook safeguards topic branches that have been
94
- published from being rewound.
95
-
96
- The workflow assumed here is:
97
-
98
- * Once a topic branch forks from "master", "master" is never
99
- merged into it again (either directly or indirectly).
100
-
101
- * Once a topic branch is fully cooked and merged into "master",
102
- it is deleted. If you need to build on top of it to correct
103
- earlier mistakes, a new topic branch is created by forking at
104
- the tip of the "master". This is not strictly necessary, but
105
- it makes it easier to keep your history simple.
106
-
107
- * Whenever you need to test or publish your changes to topic
108
- branches, merge them into "next" branch.
109
-
110
- The script, being an example, hardcodes the publish branch name
111
- to be "next", but it is trivial to make it configurable via
112
- $GIT_DIR/config mechanism.
113
-
114
- With this workflow, you would want to know:
115
-
116
- (1) ... if a topic branch has ever been merged to "next". Young
117
- topic branches can have stupid mistakes you would rather
118
- clean up before publishing, and things that have not been
119
- merged into other branches can be easily rebased without
120
- affecting other people. But once it is published, you would
121
- not want to rewind it.
122
-
123
- (2) ... if a topic branch has been fully merged to "master".
124
- Then you can delete it. More importantly, you should not
125
- build on top of it -- other people may already want to
126
- change things related to the topic as patches against your
127
- "master", so if you need further changes, it is better to
128
- fork the topic (perhaps with the same name) afresh from the
129
- tip of "master".
130
-
131
- Let's look at this example:
132
-
133
- o---o---o---o---o---o---o---o---o---o "next"
134
- / / / /
135
- / a---a---b A / /
136
- / / / /
137
- / / c---c---c---c B /
138
- / / / \ /
139
- / / / b---b C \ /
140
- / / / / \ /
141
- ---o---o---o---o---o---o---o---o---o---o---o "master"
142
-
143
-
144
- A, B and C are topic branches.
145
-
146
- * A has one fix since it was merged up to "next".
147
-
148
- * B has finished. It has been fully merged up to "master" and "next",
149
- and is ready to be deleted.
150
-
151
- * C has not merged to "next" at all.
152
-
153
- We would want to allow C to be rebased, refuse A, and encourage
154
- B to be deleted.
155
-
156
- To compute (1):
157
-
158
- git rev-list ^master ^topic next
159
- git rev-list ^master next
160
-
161
- if these match, topic has not merged in next at all.
162
-
163
- To compute (2):
164
-
165
- git rev-list master..topic
166
-
167
- if this is empty, it is fully merged to "master".
168
-
169
- DOC_END
@@ -1,24 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to make use of push options.
4
- # The example simply echoes all push options that start with 'echoback='
5
- # and rejects all pushes when the "reject" push option is used.
6
- #
7
- # To enable this hook, rename this file to "pre-receive".
8
-
9
- if test -n "$GIT_PUSH_OPTION_COUNT"
10
- then
11
- i=0
12
- while test "$i" -lt "$GIT_PUSH_OPTION_COUNT"
13
- do
14
- eval "value=\$GIT_PUSH_OPTION_$i"
15
- case "$value" in
16
- echoback=*)
17
- echo "echo from the pre-receive-hook: ${value#*=}" >&2
18
- ;;
19
- reject)
20
- exit 1
21
- esac
22
- i=$((i + 1))
23
- done
24
- fi
@@ -1,42 +0,0 @@
1
- #!/bin/sh
2
- #
3
- # An example hook script to prepare the commit log message.
4
- # Called by "git commit" with the name of the file that has the
5
- # commit message, followed by the description of the commit
6
- # message's source. The hook's purpose is to edit the commit
7
- # message file. If the hook fails with a non-zero status,
8
- # the commit is aborted.
9
- #
10
- # To enable this hook, rename this file to "prepare-commit-msg".
11
-
12
- # This hook includes three examples. The first one removes the
13
- # "# Please enter the commit message..." help message.
14
- #
15
- # The second includes the output of "git diff --name-status -r"
16
- # into the message, just before the "git status" output. It is
17
- # commented because it doesn't cope with --amend or with squashed
18
- # commits.
19
- #
20
- # The third example adds a Signed-off-by line to the message, that can
21
- # still be edited. This is rarely a good idea.
22
-
23
- COMMIT_MSG_FILE=$1
24
- COMMIT_SOURCE=$2
25
- SHA1=$3
26
-
27
- /usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE"
28
-
29
- # case "$COMMIT_SOURCE,$SHA1" in
30
- # ,|template,)
31
- # /usr/bin/perl -i.bak -pe '
32
- # print "\n" . `git diff --cached --name-status -r`
33
- # if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;;
34
- # *) ;;
35
- # esac
36
-
37
- # SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
38
- # git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE"
39
- # if test -z "$COMMIT_SOURCE"
40
- # then
41
- # /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE"
42
- # fi