step-node-agent 3.20.2 → 3.21.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 (732) 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/content-type/HISTORY.md +5 -0
  5. package/node_modules/content-type/README.md +21 -19
  6. package/node_modules/content-type/index.js +12 -9
  7. package/node_modules/content-type/package.json +13 -11
  8. package/node_modules/get-intrinsic/.eslintrc +1 -0
  9. package/node_modules/get-intrinsic/CHANGELOG.md +12 -0
  10. package/node_modules/get-intrinsic/index.js +10 -0
  11. package/node_modules/get-intrinsic/package.json +7 -6
  12. package/node_modules/get-intrinsic/test/GetIntrinsic.js +1 -1
  13. package/node_modules/minimist/.eslintrc +25 -50
  14. package/node_modules/minimist/CHANGELOG.md +87 -1
  15. package/node_modules/minimist/README.md +14 -10
  16. package/node_modules/minimist/example/parse.js +2 -0
  17. package/node_modules/minimist/index.js +256 -242
  18. package/node_modules/minimist/package.json +73 -73
  19. package/node_modules/minimist/test/all_bool.js +26 -24
  20. package/node_modules/minimist/test/bool.js +146 -147
  21. package/node_modules/minimist/test/dash.js +33 -21
  22. package/node_modules/minimist/test/default_bool.js +26 -24
  23. package/node_modules/minimist/test/dotted.js +13 -11
  24. package/node_modules/minimist/test/kv_short.js +26 -10
  25. package/node_modules/minimist/test/long.js +28 -26
  26. package/node_modules/minimist/test/num.js +30 -28
  27. package/node_modules/minimist/test/parse.js +169 -157
  28. package/node_modules/minimist/test/parse_modified.js +7 -5
  29. package/node_modules/minimist/test/proto.js +41 -37
  30. package/node_modules/minimist/test/short.js +57 -55
  31. package/node_modules/minimist/test/stop_early.js +10 -8
  32. package/node_modules/minimist/test/unknown.js +83 -81
  33. package/node_modules/minimist/test/whitespace.js +6 -4
  34. package/node_modules/npm/AUTHORS +6 -0
  35. package/node_modules/npm/CHANGELOG.md +57 -0
  36. package/node_modules/npm/Makefile +6 -8
  37. package/node_modules/npm/docs/config.json +5 -0
  38. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-access.md +4 -8
  39. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-adduser.md +6 -10
  40. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-audit.md +2 -6
  41. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bin.md +4 -8
  42. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bugs.md +5 -9
  43. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-build.md +4 -8
  44. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-bundle.md +2 -6
  45. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-cache.md +5 -9
  46. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ci.md +3 -7
  47. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-completion.md +2 -6
  48. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-config.md +3 -7
  49. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dedupe.md +4 -8
  50. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-deprecate.md +2 -5
  51. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-dist-tag.md +6 -11
  52. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-docs.md +4 -8
  53. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-doctor.md +4 -8
  54. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-edit.md +4 -8
  55. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-explore.md +6 -10
  56. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-fund.md +5 -9
  57. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help-search.md +3 -7
  58. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-help.md +4 -8
  59. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-hook.md +1 -5
  60. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-init.md +2 -6
  61. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-ci-test.md +3 -7
  62. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install-test.md +3 -7
  63. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-install.md +13 -17
  64. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-link.md +5 -9
  65. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-logout.md +5 -9
  66. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ls.md +7 -11
  67. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-org.md +1 -5
  68. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-outdated.md +3 -7
  69. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-owner.md +3 -7
  70. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-pack.md +4 -8
  71. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-ping.md +2 -6
  72. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prefix.md +5 -9
  73. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-profile.md +2 -5
  74. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-prune.md +3 -6
  75. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-publish.md +15 -18
  76. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-rebuild.md +3 -7
  77. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-repo.md +3 -7
  78. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-restart.md +6 -10
  79. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-root.md +4 -8
  80. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-run-script.md +6 -10
  81. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-search.md +3 -7
  82. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-shrinkwrap.md +4 -8
  83. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-star.md +4 -8
  84. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stars.md +5 -9
  85. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-start.md +6 -10
  86. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-stop.md +5 -9
  87. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-team.md +2 -6
  88. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-test.md +5 -9
  89. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-token.md +1 -5
  90. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-uninstall.md +4 -8
  91. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-unpublish.md +5 -9
  92. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-update.md +5 -9
  93. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-version.md +3 -7
  94. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-view.md +5 -9
  95. package/node_modules/npm/docs/content/{cli-commands → commands}/npm-whoami.md +3 -6
  96. package/node_modules/npm/docs/content/{cli-commands → commands}/npm.md +6 -10
  97. package/node_modules/npm/docs/content/configuring-npm/folders.md +8 -12
  98. package/node_modules/npm/docs/content/configuring-npm/install.md +1 -5
  99. package/node_modules/npm/docs/content/configuring-npm/npmrc.md +3 -7
  100. package/node_modules/npm/docs/content/configuring-npm/package-json.md +9 -13
  101. package/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +3 -7
  102. package/node_modules/npm/docs/content/configuring-npm/package-locks.md +3 -7
  103. package/node_modules/npm/docs/content/configuring-npm/shrinkwrap-json.md +4 -8
  104. package/node_modules/npm/docs/content/using-npm/config.md +8 -12
  105. package/node_modules/npm/docs/content/using-npm/developers.md +8 -12
  106. package/node_modules/npm/docs/content/using-npm/orgs.md +5 -9
  107. package/node_modules/npm/docs/content/using-npm/registry.md +3 -8
  108. package/node_modules/npm/docs/content/using-npm/removal.md +3 -7
  109. package/node_modules/npm/docs/content/using-npm/scope.md +7 -9
  110. package/node_modules/npm/docs/content/using-npm/scripts.md +7 -11
  111. package/node_modules/npm/docs/content/using-npm/semver.md +1 -4
  112. package/node_modules/npm/docs/dockhand.js +341 -0
  113. package/node_modules/npm/docs/nav.yml +236 -0
  114. package/node_modules/npm/docs/output/commands/npm-access.html +240 -0
  115. package/node_modules/npm/docs/output/commands/npm-adduser.html +220 -0
  116. package/node_modules/npm/docs/output/commands/npm-audit.html +253 -0
  117. package/node_modules/npm/docs/output/commands/npm-bin.html +174 -0
  118. package/node_modules/npm/docs/output/commands/npm-bugs.html +194 -0
  119. package/node_modules/npm/docs/output/commands/npm-build.html +181 -0
  120. package/node_modules/npm/docs/output/commands/npm-bundle.html +170 -0
  121. package/node_modules/npm/docs/output/commands/npm-cache.html +230 -0
  122. package/node_modules/npm/docs/output/commands/npm-ci.html +205 -0
  123. package/node_modules/npm/docs/output/commands/npm-completion.html +185 -0
  124. package/node_modules/npm/docs/output/commands/npm-config.html +213 -0
  125. package/node_modules/npm/docs/output/commands/npm-dedupe.html +203 -0
  126. package/node_modules/npm/docs/output/commands/npm-deprecate.html +181 -0
  127. package/node_modules/npm/docs/output/commands/npm-dist-tag.html +232 -0
  128. package/node_modules/npm/docs/output/commands/npm-docs.html +195 -0
  129. package/node_modules/npm/docs/output/commands/npm-doctor.html +241 -0
  130. package/node_modules/npm/docs/output/commands/npm-edit.html +190 -0
  131. package/node_modules/npm/docs/output/commands/npm-explore.html +190 -0
  132. package/node_modules/npm/docs/output/commands/npm-fund.html +208 -0
  133. package/node_modules/npm/docs/output/commands/npm-help-search.html +185 -0
  134. package/node_modules/npm/docs/output/commands/npm-help.html +187 -0
  135. package/node_modules/npm/docs/output/commands/npm-hook.html +206 -0
  136. package/node_modules/npm/docs/output/commands/npm-init.html +209 -0
  137. package/node_modules/npm/docs/output/commands/npm-install-ci-test.html +173 -0
  138. package/node_modules/npm/docs/output/commands/npm-install-test.html +182 -0
  139. package/node_modules/npm/docs/output/commands/npm-install.html +582 -0
  140. package/node_modules/npm/docs/output/commands/npm-link.html +217 -0
  141. package/node_modules/npm/docs/output/commands/npm-logout.html +190 -0
  142. package/node_modules/npm/docs/output/commands/npm-ls.html +257 -0
  143. package/node_modules/npm/docs/output/commands/npm-org.html +193 -0
  144. package/node_modules/npm/docs/output/commands/npm-outdated.html +260 -0
  145. package/node_modules/npm/docs/output/commands/npm-owner.html +193 -0
  146. package/node_modules/npm/docs/output/commands/npm-pack.html +182 -0
  147. package/node_modules/npm/docs/output/commands/npm-ping.html +177 -0
  148. package/node_modules/npm/docs/output/commands/npm-prefix.html +178 -0
  149. package/node_modules/npm/docs/output/commands/npm-profile.html +235 -0
  150. package/node_modules/npm/docs/output/commands/npm-prune.html +188 -0
  151. package/node_modules/npm/docs/output/commands/npm-publish.html +232 -0
  152. package/node_modules/npm/docs/output/commands/npm-rebuild.html +173 -0
  153. package/node_modules/npm/docs/output/commands/npm-repo.html +181 -0
  154. package/node_modules/npm/docs/output/commands/npm-restart.html +193 -0
  155. package/node_modules/npm/docs/output/commands/npm-root.html +174 -0
  156. package/node_modules/npm/docs/output/commands/npm-run-script.html +226 -0
  157. package/node_modules/npm/docs/output/commands/npm-search.html +248 -0
  158. package/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +181 -0
  159. package/node_modules/npm/docs/output/commands/npm-star.html +176 -0
  160. package/node_modules/npm/docs/output/commands/npm-stars.html +176 -0
  161. package/node_modules/npm/docs/output/commands/npm-start.html +178 -0
  162. package/node_modules/npm/docs/output/commands/npm-stop.html +174 -0
  163. package/node_modules/npm/docs/output/commands/npm-team.html +213 -0
  164. package/node_modules/npm/docs/output/commands/npm-test.html +176 -0
  165. package/node_modules/npm/docs/output/commands/npm-token.html +215 -0
  166. package/node_modules/npm/docs/output/commands/npm-uninstall.html +208 -0
  167. package/node_modules/npm/docs/output/commands/npm-unpublish.html +187 -0
  168. package/node_modules/npm/docs/output/commands/npm-update.html +252 -0
  169. package/node_modules/npm/docs/output/commands/npm-version.html +263 -0
  170. package/node_modules/npm/docs/output/commands/npm-view.html +235 -0
  171. package/node_modules/npm/docs/output/commands/npm-whoami.html +172 -0
  172. package/node_modules/npm/docs/output/commands/npm.html +290 -0
  173. package/node_modules/npm/docs/output/configuring-npm/folders.html +321 -0
  174. package/node_modules/npm/docs/output/configuring-npm/install.html +203 -0
  175. package/node_modules/npm/docs/output/configuring-npm/npmrc.html +227 -0
  176. package/node_modules/npm/docs/output/configuring-npm/package-json.html +827 -0
  177. package/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +273 -0
  178. package/node_modules/npm/docs/output/configuring-npm/package-locks.html +310 -0
  179. package/node_modules/npm/docs/output/configuring-npm/shrinkwrap-json.html +181 -0
  180. package/node_modules/npm/docs/output/using-npm/config.html +1248 -0
  181. package/node_modules/npm/docs/output/using-npm/developers.html +356 -0
  182. package/node_modules/npm/docs/output/using-npm/orgs.html +236 -0
  183. package/node_modules/npm/docs/output/using-npm/registry.html +234 -0
  184. package/node_modules/npm/docs/output/using-npm/removal.html +200 -0
  185. package/node_modules/npm/docs/output/using-npm/scope.html +244 -0
  186. package/node_modules/npm/docs/output/using-npm/scripts.html +410 -0
  187. package/node_modules/npm/docs/output/using-npm/semver.html +521 -0
  188. package/node_modules/npm/docs/template.html +161 -0
  189. package/node_modules/npm/lib/help.js +2 -2
  190. package/node_modules/npm/man/man1/npm-README.1 +1 -1
  191. package/node_modules/npm/man/man1/npm-access.1 +1 -1
  192. package/node_modules/npm/man/man1/npm-adduser.1 +1 -7
  193. package/node_modules/npm/man/man1/npm-audit.1 +1 -1
  194. package/node_modules/npm/man/man1/npm-bin.1 +1 -1
  195. package/node_modules/npm/man/man1/npm-bugs.1 +1 -1
  196. package/node_modules/npm/man/man1/npm-build.1 +2 -2
  197. package/node_modules/npm/man/man1/npm-bundle.1 +1 -1
  198. package/node_modules/npm/man/man1/npm-cache.1 +1 -1
  199. package/node_modules/npm/man/man1/npm-ci.1 +1 -1
  200. package/node_modules/npm/man/man1/npm-completion.1 +1 -1
  201. package/node_modules/npm/man/man1/npm-config.1 +1 -1
  202. package/node_modules/npm/man/man1/npm-dedupe.1 +1 -1
  203. package/node_modules/npm/man/man1/npm-deprecate.1 +1 -1
  204. package/node_modules/npm/man/man1/npm-dist-tag.1 +1 -7
  205. package/node_modules/npm/man/man1/npm-docs.1 +1 -1
  206. package/node_modules/npm/man/man1/npm-doctor.1 +1 -1
  207. package/node_modules/npm/man/man1/npm-edit.1 +1 -1
  208. package/node_modules/npm/man/man1/npm-explore.1 +1 -7
  209. package/node_modules/npm/man/man1/npm-fund.1 +1 -1
  210. package/node_modules/npm/man/man1/npm-help-search.1 +1 -1
  211. package/node_modules/npm/man/man1/npm-help.1 +1 -1
  212. package/node_modules/npm/man/man1/npm-hook.1 +1 -1
  213. package/node_modules/npm/man/man1/npm-init.1 +1 -1
  214. package/node_modules/npm/man/man1/npm-install-ci-test.1 +2 -2
  215. package/node_modules/npm/man/man1/npm-install-test.1 +2 -2
  216. package/node_modules/npm/man/man1/npm-install.1 +1 -1
  217. package/node_modules/npm/man/man1/npm-link.1 +1 -1
  218. package/node_modules/npm/man/man1/npm-logout.1 +1 -1
  219. package/node_modules/npm/man/man1/npm-ls.1 +2 -2
  220. package/node_modules/npm/man/man1/npm-org.1 +1 -1
  221. package/node_modules/npm/man/man1/npm-outdated.1 +1 -1
  222. package/node_modules/npm/man/man1/npm-owner.1 +1 -3
  223. package/node_modules/npm/man/man1/npm-pack.1 +1 -1
  224. package/node_modules/npm/man/man1/npm-ping.1 +1 -1
  225. package/node_modules/npm/man/man1/npm-prefix.1 +1 -1
  226. package/node_modules/npm/man/man1/npm-profile.1 +1 -1
  227. package/node_modules/npm/man/man1/npm-prune.1 +1 -1
  228. package/node_modules/npm/man/man1/npm-publish.1 +5 -5
  229. package/node_modules/npm/man/man1/npm-rebuild.1 +1 -1
  230. package/node_modules/npm/man/man1/npm-repo.1 +1 -1
  231. package/node_modules/npm/man/man1/npm-restart.1 +1 -1
  232. package/node_modules/npm/man/man1/npm-root.1 +1 -1
  233. package/node_modules/npm/man/man1/npm-run-script.1 +1 -1
  234. package/node_modules/npm/man/man1/npm-search.1 +1 -1
  235. package/node_modules/npm/man/man1/npm-shrinkwrap.1 +1 -1
  236. package/node_modules/npm/man/man1/npm-star.1 +1 -1
  237. package/node_modules/npm/man/man1/npm-stars.1 +1 -1
  238. package/node_modules/npm/man/man1/npm-start.1 +1 -1
  239. package/node_modules/npm/man/man1/npm-stop.1 +1 -1
  240. package/node_modules/npm/man/man1/npm-team.1 +1 -1
  241. package/node_modules/npm/man/man1/npm-test.1 +1 -1
  242. package/node_modules/npm/man/man1/npm-token.1 +1 -1
  243. package/node_modules/npm/man/man1/npm-uninstall.1 +1 -1
  244. package/node_modules/npm/man/man1/npm-unpublish.1 +1 -1
  245. package/node_modules/npm/man/man1/npm-update.1 +1 -1
  246. package/node_modules/npm/man/man1/npm-version.1 +1 -1
  247. package/node_modules/npm/man/man1/npm-view.1 +1 -1
  248. package/node_modules/npm/man/man1/npm-whoami.1 +1 -1
  249. package/node_modules/npm/man/man1/npm.1 +2 -2
  250. package/node_modules/npm/man/man5/folders.5 +1 -1
  251. package/node_modules/npm/man/man5/install.5 +2 -2
  252. package/node_modules/npm/man/man5/npmrc.5 +1 -1
  253. package/node_modules/npm/man/man5/package-json.5 +1 -1
  254. package/node_modules/npm/man/man5/package-lock-json.5 +1 -1
  255. package/node_modules/npm/man/man5/package-locks.5 +1 -1
  256. package/node_modules/npm/man/man5/shrinkwrap-json.5 +2 -2
  257. package/node_modules/npm/man/man7/config.7 +1 -1
  258. package/node_modules/npm/man/man7/developers.7 +1 -1
  259. package/node_modules/npm/man/man7/orgs.7 +1 -1
  260. package/node_modules/npm/man/man7/registry.7 +1 -3
  261. package/node_modules/npm/man/man7/removal.7 +1 -1
  262. package/node_modules/npm/man/man7/scope.7 +3 -2
  263. package/node_modules/npm/man/man7/scripts.7 +1 -1
  264. package/node_modules/npm/man/man7/semver.7 +1 -1
  265. package/node_modules/npm/node_modules/@iarna/cli/LICENSE +14 -0
  266. package/node_modules/npm/node_modules/@iarna/cli/README.md +152 -0
  267. package/node_modules/npm/node_modules/@iarna/cli/app.js +109 -0
  268. package/node_modules/npm/node_modules/@iarna/cli/package.json +35 -0
  269. package/node_modules/npm/{docs → node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer}/LICENSE +5 -6
  270. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  271. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  272. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  273. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  274. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  275. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  276. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  277. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  278. package/node_modules/npm/node_modules/are-we-there-yet/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  279. package/node_modules/npm/node_modules/asn1/Jenkinsfile +65 -0
  280. package/node_modules/npm/node_modules/asn1/package.json +2 -2
  281. package/node_modules/npm/node_modules/aws4/.github/FUNDING.yml +3 -0
  282. package/node_modules/npm/node_modules/aws4/.travis.yml +5 -1
  283. package/node_modules/npm/node_modules/aws4/README.md +50 -390
  284. package/node_modules/npm/node_modules/aws4/aws4.js +63 -22
  285. package/node_modules/npm/node_modules/aws4/package.json +9 -63
  286. package/node_modules/npm/node_modules/balanced-match/.github/FUNDING.yml +2 -0
  287. package/node_modules/npm/node_modules/balanced-match/README.md +6 -0
  288. package/node_modules/npm/node_modules/balanced-match/index.js +3 -0
  289. package/node_modules/npm/node_modules/balanced-match/package.json +3 -4
  290. package/node_modules/npm/node_modules/bluebird/README.md +1 -1
  291. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.js +210 -120
  292. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.core.min.js +3 -3
  293. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.js +240 -128
  294. package/node_modules/npm/node_modules/bluebird/js/browser/bluebird.min.js +4 -4
  295. package/node_modules/npm/node_modules/bluebird/js/release/async.js +3 -48
  296. package/node_modules/npm/node_modules/bluebird/js/release/debuggability.js +102 -27
  297. package/node_modules/npm/node_modules/bluebird/js/release/join.js +4 -7
  298. package/node_modules/npm/node_modules/bluebird/js/release/map.js +10 -3
  299. package/node_modules/npm/node_modules/bluebird/js/release/promise.js +58 -28
  300. package/node_modules/npm/node_modules/bluebird/js/release/promise_array.js +1 -0
  301. package/node_modules/npm/node_modules/bluebird/js/release/reduce.js +16 -5
  302. package/node_modules/npm/node_modules/bluebird/js/release/settle.js +4 -0
  303. package/node_modules/npm/node_modules/bluebird/js/release/util.js +39 -7
  304. package/node_modules/npm/node_modules/bluebird/package.json +1 -1
  305. package/node_modules/npm/node_modules/cacache/CHANGELOG.md +4 -0
  306. package/node_modules/npm/node_modules/cacache/package.json +6 -7
  307. package/node_modules/npm/node_modules/combined-stream/lib/combined_stream.js +21 -2
  308. package/node_modules/npm/node_modules/combined-stream/package.json +1 -1
  309. package/node_modules/npm/node_modules/combined-stream/yarn.lock +17 -0
  310. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  311. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  312. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  313. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  314. package/node_modules/npm/node_modules/concat-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  315. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  316. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  317. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  318. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  319. package/node_modules/npm/node_modules/concat-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  320. package/node_modules/npm/node_modules/config-chain/package.json +5 -7
  321. package/node_modules/npm/node_modules/decode-uri-component/index.js +4 -4
  322. package/node_modules/npm/node_modules/decode-uri-component/license +4 -16
  323. package/node_modules/npm/node_modules/decode-uri-component/package.json +35 -35
  324. package/node_modules/npm/node_modules/decode-uri-component/readme.md +14 -1
  325. package/node_modules/npm/node_modules/dezalgo/package.json +12 -8
  326. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  327. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  328. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  329. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  330. package/node_modules/npm/node_modules/duplexify/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  331. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  332. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  333. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  334. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  335. package/node_modules/npm/node_modules/duplexify/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  336. package/node_modules/npm/node_modules/env-paths/index.d.ts +32 -0
  337. package/node_modules/npm/node_modules/env-paths/package.json +1 -1
  338. package/node_modules/npm/node_modules/env-paths/readme.md +44 -5
  339. package/node_modules/npm/node_modules/figgy-pudding/CHANGELOG.md +38 -33
  340. package/node_modules/npm/node_modules/figgy-pudding/README.md +10 -2
  341. package/node_modules/npm/node_modules/figgy-pudding/package.json +4 -8
  342. package/node_modules/npm/node_modules/filter-obj/index.js +17 -0
  343. package/node_modules/npm/node_modules/filter-obj/license +21 -0
  344. package/node_modules/npm/node_modules/filter-obj/package.json +37 -0
  345. package/node_modules/npm/node_modules/filter-obj/readme.md +41 -0
  346. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  347. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  348. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  349. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  350. package/node_modules/npm/node_modules/flush-write-stream/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  351. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  352. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  353. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  354. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  355. package/node_modules/npm/node_modules/flush-write-stream/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  356. package/node_modules/npm/node_modules/form-data/README.md +4 -4
  357. package/node_modules/npm/node_modules/form-data/package.json +2 -2
  358. package/node_modules/npm/node_modules/form-data/yarn.lock +2662 -0
  359. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  360. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  361. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  362. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  363. package/node_modules/npm/node_modules/from2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  364. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  365. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  366. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  367. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  368. package/node_modules/npm/node_modules/from2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  369. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  370. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  371. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  372. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  373. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  374. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  375. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  376. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  377. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  378. package/node_modules/npm/node_modules/fs-write-stream-atomic/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  379. package/node_modules/npm/node_modules/glob/README.md +4 -1
  380. package/node_modules/npm/node_modules/glob/common.js +6 -8
  381. package/node_modules/npm/node_modules/glob/glob.js +8 -8
  382. package/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
  383. package/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md +230 -0
  384. package/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js +947 -0
  385. package/node_modules/npm/node_modules/glob/node_modules/minimatch/package.json +33 -0
  386. package/node_modules/npm/node_modules/glob/package.json +13 -4
  387. package/node_modules/npm/node_modules/glob/sync.js +10 -10
  388. package/node_modules/npm/node_modules/graceful-fs/LICENSE +1 -1
  389. package/node_modules/npm/node_modules/graceful-fs/README.md +11 -1
  390. package/node_modules/npm/node_modules/graceful-fs/clone.js +5 -1
  391. package/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +132 -38
  392. package/node_modules/npm/node_modules/graceful-fs/package.json +4 -4
  393. package/node_modules/npm/node_modules/graceful-fs/polyfills.js +48 -35
  394. package/node_modules/npm/node_modules/is-cidr/README.md +6 -10
  395. package/node_modules/npm/node_modules/is-cidr/index.d.ts +31 -0
  396. package/node_modules/npm/node_modules/is-cidr/index.js +1 -0
  397. package/node_modules/npm/node_modules/is-cidr/package.json +12 -6
  398. package/node_modules/npm/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
  399. package/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  400. package/node_modules/npm/node_modules/json-parse-even-better-errors/README.md +96 -0
  401. package/node_modules/npm/node_modules/json-parse-even-better-errors/index.js +121 -0
  402. package/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +33 -0
  403. package/node_modules/npm/node_modules/lock-verify/README.md +8 -0
  404. package/node_modules/npm/node_modules/lock-verify/cli.js +17 -0
  405. package/node_modules/npm/node_modules/lock-verify/package.json +8 -12
  406. package/node_modules/npm/node_modules/meant/CHANGELOG.md +7 -0
  407. package/node_modules/npm/node_modules/meant/package.json +4 -1
  408. package/node_modules/npm/node_modules/minimatch/README.md +22 -1
  409. package/node_modules/npm/node_modules/minimatch/minimatch.js +93 -69
  410. package/node_modules/npm/node_modules/minimatch/package.json +6 -3
  411. package/node_modules/npm/node_modules/mkdirp/index.js +5 -2
  412. package/node_modules/npm/node_modules/mkdirp/package.json +3 -4
  413. package/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md +27 -5
  414. package/node_modules/npm/node_modules/node-gyp/.github/workflows/Python_tests.yml +1 -1
  415. package/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +14 -0
  416. package/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +1 -1
  417. package/node_modules/npm/node_modules/node-gyp/README.md +3 -3
  418. package/node_modules/npm/node_modules/node-gyp/addon.gypi +22 -1
  419. package/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +2 -3
  420. package/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md +14 -12
  421. package/node_modules/npm/node_modules/node-gyp/package.json +1 -1
  422. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  423. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  424. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  425. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  426. package/node_modules/npm/node_modules/parallel-transform/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  427. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  428. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  429. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  430. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  431. package/node_modules/npm/node_modules/parallel-transform/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  432. package/node_modules/npm/node_modules/psl/.env +0 -0
  433. package/node_modules/npm/node_modules/psl/LICENSE +9 -0
  434. package/node_modules/npm/node_modules/psl/README.md +4 -6
  435. package/node_modules/npm/node_modules/psl/browserstack-logo.svg +90 -0
  436. package/node_modules/npm/node_modules/psl/data/rules.json +9376 -1
  437. package/node_modules/npm/node_modules/psl/dist/psl.js +9378 -3
  438. package/node_modules/npm/node_modules/psl/dist/psl.min.js +1 -1
  439. package/node_modules/npm/node_modules/psl/package.json +24 -23
  440. package/node_modules/npm/node_modules/qs/.editorconfig +14 -1
  441. package/node_modules/npm/node_modules/qs/.eslintrc +21 -3
  442. package/node_modules/npm/node_modules/qs/.github/FUNDING.yml +12 -0
  443. package/node_modules/npm/node_modules/qs/.nycrc +13 -0
  444. package/node_modules/npm/node_modules/qs/CHANGELOG.md +24 -0
  445. package/node_modules/npm/node_modules/qs/LICENSE.md +29 -0
  446. package/node_modules/npm/node_modules/qs/README.md +54 -19
  447. package/node_modules/npm/node_modules/qs/bower.json +21 -0
  448. package/node_modules/npm/node_modules/qs/component.json +15 -0
  449. package/node_modules/npm/node_modules/qs/dist/qs.js +35 -25
  450. package/node_modules/npm/node_modules/qs/lib/formats.js +1 -1
  451. package/node_modules/npm/node_modules/qs/lib/parse.js +6 -5
  452. package/node_modules/npm/node_modules/qs/lib/stringify.js +21 -14
  453. package/node_modules/npm/node_modules/qs/lib/utils.js +7 -5
  454. package/node_modules/npm/node_modules/qs/package.json +18 -16
  455. package/node_modules/npm/node_modules/qs/test/parse.js +79 -4
  456. package/node_modules/npm/node_modules/qs/test/stringify.js +45 -0
  457. package/node_modules/npm/node_modules/qs/test/utils.js +31 -0
  458. package/node_modules/npm/node_modules/query-string/index.d.ts +290 -9
  459. package/node_modules/npm/node_modules/query-string/index.js +154 -28
  460. package/node_modules/npm/node_modules/query-string/license +1 -1
  461. package/node_modules/npm/node_modules/query-string/package.json +9 -4
  462. package/node_modules/npm/node_modules/query-string/readme.md +275 -26
  463. package/node_modules/npm/node_modules/qw/LICENSE +0 -0
  464. package/node_modules/npm/node_modules/qw/README.md +0 -0
  465. package/node_modules/npm/node_modules/qw/package.json +1 -1
  466. package/node_modules/npm/node_modules/qw/qw.js +1 -0
  467. package/node_modules/npm/node_modules/read-package-json/CHANGELOG.md +10 -0
  468. package/node_modules/npm/node_modules/read-package-json/package.json +3 -6
  469. package/node_modules/npm/node_modules/read-package-json/read-json.js +2 -7
  470. package/node_modules/npm/node_modules/request/CHANGELOG.md +8 -0
  471. package/node_modules/npm/node_modules/request/README.md +81 -45
  472. package/node_modules/npm/node_modules/request/index.js +1 -1
  473. package/node_modules/npm/node_modules/request/lib/auth.js +1 -1
  474. package/node_modules/npm/node_modules/request/lib/getProxyFromURI.js +1 -1
  475. package/node_modules/npm/node_modules/request/lib/har.js +1 -1
  476. package/node_modules/npm/node_modules/request/package.json +6 -6
  477. package/node_modules/npm/node_modules/request/request.js +13 -11
  478. package/node_modules/npm/node_modules/safe-buffer/index.js +3 -0
  479. package/node_modules/npm/node_modules/safe-buffer/package.json +18 -4
  480. package/node_modules/npm/node_modules/sshpk/Jenkinsfile +86 -0
  481. package/node_modules/npm/node_modules/sshpk/README.md +116 -10
  482. package/node_modules/npm/node_modules/sshpk/bin/sshpk-conv +73 -32
  483. package/node_modules/npm/node_modules/sshpk/lib/certificate.js +33 -1
  484. package/node_modules/npm/node_modules/sshpk/lib/dhe.js +4 -21
  485. package/node_modules/npm/node_modules/sshpk/lib/ed-compat.js +1 -7
  486. package/node_modules/npm/node_modules/sshpk/lib/fingerprint.js +69 -11
  487. package/node_modules/npm/node_modules/sshpk/lib/formats/auto.js +18 -1
  488. package/node_modules/npm/node_modules/sshpk/lib/formats/openssh-cert.js +37 -8
  489. package/node_modules/npm/node_modules/sshpk/lib/formats/pem.js +107 -9
  490. package/node_modules/npm/node_modules/sshpk/lib/formats/pkcs8.js +23 -4
  491. package/node_modules/npm/node_modules/sshpk/lib/formats/putty.js +194 -0
  492. package/node_modules/npm/node_modules/sshpk/lib/formats/x509-pem.js +14 -4
  493. package/node_modules/npm/node_modules/sshpk/lib/formats/x509.js +28 -5
  494. package/node_modules/npm/node_modules/sshpk/lib/identity.js +87 -3
  495. package/node_modules/npm/node_modules/sshpk/lib/index.js +1 -0
  496. package/node_modules/npm/node_modules/sshpk/lib/key.js +30 -11
  497. package/node_modules/npm/node_modules/sshpk/lib/private-key.js +11 -17
  498. package/node_modules/npm/node_modules/sshpk/lib/utils.js +48 -33
  499. package/node_modules/npm/node_modules/sshpk/package.json +5 -5
  500. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  501. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  502. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  503. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  504. package/node_modules/npm/node_modules/stream-iterate/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  505. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  506. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  507. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  508. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  509. package/node_modules/npm/node_modules/stream-iterate/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  510. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/LICENSE +21 -0
  511. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/README.md +584 -0
  512. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.d.ts +187 -0
  513. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/index.js +62 -0
  514. package/node_modules/npm/node_modules/through2/node_modules/readable-stream/node_modules/safe-buffer/package.json +37 -0
  515. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/LICENSE +21 -0
  516. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/README.md +584 -0
  517. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.d.ts +187 -0
  518. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/index.js +62 -0
  519. package/node_modules/npm/node_modules/through2/node_modules/string_decoder/node_modules/safe-buffer/package.json +37 -0
  520. package/node_modules/npm/node_modules/tough-cookie/README.md +24 -4
  521. package/node_modules/npm/node_modules/tough-cookie/lib/cookie.js +54 -3
  522. package/node_modules/npm/node_modules/tough-cookie/lib/memstore.js +5 -0
  523. package/node_modules/npm/node_modules/tough-cookie/lib/store.js +4 -0
  524. package/node_modules/npm/node_modules/tough-cookie/lib/version.js +2 -0
  525. package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/LICENSE-MIT.txt +0 -0
  526. package/node_modules/npm/node_modules/{punycode → tough-cookie/node_modules/punycode}/README.md +9 -63
  527. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/package.json +58 -0
  528. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.es6.js +441 -0
  529. package/node_modules/npm/node_modules/tough-cookie/node_modules/punycode/punycode.js +440 -0
  530. package/node_modules/npm/node_modules/tough-cookie/package.json +6 -4
  531. package/node_modules/npm/node_modules/uri-js/README.md +3 -1
  532. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.js +1 -1
  533. package/node_modules/npm/node_modules/uri-js/dist/es5/uri.all.min.js +1 -1
  534. package/node_modules/npm/node_modules/uri-js/package.json +2 -2
  535. package/node_modules/npm/node_modules/uri-js/yarn.lock +1263 -628
  536. package/node_modules/npm/node_modules/uuid/CHANGELOG.md +25 -18
  537. package/node_modules/npm/node_modules/uuid/README.md +27 -44
  538. package/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +10 -8
  539. package/node_modules/npm/node_modules/uuid/package.json +13 -8
  540. package/node_modules/npm/node_modules/uuid/v1.js +1 -1
  541. package/node_modules/npm/package.json +27 -23
  542. package/node_modules/npm/scripts/docs-build.js +15 -3
  543. package/node_modules/object-inspect/CHANGELOG.md +10 -0
  544. package/node_modules/object-inspect/index.js +10 -6
  545. package/node_modules/object-inspect/package.json +10 -7
  546. package/node_modules/punycode/README.md +7 -3
  547. package/node_modules/punycode/package.json +5 -5
  548. package/node_modules/punycode/punycode.es6.js +24 -21
  549. package/node_modules/punycode/punycode.js +24 -21
  550. package/package.json +1 -1
  551. package/node_modules/npm/.eslintrc +0 -3
  552. package/node_modules/npm/docs/content/using-npm/disputes.md +0 -137
  553. package/node_modules/npm/docs/gatsby-browser.js +0 -8
  554. package/node_modules/npm/docs/gatsby-config.js +0 -88
  555. package/node_modules/npm/docs/gatsby-node.js +0 -43
  556. package/node_modules/npm/docs/gatsby-ssr.js +0 -6
  557. package/node_modules/npm/docs/package-lock.json +0 -18301
  558. package/node_modules/npm/docs/package.json +0 -45
  559. package/node_modules/npm/docs/public/cli-commands/npm/index.html +0 -213
  560. package/node_modules/npm/docs/public/cli-commands/npm-access/index.html +0 -151
  561. package/node_modules/npm/docs/public/cli-commands/npm-adduser/index.html +0 -146
  562. package/node_modules/npm/docs/public/cli-commands/npm-audit/index.html +0 -168
  563. package/node_modules/npm/docs/public/cli-commands/npm-bin/index.html +0 -97
  564. package/node_modules/npm/docs/public/cli-commands/npm-bugs/index.html +0 -117
  565. package/node_modules/npm/docs/public/cli-commands/npm-build/index.html +0 -103
  566. package/node_modules/npm/docs/public/cli-commands/npm-bundle/index.html +0 -94
  567. package/node_modules/npm/docs/public/cli-commands/npm-cache/index.html +0 -148
  568. package/node_modules/npm/docs/public/cli-commands/npm-ci/index.html +0 -125
  569. package/node_modules/npm/docs/public/cli-commands/npm-completion/index.html +0 -107
  570. package/node_modules/npm/docs/public/cli-commands/npm-config/index.html +0 -131
  571. package/node_modules/npm/docs/public/cli-commands/npm-dedupe/index.html +0 -124
  572. package/node_modules/npm/docs/public/cli-commands/npm-deprecate/index.html +0 -103
  573. package/node_modules/npm/docs/public/cli-commands/npm-dist-tag/index.html +0 -152
  574. package/node_modules/npm/docs/public/cli-commands/npm-docs/index.html +0 -118
  575. package/node_modules/npm/docs/public/cli-commands/npm-doctor/index.html +0 -166
  576. package/node_modules/npm/docs/public/cli-commands/npm-edit/index.html +0 -113
  577. package/node_modules/npm/docs/public/cli-commands/npm-explore/index.html +0 -117
  578. package/node_modules/npm/docs/public/cli-commands/npm-fund/index.html +0 -131
  579. package/node_modules/npm/docs/public/cli-commands/npm-help/index.html +0 -110
  580. package/node_modules/npm/docs/public/cli-commands/npm-help-search/index.html +0 -108
  581. package/node_modules/npm/docs/public/cli-commands/npm-hook/index.html +0 -122
  582. package/node_modules/npm/docs/public/cli-commands/npm-init/index.html +0 -129
  583. package/node_modules/npm/docs/public/cli-commands/npm-install/index.html +0 -471
  584. package/node_modules/npm/docs/public/cli-commands/npm-install-ci-test/index.html +0 -96
  585. package/node_modules/npm/docs/public/cli-commands/npm-install-test/index.html +0 -105
  586. package/node_modules/npm/docs/public/cli-commands/npm-link/index.html +0 -137
  587. package/node_modules/npm/docs/public/cli-commands/npm-logout/index.html +0 -112
  588. package/node_modules/npm/docs/public/cli-commands/npm-ls/index.html +0 -179
  589. package/node_modules/npm/docs/public/cli-commands/npm-org/index.html +0 -110
  590. package/node_modules/npm/docs/public/cli-commands/npm-outdated/index.html +0 -181
  591. package/node_modules/npm/docs/public/cli-commands/npm-owner/index.html +0 -117
  592. package/node_modules/npm/docs/public/cli-commands/npm-pack/index.html +0 -105
  593. package/node_modules/npm/docs/public/cli-commands/npm-ping/index.html +0 -98
  594. package/node_modules/npm/docs/public/cli-commands/npm-prefix/index.html +0 -101
  595. package/node_modules/npm/docs/public/cli-commands/npm-profile/index.html +0 -151
  596. package/node_modules/npm/docs/public/cli-commands/npm-prune/index.html +0 -111
  597. package/node_modules/npm/docs/public/cli-commands/npm-publish/index.html +0 -143
  598. package/node_modules/npm/docs/public/cli-commands/npm-rebuild/index.html +0 -96
  599. package/node_modules/npm/docs/public/cli-commands/npm-repo/index.html +0 -104
  600. package/node_modules/npm/docs/public/cli-commands/npm-restart/index.html +0 -116
  601. package/node_modules/npm/docs/public/cli-commands/npm-root/index.html +0 -97
  602. package/node_modules/npm/docs/public/cli-commands/npm-run-script/index.html +0 -146
  603. package/node_modules/npm/docs/public/cli-commands/npm-search/index.html +0 -171
  604. package/node_modules/npm/docs/public/cli-commands/npm-shrinkwrap/index.html +0 -104
  605. package/node_modules/npm/docs/public/cli-commands/npm-star/index.html +0 -99
  606. package/node_modules/npm/docs/public/cli-commands/npm-stars/index.html +0 -99
  607. package/node_modules/npm/docs/public/cli-commands/npm-start/index.html +0 -101
  608. package/node_modules/npm/docs/public/cli-commands/npm-stop/index.html +0 -97
  609. package/node_modules/npm/docs/public/cli-commands/npm-team/index.html +0 -128
  610. package/node_modules/npm/docs/public/cli-commands/npm-test/index.html +0 -99
  611. package/node_modules/npm/docs/public/cli-commands/npm-token/index.html +0 -136
  612. package/node_modules/npm/docs/public/cli-commands/npm-uninstall/index.html +0 -121
  613. package/node_modules/npm/docs/public/cli-commands/npm-unpublish/index.html +0 -109
  614. package/node_modules/npm/docs/public/cli-commands/npm-update/index.html +0 -170
  615. package/node_modules/npm/docs/public/cli-commands/npm-version/index.html +0 -183
  616. package/node_modules/npm/docs/public/cli-commands/npm-view/index.html +0 -148
  617. package/node_modules/npm/docs/public/cli-commands/npm-whoami/index.html +0 -95
  618. package/node_modules/npm/docs/public/configuring-npm/folders/index.html +0 -243
  619. package/node_modules/npm/docs/public/configuring-npm/install/index.html +0 -126
  620. package/node_modules/npm/docs/public/configuring-npm/npmrc/index.html +0 -148
  621. package/node_modules/npm/docs/public/configuring-npm/package-json/index.html +0 -714
  622. package/node_modules/npm/docs/public/configuring-npm/package-lock-json/index.html +0 -189
  623. package/node_modules/npm/docs/public/configuring-npm/package-locks/index.html +0 -217
  624. package/node_modules/npm/docs/public/configuring-npm/shrinkwrap-json/index.html +0 -105
  625. package/node_modules/npm/docs/public/icons/icon-144x144.png +0 -0
  626. package/node_modules/npm/docs/public/icons/icon-192x192.png +0 -0
  627. package/node_modules/npm/docs/public/icons/icon-256x256.png +0 -0
  628. package/node_modules/npm/docs/public/icons/icon-384x384.png +0 -0
  629. package/node_modules/npm/docs/public/icons/icon-48x48.png +0 -0
  630. package/node_modules/npm/docs/public/icons/icon-512x512.png +0 -0
  631. package/node_modules/npm/docs/public/icons/icon-72x72.png +0 -0
  632. package/node_modules/npm/docs/public/icons/icon-96x96.png +0 -0
  633. package/node_modules/npm/docs/public/index.html +0 -131
  634. package/node_modules/npm/docs/public/static/d/2215187023.json +0 -1
  635. package/node_modules/npm/docs/public/static/d/2417117884.json +0 -1
  636. package/node_modules/npm/docs/public/static/network-icon-f659855f70bb0e12addd96250807c241.svg +0 -1
  637. package/node_modules/npm/docs/public/styles.e93b5499b63484750fba.css +0 -1
  638. package/node_modules/npm/docs/public/using-npm/config/index.html +0 -1164
  639. package/node_modules/npm/docs/public/using-npm/developers/index.html +0 -262
  640. package/node_modules/npm/docs/public/using-npm/disputes/index.html +0 -195
  641. package/node_modules/npm/docs/public/using-npm/orgs/index.html +0 -147
  642. package/node_modules/npm/docs/public/using-npm/registry/index.html +0 -159
  643. package/node_modules/npm/docs/public/using-npm/removal/index.html +0 -119
  644. package/node_modules/npm/docs/public/using-npm/scope/index.html +0 -162
  645. package/node_modules/npm/docs/public/using-npm/scripts/index.html +0 -326
  646. package/node_modules/npm/docs/public/using-npm/semver/index.html +0 -438
  647. package/node_modules/npm/docs/src/components/Accordion.js +0 -57
  648. package/node_modules/npm/docs/src/components/Button.js +0 -22
  649. package/node_modules/npm/docs/src/components/DocLinks.js +0 -72
  650. package/node_modules/npm/docs/src/components/FoundTypo.js +0 -23
  651. package/node_modules/npm/docs/src/components/MobileSidebar.js +0 -33
  652. package/node_modules/npm/docs/src/components/Sidebar.js +0 -30
  653. package/node_modules/npm/docs/src/components/home/DarkBlock.js +0 -40
  654. package/node_modules/npm/docs/src/components/home/FeatureCard.js +0 -39
  655. package/node_modules/npm/docs/src/components/home/Features.js +0 -83
  656. package/node_modules/npm/docs/src/components/home/Footer.js +0 -29
  657. package/node_modules/npm/docs/src/components/home/Terminal.js +0 -120
  658. package/node_modules/npm/docs/src/components/home/Windows.js +0 -73
  659. package/node_modules/npm/docs/src/components/home/cubes.js +0 -101
  660. package/node_modules/npm/docs/src/components/home/hero.js +0 -25
  661. package/node_modules/npm/docs/src/components/layout.js +0 -24
  662. package/node_modules/npm/docs/src/components/links.js +0 -50
  663. package/node_modules/npm/docs/src/components/navbar.js +0 -136
  664. package/node_modules/npm/docs/src/components/scripts.js +0 -27
  665. package/node_modules/npm/docs/src/components/seo.js +0 -88
  666. package/node_modules/npm/docs/src/images/background-boxes.svg +0 -2782
  667. package/node_modules/npm/docs/src/images/background-cubes.svg +0 -2767
  668. package/node_modules/npm/docs/src/images/background-rectangles.svg +0 -1
  669. package/node_modules/npm/docs/src/images/bracket.svg +0 -1
  670. package/node_modules/npm/docs/src/images/cli-logo.svg +0 -1
  671. package/node_modules/npm/docs/src/images/down-carrot.svg +0 -1
  672. package/node_modules/npm/docs/src/images/hamburger-close.svg +0 -1
  673. package/node_modules/npm/docs/src/images/hamburger.svg +0 -1
  674. package/node_modules/npm/docs/src/images/manager-icon.svg +0 -1
  675. package/node_modules/npm/docs/src/images/network-icon.svg +0 -1
  676. package/node_modules/npm/docs/src/images/npm-icon.png +0 -0
  677. package/node_modules/npm/docs/src/images/orange-cube.svg +0 -1
  678. package/node_modules/npm/docs/src/images/pink-gradient-cube.svg +0 -1
  679. package/node_modules/npm/docs/src/images/purple-cube.svg +0 -1
  680. package/node_modules/npm/docs/src/images/purple-gradient-cube.svg +0 -1
  681. package/node_modules/npm/docs/src/images/red-cube.svg +0 -1
  682. package/node_modules/npm/docs/src/images/right-shadow-box.svg +0 -2809
  683. package/node_modules/npm/docs/src/images/terminal-icon.svg +0 -1
  684. package/node_modules/npm/docs/src/images/test-icon.svg +0 -1
  685. package/node_modules/npm/docs/src/images/up-carrot.svg +0 -1
  686. package/node_modules/npm/docs/src/images/x.svg +0 -1
  687. package/node_modules/npm/docs/src/main.css +0 -167
  688. package/node_modules/npm/docs/src/pages/404.js +0 -12
  689. package/node_modules/npm/docs/src/pages/index.js +0 -16
  690. package/node_modules/npm/docs/src/templates/Page.js +0 -40
  691. package/node_modules/npm/docs/src/theme.js +0 -50
  692. package/node_modules/npm/man/man7/disputes.7 +0 -149
  693. package/node_modules/npm/node_modules/balanced-match/.npmignore +0 -5
  694. package/node_modules/npm/node_modules/combined-stream/lib/defer.js +0 -26
  695. package/node_modules/npm/node_modules/dezalgo/.travis.yml +0 -7
  696. package/node_modules/npm/node_modules/dezalgo/test/basic.js +0 -29
  697. package/node_modules/npm/node_modules/glob/changelog.md +0 -67
  698. package/node_modules/npm/node_modules/meant/.github/workflows/ci.yml +0 -20
  699. package/node_modules/npm/node_modules/meant/test.js +0 -11
  700. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/.travis.yml +0 -8
  701. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/LICENSE +0 -18
  702. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/example/parse.js +0 -2
  703. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/index.js +0 -249
  704. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/package.json +0 -45
  705. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/readme.markdown +0 -98
  706. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/all_bool.js +0 -32
  707. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/bool.js +0 -178
  708. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dash.js +0 -31
  709. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/default_bool.js +0 -35
  710. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/dotted.js +0 -22
  711. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/kv_short.js +0 -16
  712. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/long.js +0 -31
  713. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/num.js +0 -36
  714. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse.js +0 -197
  715. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js +0 -9
  716. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/proto.js +0 -60
  717. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/short.js +0 -67
  718. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/stop_early.js +0 -15
  719. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/unknown.js +0 -102
  720. package/node_modules/npm/node_modules/mkdirp/node_modules/minimist/test/whitespace.js +0 -8
  721. package/node_modules/npm/node_modules/psl/.eslintignore +0 -1
  722. package/node_modules/npm/node_modules/psl/.eslintrc +0 -11
  723. package/node_modules/npm/node_modules/psl/.travis.yml +0 -6
  724. package/node_modules/npm/node_modules/psl/karma.conf.js +0 -38
  725. package/node_modules/npm/node_modules/psl/yarn.lock +0 -4532
  726. package/node_modules/npm/node_modules/punycode/package.json +0 -60
  727. package/node_modules/npm/node_modules/punycode/punycode.js +0 -533
  728. package/node_modules/npm/node_modules/qs/.eslintignore +0 -1
  729. package/node_modules/npm/node_modules/qs/LICENSE +0 -28
  730. package/node_modules/npm/node_modules/qs/test/.eslintrc +0 -15
  731. package/node_modules/npm/node_modules/qw/README.md~ +0 -27
  732. package/node_modules/npm/node_modules/sshpk/.npmignore +0 -9
@@ -0,0 +1,187 @@
1
+ declare module "safe-buffer" {
2
+ export class Buffer {
3
+ length: number
4
+ write(string: string, offset?: number, length?: number, encoding?: string): number;
5
+ toString(encoding?: string, start?: number, end?: number): string;
6
+ toJSON(): { type: 'Buffer', data: any[] };
7
+ equals(otherBuffer: Buffer): boolean;
8
+ compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number;
9
+ copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;
10
+ slice(start?: number, end?: number): Buffer;
11
+ writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number;
12
+ writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number;
13
+ writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number;
14
+ writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number;
15
+ readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
16
+ readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number;
17
+ readIntLE(offset: number, byteLength: number, noAssert?: boolean): number;
18
+ readIntBE(offset: number, byteLength: number, noAssert?: boolean): number;
19
+ readUInt8(offset: number, noAssert?: boolean): number;
20
+ readUInt16LE(offset: number, noAssert?: boolean): number;
21
+ readUInt16BE(offset: number, noAssert?: boolean): number;
22
+ readUInt32LE(offset: number, noAssert?: boolean): number;
23
+ readUInt32BE(offset: number, noAssert?: boolean): number;
24
+ readInt8(offset: number, noAssert?: boolean): number;
25
+ readInt16LE(offset: number, noAssert?: boolean): number;
26
+ readInt16BE(offset: number, noAssert?: boolean): number;
27
+ readInt32LE(offset: number, noAssert?: boolean): number;
28
+ readInt32BE(offset: number, noAssert?: boolean): number;
29
+ readFloatLE(offset: number, noAssert?: boolean): number;
30
+ readFloatBE(offset: number, noAssert?: boolean): number;
31
+ readDoubleLE(offset: number, noAssert?: boolean): number;
32
+ readDoubleBE(offset: number, noAssert?: boolean): number;
33
+ swap16(): Buffer;
34
+ swap32(): Buffer;
35
+ swap64(): Buffer;
36
+ writeUInt8(value: number, offset: number, noAssert?: boolean): number;
37
+ writeUInt16LE(value: number, offset: number, noAssert?: boolean): number;
38
+ writeUInt16BE(value: number, offset: number, noAssert?: boolean): number;
39
+ writeUInt32LE(value: number, offset: number, noAssert?: boolean): number;
40
+ writeUInt32BE(value: number, offset: number, noAssert?: boolean): number;
41
+ writeInt8(value: number, offset: number, noAssert?: boolean): number;
42
+ writeInt16LE(value: number, offset: number, noAssert?: boolean): number;
43
+ writeInt16BE(value: number, offset: number, noAssert?: boolean): number;
44
+ writeInt32LE(value: number, offset: number, noAssert?: boolean): number;
45
+ writeInt32BE(value: number, offset: number, noAssert?: boolean): number;
46
+ writeFloatLE(value: number, offset: number, noAssert?: boolean): number;
47
+ writeFloatBE(value: number, offset: number, noAssert?: boolean): number;
48
+ writeDoubleLE(value: number, offset: number, noAssert?: boolean): number;
49
+ writeDoubleBE(value: number, offset: number, noAssert?: boolean): number;
50
+ fill(value: any, offset?: number, end?: number): this;
51
+ indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number;
52
+ lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number;
53
+ includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean;
54
+
55
+ /**
56
+ * Allocates a new buffer containing the given {str}.
57
+ *
58
+ * @param str String to store in buffer.
59
+ * @param encoding encoding to use, optional. Default is 'utf8'
60
+ */
61
+ constructor (str: string, encoding?: string);
62
+ /**
63
+ * Allocates a new buffer of {size} octets.
64
+ *
65
+ * @param size count of octets to allocate.
66
+ */
67
+ constructor (size: number);
68
+ /**
69
+ * Allocates a new buffer containing the given {array} of octets.
70
+ *
71
+ * @param array The octets to store.
72
+ */
73
+ constructor (array: Uint8Array);
74
+ /**
75
+ * Produces a Buffer backed by the same allocated memory as
76
+ * the given {ArrayBuffer}.
77
+ *
78
+ *
79
+ * @param arrayBuffer The ArrayBuffer with which to share memory.
80
+ */
81
+ constructor (arrayBuffer: ArrayBuffer);
82
+ /**
83
+ * Allocates a new buffer containing the given {array} of octets.
84
+ *
85
+ * @param array The octets to store.
86
+ */
87
+ constructor (array: any[]);
88
+ /**
89
+ * Copies the passed {buffer} data onto a new {Buffer} instance.
90
+ *
91
+ * @param buffer The buffer to copy.
92
+ */
93
+ constructor (buffer: Buffer);
94
+ prototype: Buffer;
95
+ /**
96
+ * Allocates a new Buffer using an {array} of octets.
97
+ *
98
+ * @param array
99
+ */
100
+ static from(array: any[]): Buffer;
101
+ /**
102
+ * When passed a reference to the .buffer property of a TypedArray instance,
103
+ * the newly created Buffer will share the same allocated memory as the TypedArray.
104
+ * The optional {byteOffset} and {length} arguments specify a memory range
105
+ * within the {arrayBuffer} that will be shared by the Buffer.
106
+ *
107
+ * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer()
108
+ * @param byteOffset
109
+ * @param length
110
+ */
111
+ static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer;
112
+ /**
113
+ * Copies the passed {buffer} data onto a new Buffer instance.
114
+ *
115
+ * @param buffer
116
+ */
117
+ static from(buffer: Buffer): Buffer;
118
+ /**
119
+ * Creates a new Buffer containing the given JavaScript string {str}.
120
+ * If provided, the {encoding} parameter identifies the character encoding.
121
+ * If not provided, {encoding} defaults to 'utf8'.
122
+ *
123
+ * @param str
124
+ */
125
+ static from(str: string, encoding?: string): Buffer;
126
+ /**
127
+ * Returns true if {obj} is a Buffer
128
+ *
129
+ * @param obj object to test.
130
+ */
131
+ static isBuffer(obj: any): obj is Buffer;
132
+ /**
133
+ * Returns true if {encoding} is a valid encoding argument.
134
+ * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex'
135
+ *
136
+ * @param encoding string to test.
137
+ */
138
+ static isEncoding(encoding: string): boolean;
139
+ /**
140
+ * Gives the actual byte length of a string. encoding defaults to 'utf8'.
141
+ * This is not the same as String.prototype.length since that returns the number of characters in a string.
142
+ *
143
+ * @param string string to test.
144
+ * @param encoding encoding used to evaluate (defaults to 'utf8')
145
+ */
146
+ static byteLength(string: string, encoding?: string): number;
147
+ /**
148
+ * Returns a buffer which is the result of concatenating all the buffers in the list together.
149
+ *
150
+ * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer.
151
+ * If the list has exactly one item, then the first item of the list is returned.
152
+ * If the list has more than one item, then a new Buffer is created.
153
+ *
154
+ * @param list An array of Buffer objects to concatenate
155
+ * @param totalLength Total length of the buffers when concatenated.
156
+ * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly.
157
+ */
158
+ static concat(list: Buffer[], totalLength?: number): Buffer;
159
+ /**
160
+ * The same as buf1.compare(buf2).
161
+ */
162
+ static compare(buf1: Buffer, buf2: Buffer): number;
163
+ /**
164
+ * Allocates a new buffer of {size} octets.
165
+ *
166
+ * @param size count of octets to allocate.
167
+ * @param fill if specified, buffer will be initialized by calling buf.fill(fill).
168
+ * If parameter is omitted, buffer will be filled with zeros.
169
+ * @param encoding encoding used for call to buf.fill while initalizing
170
+ */
171
+ static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer;
172
+ /**
173
+ * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents
174
+ * of the newly created Buffer are unknown and may contain sensitive data.
175
+ *
176
+ * @param size count of octets to allocate
177
+ */
178
+ static allocUnsafe(size: number): Buffer;
179
+ /**
180
+ * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents
181
+ * of the newly created Buffer are unknown and may contain sensitive data.
182
+ *
183
+ * @param size count of octets to allocate
184
+ */
185
+ static allocUnsafeSlow(size: number): Buffer;
186
+ }
187
+ }
@@ -0,0 +1,62 @@
1
+ /* eslint-disable node/no-deprecated-api */
2
+ var buffer = require('buffer')
3
+ var Buffer = buffer.Buffer
4
+
5
+ // alternative to using Object.keys for old browsers
6
+ function copyProps (src, dst) {
7
+ for (var key in src) {
8
+ dst[key] = src[key]
9
+ }
10
+ }
11
+ if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) {
12
+ module.exports = buffer
13
+ } else {
14
+ // Copy properties from require('buffer')
15
+ copyProps(buffer, exports)
16
+ exports.Buffer = SafeBuffer
17
+ }
18
+
19
+ function SafeBuffer (arg, encodingOrOffset, length) {
20
+ return Buffer(arg, encodingOrOffset, length)
21
+ }
22
+
23
+ // Copy static methods from Buffer
24
+ copyProps(Buffer, SafeBuffer)
25
+
26
+ SafeBuffer.from = function (arg, encodingOrOffset, length) {
27
+ if (typeof arg === 'number') {
28
+ throw new TypeError('Argument must not be a number')
29
+ }
30
+ return Buffer(arg, encodingOrOffset, length)
31
+ }
32
+
33
+ SafeBuffer.alloc = function (size, fill, encoding) {
34
+ if (typeof size !== 'number') {
35
+ throw new TypeError('Argument must be a number')
36
+ }
37
+ var buf = Buffer(size)
38
+ if (fill !== undefined) {
39
+ if (typeof encoding === 'string') {
40
+ buf.fill(fill, encoding)
41
+ } else {
42
+ buf.fill(fill)
43
+ }
44
+ } else {
45
+ buf.fill(0)
46
+ }
47
+ return buf
48
+ }
49
+
50
+ SafeBuffer.allocUnsafe = function (size) {
51
+ if (typeof size !== 'number') {
52
+ throw new TypeError('Argument must be a number')
53
+ }
54
+ return Buffer(size)
55
+ }
56
+
57
+ SafeBuffer.allocUnsafeSlow = function (size) {
58
+ if (typeof size !== 'number') {
59
+ throw new TypeError('Argument must be a number')
60
+ }
61
+ return buffer.SlowBuffer(size)
62
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "safe-buffer",
3
+ "description": "Safer Node.js Buffer API",
4
+ "version": "5.1.2",
5
+ "author": {
6
+ "name": "Feross Aboukhadijeh",
7
+ "email": "feross@feross.org",
8
+ "url": "http://feross.org"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/feross/safe-buffer/issues"
12
+ },
13
+ "devDependencies": {
14
+ "standard": "*",
15
+ "tape": "^4.0.0"
16
+ },
17
+ "homepage": "https://github.com/feross/safe-buffer",
18
+ "keywords": [
19
+ "buffer",
20
+ "buffer allocate",
21
+ "node security",
22
+ "safe",
23
+ "safe-buffer",
24
+ "security",
25
+ "uninitialized"
26
+ ],
27
+ "license": "MIT",
28
+ "main": "index.js",
29
+ "types": "index.d.ts",
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "git://github.com/feross/safe-buffer.git"
33
+ },
34
+ "scripts": {
35
+ "test": "standard && tape test/*.js"
36
+ }
37
+ }
@@ -13,26 +13,56 @@ declare namespace envPaths {
13
13
  export interface Paths {
14
14
  /**
15
15
  Directory for data files.
16
+
17
+ Example locations (with the default `nodejs` suffix):
18
+
19
+ - macOS: `~/Library/Application Support/MyApp-nodejs`
20
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Data` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Data`)
21
+ - Linux: `~/.local/share/MyApp-nodejs` (or `$XDG_DATA_HOME/MyApp-nodejs`)
16
22
  */
17
23
  readonly data: string;
18
24
 
19
25
  /**
20
26
  Directory for data files.
27
+
28
+ Example locations (with the default `nodejs` suffix):
29
+
30
+ - macOS: `~/Library/Preferences/MyApp-nodejs`
31
+ - Windows: `%APPDATA%\MyApp-nodejs\Config` (for example, `C:\Users\USERNAME\AppData\Roaming\MyApp-nodejs\Config`)
32
+ - Linux: `~/.config/MyApp-nodejs` (or `$XDG_CONFIG_HOME/MyApp-nodejs`)
21
33
  */
22
34
  readonly config: string;
23
35
 
24
36
  /**
25
37
  Directory for non-essential data files.
38
+
39
+ Example locations (with the default `nodejs` suffix):
40
+
41
+ - macOS: `~/Library/Caches/MyApp-nodejs`
42
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Cache` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Cache`)
43
+ - Linux: `~/.cache/MyApp-nodejs` (or `$XDG_CACHE_HOME/MyApp-nodejs`)
26
44
  */
27
45
  readonly cache: string;
28
46
 
29
47
  /**
30
48
  Directory for log files.
49
+
50
+ Example locations (with the default `nodejs` suffix):
51
+
52
+ - macOS: `~/Library/Logs/MyApp-nodejs`
53
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Log` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Log`)
54
+ - Linux: `~/.local/state/MyApp-nodejs` (or `$XDG_STATE_HOME/MyApp-nodejs`)
31
55
  */
32
56
  readonly log: string;
33
57
 
34
58
  /**
35
59
  Directory for temporary files.
60
+
61
+ Example locations (with the default `nodejs` suffix):
62
+
63
+ - macOS: `/var/folders/jf/f2twvvvs5jl_m49tf034ffpw0000gn/T/MyApp-nodejs`
64
+ - Windows: `%LOCALAPPDATA%\Temp\MyApp-nodejs` (for example, `C:\Users\USERNAME\AppData\Local\Temp\MyApp-nodejs`)
65
+ - Linux: `/tmp/USERNAME/MyApp-nodejs`
36
66
  */
37
67
  readonly temp: string;
38
68
  }
@@ -42,6 +72,8 @@ declare const envPaths: {
42
72
  /**
43
73
  Get paths for storing things like data, config, cache, etc.
44
74
 
75
+ Note: It only generates the path strings. It doesn't create the directories for you. You could use [`make-dir`](https://github.com/sindresorhus/make-dir) to create the directories.
76
+
45
77
  @param name - Name of your project. Used to generate the paths.
46
78
  @returns The paths to use for your project on current OS.
47
79
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "env-paths",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Get paths for storing things like data, config, cache, etc",
5
5
  "license": "MIT",
6
6
  "repository": "sindresorhus/env-paths",
@@ -1,4 +1,4 @@
1
- # env-paths [![Build Status](https://travis-ci.org/sindresorhus/env-paths.svg?branch=master)](https://travis-ci.org/sindresorhus/env-paths)
1
+ # env-paths
2
2
 
3
3
  > Get paths for storing things like data, config, cache, etc
4
4
 
@@ -29,7 +29,9 @@ paths.config
29
29
 
30
30
  ## API
31
31
 
32
- ### paths = envPaths(name, [options])
32
+ ### paths = envPaths(name, options?)
33
+
34
+ Note: It only generates the path strings. It doesn't create the directories for you. You could use [`make-dir`](https://github.com/sindresorhus/make-dir) to create the directories.
33
35
 
34
36
  #### name
35
37
 
@@ -39,7 +41,7 @@ Name of your project. Used to generate the paths.
39
41
 
40
42
  #### options
41
43
 
42
- Type: `Object`
44
+ Type: `object`
43
45
 
44
46
  ##### suffix
45
47
 
@@ -54,23 +56,60 @@ apps. Pass an empty string to disable it.
54
56
 
55
57
  Directory for data files.
56
58
 
59
+ Example locations (with the default `nodejs` [suffix](#suffix)):
60
+
61
+ - macOS: `~/Library/Application Support/MyApp-nodejs`
62
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Data` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Data`)
63
+ - Linux: `~/.local/share/MyApp-nodejs` (or `$XDG_DATA_HOME/MyApp-nodejs`)
64
+
57
65
  ### paths.config
58
66
 
59
67
  Directory for config files.
60
68
 
69
+ Example locations (with the default `nodejs` [suffix](#suffix)):
70
+
71
+ - macOS: `~/Library/Preferences/MyApp-nodejs`
72
+ - Windows: `%APPDATA%\MyApp-nodejs\Config` (for example, `C:\Users\USERNAME\AppData\Roaming\MyApp-nodejs\Config`)
73
+ - Linux: `~/.config/MyApp-nodejs` (or `$XDG_CONFIG_HOME/MyApp-nodejs`)
74
+
61
75
  ### paths.cache
62
76
 
63
77
  Directory for non-essential data files.
64
78
 
79
+ Example locations (with the default `nodejs` [suffix](#suffix)):
80
+
81
+ - macOS: `~/Library/Caches/MyApp-nodejs`
82
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Cache` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Cache`)
83
+ - Linux: `~/.cache/MyApp-nodejs` (or `$XDG_CACHE_HOME/MyApp-nodejs`)
84
+
65
85
  ### paths.log
66
86
 
67
87
  Directory for log files.
68
88
 
89
+ Example locations (with the default `nodejs` [suffix](#suffix)):
90
+
91
+ - macOS: `~/Library/Logs/MyApp-nodejs`
92
+ - Windows: `%LOCALAPPDATA%\MyApp-nodejs\Log` (for example, `C:\Users\USERNAME\AppData\Local\MyApp-nodejs\Log`)
93
+ - Linux: `~/.local/state/MyApp-nodejs` (or `$XDG_STATE_HOME/MyApp-nodejs`)
94
+
69
95
  ### paths.temp
70
96
 
71
97
  Directory for temporary files.
72
98
 
99
+ Example locations (with the default `nodejs` [suffix](#suffix)):
100
+
101
+ - macOS: `/var/folders/jf/f2twvvvs5jl_m49tf034ffpw0000gn/T/MyApp-nodejs`
102
+ - Windows: `%LOCALAPPDATA%\Temp\MyApp-nodejs` (for example, `C:\Users\USERNAME\AppData\Local\Temp\MyApp-nodejs`)
103
+ - Linux: `/tmp/USERNAME/MyApp-nodejs`
73
104
 
74
- ## License
105
+ ---
75
106
 
76
- MIT © [Sindre Sorhus](https://sindresorhus.com)
107
+ <div align="center">
108
+ <b>
109
+ <a href="https://tidelift.com/subscription/pkg/npm-env-paths?utm_source=npm-env-paths&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
110
+ </b>
111
+ <br>
112
+ <sub>
113
+ Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
114
+ </sub>
115
+ </div>
@@ -2,119 +2,124 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ <a name="3.5.2"></a>
6
+ ## [3.5.2](https://github.com/npm/figgy-pudding/compare/v3.5.1...v3.5.2) (2020-03-24)
7
+
8
+
9
+
5
10
  <a name="3.5.1"></a>
6
- ## [3.5.1](https://github.com/zkat/figgy-pudding/compare/v3.5.0...v3.5.1) (2018-08-25)
11
+ ## [3.5.1](https://github.com/npm/figgy-pudding/compare/v3.5.0...v3.5.1) (2018-08-25)
7
12
 
8
13
 
9
14
 
10
15
  <a name="3.5.0"></a>
11
- # [3.5.0](https://github.com/zkat/figgy-pudding/compare/v3.4.1...v3.5.0) (2018-08-25)
16
+ # [3.5.0](https://github.com/npm/figgy-pudding/compare/v3.4.1...v3.5.0) (2018-08-25)
12
17
 
13
18
 
14
19
  ### Bug Fixes
15
20
 
16
- * **node:** get rid of Object.entries to add node6 support back ([074f779](https://github.com/zkat/figgy-pudding/commit/074f779))
21
+ * **node:** get rid of Object.entries to add node6 support back ([074f779](https://github.com/npm/figgy-pudding/commit/074f779))
17
22
 
18
23
 
19
24
  ### Features
20
25
 
21
- * **node:** add node@10 to CI config ([78b8937](https://github.com/zkat/figgy-pudding/commit/78b8937))
26
+ * **node:** add node@10 to CI config ([78b8937](https://github.com/npm/figgy-pudding/commit/78b8937))
22
27
 
23
28
 
24
29
 
25
30
  <a name="3.4.1"></a>
26
- ## [3.4.1](https://github.com/zkat/figgy-pudding/compare/v3.4.0...v3.4.1) (2018-08-16)
31
+ ## [3.4.1](https://github.com/npm/figgy-pudding/compare/v3.4.0...v3.4.1) (2018-08-16)
27
32
 
28
33
 
29
34
  ### Bug Fixes
30
35
 
31
- * **forEach:** get forEach to behave like a normal forEach ([c064755](https://github.com/zkat/figgy-pudding/commit/c064755))
32
- * **has:** get `in` keyword working right ([fafc5a8](https://github.com/zkat/figgy-pudding/commit/fafc5a8))
33
- * **iteration:** fix and test iteration of opts.other keys ([7a76217](https://github.com/zkat/figgy-pudding/commit/7a76217))
34
- * **iteration:** use proper args for forEach/toJSON ([974e879](https://github.com/zkat/figgy-pudding/commit/974e879))
35
- * **proxy:** make sure proxy corner-cases work ok ([8c66e45](https://github.com/zkat/figgy-pudding/commit/8c66e45))
36
- * **set:** fix and test the exceptions to writing ([206793b](https://github.com/zkat/figgy-pudding/commit/206793b))
36
+ * **forEach:** get forEach to behave like a normal forEach ([c064755](https://github.com/npm/figgy-pudding/commit/c064755))
37
+ * **has:** get `in` keyword working right ([fafc5a8](https://github.com/npm/figgy-pudding/commit/fafc5a8))
38
+ * **iteration:** fix and test iteration of opts.other keys ([7a76217](https://github.com/npm/figgy-pudding/commit/7a76217))
39
+ * **iteration:** use proper args for forEach/toJSON ([974e879](https://github.com/npm/figgy-pudding/commit/974e879))
40
+ * **proxy:** make sure proxy corner-cases work ok ([8c66e45](https://github.com/npm/figgy-pudding/commit/8c66e45))
41
+ * **set:** fix and test the exceptions to writing ([206793b](https://github.com/npm/figgy-pudding/commit/206793b))
37
42
 
38
43
 
39
44
 
40
45
  <a name="3.4.0"></a>
41
- # [3.4.0](https://github.com/zkat/figgy-pudding/compare/v3.3.0...v3.4.0) (2018-08-16)
46
+ # [3.4.0](https://github.com/npm/figgy-pudding/compare/v3.3.0...v3.4.0) (2018-08-16)
42
47
 
43
48
 
44
49
  ### Features
45
50
 
46
- * **iterator:** allow iteration over "other" keys ([3c53323](https://github.com/zkat/figgy-pudding/commit/3c53323))
51
+ * **iterator:** allow iteration over "other" keys ([3c53323](https://github.com/npm/figgy-pudding/commit/3c53323))
47
52
 
48
53
 
49
54
 
50
55
  <a name="3.3.0"></a>
51
- # [3.3.0](https://github.com/zkat/figgy-pudding/compare/v3.2.1...v3.3.0) (2018-08-16)
56
+ # [3.3.0](https://github.com/npm/figgy-pudding/compare/v3.2.1...v3.3.0) (2018-08-16)
52
57
 
53
58
 
54
59
  ### Bug Fixes
55
60
 
56
- * **props:** allow symbols to pass through ([97b3464](https://github.com/zkat/figgy-pudding/commit/97b3464))
61
+ * **props:** allow symbols to pass through ([97b3464](https://github.com/npm/figgy-pudding/commit/97b3464))
57
62
 
58
63
 
59
64
  ### Features
60
65
 
61
- * **pudding:** iteration and serialization support ([0aaa50d](https://github.com/zkat/figgy-pudding/commit/0aaa50d))
66
+ * **pudding:** iteration and serialization support ([0aaa50d](https://github.com/npm/figgy-pudding/commit/0aaa50d))
62
67
 
63
68
 
64
69
 
65
70
  <a name="3.2.1"></a>
66
- ## [3.2.1](https://github.com/zkat/figgy-pudding/compare/v3.2.0...v3.2.1) (2018-08-15)
71
+ ## [3.2.1](https://github.com/npm/figgy-pudding/compare/v3.2.0...v3.2.1) (2018-08-15)
67
72
 
68
73
 
69
74
  ### Bug Fixes
70
75
 
71
- * **aliases:** make reverse aliases work correctly ([76a255e](https://github.com/zkat/figgy-pudding/commit/76a255e))
76
+ * **aliases:** make reverse aliases work correctly ([76a255e](https://github.com/npm/figgy-pudding/commit/76a255e))
72
77
 
73
78
 
74
79
 
75
80
  <a name="3.2.0"></a>
76
- # [3.2.0](https://github.com/zkat/figgy-pudding/compare/v3.1.0...v3.2.0) (2018-07-26)
81
+ # [3.2.0](https://github.com/npm/figgy-pudding/compare/v3.1.0...v3.2.0) (2018-07-26)
77
82
 
78
83
 
79
84
  ### Bug Fixes
80
85
 
81
- * **concat:** have concat spit out a proxy, too ([64e3495](https://github.com/zkat/figgy-pudding/commit/64e3495))
86
+ * **concat:** have concat spit out a proxy, too ([64e3495](https://github.com/npm/figgy-pudding/commit/64e3495))
82
87
 
83
88
 
84
89
  ### Features
85
90
 
86
- * **default:** pass the pudding itself to default fns ([d9d9e09](https://github.com/zkat/figgy-pudding/commit/d9d9e09))
91
+ * **default:** pass the pudding itself to default fns ([d9d9e09](https://github.com/npm/figgy-pudding/commit/d9d9e09))
87
92
 
88
93
 
89
94
 
90
95
  <a name="3.1.0"></a>
91
- # [3.1.0](https://github.com/zkat/figgy-pudding/compare/v3.0.0...v3.1.0) (2018-04-08)
96
+ # [3.1.0](https://github.com/npm/figgy-pudding/compare/v3.0.0...v3.1.0) (2018-04-08)
92
97
 
93
98
 
94
99
  ### Features
95
100
 
96
- * **opts:** allow direct option fetching without .get() ([ca77aad](https://github.com/zkat/figgy-pudding/commit/ca77aad))
101
+ * **opts:** allow direct option fetching without .get() ([ca77aad](https://github.com/npm/figgy-pudding/commit/ca77aad))
97
102
 
98
103
 
99
104
 
100
105
  <a name="3.0.0"></a>
101
- # [3.0.0](https://github.com/zkat/figgy-pudding/compare/v2.0.1...v3.0.0) (2018-04-06)
106
+ # [3.0.0](https://github.com/npm/figgy-pudding/compare/v2.0.1...v3.0.0) (2018-04-06)
102
107
 
103
108
 
104
109
  ### Bug Fixes
105
110
 
106
- * **ci:** oops -- forgot to update CI config ([7a40563](https://github.com/zkat/figgy-pudding/commit/7a40563))
107
- * **get:** make provider lookup order like Object.assign ([33ff89b](https://github.com/zkat/figgy-pudding/commit/33ff89b))
111
+ * **ci:** oops -- forgot to update CI config ([7a40563](https://github.com/npm/figgy-pudding/commit/7a40563))
112
+ * **get:** make provider lookup order like Object.assign ([33ff89b](https://github.com/npm/figgy-pudding/commit/33ff89b))
108
113
 
109
114
 
110
115
  ### Features
111
116
 
112
- * **concat:** add .concat() method to opts ([d310fce](https://github.com/zkat/figgy-pudding/commit/d310fce))
117
+ * **concat:** add .concat() method to opts ([d310fce](https://github.com/npm/figgy-pudding/commit/d310fce))
113
118
 
114
119
 
115
120
  ### meta
116
121
 
117
- * drop support for node@4 and node@7 ([9f8a61c](https://github.com/zkat/figgy-pudding/commit/9f8a61c))
122
+ * drop support for node@4 and node@7 ([9f8a61c](https://github.com/npm/figgy-pudding/commit/9f8a61c))
118
123
 
119
124
 
120
125
  ### BREAKING CHANGES
@@ -125,23 +130,23 @@ All notable changes to this project will be documented in this file. See [standa
125
130
 
126
131
 
127
132
  <a name="2.0.1"></a>
128
- ## [2.0.1](https://github.com/zkat/figgy-pudding/compare/v2.0.0...v2.0.1) (2018-03-16)
133
+ ## [2.0.1](https://github.com/npm/figgy-pudding/compare/v2.0.0...v2.0.1) (2018-03-16)
129
134
 
130
135
 
131
136
  ### Bug Fixes
132
137
 
133
- * **opts:** ignore non-object providers ([7b9c0f8](https://github.com/zkat/figgy-pudding/commit/7b9c0f8))
138
+ * **opts:** ignore non-object providers ([7b9c0f8](https://github.com/npm/figgy-pudding/commit/7b9c0f8))
134
139
 
135
140
 
136
141
 
137
142
  <a name="2.0.0"></a>
138
- # [2.0.0](https://github.com/zkat/figgy-pudding/compare/v1.0.0...v2.0.0) (2018-03-16)
143
+ # [2.0.0](https://github.com/npm/figgy-pudding/compare/v1.0.0...v2.0.0) (2018-03-16)
139
144
 
140
145
 
141
146
  ### Features
142
147
 
143
- * **api:** overhauled API with new opt handling concept ([e6cc929](https://github.com/zkat/figgy-pudding/commit/e6cc929))
144
- * **license:** relicense to ISC ([87479aa](https://github.com/zkat/figgy-pudding/commit/87479aa))
148
+ * **api:** overhauled API with new opt handling concept ([e6cc929](https://github.com/npm/figgy-pudding/commit/e6cc929))
149
+ * **license:** relicense to ISC ([87479aa](https://github.com/npm/figgy-pudding/commit/87479aa))
145
150
 
146
151
 
147
152
  ### BREAKING CHANGES
@@ -1,6 +1,14 @@
1
- # figgy-pudding [![npm version](https://img.shields.io/npm/v/figgy-pudding.svg)](https://npm.im/figgy-pudding) [![license](https://img.shields.io/npm/l/figgy-pudding.svg)](https://npm.im/figgy-pudding) [![Travis](https://img.shields.io/travis/zkat/figgy-pudding.svg)](https://travis-ci.org/zkat/figgy-pudding) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/zkat/figgy-pudding?svg=true)](https://ci.appveyor.com/project/zkat/figgy-pudding) [![Coverage Status](https://coveralls.io/repos/github/zkat/figgy-pudding/badge.svg?branch=latest)](https://coveralls.io/github/zkat/figgy-pudding?branch=latest)
1
+ # Note: pending imminent deprecation
2
2
 
3
- [`figgy-pudding`](https://github.com/zkat/figgy-pudding) is a small JavaScript
3
+ **This module will be deprecated once npm v7 is released. Please do not rely
4
+ on it more than absolutely necessary (ie, only if you are depending on
5
+ it for use with npm v6 internal dependencies).**
6
+
7
+ ----
8
+
9
+ # figgy-pudding [![npm version](https://img.shields.io/npm/v/figgy-pudding.svg)](https://npm.im/figgy-pudding) [![license](https://img.shields.io/npm/l/figgy-pudding.svg)](https://npm.im/figgy-pudding) [![Travis](https://img.shields.io/travis/npm/figgy-pudding.svg)](https://travis-ci.org/npm/figgy-pudding) [![Coverage Status](https://coveralls.io/repos/github/npm/figgy-pudding/badge.svg?branch=latest)](https://coveralls.io/github/npm/figgy-pudding?branch=latest)
10
+
11
+ [`figgy-pudding`](https://github.com/npm/figgy-pudding) is a small JavaScript
4
12
  library for managing and composing cascading options objects -- hiding what
5
13
  needs to be hidden from each layer, without having to do a lot of manual munging
6
14
  and passing of options.