step-node-agent 3.20.2 → 3.21.1

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 (758) hide show
  1. package/node_modules/aws4/README.md +31 -1
  2. package/node_modules/aws4/aws4.js +10 -2
  3. package/node_modules/aws4/package.json +1 -1
  4. package/node_modules/body-parser/HISTORY.md +8 -0
  5. package/node_modules/body-parser/README.md +11 -10
  6. package/node_modules/body-parser/lib/types/json.js +15 -4
  7. package/node_modules/body-parser/package.json +8 -8
  8. package/node_modules/content-type/HISTORY.md +5 -0
  9. package/node_modules/content-type/README.md +21 -19
  10. package/node_modules/content-type/index.js +12 -9
  11. package/node_modules/content-type/package.json +13 -11
  12. package/node_modules/express/node_modules/body-parser/HISTORY.md +657 -0
  13. package/node_modules/express/node_modules/body-parser/LICENSE +23 -0
  14. package/node_modules/express/node_modules/body-parser/README.md +464 -0
  15. package/node_modules/express/node_modules/body-parser/SECURITY.md +25 -0
  16. package/node_modules/express/node_modules/body-parser/index.js +156 -0
  17. package/node_modules/express/node_modules/body-parser/lib/read.js +205 -0
  18. package/node_modules/express/node_modules/body-parser/lib/types/json.js +236 -0
  19. package/node_modules/express/node_modules/body-parser/lib/types/raw.js +101 -0
  20. package/node_modules/express/node_modules/body-parser/lib/types/text.js +121 -0
  21. package/node_modules/express/node_modules/body-parser/lib/types/urlencoded.js +284 -0
  22. package/node_modules/express/node_modules/body-parser/package.json +56 -0
  23. package/node_modules/express/node_modules/raw-body/HISTORY.md +303 -0
  24. package/node_modules/express/node_modules/raw-body/LICENSE +22 -0
  25. package/node_modules/express/node_modules/raw-body/README.md +223 -0
  26. package/node_modules/express/node_modules/raw-body/SECURITY.md +24 -0
  27. package/node_modules/express/node_modules/raw-body/index.d.ts +87 -0
  28. package/node_modules/express/node_modules/raw-body/index.js +329 -0
  29. package/node_modules/express/node_modules/raw-body/package.json +49 -0
  30. package/node_modules/get-intrinsic/.eslintrc +1 -0
  31. package/node_modules/get-intrinsic/CHANGELOG.md +12 -0
  32. package/node_modules/get-intrinsic/index.js +10 -0
  33. package/node_modules/get-intrinsic/package.json +7 -6
  34. package/node_modules/get-intrinsic/test/GetIntrinsic.js +1 -1
  35. package/node_modules/minimist/.eslintrc +25 -50
  36. package/node_modules/minimist/CHANGELOG.md +87 -1
  37. package/node_modules/minimist/README.md +14 -10
  38. package/node_modules/minimist/example/parse.js +2 -0
  39. package/node_modules/minimist/index.js +256 -242
  40. package/node_modules/minimist/package.json +73 -73
  41. package/node_modules/minimist/test/all_bool.js +26 -24
  42. package/node_modules/minimist/test/bool.js +146 -147
  43. package/node_modules/minimist/test/dash.js +33 -21
  44. package/node_modules/minimist/test/default_bool.js +26 -24
  45. package/node_modules/minimist/test/dotted.js +13 -11
  46. package/node_modules/minimist/test/kv_short.js +26 -10
  47. package/node_modules/minimist/test/long.js +28 -26
  48. package/node_modules/minimist/test/num.js +30 -28
  49. package/node_modules/minimist/test/parse.js +169 -157
  50. package/node_modules/minimist/test/parse_modified.js +7 -5
  51. package/node_modules/minimist/test/proto.js +41 -37
  52. package/node_modules/minimist/test/short.js +57 -55
  53. package/node_modules/minimist/test/stop_early.js +10 -8
  54. package/node_modules/minimist/test/unknown.js +83 -81
  55. package/node_modules/minimist/test/whitespace.js +6 -4
  56. package/node_modules/npm/AUTHORS +6 -0
  57. package/node_modules/npm/CHANGELOG.md +57 -0
  58. package/node_modules/npm/Makefile +6 -8
  59. package/node_modules/npm/docs/config.json +5 -0
  60. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-access.md +4 -8
  61. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-adduser.md +6 -10
  62. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-audit.md +2 -6
  63. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bin.md +4 -8
  64. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bugs.md +5 -9
  65. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-build.md +4 -8
  66. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bundle.md +2 -6
  67. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-cache.md +5 -9
  68. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ci.md +3 -7
  69. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-completion.md +2 -6
  70. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-config.md +3 -7
  71. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dedupe.md +4 -8
  72. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-deprecate.md +2 -5
  73. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dist-tag.md +6 -11
  74. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-docs.md +4 -8
  75. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-doctor.md +4 -8
  76. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-edit.md +4 -8
  77. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-explore.md +6 -10
  78. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-fund.md +5 -9
  79. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help-search.md +3 -7
  80. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help.md +4 -8
  81. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-hook.md +1 -5
  82. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-init.md +2 -6
  83. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-ci-test.md +3 -7
  84. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-test.md +3 -7
  85. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install.md +13 -17
  86. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-link.md +5 -9
  87. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-logout.md +5 -9
  88. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ls.md +7 -11
  89. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-org.md +1 -5
  90. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-outdated.md +3 -7
  91. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-owner.md +3 -7
  92. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-pack.md +4 -8
  93. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ping.md +2 -6
  94. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prefix.md +5 -9
  95. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-profile.md +2 -5
  96. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prune.md +3 -6
  97. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-publish.md +15 -18
  98. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-rebuild.md +3 -7
  99. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-repo.md +3 -7
  100. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-restart.md +6 -10
  101. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-root.md +4 -8
  102. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-run-script.md +6 -10
  103. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-search.md +3 -7
  104. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-shrinkwrap.md +4 -8
  105. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-star.md +4 -8
  106. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stars.md +5 -9
  107. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-start.md +6 -10
  108. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stop.md +5 -9
  109. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-team.md +2 -6
  110. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-test.md +5 -9
  111. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-token.md +1 -5
  112. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-uninstall.md +4 -8
  113. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-unpublish.md +5 -9
  114. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-update.md +5 -9
  115. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-version.md +3 -7
  116. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-view.md +5 -9
  117. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-whoami.md +3 -6
  118. package/node_modules/npm/docs/content/{cli-commands → commands}/npm.md +6 -10
  119. package/node_modules/npm/docs/content/configuring-npm/folders.md +8 -12
  120. package/node_modules/npm/docs/content/configuring-npm/install.md +1 -5
  121. package/node_modules/npm/docs/content/configuring-npm/npmrc.md +3 -7
  122. package/node_modules/npm/docs/content/configuring-npm/package-json.md +9 -13
  123. package/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +3 -7
  124. package/node_modules/npm/docs/content/configuring-npm/package-locks.md +3 -7
  125. package/node_modules/npm/docs/content/configuring-npm/shrinkwrap-json.md +4 -8
  126. package/node_modules/npm/docs/content/using-npm/config.md +8 -12
  127. package/node_modules/npm/docs/content/using-npm/developers.md +8 -12
  128. package/node_modules/npm/docs/content/using-npm/orgs.md +5 -9
  129. package/node_modules/npm/docs/content/using-npm/registry.md +3 -8
  130. package/node_modules/npm/docs/content/using-npm/removal.md +3 -7
  131. package/node_modules/npm/docs/content/using-npm/scope.md +7 -9
  132. package/node_modules/npm/docs/content/using-npm/scripts.md +7 -11
  133. package/node_modules/npm/docs/content/using-npm/semver.md +1 -4
  134. package/node_modules/npm/docs/dockhand.js +341 -0
  135. package/node_modules/npm/docs/nav.yml +236 -0
  136. package/node_modules/npm/docs/output/commands/npm-access.html +240 -0
  137. package/node_modules/npm/docs/output/commands/npm-adduser.html +220 -0
  138. package/node_modules/npm/docs/output/commands/npm-audit.html +253 -0
  139. package/node_modules/npm/docs/output/commands/npm-bin.html +174 -0
  140. package/node_modules/npm/docs/output/commands/npm-bugs.html +194 -0
  141. package/node_modules/npm/docs/output/commands/npm-build.html +181 -0
  142. package/node_modules/npm/docs/output/commands/npm-bundle.html +170 -0
  143. package/node_modules/npm/docs/output/commands/npm-cache.html +230 -0
  144. package/node_modules/npm/docs/output/commands/npm-ci.html +205 -0
  145. package/node_modules/npm/docs/output/commands/npm-completion.html +185 -0
  146. package/node_modules/npm/docs/output/commands/npm-config.html +213 -0
  147. package/node_modules/npm/docs/output/commands/npm-dedupe.html +203 -0
  148. package/node_modules/npm/docs/output/commands/npm-deprecate.html +181 -0
  149. package/node_modules/npm/docs/output/commands/npm-dist-tag.html +232 -0
  150. package/node_modules/npm/docs/output/commands/npm-docs.html +195 -0
  151. package/node_modules/npm/docs/output/commands/npm-doctor.html +241 -0
  152. package/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
  153. package/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
  154. package/node_modules/npm/docs/output/commands/npm-fund.html +208 -0
  155. package/node_modules/npm/docs/output/commands/npm-help-search.html +185 -0
  156. package/node_modules/npm/docs/output/commands/npm-help.html +187 -0
  157. package/node_modules/npm/docs/output/commands/npm-hook.html +206 -0
  158. package/node_modules/npm/docs/output/commands/npm-init.html +209 -0
  159. package/node_modules/npm/docs/output/commands/npm-install-ci-test.html +173 -0
  160. package/node_modules/npm/docs/output/commands/npm-install-test.html +182 -0
  161. package/node_modules/npm/docs/output/commands/npm-install.html +582 -0
  162. package/node_modules/npm/docs/output/commands/npm-link.html +217 -0
  163. package/node_modules/npm/docs/output/commands/npm-logout.html +190 -0
  164. package/node_modules/npm/docs/output/commands/npm-ls.html +257 -0
  165. package/node_modules/npm/docs/output/commands/npm-org.html +193 -0
  166. package/node_modules/npm/docs/output/commands/npm-outdated.html +260 -0
  167. package/node_modules/npm/docs/output/commands/npm-owner.html +193 -0
  168. package/node_modules/npm/docs/output/commands/npm-pack.html +182 -0
  169. package/node_modules/npm/docs/output/commands/npm-ping.html +177 -0
  170. package/node_modules/npm/docs/output/commands/npm-prefix.html +178 -0
  171. package/node_modules/npm/docs/output/commands/npm-profile.html +235 -0
  172. package/node_modules/npm/docs/output/commands/npm-prune.html +188 -0
  173. package/node_modules/npm/docs/output/commands/npm-publish.html +232 -0
  174. package/node_modules/npm/docs/output/commands/npm-rebuild.html +173 -0
  175. package/node_modules/npm/docs/output/commands/npm-repo.html +181 -0
  176. package/node_modules/npm/docs/output/commands/npm-restart.html +193 -0
  177. package/node_modules/npm/docs/output/commands/npm-root.html +174 -0
  178. package/node_modules/npm/docs/output/commands/npm-run-script.html +226 -0
  179. package/node_modules/npm/docs/output/commands/npm-search.html +248 -0
  180. package/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +181 -0
  181. package/node_modules/npm/docs/output/commands/npm-star.html +176 -0
  182. package/node_modules/npm/docs/output/commands/npm-stars.html +176 -0
  183. package/node_modules/npm/docs/output/commands/npm-start.html +178 -0
  184. package/node_modules/npm/docs/output/commands/npm-stop.html +174 -0
  185. package/node_modules/npm/docs/output/commands/npm-team.html +213 -0
  186. package/node_modules/npm/docs/output/commands/npm-test.html +176 -0
  187. package/node_modules/npm/docs/output/commands/npm-token.html +215 -0
  188. package/node_modules/npm/docs/output/commands/npm-uninstall.html +208 -0
  189. package/node_modules/npm/docs/output/commands/npm-unpublish.html +187 -0
  190. package/node_modules/npm/docs/output/commands/npm-update.html +252 -0
  191. package/node_modules/npm/docs/output/commands/npm-version.html +263 -0
  192. package/node_modules/npm/docs/output/commands/npm-view.html +235 -0
  193. package/node_modules/npm/docs/output/commands/npm-whoami.html +172 -0
  194. package/node_modules/npm/docs/output/commands/npm.html +290 -0
  195. package/node_modules/npm/docs/output/configuring-npm/folders.html +321 -0
  196. package/node_modules/npm/docs/output/configuring-npm/install.html +203 -0
  197. package/node_modules/npm/docs/output/configuring-npm/npmrc.html +227 -0
  198. package/node_modules/npm/docs/output/configuring-npm/package-json.html +827 -0
  199. package/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +273 -0
  200. package/node_modules/npm/docs/output/configuring-npm/package-locks.html +310 -0
  201. package/node_modules/npm/docs/output/configuring-npm/shrinkwrap-json.html +181 -0
  202. package/node_modules/npm/docs/output/using-npm/config.html +1248 -0
  203. package/node_modules/npm/docs/output/using-npm/developers.html +356 -0
  204. package/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
  205. package/node_modules/npm/docs/output/using-npm/registry.html +234 -0
  206. package/node_modules/npm/docs/output/using-npm/removal.html +200 -0
  207. package/node_modules/npm/docs/output/using-npm/scope.html +244 -0
  208. package/node_modules/npm/docs/output/using-npm/scripts.html +410 -0
  209. package/node_modules/npm/docs/output/using-npm/semver.html +521 -0
  210. package/node_modules/npm/docs/template.html +161 -0
  211. package/node_modules/npm/lib/help.js +2 -2
  212. package/node_modules/npm/man/man1/npm-README.1 +1 -1
  213. package/node_modules/npm/man/man1/npm-access.1 +1 -1
  214. package/node_modules/npm/man/man1/npm-adduser.1 +1 -7
  215. package/node_modules/npm/man/man1/npm-audit.1 +1 -1
  216. package/node_modules/npm/man/man1/npm-bin.1 +1 -1
  217. package/node_modules/npm/man/man1/npm-bugs.1 +1 -1
  218. package/node_modules/npm/man/man1/npm-build.1 +2 -2
  219. package/node_modules/npm/man/man1/npm-bundle.1 +1 -1
  220. package/node_modules/npm/man/man1/npm-cache.1 +1 -1
  221. package/node_modules/npm/man/man1/npm-ci.1 +1 -1
  222. package/node_modules/npm/man/man1/npm-completion.1 +1 -1
  223. package/node_modules/npm/man/man1/npm-config.1 +1 -1
  224. package/node_modules/npm/man/man1/npm-dedupe.1 +1 -1
  225. package/node_modules/npm/man/man1/npm-deprecate.1 +1 -1
  226. package/node_modules/npm/man/man1/npm-dist-tag.1 +1 -7
  227. package/node_modules/npm/man/man1/npm-docs.1 +1 -1
  228. package/node_modules/npm/man/man1/npm-doctor.1 +1 -1
  229. package/node_modules/npm/man/man1/npm-edit.1 +1 -1
  230. package/node_modules/npm/man/man1/npm-explore.1 +1 -7
  231. package/node_modules/npm/man/man1/npm-fund.1 +1 -1
  232. package/node_modules/npm/man/man1/npm-help-search.1 +1 -1
  233. package/node_modules/npm/man/man1/npm-help.1 +1 -1
  234. package/node_modules/npm/man/man1/npm-hook.1 +1 -1
  235. package/node_modules/npm/man/man1/npm-init.1 +1 -1
  236. package/node_modules/npm/man/man1/npm-install-ci-test.1 +2 -2
  237. package/node_modules/npm/man/man1/npm-install-test.1 +2 -2
  238. package/node_modules/npm/man/man1/npm-install.1 +1 -1
  239. package/node_modules/npm/man/man1/npm-link.1 +1 -1
  240. package/node_modules/npm/man/man1/npm-logout.1 +1 -1
  241. package/node_modules/npm/man/man1/npm-ls.1 +2 -2
  242. package/node_modules/npm/man/man1/npm-org.1 +1 -1
  243. package/node_modules/npm/man/man1/npm-outdated.1 +1 -1
  244. package/node_modules/npm/man/man1/npm-owner.1 +1 -3
  245. package/node_modules/npm/man/man1/npm-pack.1 +1 -1
  246. package/node_modules/npm/man/man1/npm-ping.1 +1 -1
  247. package/node_modules/npm/man/man1/npm-prefix.1 +1 -1
  248. package/node_modules/npm/man/man1/npm-profile.1 +1 -1
  249. package/node_modules/npm/man/man1/npm-prune.1 +1 -1
  250. package/node_modules/npm/man/man1/npm-publish.1 +5 -5
  251. package/node_modules/npm/man/man1/npm-rebuild.1 +1 -1
  252. package/node_modules/npm/man/man1/npm-repo.1 +1 -1
  253. package/node_modules/npm/man/man1/npm-restart.1 +1 -1
  254. package/node_modules/npm/man/man1/npm-root.1 +1 -1
  255. package/node_modules/npm/man/man1/npm-run-script.1 +1 -1
  256. package/node_modules/npm/man/man1/npm-search.1 +1 -1
  257. package/node_modules/npm/man/man1/npm-shrinkwrap.1 +1 -1
  258. package/node_modules/npm/man/man1/npm-star.1 +1 -1
  259. package/node_modules/npm/man/man1/npm-stars.1 +1 -1
  260. package/node_modules/npm/man/man1/npm-start.1 +1 -1
  261. package/node_modules/npm/man/man1/npm-stop.1 +1 -1
  262. package/node_modules/npm/man/man1/npm-team.1 +1 -1
  263. package/node_modules/npm/man/man1/npm-test.1 +1 -1
  264. package/node_modules/npm/man/man1/npm-token.1 +1 -1
  265. package/node_modules/npm/man/man1/npm-uninstall.1 +1 -1
  266. package/node_modules/npm/man/man1/npm-unpublish.1 +1 -1
  267. package/node_modules/npm/man/man1/npm-update.1 +1 -1
  268. package/node_modules/npm/man/man1/npm-version.1 +1 -1
  269. package/node_modules/npm/man/man1/npm-view.1 +1 -1
  270. package/node_modules/npm/man/man1/npm-whoami.1 +1 -1
  271. package/node_modules/npm/man/man1/npm.1 +2 -2
  272. package/node_modules/npm/man/man5/folders.5 +1 -1
  273. package/node_modules/npm/man/man5/install.5 +2 -2
  274. package/node_modules/npm/man/man5/npmrc.5 +1 -1
  275. package/node_modules/npm/man/man5/package-json.5 +1 -1
  276. package/node_modules/npm/man/man5/package-lock-json.5 +1 -1
  277. package/node_modules/npm/man/man5/package-locks.5 +1 -1
  278. package/node_modules/npm/man/man5/shrinkwrap-json.5 +2 -2
  279. package/node_modules/npm/man/man7/config.7 +1 -1
  280. package/node_modules/npm/man/man7/developers.7 +1 -1
  281. package/node_modules/npm/man/man7/orgs.7 +1 -1
  282. package/node_modules/npm/man/man7/registry.7 +1 -3
  283. package/node_modules/npm/man/man7/removal.7 +1 -1
  284. package/node_modules/npm/man/man7/scope.7 +3 -2
  285. package/node_modules/npm/man/man7/scripts.7 +1 -1
  286. package/node_modules/npm/man/man7/semver.7 +1 -1
  287. package/node_modules/npm/node_modules/@iarna/cli/LICENSE +14 -0
  288. package/node_modules/npm/node_modules/@iarna/cli/README.md +152 -0
  289. package/node_modules/npm/node_modules/@iarna/cli/app.js +109 -0
  290. package/node_modules/npm/node_modules/@iarna/cli/package.json +35 -0
  291. package/node_modules/npm/{docs → node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer}/LICENSE +5 -6
  292. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  293. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  294. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  295. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  296. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  297. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  298. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  299. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  300. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  301. package/node_modules/npm/node_modules/asn1/Jenkinsfile +65 -0
  302. package/node_modules/npm/node_modules/asn1/package.json +2 -2
  303. package/node_modules/npm/node_modules/aws4/.github/FUNDING.yml +3 -0
  304. package/node_modules/npm/node_modules/aws4/.travis.yml +5 -1
  305. package/node_modules/npm/node_modules/aws4/README.md +50 -390
  306. package/node_modules/npm/node_modules/aws4/aws4.js +63 -22
  307. package/node_modules/npm/node_modules/aws4/package.json +9 -63
  308. package/node_modules/npm/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  309. package/node_modules/npm/node_modules/balanced-match/README.md +6 -0
  310. package/node_modules/npm/node_modules/balanced-match/index.js +3 -0
  311. package/node_modules/npm/node_modules/balanced-match/package.json +3 -4
  312. package/node_modules/npm/node_modules/bluebird/README.md +1 -1
  313. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +210 -120
  314. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +3 -3
  315. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +240 -128
  316. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +4 -4
  317. package/node_modules/npm/node_modules/bluebird/js/release/async.js +3 -48
  318. package/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +102 -27
  319. package/node_modules/npm/node_modules/bluebird/js/release/join.js +4 -7
  320. package/node_modules/npm/node_modules/bluebird/js/release/map.js +10 -3
  321. package/node_modules/npm/node_modules/bluebird/js/release/promise.js +58 -28
  322. package/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +1 -0
  323. package/node_modules/npm/node_modules/bluebird/js/release/reduce.js +16 -5
  324. package/node_modules/npm/node_modules/bluebird/js/release/settle.js +4 -0
  325. package/node_modules/npm/node_modules/bluebird/js/release/util.js +39 -7
  326. package/node_modules/npm/node_modules/bluebird/package.json +1 -1
  327. package/node_modules/npm/node_modules/cacache/CHANGELOG.md +4 -0
  328. package/node_modules/npm/node_modules/cacache/package.json +6 -7
  329. package/node_modules/npm/node_modules/combined-stream/lib/combined_stream.js +21 -2
  330. package/node_modules/npm/node_modules/combined-stream/package.json +1 -1
  331. package/node_modules/npm/node_modules/combined-stream/yarn.lock +17 -0
  332. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  333. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  334. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  335. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  336. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  337. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  338. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  339. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  340. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  341. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  342. package/node_modules/npm/node_modules/config-chain/package.json +5 -7
  343. package/node_modules/npm/node_modules/decode-uri-component/index.js +4 -4
  344. package/node_modules/npm/node_modules/decode-uri-component/license +4 -16
  345. package/node_modules/npm/node_modules/decode-uri-component/package.json +35 -35
  346. package/node_modules/npm/node_modules/decode-uri-component/readme.md +14 -1
  347. package/node_modules/npm/node_modules/dezalgo/package.json +12 -8
  348. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  349. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  350. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  351. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  352. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  353. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  354. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  355. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  356. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  357. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  358. package/node_modules/npm/node_modules/env-paths/index.d.ts +32 -0
  359. package/node_modules/npm/node_modules/env-paths/package.json +1 -1
  360. package/node_modules/npm/node_modules/env-paths/readme.md +44 -5
  361. package/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md +38 -33
  362. package/node_modules/npm/node_modules/figgy-pudding/README.md +10 -2
  363. package/node_modules/npm/node_modules/figgy-pudding/package.json +4 -8
  364. package/node_modules/npm/node_modules/filter-obj/index.js +17 -0
  365. package/node_modules/npm/node_modules/filter-obj/license +21 -0
  366. package/node_modules/npm/node_modules/filter-obj/package.json +37 -0
  367. package/node_modules/npm/node_modules/filter-obj/readme.md +41 -0
  368. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  369. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  370. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  371. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  372. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  373. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  374. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  375. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  376. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  377. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  378. package/node_modules/npm/node_modules/form-data/README.md +4 -4
  379. package/node_modules/npm/node_modules/form-data/package.json +2 -2
  380. package/node_modules/npm/node_modules/form-data/yarn.lock +2662 -0
  381. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  382. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  383. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  384. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  385. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  386. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  387. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  388. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  389. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  390. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  391. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  392. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  393. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  394. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  395. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  396. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  397. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  398. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  399. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  400. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  401. package/node_modules/npm/node_modules/glob/README.md +4 -1
  402. package/node_modules/npm/node_modules/glob/common.js +6 -8
  403. package/node_modules/npm/node_modules/glob/glob.js +8 -8
  404. package/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  405. package/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md +230 -0
  406. package/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
  407. package/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +33 -0
  408. package/node_modules/npm/node_modules/glob/package.json +13 -4
  409. package/node_modules/npm/node_modules/glob/sync.js +10 -10
  410. package/node_modules/npm/node_modules/graceful-fs/LICENSE +1 -1
  411. package/node_modules/npm/node_modules/graceful-fs/README.md +11 -1
  412. package/node_modules/npm/node_modules/graceful-fs/clone.js +5 -1
  413. package/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +132 -38
  414. package/node_modules/npm/node_modules/graceful-fs/package.json +4 -4
  415. package/node_modules/npm/node_modules/graceful-fs/polyfills.js +48 -35
  416. package/node_modules/npm/node_modules/is-cidr/README.md +6 -10
  417. package/node_modules/npm/node_modules/is-cidr/index.d.ts +31 -0
  418. package/node_modules/npm/node_modules/is-cidr/index.js +1 -0
  419. package/node_modules/npm/node_modules/is-cidr/package.json +12 -6
  420. package/node_modules/npm/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  421. package/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  422. package/node_modules/npm/node_modules/json-parse-even-better-errors/README.md +96 -0
  423. package/node_modules/npm/node_modules/json-parse-even-better-errors/index.js +121 -0
  424. package/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +33 -0
  425. package/node_modules/npm/node_modules/lock-verify/README.md +8 -0
  426. package/node_modules/npm/node_modules/lock-verify/cli.js +17 -0
  427. package/node_modules/npm/node_modules/lock-verify/package.json +8 -12
  428. package/node_modules/npm/node_modules/meant/CHANGELOG.md +7 -0
  429. package/node_modules/npm/node_modules/meant/package.json +4 -1
  430. package/node_modules/npm/node_modules/minimatch/README.md +22 -1
  431. package/node_modules/npm/node_modules/minimatch/minimatch.js +93 -69
  432. package/node_modules/npm/node_modules/minimatch/package.json +6 -3
  433. package/node_modules/npm/node_modules/mkdirp/index.js +5 -2
  434. package/node_modules/npm/node_modules/mkdirp/package.json +3 -4
  435. package/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +27 -5
  436. package/node_modules/npm/node_modules/node-gyp/.github/workflows/Python_tests.yml +1 -1
  437. package/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +14 -0
  438. package/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +1 -1
  439. package/node_modules/npm/node_modules/node-gyp/README.md +3 -3
  440. package/node_modules/npm/node_modules/node-gyp/addon.gypi +22 -1
  441. package/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +2 -3
  442. package/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +14 -12
  443. package/node_modules/npm/node_modules/node-gyp/package.json +1 -1
  444. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  445. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  446. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  447. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  448. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  449. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  450. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  451. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  452. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  453. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  454. package/node_modules/npm/node_modules/psl/.env +0 -0
  455. package/node_modules/npm/node_modules/psl/LICENSE +9 -0
  456. package/node_modules/npm/node_modules/psl/README.md +4 -6
  457. package/node_modules/npm/node_modules/psl/browserstack-logo.svg +90 -0
  458. package/node_modules/npm/node_modules/psl/data/rules.json +9376 -1
  459. package/node_modules/npm/node_modules/psl/dist/psl.js +9378 -3
  460. package/node_modules/npm/node_modules/psl/dist/psl.min.js +1 -1
  461. package/node_modules/npm/node_modules/psl/package.json +24 -23
  462. package/node_modules/npm/node_modules/qs/.editorconfig +14 -1
  463. package/node_modules/npm/node_modules/qs/.eslintrc +21 -3
  464. package/node_modules/npm/node_modules/qs/.github/FUNDING.yml +12 -0
  465. package/node_modules/npm/node_modules/qs/.nycrc +13 -0
  466. package/node_modules/npm/node_modules/qs/CHANGELOG.md +24 -0
  467. package/node_modules/npm/node_modules/qs/LICENSE.md +29 -0
  468. package/node_modules/npm/node_modules/qs/README.md +54 -19
  469. package/node_modules/npm/node_modules/qs/bower.json +21 -0
  470. package/node_modules/npm/node_modules/qs/component.json +15 -0
  471. package/node_modules/npm/node_modules/qs/dist/qs.js +35 -25
  472. package/node_modules/npm/node_modules/qs/lib/formats.js +1 -1
  473. package/node_modules/npm/node_modules/qs/lib/parse.js +6 -5
  474. package/node_modules/npm/node_modules/qs/lib/stringify.js +21 -14
  475. package/node_modules/npm/node_modules/qs/lib/utils.js +7 -5
  476. package/node_modules/npm/node_modules/qs/package.json +18 -16
  477. package/node_modules/npm/node_modules/qs/test/parse.js +79 -4
  478. package/node_modules/npm/node_modules/qs/test/stringify.js +45 -0
  479. package/node_modules/npm/node_modules/qs/test/utils.js +31 -0
  480. package/node_modules/npm/node_modules/query-string/index.d.ts +290 -9
  481. package/node_modules/npm/node_modules/query-string/index.js +154 -28
  482. package/node_modules/npm/node_modules/query-string/license +1 -1
  483. package/node_modules/npm/node_modules/query-string/package.json +9 -4
  484. package/node_modules/npm/node_modules/query-string/readme.md +275 -26
  485. package/node_modules/npm/node_modules/qw/LICENSE +0 -0
  486. package/node_modules/npm/node_modules/qw/README.md +0 -0
  487. package/node_modules/npm/node_modules/qw/package.json +1 -1
  488. package/node_modules/npm/node_modules/qw/qw.js +1 -0
  489. package/node_modules/npm/node_modules/read-package-json/CHANGELOG.md +10 -0
  490. package/node_modules/npm/node_modules/read-package-json/package.json +3 -6
  491. package/node_modules/npm/node_modules/read-package-json/read-json.js +2 -7
  492. package/node_modules/npm/node_modules/request/CHANGELOG.md +8 -0
  493. package/node_modules/npm/node_modules/request/README.md +81 -45
  494. package/node_modules/npm/node_modules/request/index.js +1 -1
  495. package/node_modules/npm/node_modules/request/lib/auth.js +1 -1
  496. package/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +1 -1
  497. package/node_modules/npm/node_modules/request/lib/har.js +1 -1
  498. package/node_modules/npm/node_modules/request/package.json +6 -6
  499. package/node_modules/npm/node_modules/request/request.js +13 -11
  500. package/node_modules/npm/node_modules/safe-buffer/index.js +3 -0
  501. package/node_modules/npm/node_modules/safe-buffer/package.json +18 -4
  502. package/node_modules/npm/node_modules/sshpk/Jenkinsfile +86 -0
  503. package/node_modules/npm/node_modules/sshpk/README.md +116 -10
  504. package/node_modules/npm/node_modules/sshpk/bin/sshpk-conv +73 -32
  505. package/node_modules/npm/node_modules/sshpk/lib/certificate.js +33 -1
  506. package/node_modules/npm/node_modules/sshpk/lib/dhe.js +4 -21
  507. package/node_modules/npm/node_modules/sshpk/lib/ed-compat.js +1 -7
  508. package/node_modules/npm/node_modules/sshpk/lib/fingerprint.js +69 -11
  509. package/node_modules/npm/node_modules/sshpk/lib/formats/auto.js +18 -1
  510. package/node_modules/npm/node_modules/sshpk/lib/formats/openssh-cert.js +37 -8
  511. package/node_modules/npm/node_modules/sshpk/lib/formats/pem.js +107 -9
  512. package/node_modules/npm/node_modules/sshpk/lib/formats/pkcs8.js +23 -4
  513. package/node_modules/npm/node_modules/sshpk/lib/formats/putty.js +194 -0
  514. package/node_modules/npm/node_modules/sshpk/lib/formats/x509-pem.js +14 -4
  515. package/node_modules/npm/node_modules/sshpk/lib/formats/x509.js +28 -5
  516. package/node_modules/npm/node_modules/sshpk/lib/identity.js +87 -3
  517. package/node_modules/npm/node_modules/sshpk/lib/index.js +1 -0
  518. package/node_modules/npm/node_modules/sshpk/lib/key.js +30 -11
  519. package/node_modules/npm/node_modules/sshpk/lib/private-key.js +11 -17
  520. package/node_modules/npm/node_modules/sshpk/lib/utils.js +48 -33
  521. package/node_modules/npm/node_modules/sshpk/package.json +5 -5
  522. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  523. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  524. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  525. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  526. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  527. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  528. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  529. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  530. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  531. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  532. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  533. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  534. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  535. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  536. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  537. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  538. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  539. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  540. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  541. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  542. package/node_modules/npm/node_modules/tough-cookie/README.md +24 -4
  543. package/node_modules/npm/node_modules/tough-cookie/lib/cookie.js +54 -3
  544. package/node_modules/npm/node_modules/tough-cookie/lib/memstore.js +5 -0
  545. package/node_modules/npm/node_modules/tough-cookie/lib/store.js +4 -0
  546. package/node_modules/npm/node_modules/tough-cookie/lib/version.js +2 -0
  547. package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/README.md +9 -63
  548. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/package.json +58 -0
  549. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.es6.js +441 -0
  550. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.js +440 -0
  551. package/node_modules/npm/node_modules/tough-cookie/package.json +6 -4
  552. package/node_modules/npm/node_modules/uri-js/README.md +3 -1
  553. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.js +1 -1
  554. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.min.js +1 -1
  555. package/node_modules/npm/node_modules/uri-js/package.json +2 -2
  556. package/node_modules/npm/node_modules/uri-js/yarn.lock +1263 -628
  557. package/node_modules/npm/node_modules/uuid/CHANGELOG.md +25 -18
  558. package/node_modules/npm/node_modules/uuid/README.md +27 -44
  559. package/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +10 -8
  560. package/node_modules/npm/node_modules/uuid/package.json +13 -8
  561. package/node_modules/npm/node_modules/uuid/v1.js +1 -1
  562. package/node_modules/npm/package.json +27 -23
  563. package/node_modules/npm/scripts/docs-build.js +15 -3
  564. package/node_modules/object-inspect/CHANGELOG.md +10 -0
  565. package/node_modules/object-inspect/index.js +10 -6
  566. package/node_modules/object-inspect/package.json +10 -7
  567. package/node_modules/punycode/README.md +7 -3
  568. package/node_modules/punycode/package.json +5 -5
  569. package/node_modules/punycode/punycode.es6.js +24 -21
  570. package/node_modules/punycode/punycode.js +24 -21
  571. package/node_modules/raw-body/HISTORY.md +5 -0
  572. package/node_modules/raw-body/README.md +1 -1
  573. package/node_modules/raw-body/index.js +7 -0
  574. package/node_modules/raw-body/package.json +7 -7
  575. package/package.json +1 -1
  576. package/node_modules/npm/.eslintrc +0 -3
  577. package/node_modules/npm/docs/content/using-npm/disputes.md +0 -137
  578. package/node_modules/npm/docs/gatsby-browser.js +0 -8
  579. package/node_modules/npm/docs/gatsby-config.js +0 -88
  580. package/node_modules/npm/docs/gatsby-node.js +0 -43
  581. package/node_modules/npm/docs/gatsby-ssr.js +0 -6
  582. package/node_modules/npm/docs/package-lock.json +0 -18301
  583. package/node_modules/npm/docs/package.json +0 -45
  584. package/node_modules/npm/docs/public/cli-commands/npm/index.html +0 -213
  585. package/node_modules/npm/docs/public/cli-commands/npm-access/index.html +0 -151
  586. package/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html +0 -146
  587. package/node_modules/npm/docs/public/cli-commands/npm-audit/index.html +0 -168
  588. package/node_modules/npm/docs/public/cli-commands/npm-bin/index.html +0 -97
  589. package/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html +0 -117
  590. package/node_modules/npm/docs/public/cli-commands/npm-build/index.html +0 -103
  591. package/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html +0 -94
  592. package/node_modules/npm/docs/public/cli-commands/npm-cache/index.html +0 -148
  593. package/node_modules/npm/docs/public/cli-commands/npm-ci/index.html +0 -125
  594. package/node_modules/npm/docs/public/cli-commands/npm-completion/index.html +0 -107
  595. package/node_modules/npm/docs/public/cli-commands/npm-config/index.html +0 -131
  596. package/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html +0 -124
  597. package/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html +0 -103
  598. package/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html +0 -152
  599. package/node_modules/npm/docs/public/cli-commands/npm-docs/index.html +0 -118
  600. package/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html +0 -166
  601. package/node_modules/npm/docs/public/cli-commands/npm-edit/index.html +0 -113
  602. package/node_modules/npm/docs/public/cli-commands/npm-explore/index.html +0 -117
  603. package/node_modules/npm/docs/public/cli-commands/npm-fund/index.html +0 -131
  604. package/node_modules/npm/docs/public/cli-commands/npm-help/index.html +0 -110
  605. package/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html +0 -108
  606. package/node_modules/npm/docs/public/cli-commands/npm-hook/index.html +0 -122
  607. package/node_modules/npm/docs/public/cli-commands/npm-init/index.html +0 -129
  608. package/node_modules/npm/docs/public/cli-commands/npm-install/index.html +0 -471
  609. package/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html +0 -96
  610. package/node_modules/npm/docs/public/cli-commands/npm-install-test/index.html +0 -105
  611. package/node_modules/npm/docs/public/cli-commands/npm-link/index.html +0 -137
  612. package/node_modules/npm/docs/public/cli-commands/npm-logout/index.html +0 -112
  613. package/node_modules/npm/docs/public/cli-commands/npm-ls/index.html +0 -179
  614. package/node_modules/npm/docs/public/cli-commands/npm-org/index.html +0 -110
  615. package/node_modules/npm/docs/public/cli-commands/npm-outdated/index.html +0 -181
  616. package/node_modules/npm/docs/public/cli-commands/npm-owner/index.html +0 -117
  617. package/node_modules/npm/docs/public/cli-commands/npm-pack/index.html +0 -105
  618. package/node_modules/npm/docs/public/cli-commands/npm-ping/index.html +0 -98
  619. package/node_modules/npm/docs/public/cli-commands/npm-prefix/index.html +0 -101
  620. package/node_modules/npm/docs/public/cli-commands/npm-profile/index.html +0 -151
  621. package/node_modules/npm/docs/public/cli-commands/npm-prune/index.html +0 -111
  622. package/node_modules/npm/docs/public/cli-commands/npm-publish/index.html +0 -143
  623. package/node_modules/npm/docs/public/cli-commands/npm-rebuild/index.html +0 -96
  624. package/node_modules/npm/docs/public/cli-commands/npm-repo/index.html +0 -104
  625. package/node_modules/npm/docs/public/cli-commands/npm-restart/index.html +0 -116
  626. package/node_modules/npm/docs/public/cli-commands/npm-root/index.html +0 -97
  627. package/node_modules/npm/docs/public/cli-commands/npm-run-script/index.html +0 -146
  628. package/node_modules/npm/docs/public/cli-commands/npm-search/index.html +0 -171
  629. package/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap/index.html +0 -104
  630. package/node_modules/npm/docs/public/cli-commands/npm-star/index.html +0 -99
  631. package/node_modules/npm/docs/public/cli-commands/npm-stars/index.html +0 -99
  632. package/node_modules/npm/docs/public/cli-commands/npm-start/index.html +0 -101
  633. package/node_modules/npm/docs/public/cli-commands/npm-stop/index.html +0 -97
  634. package/node_modules/npm/docs/public/cli-commands/npm-team/index.html +0 -128
  635. package/node_modules/npm/docs/public/cli-commands/npm-test/index.html +0 -99
  636. package/node_modules/npm/docs/public/cli-commands/npm-token/index.html +0 -136
  637. package/node_modules/npm/docs/public/cli-commands/npm-uninstall/index.html +0 -121
  638. package/node_modules/npm/docs/public/cli-commands/npm-unpublish/index.html +0 -109
  639. package/node_modules/npm/docs/public/cli-commands/npm-update/index.html +0 -170
  640. package/node_modules/npm/docs/public/cli-commands/npm-version/index.html +0 -183
  641. package/node_modules/npm/docs/public/cli-commands/npm-view/index.html +0 -148
  642. package/node_modules/npm/docs/public/cli-commands/npm-whoami/index.html +0 -95
  643. package/node_modules/npm/docs/public/configuring-npm/folders/index.html +0 -243
  644. package/node_modules/npm/docs/public/configuring-npm/install/index.html +0 -126
  645. package/node_modules/npm/docs/public/configuring-npm/npmrc/index.html +0 -148
  646. package/node_modules/npm/docs/public/configuring-npm/package-json/index.html +0 -714
  647. package/node_modules/npm/docs/public/configuring-npm/package-lock-json/index.html +0 -189
  648. package/node_modules/npm/docs/public/configuring-npm/package-locks/index.html +0 -217
  649. package/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html +0 -105
  650. package/node_modules/npm/docs/public/icons/icon-144x144.png +0 -0
  651. package/node_modules/npm/docs/public/icons/icon-192x192.png +0 -0
  652. package/node_modules/npm/docs/public/icons/icon-256x256.png +0 -0
  653. package/node_modules/npm/docs/public/icons/icon-384x384.png +0 -0
  654. package/node_modules/npm/docs/public/icons/icon-48x48.png +0 -0
  655. package/node_modules/npm/docs/public/icons/icon-512x512.png +0 -0
  656. package/node_modules/npm/docs/public/icons/icon-72x72.png +0 -0
  657. package/node_modules/npm/docs/public/icons/icon-96x96.png +0 -0
  658. package/node_modules/npm/docs/public/index.html +0 -131
  659. package/node_modules/npm/docs/public/static/d/2215187023.json +0 -1
  660. package/node_modules/npm/docs/public/static/d/2417117884.json +0 -1
  661. package/node_modules/npm/docs/public/static/network-icon-f659855f70bb0e12addd96250807c241.svg +0 -1
  662. package/node_modules/npm/docs/public/styles.e93b5499b63484750fba.css +0 -1
  663. package/node_modules/npm/docs/public/using-npm/config/index.html +0 -1164
  664. package/node_modules/npm/docs/public/using-npm/developers/index.html +0 -262
  665. package/node_modules/npm/docs/public/using-npm/disputes/index.html +0 -195
  666. package/node_modules/npm/docs/public/using-npm/orgs/index.html +0 -147
  667. package/node_modules/npm/docs/public/using-npm/registry/index.html +0 -159
  668. package/node_modules/npm/docs/public/using-npm/removal/index.html +0 -119
  669. package/node_modules/npm/docs/public/using-npm/scope/index.html +0 -162
  670. package/node_modules/npm/docs/public/using-npm/scripts/index.html +0 -326
  671. package/node_modules/npm/docs/public/using-npm/semver/index.html +0 -438
  672. package/node_modules/npm/docs/src/components/Accordion.js +0 -57
  673. package/node_modules/npm/docs/src/components/Button.js +0 -22
  674. package/node_modules/npm/docs/src/components/DocLinks.js +0 -72
  675. package/node_modules/npm/docs/src/components/FoundTypo.js +0 -23
  676. package/node_modules/npm/docs/src/components/MobileSidebar.js +0 -33
  677. package/node_modules/npm/docs/src/components/Sidebar.js +0 -30
  678. package/node_modules/npm/docs/src/components/home/DarkBlock.js +0 -40
  679. package/node_modules/npm/docs/src/components/home/FeatureCard.js +0 -39
  680. package/node_modules/npm/docs/src/components/home/Features.js +0 -83
  681. package/node_modules/npm/docs/src/components/home/Footer.js +0 -29
  682. package/node_modules/npm/docs/src/components/home/Terminal.js +0 -120
  683. package/node_modules/npm/docs/src/components/home/Windows.js +0 -73
  684. package/node_modules/npm/docs/src/components/home/cubes.js +0 -101
  685. package/node_modules/npm/docs/src/components/home/hero.js +0 -25
  686. package/node_modules/npm/docs/src/components/layout.js +0 -24
  687. package/node_modules/npm/docs/src/components/links.js +0 -50
  688. package/node_modules/npm/docs/src/components/navbar.js +0 -136
  689. package/node_modules/npm/docs/src/components/scripts.js +0 -27
  690. package/node_modules/npm/docs/src/components/seo.js +0 -88
  691. package/node_modules/npm/docs/src/images/background-boxes.svg +0 -2782
  692. package/node_modules/npm/docs/src/images/background-cubes.svg +0 -2767
  693. package/node_modules/npm/docs/src/images/background-rectangles.svg +0 -1
  694. package/node_modules/npm/docs/src/images/bracket.svg +0 -1
  695. package/node_modules/npm/docs/src/images/cli-logo.svg +0 -1
  696. package/node_modules/npm/docs/src/images/down-carrot.svg +0 -1
  697. package/node_modules/npm/docs/src/images/hamburger-close.svg +0 -1
  698. package/node_modules/npm/docs/src/images/hamburger.svg +0 -1
  699. package/node_modules/npm/docs/src/images/manager-icon.svg +0 -1
  700. package/node_modules/npm/docs/src/images/network-icon.svg +0 -1
  701. package/node_modules/npm/docs/src/images/npm-icon.png +0 -0
  702. package/node_modules/npm/docs/src/images/orange-cube.svg +0 -1
  703. package/node_modules/npm/docs/src/images/pink-gradient-cube.svg +0 -1
  704. package/node_modules/npm/docs/src/images/purple-cube.svg +0 -1
  705. package/node_modules/npm/docs/src/images/purple-gradient-cube.svg +0 -1
  706. package/node_modules/npm/docs/src/images/red-cube.svg +0 -1
  707. package/node_modules/npm/docs/src/images/right-shadow-box.svg +0 -2809
  708. package/node_modules/npm/docs/src/images/terminal-icon.svg +0 -1
  709. package/node_modules/npm/docs/src/images/test-icon.svg +0 -1
  710. package/node_modules/npm/docs/src/images/up-carrot.svg +0 -1
  711. package/node_modules/npm/docs/src/images/x.svg +0 -1
  712. package/node_modules/npm/docs/src/main.css +0 -167
  713. package/node_modules/npm/docs/src/pages/404.js +0 -12
  714. package/node_modules/npm/docs/src/pages/index.js +0 -16
  715. package/node_modules/npm/docs/src/templates/Page.js +0 -40
  716. package/node_modules/npm/docs/src/theme.js +0 -50
  717. package/node_modules/npm/man/man7/disputes.7 +0 -149
  718. package/node_modules/npm/node_modules/balanced-match/.npmignore +0 -5
  719. package/node_modules/npm/node_modules/combined-stream/lib/defer.js +0 -26
  720. package/node_modules/npm/node_modules/dezalgo/.travis.yml +0 -7
  721. package/node_modules/npm/node_modules/dezalgo/test/basic.js +0 -29
  722. package/node_modules/npm/node_modules/glob/changelog.md +0 -67
  723. package/node_modules/npm/node_modules/meant/.github/workflows/ci.yml +0 -20
  724. package/node_modules/npm/node_modules/meant/test.js +0 -11
  725. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -8
  726. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
  727. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
  728. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +0 -249
  729. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +0 -45
  730. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -98
  731. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/all_bool.js +0 -32
  732. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/bool.js +0 -178
  733. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -31
  734. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -35
  735. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -22
  736. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/kv_short.js +0 -16
  737. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
  738. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/num.js +0 -36
  739. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -197
  740. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
  741. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/proto.js +0 -60
  742. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
  743. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/stop_early.js +0 -15
  744. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/unknown.js +0 -102
  745. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
  746. package/node_modules/npm/node_modules/psl/.eslintignore +0 -1
  747. package/node_modules/npm/node_modules/psl/.eslintrc +0 -11
  748. package/node_modules/npm/node_modules/psl/.travis.yml +0 -6
  749. package/node_modules/npm/node_modules/psl/karma.conf.js +0 -38
  750. package/node_modules/npm/node_modules/psl/yarn.lock +0 -4532
  751. package/node_modules/npm/node_modules/punycode/package.json +0 -60
  752. package/node_modules/npm/node_modules/punycode/punycode.js +0 -533
  753. package/node_modules/npm/node_modules/qs/.eslintignore +0 -1
  754. package/node_modules/npm/node_modules/qs/LICENSE +0 -28
  755. package/node_modules/npm/node_modules/qs/test/.eslintrc +0 -15
  756. package/node_modules/npm/node_modules/qw/README.md~ +0 -27
  757. package/node_modules/npm/node_modules/sshpk/.npmignore +0 -9
  758. /package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/LICENSE-MIT.txt +0 -0
@@ -0,0 +1,657 @@
1
+ 1.20.1 / 2022-10-06
2
+ ===================
3
+
4
+ * deps: qs@6.11.0
5
+ * perf: remove unnecessary object clone
6
+
7
+ 1.20.0 / 2022-04-02
8
+ ===================
9
+
10
+ * Fix error message for json parse whitespace in `strict`
11
+ * Fix internal error when inflated body exceeds limit
12
+ * Prevent loss of async hooks context
13
+ * Prevent hanging when request already read
14
+ * deps: depd@2.0.0
15
+ - Replace internal `eval` usage with `Function` constructor
16
+ - Use instance methods on `process` to check for listeners
17
+ * deps: http-errors@2.0.0
18
+ - deps: depd@2.0.0
19
+ - deps: statuses@2.0.1
20
+ * deps: on-finished@2.4.1
21
+ * deps: qs@6.10.3
22
+ * deps: raw-body@2.5.1
23
+ - deps: http-errors@2.0.0
24
+
25
+ 1.19.2 / 2022-02-15
26
+ ===================
27
+
28
+ * deps: bytes@3.1.2
29
+ * deps: qs@6.9.7
30
+ * Fix handling of `__proto__` keys
31
+ * deps: raw-body@2.4.3
32
+ - deps: bytes@3.1.2
33
+
34
+ 1.19.1 / 2021-12-10
35
+ ===================
36
+
37
+ * deps: bytes@3.1.1
38
+ * deps: http-errors@1.8.1
39
+ - deps: inherits@2.0.4
40
+ - deps: toidentifier@1.0.1
41
+ - deps: setprototypeof@1.2.0
42
+ * deps: qs@6.9.6
43
+ * deps: raw-body@2.4.2
44
+ - deps: bytes@3.1.1
45
+ - deps: http-errors@1.8.1
46
+ * deps: safe-buffer@5.2.1
47
+ * deps: type-is@~1.6.18
48
+
49
+ 1.19.0 / 2019-04-25
50
+ ===================
51
+
52
+ * deps: bytes@3.1.0
53
+ - Add petabyte (`pb`) support
54
+ * deps: http-errors@1.7.2
55
+ - Set constructor name when possible
56
+ - deps: setprototypeof@1.1.1
57
+ - deps: statuses@'>= 1.5.0 < 2'
58
+ * deps: iconv-lite@0.4.24
59
+ - Added encoding MIK
60
+ * deps: qs@6.7.0
61
+ - Fix parsing array brackets after index
62
+ * deps: raw-body@2.4.0
63
+ - deps: bytes@3.1.0
64
+ - deps: http-errors@1.7.2
65
+ - deps: iconv-lite@0.4.24
66
+ * deps: type-is@~1.6.17
67
+ - deps: mime-types@~2.1.24
68
+ - perf: prevent internal `throw` on invalid type
69
+
70
+ 1.18.3 / 2018-05-14
71
+ ===================
72
+
73
+ * Fix stack trace for strict json parse error
74
+ * deps: depd@~1.1.2
75
+ - perf: remove argument reassignment
76
+ * deps: http-errors@~1.6.3
77
+ - deps: depd@~1.1.2
78
+ - deps: setprototypeof@1.1.0
79
+ - deps: statuses@'>= 1.3.1 < 2'
80
+ * deps: iconv-lite@0.4.23
81
+ - Fix loading encoding with year appended
82
+ - Fix deprecation warnings on Node.js 10+
83
+ * deps: qs@6.5.2
84
+ * deps: raw-body@2.3.3
85
+ - deps: http-errors@1.6.3
86
+ - deps: iconv-lite@0.4.23
87
+ * deps: type-is@~1.6.16
88
+ - deps: mime-types@~2.1.18
89
+
90
+ 1.18.2 / 2017-09-22
91
+ ===================
92
+
93
+ * deps: debug@2.6.9
94
+ * perf: remove argument reassignment
95
+
96
+ 1.18.1 / 2017-09-12
97
+ ===================
98
+
99
+ * deps: content-type@~1.0.4
100
+ - perf: remove argument reassignment
101
+ - perf: skip parameter parsing when no parameters
102
+ * deps: iconv-lite@0.4.19
103
+ - Fix ISO-8859-1 regression
104
+ - Update Windows-1255
105
+ * deps: qs@6.5.1
106
+ - Fix parsing & compacting very deep objects
107
+ * deps: raw-body@2.3.2
108
+ - deps: iconv-lite@0.4.19
109
+
110
+ 1.18.0 / 2017-09-08
111
+ ===================
112
+
113
+ * Fix JSON strict violation error to match native parse error
114
+ * Include the `body` property on verify errors
115
+ * Include the `type` property on all generated errors
116
+ * Use `http-errors` to set status code on errors
117
+ * deps: bytes@3.0.0
118
+ * deps: debug@2.6.8
119
+ * deps: depd@~1.1.1
120
+ - Remove unnecessary `Buffer` loading
121
+ * deps: http-errors@~1.6.2
122
+ - deps: depd@1.1.1
123
+ * deps: iconv-lite@0.4.18
124
+ - Add support for React Native
125
+ - Add a warning if not loaded as utf-8
126
+ - Fix CESU-8 decoding in Node.js 8
127
+ - Improve speed of ISO-8859-1 encoding
128
+ * deps: qs@6.5.0
129
+ * deps: raw-body@2.3.1
130
+ - Use `http-errors` for standard emitted errors
131
+ - deps: bytes@3.0.0
132
+ - deps: iconv-lite@0.4.18
133
+ - perf: skip buffer decoding on overage chunk
134
+ * perf: prevent internal `throw` when missing charset
135
+
136
+ 1.17.2 / 2017-05-17
137
+ ===================
138
+
139
+ * deps: debug@2.6.7
140
+ - Fix `DEBUG_MAX_ARRAY_LENGTH`
141
+ - deps: ms@2.0.0
142
+ * deps: type-is@~1.6.15
143
+ - deps: mime-types@~2.1.15
144
+
145
+ 1.17.1 / 2017-03-06
146
+ ===================
147
+
148
+ * deps: qs@6.4.0
149
+ - Fix regression parsing keys starting with `[`
150
+
151
+ 1.17.0 / 2017-03-01
152
+ ===================
153
+
154
+ * deps: http-errors@~1.6.1
155
+ - Make `message` property enumerable for `HttpError`s
156
+ - deps: setprototypeof@1.0.3
157
+ * deps: qs@6.3.1
158
+ - Fix compacting nested arrays
159
+
160
+ 1.16.1 / 2017-02-10
161
+ ===================
162
+
163
+ * deps: debug@2.6.1
164
+ - Fix deprecation messages in WebStorm and other editors
165
+ - Undeprecate `DEBUG_FD` set to `1` or `2`
166
+
167
+ 1.16.0 / 2017-01-17
168
+ ===================
169
+
170
+ * deps: debug@2.6.0
171
+ - Allow colors in workers
172
+ - Deprecated `DEBUG_FD` environment variable
173
+ - Fix error when running under React Native
174
+ - Use same color for same namespace
175
+ - deps: ms@0.7.2
176
+ * deps: http-errors@~1.5.1
177
+ - deps: inherits@2.0.3
178
+ - deps: setprototypeof@1.0.2
179
+ - deps: statuses@'>= 1.3.1 < 2'
180
+ * deps: iconv-lite@0.4.15
181
+ - Added encoding MS-31J
182
+ - Added encoding MS-932
183
+ - Added encoding MS-936
184
+ - Added encoding MS-949
185
+ - Added encoding MS-950
186
+ - Fix GBK/GB18030 handling of Euro character
187
+ * deps: qs@6.2.1
188
+ - Fix array parsing from skipping empty values
189
+ * deps: raw-body@~2.2.0
190
+ - deps: iconv-lite@0.4.15
191
+ * deps: type-is@~1.6.14
192
+ - deps: mime-types@~2.1.13
193
+
194
+ 1.15.2 / 2016-06-19
195
+ ===================
196
+
197
+ * deps: bytes@2.4.0
198
+ * deps: content-type@~1.0.2
199
+ - perf: enable strict mode
200
+ * deps: http-errors@~1.5.0
201
+ - Use `setprototypeof` module to replace `__proto__` setting
202
+ - deps: statuses@'>= 1.3.0 < 2'
203
+ - perf: enable strict mode
204
+ * deps: qs@6.2.0
205
+ * deps: raw-body@~2.1.7
206
+ - deps: bytes@2.4.0
207
+ - perf: remove double-cleanup on happy path
208
+ * deps: type-is@~1.6.13
209
+ - deps: mime-types@~2.1.11
210
+
211
+ 1.15.1 / 2016-05-05
212
+ ===================
213
+
214
+ * deps: bytes@2.3.0
215
+ - Drop partial bytes on all parsed units
216
+ - Fix parsing byte string that looks like hex
217
+ * deps: raw-body@~2.1.6
218
+ - deps: bytes@2.3.0
219
+ * deps: type-is@~1.6.12
220
+ - deps: mime-types@~2.1.10
221
+
222
+ 1.15.0 / 2016-02-10
223
+ ===================
224
+
225
+ * deps: http-errors@~1.4.0
226
+ - Add `HttpError` export, for `err instanceof createError.HttpError`
227
+ - deps: inherits@2.0.1
228
+ - deps: statuses@'>= 1.2.1 < 2'
229
+ * deps: qs@6.1.0
230
+ * deps: type-is@~1.6.11
231
+ - deps: mime-types@~2.1.9
232
+
233
+ 1.14.2 / 2015-12-16
234
+ ===================
235
+
236
+ * deps: bytes@2.2.0
237
+ * deps: iconv-lite@0.4.13
238
+ * deps: qs@5.2.0
239
+ * deps: raw-body@~2.1.5
240
+ - deps: bytes@2.2.0
241
+ - deps: iconv-lite@0.4.13
242
+ * deps: type-is@~1.6.10
243
+ - deps: mime-types@~2.1.8
244
+
245
+ 1.14.1 / 2015-09-27
246
+ ===================
247
+
248
+ * Fix issue where invalid charset results in 400 when `verify` used
249
+ * deps: iconv-lite@0.4.12
250
+ - Fix CESU-8 decoding in Node.js 4.x
251
+ * deps: raw-body@~2.1.4
252
+ - Fix masking critical errors from `iconv-lite`
253
+ - deps: iconv-lite@0.4.12
254
+ * deps: type-is@~1.6.9
255
+ - deps: mime-types@~2.1.7
256
+
257
+ 1.14.0 / 2015-09-16
258
+ ===================
259
+
260
+ * Fix JSON strict parse error to match syntax errors
261
+ * Provide static `require` analysis in `urlencoded` parser
262
+ * deps: depd@~1.1.0
263
+ - Support web browser loading
264
+ * deps: qs@5.1.0
265
+ * deps: raw-body@~2.1.3
266
+ - Fix sync callback when attaching data listener causes sync read
267
+ * deps: type-is@~1.6.8
268
+ - Fix type error when given invalid type to match against
269
+ - deps: mime-types@~2.1.6
270
+
271
+ 1.13.3 / 2015-07-31
272
+ ===================
273
+
274
+ * deps: type-is@~1.6.6
275
+ - deps: mime-types@~2.1.4
276
+
277
+ 1.13.2 / 2015-07-05
278
+ ===================
279
+
280
+ * deps: iconv-lite@0.4.11
281
+ * deps: qs@4.0.0
282
+ - Fix dropping parameters like `hasOwnProperty`
283
+ - Fix user-visible incompatibilities from 3.1.0
284
+ - Fix various parsing edge cases
285
+ * deps: raw-body@~2.1.2
286
+ - Fix error stack traces to skip `makeError`
287
+ - deps: iconv-lite@0.4.11
288
+ * deps: type-is@~1.6.4
289
+ - deps: mime-types@~2.1.2
290
+ - perf: enable strict mode
291
+ - perf: remove argument reassignment
292
+
293
+ 1.13.1 / 2015-06-16
294
+ ===================
295
+
296
+ * deps: qs@2.4.2
297
+ - Downgraded from 3.1.0 because of user-visible incompatibilities
298
+
299
+ 1.13.0 / 2015-06-14
300
+ ===================
301
+
302
+ * Add `statusCode` property on `Error`s, in addition to `status`
303
+ * Change `type` default to `application/json` for JSON parser
304
+ * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser
305
+ * Provide static `require` analysis
306
+ * Use the `http-errors` module to generate errors
307
+ * deps: bytes@2.1.0
308
+ - Slight optimizations
309
+ * deps: iconv-lite@0.4.10
310
+ - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
311
+ - Leading BOM is now removed when decoding
312
+ * deps: on-finished@~2.3.0
313
+ - Add defined behavior for HTTP `CONNECT` requests
314
+ - Add defined behavior for HTTP `Upgrade` requests
315
+ - deps: ee-first@1.1.1
316
+ * deps: qs@3.1.0
317
+ - Fix dropping parameters like `hasOwnProperty`
318
+ - Fix various parsing edge cases
319
+ - Parsed object now has `null` prototype
320
+ * deps: raw-body@~2.1.1
321
+ - Use `unpipe` module for unpiping requests
322
+ - deps: iconv-lite@0.4.10
323
+ * deps: type-is@~1.6.3
324
+ - deps: mime-types@~2.1.1
325
+ - perf: reduce try block size
326
+ - perf: remove bitwise operations
327
+ * perf: enable strict mode
328
+ * perf: remove argument reassignment
329
+ * perf: remove delete call
330
+
331
+ 1.12.4 / 2015-05-10
332
+ ===================
333
+
334
+ * deps: debug@~2.2.0
335
+ * deps: qs@2.4.2
336
+ - Fix allowing parameters like `constructor`
337
+ * deps: on-finished@~2.2.1
338
+ * deps: raw-body@~2.0.1
339
+ - Fix a false-positive when unpiping in Node.js 0.8
340
+ - deps: bytes@2.0.1
341
+ * deps: type-is@~1.6.2
342
+ - deps: mime-types@~2.0.11
343
+
344
+ 1.12.3 / 2015-04-15
345
+ ===================
346
+
347
+ * Slight efficiency improvement when not debugging
348
+ * deps: depd@~1.0.1
349
+ * deps: iconv-lite@0.4.8
350
+ - Add encoding alias UNICODE-1-1-UTF-7
351
+ * deps: raw-body@1.3.4
352
+ - Fix hanging callback if request aborts during read
353
+ - deps: iconv-lite@0.4.8
354
+
355
+ 1.12.2 / 2015-03-16
356
+ ===================
357
+
358
+ * deps: qs@2.4.1
359
+ - Fix error when parameter `hasOwnProperty` is present
360
+
361
+ 1.12.1 / 2015-03-15
362
+ ===================
363
+
364
+ * deps: debug@~2.1.3
365
+ - Fix high intensity foreground color for bold
366
+ - deps: ms@0.7.0
367
+ * deps: type-is@~1.6.1
368
+ - deps: mime-types@~2.0.10
369
+
370
+ 1.12.0 / 2015-02-13
371
+ ===================
372
+
373
+ * add `debug` messages
374
+ * accept a function for the `type` option
375
+ * use `content-type` to parse `Content-Type` headers
376
+ * deps: iconv-lite@0.4.7
377
+ - Gracefully support enumerables on `Object.prototype`
378
+ * deps: raw-body@1.3.3
379
+ - deps: iconv-lite@0.4.7
380
+ * deps: type-is@~1.6.0
381
+ - fix argument reassignment
382
+ - fix false-positives in `hasBody` `Transfer-Encoding` check
383
+ - support wildcard for both type and subtype (`*/*`)
384
+ - deps: mime-types@~2.0.9
385
+
386
+ 1.11.0 / 2015-01-30
387
+ ===================
388
+
389
+ * make internal `extended: true` depth limit infinity
390
+ * deps: type-is@~1.5.6
391
+ - deps: mime-types@~2.0.8
392
+
393
+ 1.10.2 / 2015-01-20
394
+ ===================
395
+
396
+ * deps: iconv-lite@0.4.6
397
+ - Fix rare aliases of single-byte encodings
398
+ * deps: raw-body@1.3.2
399
+ - deps: iconv-lite@0.4.6
400
+
401
+ 1.10.1 / 2015-01-01
402
+ ===================
403
+
404
+ * deps: on-finished@~2.2.0
405
+ * deps: type-is@~1.5.5
406
+ - deps: mime-types@~2.0.7
407
+
408
+ 1.10.0 / 2014-12-02
409
+ ===================
410
+
411
+ * make internal `extended: true` array limit dynamic
412
+
413
+ 1.9.3 / 2014-11-21
414
+ ==================
415
+
416
+ * deps: iconv-lite@0.4.5
417
+ - Fix Windows-31J and X-SJIS encoding support
418
+ * deps: qs@2.3.3
419
+ - Fix `arrayLimit` behavior
420
+ * deps: raw-body@1.3.1
421
+ - deps: iconv-lite@0.4.5
422
+ * deps: type-is@~1.5.3
423
+ - deps: mime-types@~2.0.3
424
+
425
+ 1.9.2 / 2014-10-27
426
+ ==================
427
+
428
+ * deps: qs@2.3.2
429
+ - Fix parsing of mixed objects and values
430
+
431
+ 1.9.1 / 2014-10-22
432
+ ==================
433
+
434
+ * deps: on-finished@~2.1.1
435
+ - Fix handling of pipelined requests
436
+ * deps: qs@2.3.0
437
+ - Fix parsing of mixed implicit and explicit arrays
438
+ * deps: type-is@~1.5.2
439
+ - deps: mime-types@~2.0.2
440
+
441
+ 1.9.0 / 2014-09-24
442
+ ==================
443
+
444
+ * include the charset in "unsupported charset" error message
445
+ * include the encoding in "unsupported content encoding" error message
446
+ * deps: depd@~1.0.0
447
+
448
+ 1.8.4 / 2014-09-23
449
+ ==================
450
+
451
+ * fix content encoding to be case-insensitive
452
+
453
+ 1.8.3 / 2014-09-19
454
+ ==================
455
+
456
+ * deps: qs@2.2.4
457
+ - Fix issue with object keys starting with numbers truncated
458
+
459
+ 1.8.2 / 2014-09-15
460
+ ==================
461
+
462
+ * deps: depd@0.4.5
463
+
464
+ 1.8.1 / 2014-09-07
465
+ ==================
466
+
467
+ * deps: media-typer@0.3.0
468
+ * deps: type-is@~1.5.1
469
+
470
+ 1.8.0 / 2014-09-05
471
+ ==================
472
+
473
+ * make empty-body-handling consistent between chunked requests
474
+ - empty `json` produces `{}`
475
+ - empty `raw` produces `new Buffer(0)`
476
+ - empty `text` produces `''`
477
+ - empty `urlencoded` produces `{}`
478
+ * deps: qs@2.2.3
479
+ - Fix issue where first empty value in array is discarded
480
+ * deps: type-is@~1.5.0
481
+ - fix `hasbody` to be true for `content-length: 0`
482
+
483
+ 1.7.0 / 2014-09-01
484
+ ==================
485
+
486
+ * add `parameterLimit` option to `urlencoded` parser
487
+ * change `urlencoded` extended array limit to 100
488
+ * respond with 413 when over `parameterLimit` in `urlencoded`
489
+
490
+ 1.6.7 / 2014-08-29
491
+ ==================
492
+
493
+ * deps: qs@2.2.2
494
+ - Remove unnecessary cloning
495
+
496
+ 1.6.6 / 2014-08-27
497
+ ==================
498
+
499
+ * deps: qs@2.2.0
500
+ - Array parsing fix
501
+ - Performance improvements
502
+
503
+ 1.6.5 / 2014-08-16
504
+ ==================
505
+
506
+ * deps: on-finished@2.1.0
507
+
508
+ 1.6.4 / 2014-08-14
509
+ ==================
510
+
511
+ * deps: qs@1.2.2
512
+
513
+ 1.6.3 / 2014-08-10
514
+ ==================
515
+
516
+ * deps: qs@1.2.1
517
+
518
+ 1.6.2 / 2014-08-07
519
+ ==================
520
+
521
+ * deps: qs@1.2.0
522
+ - Fix parsing array of objects
523
+
524
+ 1.6.1 / 2014-08-06
525
+ ==================
526
+
527
+ * deps: qs@1.1.0
528
+ - Accept urlencoded square brackets
529
+ - Accept empty values in implicit array notation
530
+
531
+ 1.6.0 / 2014-08-05
532
+ ==================
533
+
534
+ * deps: qs@1.0.2
535
+ - Complete rewrite
536
+ - Limits array length to 20
537
+ - Limits object depth to 5
538
+ - Limits parameters to 1,000
539
+
540
+ 1.5.2 / 2014-07-27
541
+ ==================
542
+
543
+ * deps: depd@0.4.4
544
+ - Work-around v8 generating empty stack traces
545
+
546
+ 1.5.1 / 2014-07-26
547
+ ==================
548
+
549
+ * deps: depd@0.4.3
550
+ - Fix exception when global `Error.stackTraceLimit` is too low
551
+
552
+ 1.5.0 / 2014-07-20
553
+ ==================
554
+
555
+ * deps: depd@0.4.2
556
+ - Add `TRACE_DEPRECATION` environment variable
557
+ - Remove non-standard grey color from color output
558
+ - Support `--no-deprecation` argument
559
+ - Support `--trace-deprecation` argument
560
+ * deps: iconv-lite@0.4.4
561
+ - Added encoding UTF-7
562
+ * deps: raw-body@1.3.0
563
+ - deps: iconv-lite@0.4.4
564
+ - Added encoding UTF-7
565
+ - Fix `Cannot switch to old mode now` error on Node.js 0.10+
566
+ * deps: type-is@~1.3.2
567
+
568
+ 1.4.3 / 2014-06-19
569
+ ==================
570
+
571
+ * deps: type-is@1.3.1
572
+ - fix global variable leak
573
+
574
+ 1.4.2 / 2014-06-19
575
+ ==================
576
+
577
+ * deps: type-is@1.3.0
578
+ - improve type parsing
579
+
580
+ 1.4.1 / 2014-06-19
581
+ ==================
582
+
583
+ * fix urlencoded extended deprecation message
584
+
585
+ 1.4.0 / 2014-06-19
586
+ ==================
587
+
588
+ * add `text` parser
589
+ * add `raw` parser
590
+ * check accepted charset in content-type (accepts utf-8)
591
+ * check accepted encoding in content-encoding (accepts identity)
592
+ * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed
593
+ * deprecate `urlencoded()` without provided `extended` option
594
+ * lazy-load urlencoded parsers
595
+ * parsers split into files for reduced mem usage
596
+ * support gzip and deflate bodies
597
+ - set `inflate: false` to turn off
598
+ * deps: raw-body@1.2.2
599
+ - Support all encodings from `iconv-lite`
600
+
601
+ 1.3.1 / 2014-06-11
602
+ ==================
603
+
604
+ * deps: type-is@1.2.1
605
+ - Switch dependency from mime to mime-types@1.0.0
606
+
607
+ 1.3.0 / 2014-05-31
608
+ ==================
609
+
610
+ * add `extended` option to urlencoded parser
611
+
612
+ 1.2.2 / 2014-05-27
613
+ ==================
614
+
615
+ * deps: raw-body@1.1.6
616
+ - assert stream encoding on node.js 0.8
617
+ - assert stream encoding on node.js < 0.10.6
618
+ - deps: bytes@1
619
+
620
+ 1.2.1 / 2014-05-26
621
+ ==================
622
+
623
+ * invoke `next(err)` after request fully read
624
+ - prevents hung responses and socket hang ups
625
+
626
+ 1.2.0 / 2014-05-11
627
+ ==================
628
+
629
+ * add `verify` option
630
+ * deps: type-is@1.2.0
631
+ - support suffix matching
632
+
633
+ 1.1.2 / 2014-05-11
634
+ ==================
635
+
636
+ * improve json parser speed
637
+
638
+ 1.1.1 / 2014-05-11
639
+ ==================
640
+
641
+ * fix repeated limit parsing with every request
642
+
643
+ 1.1.0 / 2014-05-10
644
+ ==================
645
+
646
+ * add `type` option
647
+ * deps: pin for safety and consistency
648
+
649
+ 1.0.2 / 2014-04-14
650
+ ==================
651
+
652
+ * use `type-is` module
653
+
654
+ 1.0.1 / 2014-03-20
655
+ ==================
656
+
657
+ * lower default limits to 100kb
@@ -0,0 +1,23 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4
+ Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5
+
6
+ Permission is hereby granted, free of charge, to any person obtaining
7
+ a copy of this software and associated documentation files (the
8
+ 'Software'), to deal in the Software without restriction, including
9
+ without limitation the rights to use, copy, modify, merge, publish,
10
+ distribute, sublicense, and/or sell copies of the Software, and to
11
+ permit persons to whom the Software is furnished to do so, subject to
12
+ the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be
15
+ included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.