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,827 @@
1
+ <html><head>
2
+ <title>package.json</title>
3
+ <style>
4
+ body {
5
+ background-color: #ffffff;
6
+ color: #24292e;
7
+
8
+ margin: 0;
9
+
10
+ line-height: 1.5;
11
+
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
13
+ }
14
+ #rainbar {
15
+ height: 10px;
16
+ background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
17
+ }
18
+
19
+ a {
20
+ text-decoration: none;
21
+ color: #0366d6;
22
+ }
23
+ a:hover {
24
+ text-decoration: underline;
25
+ }
26
+
27
+ pre {
28
+ margin: 1em 0px;
29
+ padding: 1em;
30
+ border: solid 1px #e1e4e8;
31
+ border-radius: 6px;
32
+
33
+ display: block;
34
+ overflow: auto;
35
+
36
+ white-space: pre;
37
+
38
+ background-color: #f6f8fa;
39
+ color: #393a34;
40
+ }
41
+ code {
42
+ font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
43
+ font-size: 85%;
44
+ padding: 0.2em 0.4em;
45
+ background-color: #f6f8fa;
46
+ color: #393a34;
47
+ }
48
+ pre > code {
49
+ padding: 0;
50
+ background-color: inherit;
51
+ color: inherit;
52
+ }
53
+ h1, h2, h3 {
54
+ font-weight: 600;
55
+ }
56
+
57
+ #logobar {
58
+ background-color: #333333;
59
+ margin: 0 auto;
60
+ padding: 1em 4em;
61
+ }
62
+ #logobar .logo {
63
+ float: left;
64
+ }
65
+ #logobar .title {
66
+ font-weight: 600;
67
+ color: #dddddd;
68
+ float: left;
69
+ margin: 5px 0 0 1em;
70
+ }
71
+ #logobar:after {
72
+ content: "";
73
+ display: block;
74
+ clear: both;
75
+ }
76
+
77
+ #content {
78
+ margin: 0 auto;
79
+ padding: 0 4em;
80
+ }
81
+
82
+ #table_of_contents > h2 {
83
+ font-size: 1.17em;
84
+ }
85
+ #table_of_contents ul:first-child {
86
+ border: solid 1px #e1e4e8;
87
+ border-radius: 6px;
88
+ padding: 1em;
89
+ background-color: #f6f8fa;
90
+ color: #393a34;
91
+ }
92
+ #table_of_contents ul {
93
+ list-style-type: none;
94
+ padding-left: 1.5em;
95
+ }
96
+ #table_of_contents li {
97
+ font-size: 0.9em;
98
+ }
99
+ #table_of_contents li a {
100
+ color: #000000;
101
+ }
102
+
103
+ header.title {
104
+ border-bottom: solid 1px #e1e4e8;
105
+ }
106
+ header.title > h1 {
107
+ margin-bottom: 0.25em;
108
+ }
109
+ header.title > .description {
110
+ display: block;
111
+ margin-bottom: 0.5em;
112
+ line-height: 1;
113
+ }
114
+
115
+ footer#edit {
116
+ border-top: solid 1px #e1e4e8;
117
+ margin: 3em 0 4em 0;
118
+ padding-top: 2em;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="banner">
124
+ <div id="rainbar"></div>
125
+ <div id="logobar">
126
+ <svg class="logo" role="img" height="32" width="32" viewBox="0 0 700 700">
127
+ <polygon fill="#cb0000" points="0,700 700,700 700,0 0,0"></polygon>
128
+ <polygon fill="#ffffff" points="150,550 350,550 350,250 450,250 450,550 550,550 550,150 150,150"></polygon>
129
+ </svg>
130
+ <div class="title">
131
+ npm command-line interface
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <section id="content">
137
+ <header class="title">
138
+ <h1 id="packagejson">package.json</h1>
139
+ <span class="description">Specifics of npm's package.json handling</span>
140
+ </header>
141
+
142
+ <section id="table_of_contents">
143
+ <h2 id="table-of-contents">Table of contents</h2>
144
+ <div id="_table_of_contents"><ul><li><a href="#description">Description</a></li><li><a href="#name">name</a></li><li><a href="#version">version</a></li><li><a href="#description2">description</a></li><li><a href="#keywords">keywords</a></li><li><a href="#homepage">homepage</a></li><li><a href="#bugs">bugs</a></li><li><a href="#license">license</a></li><li><a href="#people-fields-author-contributors">people fields: author, contributors</a></li><li><a href="#funding">funding</a></li><li><a href="#files">files</a></li><li><a href="#main">main</a></li><li><a href="#browser">browser</a></li><li><a href="#bin">bin</a></li><li><a href="#man">man</a></li><li><a href="#directories">directories</a></li><ul><li><a href="#directorieslib">directories.lib</a></li><li><a href="#directoriesbin">directories.bin</a></li><li><a href="#directoriesman">directories.man</a></li><li><a href="#directoriesdoc">directories.doc</a></li><li><a href="#directoriesexample">directories.example</a></li><li><a href="#directoriestest">directories.test</a></li></ul><li><a href="#repository">repository</a></li><li><a href="#scripts">scripts</a></li><li><a href="#config">config</a></li><li><a href="#dependencies">dependencies</a></li><ul><li><a href="#urls-as-dependencies">URLs as Dependencies</a></li><li><a href="#git-urls-as-dependencies">Git URLs as Dependencies</a></li><li><a href="#github-urls">GitHub URLs</a></li><li><a href="#local-paths">Local Paths</a></li></ul><li><a href="#devdependencies">devDependencies</a></li><li><a href="#peerdependencies">peerDependencies</a></li><li><a href="#bundleddependencies">bundledDependencies</a></li><li><a href="#optionaldependencies">optionalDependencies</a></li><li><a href="#engines">engines</a></li><li><a href="#enginestrict">engineStrict</a></li><li><a href="#os">os</a></li><li><a href="#cpu">cpu</a></li><li><a href="#preferglobal">preferGlobal</a></li><li><a href="#private">private</a></li><li><a href="#publishconfig">publishConfig</a></li><li><a href="#default-values">DEFAULT VALUES</a></li><li><a href="#see-also">SEE ALSO</a></li></ul></div>
145
+ </section>
146
+
147
+ <div id="_content"><h3 id="description">Description</h3>
148
+ <p>This document is all you need to know about what’s required in your package.json
149
+ file. It must be actual JSON, not just a JavaScript object literal.</p>
150
+ <p>A lot of the behavior described in this document is affected by the config
151
+ settings described in <a href="../using-npm/config.html"><code>config</code></a>.</p>
152
+ <h3 id="name">name</h3>
153
+ <p>If you plan to publish your package, the <em>most</em> important things in your
154
+ package.json are the name and version fields as they will be required. The name
155
+ and version together form an identifier that is assumed to be completely unique.
156
+ Changes to the package should come along with changes to the version. If you don’t
157
+ plan to publish your package, the name and version fields are optional.</p>
158
+ <p>The name is what your thing is called.</p>
159
+ <p>Some rules:</p>
160
+ <ul>
161
+ <li>The name must be less than or equal to 214 characters. This includes the scope for
162
+ scoped packages.</li>
163
+ <li>The names of scoped packages can begin with a dot or an underscore. This is not permitted without a scope.</li>
164
+ <li>New packages must not have uppercase letters in the name.</li>
165
+ <li>The name ends up being part of a URL, an argument on the command line, and a
166
+ folder name. Therefore, the name can’t contain any non-URL-safe characters.</li>
167
+ </ul>
168
+ <p>Some tips:</p>
169
+ <ul>
170
+ <li>Don’t use the same name as a core Node module.</li>
171
+ <li>Don’t put “js” or “node” in the name. It’s assumed that it’s js, since you’re
172
+ writing a package.json file, and you can specify the engine using the “engines”
173
+ field. (See below.)</li>
174
+ <li>The name will probably be passed as an argument to require(), so it should
175
+ be something short, but also reasonably descriptive.</li>
176
+ <li>You may want to check the npm registry to see if there’s something by that name
177
+ already, before you get too attached to it. <a href="https://www.npmjs.com/">https://www.npmjs.com/</a></li>
178
+ </ul>
179
+ <p>A name can be optionally prefixed by a scope, e.g. <code>@myorg/mypackage</code>. See
180
+ <a href="../using-npm/scope.html"><code>scope</code></a> for more detail.</p>
181
+ <h3 id="version">version</h3>
182
+ <p>If you plan to publish your package, the <em>most</em> important things in your
183
+ package.json are the name and version fields as they will be required. The name
184
+ and version together form an identifier that is assumed to be completely unique.
185
+ Changes to the package should come along with changes to the version. If you don’t
186
+ plan to publish your package, the name and version fields are optional.</p>
187
+ <p>Version must be parseable by
188
+ <a href="https://github.com/isaacs/node-semver">node-semver</a>, which is bundled
189
+ with npm as a dependency. (<code>npm install semver</code> to use it yourself.)</p>
190
+ <p>More on version numbers and ranges at <a href="../using-npm/semver.html">semver</a>.</p>
191
+ <h3 id="description2">description</h3>
192
+ <p>Put a description in it. It’s a string. This helps people discover your
193
+ package, as it’s listed in <code>npm search</code>.</p>
194
+ <h3 id="keywords">keywords</h3>
195
+ <p>Put keywords in it. It’s an array of strings. This helps people
196
+ discover your package as it’s listed in <code>npm search</code>.</p>
197
+ <h3 id="homepage">homepage</h3>
198
+ <p>The url to the project homepage.</p>
199
+ <p>Example:</p>
200
+ <pre lang="json"><code>"homepage": "https://github.com/owner/project#readme"
201
+ </code></pre>
202
+ <h3 id="bugs">bugs</h3>
203
+ <p>The url to your project’s issue tracker and / or the email address to which
204
+ issues should be reported. These are helpful for people who encounter issues
205
+ with your package.</p>
206
+ <p>It should look like this:</p>
207
+ <pre lang="json"><code>{ "url" : "https://github.com/owner/project/issues"
208
+ , "email" : "project@hostname.com"
209
+ }
210
+ </code></pre>
211
+ <p>You can specify either one or both values. If you want to provide only a url,
212
+ you can specify the value for “bugs” as a simple string instead of an object.</p>
213
+ <p>If a url is provided, it will be used by the <code>npm bugs</code> command.</p>
214
+ <h3 id="license">license</h3>
215
+ <p>You should specify a license for your package so that people know how they are
216
+ permitted to use it, and any restrictions you’re placing on it.</p>
217
+ <p>If you’re using a common license such as BSD-2-Clause or MIT, add a
218
+ current SPDX license identifier for the license you’re using, like this:</p>
219
+ <pre lang="json"><code>{ "license" : "BSD-3-Clause" }
220
+ </code></pre>
221
+ <p>You can check <a href="https://spdx.org/licenses/">the full list of SPDX license IDs</a>.
222
+ Ideally you should pick one that is
223
+ <a href="https://opensource.org/licenses/alphabetical">OSI</a> approved.</p>
224
+ <p>If your package is licensed under multiple common licenses, use an <a href="https://www.npmjs.com/package/spdx">SPDX license
225
+ expression syntax version 2.0 string</a>, like this:</p>
226
+ <pre lang="json"><code>{ "license" : "(ISC OR GPL-3.0)" }
227
+ </code></pre>
228
+ <p>If you are using a license that hasn’t been assigned an SPDX identifier, or if
229
+ you are using a custom license, use a string value like this one:</p>
230
+ <pre lang="json"><code>{ "license" : "SEE LICENSE IN &lt;filename&gt;" }
231
+ </code></pre>
232
+ <p>Then include a file named <code>&lt;filename&gt;</code> at the top level of the package.</p>
233
+ <p>Some old packages used license objects or a “licenses” property containing an
234
+ array of license objects:</p>
235
+ <pre lang="json"><code>// Not valid metadata
236
+ { "license" :
237
+ { "type" : "ISC"
238
+ , "url" : "https://opensource.org/licenses/ISC"
239
+ }
240
+ }
241
+
242
+ // Not valid metadata
243
+ { "licenses" :
244
+ [
245
+ { "type": "MIT"
246
+ , "url": "https://www.opensource.org/licenses/mit-license.php"
247
+ }
248
+ , { "type": "Apache-2.0"
249
+ , "url": "https://opensource.org/licenses/apache2.0.php"
250
+ }
251
+ ]
252
+ }
253
+ </code></pre>
254
+ <p>Those styles are now deprecated. Instead, use SPDX expressions, like this:</p>
255
+ <pre lang="json"><code>{ "license": "ISC" }
256
+
257
+ { "license": "(MIT OR Apache-2.0)" }
258
+ </code></pre>
259
+ <p>Finally, if you do not wish to grant others the right to use a private or
260
+ unpublished package under any terms:</p>
261
+ <pre lang="json"><code>{ "license": "UNLICENSED" }
262
+ </code></pre>
263
+ <p>Consider also setting <code>"private": true</code> to prevent accidental publication.</p>
264
+ <h3 id="people-fields-author-contributors">people fields: author, contributors</h3>
265
+ <p>The “author” is one person. “contributors” is an array of people. A “person”
266
+ is an object with a “name” field and optionally “url” and “email”, like this:</p>
267
+ <pre lang="json"><code>{ "name" : "Barney Rubble"
268
+ , "email" : "b@rubble.com"
269
+ , "url" : "http://barnyrubble.tumblr.com/"
270
+ }
271
+ </code></pre>
272
+ <p>Or you can shorten that all into a single string, and npm will parse it for you:</p>
273
+ <pre lang="json"><code>"Barney Rubble &lt;b@rubble.com&gt; (http://barnyrubble.tumblr.com/)"
274
+ </code></pre>
275
+ <p>Both email and url are optional either way.</p>
276
+ <p>npm also sets a top-level “maintainers” field with your npm user info.</p>
277
+ <h3 id="funding">funding</h3>
278
+ <p>You can specify an object containing an URL that provides up-to-date
279
+ information about ways to help fund development of your package, or
280
+ a string URL, or an array of these:</p>
281
+ <pre><code>"funding": {
282
+ "type" : "individual",
283
+ "url" : "http://example.com/donate"
284
+ }
285
+
286
+ "funding": {
287
+ "type" : "patreon",
288
+ "url" : "https://www.patreon.com/my-account"
289
+ }
290
+
291
+ "funding": "http://example.com/donate"
292
+
293
+ "funding": [
294
+ {
295
+ "type" : "individual",
296
+ "url" : "http://example.com/donate"
297
+ },
298
+ "http://example.com/donateAlso",
299
+ {
300
+ "type" : "patreon",
301
+ "url" : "https://www.patreon.com/my-account"
302
+ }
303
+ ]
304
+ </code></pre>
305
+ <p>Users can use the <code>npm fund</code> subcommand to list the <code>funding</code> URLs of all
306
+ dependencies of their project, direct and indirect. A shortcut to visit each
307
+ funding url is also available when providing the project name such as:
308
+ <code>npm fund &lt;projectname&gt;</code> (when there are multiple URLs, the first one will be
309
+ visited)</p>
310
+ <h3 id="files">files</h3>
311
+ <p>The optional <code>files</code> field is an array of file patterns that describes
312
+ the entries to be included when your package is installed as a
313
+ dependency. File patterns follow a similar syntax to <code>.gitignore</code>, but
314
+ reversed: including a file, directory, or glob pattern (<code>*</code>, <code>**/*</code>, and such)
315
+ will make it so that file is included in the tarball when it’s packed. Omitting
316
+ the field will make it default to <code>["*"]</code>, which means it will include all files.</p>
317
+ <p>Some special files and directories are also included or excluded regardless of
318
+ whether they exist in the <code>files</code> array (see below).</p>
319
+ <p>You can also provide a <code>.npmignore</code> file in the root of your package or
320
+ in subdirectories, which will keep files from being included. At the
321
+ root of your package it will not override the “files” field, but in
322
+ subdirectories it will. The <code>.npmignore</code> file works just like a
323
+ <code>.gitignore</code>. If there is a <code>.gitignore</code> file, and <code>.npmignore</code> is
324
+ missing, <code>.gitignore</code>’s contents will be used instead.</p>
325
+ <p>Files included with the “package.json#files” field <em>cannot</em> be excluded
326
+ through <code>.npmignore</code> or <code>.gitignore</code>.</p>
327
+ <p>Certain files are always included, regardless of settings:</p>
328
+ <ul>
329
+ <li><code>package.json</code></li>
330
+ <li><code>README</code></li>
331
+ <li><code>CHANGES</code> / <code>CHANGELOG</code> / <code>HISTORY</code></li>
332
+ <li><code>LICENSE</code> / <code>LICENCE</code></li>
333
+ <li><code>NOTICE</code></li>
334
+ <li>The file in the “main” field</li>
335
+ </ul>
336
+ <p><code>README</code>, <code>CHANGES</code>, <code>LICENSE</code> &amp; <code>NOTICE</code> can have any case and extension.</p>
337
+ <p>Conversely, some files are always ignored:</p>
338
+ <ul>
339
+ <li><code>.git</code></li>
340
+ <li><code>CVS</code></li>
341
+ <li><code>.svn</code></li>
342
+ <li><code>.hg</code></li>
343
+ <li><code>.lock-wscript</code></li>
344
+ <li><code>.wafpickle-N</code></li>
345
+ <li><code>.DS_Store</code></li>
346
+ <li><code>npm-debug.log</code></li>
347
+ <li><code>.npmrc</code></li>
348
+ <li><code>node_modules</code></li>
349
+ <li><code>config.gypi</code></li>
350
+ <li><code>package-lock.json</code> (use shrinkwrap instead)</li>
351
+ <li>All files containing a <code>*</code> character (incompatible with Windows)</li>
352
+ </ul>
353
+ <h3 id="main">main</h3>
354
+ <p>The main field is a module ID that is the primary entry point to your program.
355
+ That is, if your package is named <code>foo</code>, and a user installs it, and then does
356
+ <code>require("foo")</code>, then your main module’s exports object will be returned.</p>
357
+ <p>This should be a module ID relative to the root of your package folder.</p>
358
+ <p>For most modules, it makes the most sense to have a main script and often not
359
+ much else.</p>
360
+ <h3 id="browser">browser</h3>
361
+ <p>If your module is meant to be used client-side the browser field should be
362
+ used instead of the main field. This is helpful to hint users that it might
363
+ rely on primitives that aren’t available in Node.js modules. (e.g. <code>window</code>)</p>
364
+ <h3 id="bin">bin</h3>
365
+ <p>A lot of packages have one or more executable files that they’d like to
366
+ install into the PATH. npm makes this pretty easy (in fact, it uses this
367
+ feature to install the “npm” executable.)</p>
368
+ <p>To use this, supply a <code>bin</code> field in your package.json which is a map of
369
+ command name to local file name. On install, npm will symlink that file into
370
+ <code>prefix/bin</code> for global installs, or <code>./node_modules/.bin/</code> for local
371
+ installs.</p>
372
+ <p>For example, myapp could have this:</p>
373
+ <pre lang="json"><code>{ "bin" : { "myapp" : "./cli.js" } }
374
+ </code></pre>
375
+ <p>So, when you install myapp, it’ll create a symlink from the <code>cli.js</code> script to
376
+ <code>/usr/local/bin/myapp</code>.</p>
377
+ <p>If you have a single executable, and its name should be the name
378
+ of the package, then you can just supply it as a string. For example:</p>
379
+ <pre lang="json"><code>{ "name": "my-program"
380
+ , "version": "1.2.5"
381
+ , "bin": "./path/to/program" }
382
+ </code></pre>
383
+ <p>would be the same as this:</p>
384
+ <pre lang="json"><code>{ "name": "my-program"
385
+ , "version": "1.2.5"
386
+ , "bin" : { "my-program" : "./path/to/program" } }
387
+ </code></pre>
388
+ <p>Please make sure that your file(s) referenced in <code>bin</code> starts with
389
+ <code>#!/usr/bin/env node</code>, otherwise the scripts are started without the node
390
+ executable!</p>
391
+ <h3 id="man">man</h3>
392
+ <p>Specify either a single file or an array of filenames to put in place for the
393
+ <code>man</code> program to find.</p>
394
+ <p>If only a single file is provided, then it’s installed such that it is the
395
+ result from <code>man &lt;pkgname&gt;</code>, regardless of its actual filename. For example:</p>
396
+ <pre lang="json"><code>{ "name" : "foo"
397
+ , "version" : "1.2.3"
398
+ , "description" : "A packaged foo fooer for fooing foos"
399
+ , "main" : "foo.js"
400
+ , "man" : "./man/doc.1"
401
+ }
402
+ </code></pre>
403
+ <p>would link the <code>./man/doc.1</code> file in such that it is the target for <code>man foo</code></p>
404
+ <p>If the filename doesn’t start with the package name, then it’s prefixed.
405
+ So, this:</p>
406
+ <pre lang="json"><code>{ "name" : "foo"
407
+ , "version" : "1.2.3"
408
+ , "description" : "A packaged foo fooer for fooing foos"
409
+ , "main" : "foo.js"
410
+ , "man" : [ "./man/foo.1", "./man/bar.1" ]
411
+ }
412
+ </code></pre>
413
+ <p>will create files to do <code>man foo</code> and <code>man foo-bar</code>.</p>
414
+ <p>Man files must end with a number, and optionally a <code>.gz</code> suffix if they are
415
+ compressed. The number dictates which man section the file is installed into.</p>
416
+ <pre lang="json"><code>{ "name" : "foo"
417
+ , "version" : "1.2.3"
418
+ , "description" : "A packaged foo fooer for fooing foos"
419
+ , "main" : "foo.js"
420
+ , "man" : [ "./man/foo.1", "./man/foo.2" ]
421
+ }
422
+ </code></pre>
423
+ <p>will create entries for <code>man foo</code> and <code>man 2 foo</code></p>
424
+ <h3 id="directories">directories</h3>
425
+ <p>The CommonJS <a href="http://wiki.commonjs.org/wiki/Packages/1.0">Packages</a> spec details a
426
+ few ways that you can indicate the structure of your package using a <code>directories</code>
427
+ object. If you look at <a href="https://registry.npmjs.org/npm/latest">npm’s package.json</a>,
428
+ you’ll see that it has directories for doc, lib, and man.</p>
429
+ <p>In the future, this information may be used in other creative ways.</p>
430
+ <h4 id="directorieslib">directories.lib</h4>
431
+ <p>Tell people where the bulk of your library is. Nothing special is done
432
+ with the lib folder in any way, but it’s useful meta info.</p>
433
+ <h4 id="directoriesbin">directories.bin</h4>
434
+ <p>If you specify a <code>bin</code> directory in <code>directories.bin</code>, all the files in
435
+ that folder will be added.</p>
436
+ <p>Because of the way the <code>bin</code> directive works, specifying both a
437
+ <code>bin</code> path and setting <code>directories.bin</code> is an error. If you want to
438
+ specify individual files, use <code>bin</code>, and for all the files in an
439
+ existing <code>bin</code> directory, use <code>directories.bin</code>.</p>
440
+ <h4 id="directoriesman">directories.man</h4>
441
+ <p>A folder that is full of man pages. Sugar to generate a “man” array by
442
+ walking the folder.</p>
443
+ <h4 id="directoriesdoc">directories.doc</h4>
444
+ <p>Put markdown files in here. Eventually, these will be displayed nicely,
445
+ maybe, someday.</p>
446
+ <h4 id="directoriesexample">directories.example</h4>
447
+ <p>Put example scripts in here. Someday, it might be exposed in some clever way.</p>
448
+ <h4 id="directoriestest">directories.test</h4>
449
+ <p>Put your tests in here. It is currently not exposed, but it might be in the
450
+ future.</p>
451
+ <h3 id="repository">repository</h3>
452
+ <p>Specify the place where your code lives. This is helpful for people who
453
+ want to contribute. If the git repo is on GitHub, then the <code>npm docs</code>
454
+ command will be able to find you.</p>
455
+ <p>Do it like this:</p>
456
+ <pre lang="json"><code>"repository": {
457
+ "type" : "git",
458
+ "url" : "https://github.com/npm/cli.git"
459
+ }
460
+
461
+ "repository": {
462
+ "type" : "svn",
463
+ "url" : "https://v8.googlecode.com/svn/trunk/"
464
+ }
465
+ </code></pre>
466
+ <p>The URL should be a publicly available (perhaps read-only) url that can be handed
467
+ directly to a VCS program without any modification. It should not be a url to an
468
+ html project page that you put in your browser. It’s for computers.</p>
469
+ <p>For GitHub, GitHub gist, Bitbucket, or GitLab repositories you can use the same
470
+ shortcut syntax you use for <code>npm install</code>:</p>
471
+ <pre lang="json"><code>"repository": "npm/npm"
472
+
473
+ "repository": "github:user/repo"
474
+
475
+ "repository": "gist:11081aaa281"
476
+
477
+ "repository": "bitbucket:user/repo"
478
+
479
+ "repository": "gitlab:user/repo"
480
+ </code></pre>
481
+ <p>If the <code>package.json</code> for your package is not in the root directory (for example
482
+ if it is part of a monorepo), you can specify the directory in which it lives:</p>
483
+ <pre lang="json"><code>"repository": {
484
+ "type" : "git",
485
+ "url" : "https://github.com/facebook/react.git",
486
+ "directory": "packages/react-dom"
487
+ }
488
+ </code></pre>
489
+ <h3 id="scripts">scripts</h3>
490
+ <p>The “scripts” property is a dictionary containing script commands that are run
491
+ at various times in the lifecycle of your package. The key is the lifecycle
492
+ event, and the value is the command to run at that point.</p>
493
+ <p>See <a href="../using-npm/scripts.html"><code>scripts</code></a> to find out more about writing package scripts.</p>
494
+ <h3 id="config">config</h3>
495
+ <p>A “config” object can be used to set configuration parameters used in package
496
+ scripts that persist across upgrades. For instance, if a package had the
497
+ following:</p>
498
+ <pre lang="json"><code>{ "name" : "foo"
499
+ , "config" : { "port" : "8080" } }
500
+ </code></pre>
501
+ <p>and then had a “start” command that then referenced the
502
+ <code>npm_package_config_port</code> environment variable, then the user could
503
+ override that by doing <code>npm config set foo:port 8001</code>.</p>
504
+ <p>See <a href="../using-npm/config.html"><code>config</code></a> and <a href="../using-npm/scripts.html"><code>scripts</code></a> for more on package
505
+ configs.</p>
506
+ <h3 id="dependencies">dependencies</h3>
507
+ <p>Dependencies are specified in a simple object that maps a package name to a
508
+ version range. The version range is a string which has one or more
509
+ space-separated descriptors. Dependencies can also be identified with a
510
+ tarball or git URL.</p>
511
+ <p><strong>Please do not put test harnesses or transpilers in your
512
+ <code>dependencies</code> object.</strong> See <code>devDependencies</code>, below.</p>
513
+ <p>See <a href="../using-npm/semver.html">semver</a> for more details about specifying version ranges.</p>
514
+ <ul>
515
+ <li><code>version</code> Must match <code>version</code> exactly</li>
516
+ <li><code>&gt;version</code> Must be greater than <code>version</code></li>
517
+ <li><code>&gt;=version</code> etc</li>
518
+ <li><code>&lt;version</code></li>
519
+ <li><code>&lt;=version</code></li>
520
+ <li><code>~version</code> “Approximately equivalent to version” See <a href="../using-npm/semver.html">semver</a></li>
521
+ <li><code>^version</code> “Compatible with version” See <a href="../using-npm/semver.html">semver</a></li>
522
+ <li><code>1.2.x</code> 1.2.0, 1.2.1, etc., but not 1.3.0</li>
523
+ <li><code>http://...</code> See ‘URLs as Dependencies’ below</li>
524
+ <li><code>*</code> Matches any version</li>
525
+ <li><code>""</code> (just an empty string) Same as <code>*</code></li>
526
+ <li><code>version1 - version2</code> Same as <code>&gt;=version1 &lt;=version2</code>.</li>
527
+ <li><code>range1 || range2</code> Passes if either range1 or range2 are satisfied.</li>
528
+ <li><code>git...</code> See ‘Git URLs as Dependencies’ below</li>
529
+ <li><code>user/repo</code> See ‘GitHub URLs’ below</li>
530
+ <li><code>tag</code> A specific version tagged and published as <code>tag</code> See <a href="../commands/npm-dist-tag.html"><code>npm dist-tag</code></a></li>
531
+ <li><code>path/path/path</code> See <a href="#local-paths">Local Paths</a> below</li>
532
+ </ul>
533
+ <p>For example, these are all valid:</p>
534
+ <pre lang="json"><code>{ "dependencies" :
535
+ { "foo" : "1.0.0 - 2.9999.9999"
536
+ , "bar" : "&gt;=1.0.2 &lt;2.1.2"
537
+ , "baz" : "&gt;1.0.2 &lt;=2.3.4"
538
+ , "boo" : "2.0.1"
539
+ , "qux" : "&lt;1.0.0 || &gt;=2.3.1 &lt;2.4.5 || &gt;=2.5.2 &lt;3.0.0"
540
+ , "asd" : "http://asdf.com/asdf.tar.gz"
541
+ , "til" : "~1.2"
542
+ , "elf" : "~1.2.3"
543
+ , "two" : "2.x"
544
+ , "thr" : "3.3.x"
545
+ , "lat" : "latest"
546
+ , "dyl" : "file:../dyl"
547
+ }
548
+ }
549
+ </code></pre>
550
+ <h4 id="urls-as-dependencies">URLs as Dependencies</h4>
551
+ <p>You may specify a tarball URL in place of a version range.</p>
552
+ <p>This tarball will be downloaded and installed locally to your package at
553
+ install time.</p>
554
+ <h4 id="git-urls-as-dependencies">Git URLs as Dependencies</h4>
555
+ <p>Git urls are of the form:</p>
556
+ <pre lang="bash"><code>&lt;protocol&gt;://[&lt;user&gt;[:&lt;password&gt;]@]&lt;hostname&gt;[:&lt;port&gt;][:][/]&lt;path&gt;[#&lt;commit-ish&gt; | #semver:&lt;semver&gt;]
557
+ </code></pre>
558
+ <p><code>&lt;protocol&gt;</code> is one of <code>git</code>, <code>git+ssh</code>, <code>git+http</code>, <code>git+https</code>, or
559
+ <code>git+file</code>.</p>
560
+ <p>If <code>#&lt;commit-ish&gt;</code> is provided, it will be used to clone exactly that
561
+ commit. If the commit-ish has the format <code>#semver:&lt;semver&gt;</code>, <code>&lt;semver&gt;</code> can
562
+ be any valid semver range or exact version, and npm will look for any tags
563
+ or refs matching that range in the remote repository, much as it would for a
564
+ registry dependency. If neither <code>#&lt;commit-ish&gt;</code> or <code>#semver:&lt;semver&gt;</code> is
565
+ specified, then <code>master</code> is used.</p>
566
+ <p>Examples:</p>
567
+ <pre lang="bash"><code>git+ssh://git@github.com:npm/cli.git#v1.0.27
568
+ git+ssh://git@github.com:npm/cli#semver:^5.0
569
+ git+https://isaacs@github.com/npm/cli.git
570
+ git://github.com/npm/cli.git#v1.0.27
571
+ </code></pre>
572
+ <h4 id="github-urls">GitHub URLs</h4>
573
+ <p>As of version 1.1.65, you can refer to GitHub urls as just “foo”:
574
+ “user/foo-project”. Just as with git URLs, a <code>commit-ish</code> suffix can be
575
+ included. For example:</p>
576
+ <pre lang="json"><code>{
577
+ "name": "foo",
578
+ "version": "0.0.0",
579
+ "dependencies": {
580
+ "express": "expressjs/express",
581
+ "mocha": "mochajs/mocha#4727d357ea",
582
+ "module": "user/repo#feature\/branch"
583
+ }
584
+ }
585
+ </code></pre>
586
+ <h4 id="local-paths">Local Paths</h4>
587
+ <p>As of version 2.0.0 you can provide a path to a local directory that contains a
588
+ package. Local paths can be saved using <code>npm install -S</code> or
589
+ <code>npm install --save</code>, using any of these forms:</p>
590
+ <pre lang="bash"><code>../foo/bar
591
+ ~/foo/bar
592
+ ./foo/bar
593
+ /foo/bar
594
+ </code></pre>
595
+ <p>in which case they will be normalized to a relative path and added to your
596
+ <code>package.json</code>. For example:</p>
597
+ <pre lang="json"><code>{
598
+ "name": "baz",
599
+ "dependencies": {
600
+ "bar": "file:../foo/bar"
601
+ }
602
+ }
603
+ </code></pre>
604
+ <p>This feature is helpful for local offline development and creating
605
+ tests that require npm installing where you don’t want to hit an
606
+ external server, but should not be used when publishing packages
607
+ to the public registry.</p>
608
+ <h3 id="devdependencies">devDependencies</h3>
609
+ <p>If someone is planning on downloading and using your module in their
610
+ program, then they probably don’t want or need to download and build
611
+ the external test or documentation framework that you use.</p>
612
+ <p>In this case, it’s best to map these additional items in a <code>devDependencies</code>
613
+ object.</p>
614
+ <p>These things will be installed when doing <code>npm link</code> or <code>npm install</code>
615
+ from the root of a package, and can be managed like any other npm
616
+ configuration param. See <a href="../using-npm/config.html"><code>config</code></a> for more on the topic.</p>
617
+ <p>For build steps that are not platform-specific, such as compiling
618
+ CoffeeScript or other languages to JavaScript, use the <code>prepare</code>
619
+ script to do this, and make the required package a devDependency.</p>
620
+ <p>For example:</p>
621
+ <pre lang="json"><code>{ "name": "ethopia-waza",
622
+ "description": "a delightfully fruity coffee varietal",
623
+ "version": "1.2.3",
624
+ "devDependencies": {
625
+ "coffee-script": "~1.6.3"
626
+ },
627
+ "scripts": {
628
+ "prepare": "coffee -o lib/ -c src/waza.coffee"
629
+ },
630
+ "main": "lib/waza.js"
631
+ }
632
+ </code></pre>
633
+ <p>The <code>prepare</code> script will be run before publishing, so that users
634
+ can consume the functionality without requiring them to compile it
635
+ themselves. In dev mode (ie, locally running <code>npm install</code>), it’ll
636
+ run this script as well, so that you can test it easily.</p>
637
+ <h3 id="peerdependencies">peerDependencies</h3>
638
+ <p>In some cases, you want to express the compatibility of your package with a
639
+ host tool or library, while not necessarily doing a <code>require</code> of this host.
640
+ This is usually referred to as a <em>plugin</em>. Notably, your module may be exposing
641
+ a specific interface, expected and specified by the host documentation.</p>
642
+ <p>For example:</p>
643
+ <pre lang="json"><code>{
644
+ "name": "tea-latte",
645
+ "version": "1.3.5",
646
+ "peerDependencies": {
647
+ "tea": "2.x"
648
+ }
649
+ }
650
+ </code></pre>
651
+ <p>This ensures your package <code>tea-latte</code> can be installed <em>along</em> with the second
652
+ major version of the host package <code>tea</code> only. <code>npm install tea-latte</code> could
653
+ possibly yield the following dependency graph:</p>
654
+ <pre lang="bash"><code>├── tea-latte@1.3.5
655
+ └── tea@2.2.0
656
+ </code></pre>
657
+ <p><strong>NOTE: npm versions 1 and 2 will automatically install <code>peerDependencies</code> if
658
+ they are not explicitly depended upon higher in the dependency tree. In the
659
+ next major version of npm (npm@3), this will no longer be the case. You will
660
+ receive a warning that the peerDependency is not installed instead.</strong> The
661
+ behavior in npms 1 &amp; 2 was frequently confusing and could easily put you into
662
+ dependency hell, a situation that npm is designed to avoid as much as possible.</p>
663
+ <p>Trying to install another plugin with a conflicting requirement will cause an
664
+ error. For this reason, make sure your plugin requirement is as broad as
665
+ possible, and not to lock it down to specific patch versions.</p>
666
+ <p>Assuming the host complies with <a href="https://semver.org/">semver</a>, only changes in
667
+ the host package’s major version will break your plugin. Thus, if you’ve worked
668
+ with every 1.x version of the host package, use <code>"^1.0"</code> or <code>"1.x"</code> to express
669
+ this. If you depend on features introduced in 1.5.2, use <code>"&gt;= 1.5.2 &lt; 2"</code>.</p>
670
+ <h3 id="bundleddependencies">bundledDependencies</h3>
671
+ <p>This defines an array of package names that will be bundled when publishing
672
+ the package.</p>
673
+ <p>In cases where you need to preserve npm packages locally or have them
674
+ available through a single file download, you can bundle the packages in a
675
+ tarball file by specifying the package names in the <code>bundledDependencies</code>
676
+ array and executing <code>npm pack</code>.</p>
677
+ <p>For example:</p>
678
+ <p>If we define a package.json like this:</p>
679
+ <pre lang="json"><code>{
680
+ "name": "awesome-web-framework",
681
+ "version": "1.0.0",
682
+ "bundledDependencies": [
683
+ "renderized", "super-streams"
684
+ ]
685
+ }
686
+ </code></pre>
687
+ <p>we can obtain <code>awesome-web-framework-1.0.0.tgz</code> file by running <code>npm pack</code>.
688
+ This file contains the dependencies <code>renderized</code> and <code>super-streams</code> which
689
+ can be installed in a new project by executing <code>npm install awesome-web-framework-1.0.0.tgz</code>. Note that the package names do not include
690
+ any versions, as that information is specified in <code>dependencies</code>.</p>
691
+ <p>If this is spelled <code>"bundleDependencies"</code>, then that is also honored.</p>
692
+ <h3 id="optionaldependencies">optionalDependencies</h3>
693
+ <p>If a dependency can be used, but you would like npm to proceed if it cannot be
694
+ found or fails to install, then you may put it in the <code>optionalDependencies</code>
695
+ object. This is a map of package name to version or url, just like the
696
+ <code>dependencies</code> object. The difference is that build failures do not cause
697
+ installation to fail. Running <code>npm install --no-optional</code> will prevent these
698
+ dependencies from being installed.</p>
699
+ <p>It is still your program’s responsibility to handle the lack of the
700
+ dependency. For example, something like this:</p>
701
+ <pre lang="js"><code>try {
702
+ var foo = require('foo')
703
+ var fooVersion = require('foo/package.json').version
704
+ } catch (er) {
705
+ foo = null
706
+ }
707
+ if ( notGoodFooVersion(fooVersion) ) {
708
+ foo = null
709
+ }
710
+
711
+ // .. then later in your program ..
712
+
713
+ if (foo) {
714
+ foo.doFooThings()
715
+ }
716
+ </code></pre>
717
+ <p>Entries in <code>optionalDependencies</code> will override entries of the same name in
718
+ <code>dependencies</code>, so it’s usually best to only put in one place.</p>
719
+ <h3 id="engines">engines</h3>
720
+ <p>You can specify the version of node that your stuff works on:</p>
721
+ <pre lang="json"><code>{ "engines" : { "node" : "&gt;=0.10.3 &lt;0.12" } }
722
+ </code></pre>
723
+ <p>And, like with dependencies, if you don’t specify the version (or if you
724
+ specify “*” as the version), then any version of node will do.</p>
725
+ <p>If you specify an “engines” field, then npm will require that “node” be
726
+ somewhere on that list. If “engines” is omitted, then npm will just assume
727
+ that it works on node.</p>
728
+ <p>You can also use the “engines” field to specify which versions of npm
729
+ are capable of properly installing your program. For example:</p>
730
+ <pre lang="json"><code>{ "engines" : { "npm" : "~1.0.20" } }
731
+ </code></pre>
732
+ <p>Unless the user has set the <code>engine-strict</code> config flag, this
733
+ field is advisory only and will only produce warnings when your package is installed as a dependency.</p>
734
+ <h3 id="enginestrict">engineStrict</h3>
735
+ <p><strong>This feature was removed in npm 3.0.0</strong></p>
736
+ <p>Prior to npm 3.0.0, this feature was used to treat this package as if the
737
+ user had set <code>engine-strict</code>. It is no longer used.</p>
738
+ <h3 id="os">os</h3>
739
+ <p>You can specify which operating systems your
740
+ module will run on:</p>
741
+ <pre lang="json"><code>"os" : [ "darwin", "linux" ]
742
+ </code></pre>
743
+ <p>You can also blacklist instead of whitelist operating systems,
744
+ just prepend the blacklisted os with a ‘!’:</p>
745
+ <pre lang="json"><code>"os" : [ "!win32" ]
746
+ </code></pre>
747
+ <p>The host operating system is determined by <code>process.platform</code></p>
748
+ <p>It is allowed to both blacklist, and whitelist, although there isn’t any
749
+ good reason to do this.</p>
750
+ <h3 id="cpu">cpu</h3>
751
+ <p>If your code only runs on certain cpu architectures,
752
+ you can specify which ones.</p>
753
+ <pre lang="json"><code>"cpu" : [ "x64", "ia32" ]
754
+ </code></pre>
755
+ <p>Like the <code>os</code> option, you can also blacklist architectures:</p>
756
+ <pre lang="json"><code>"cpu" : [ "!arm", "!mips" ]
757
+ </code></pre>
758
+ <p>The host architecture is determined by <code>process.arch</code></p>
759
+ <h3 id="preferglobal">preferGlobal</h3>
760
+ <p><strong>DEPRECATED</strong></p>
761
+ <p>This option used to trigger an npm warning, but it will no longer warn. It is
762
+ purely there for informational purposes. It is now recommended that you install
763
+ any binaries as local devDependencies wherever possible.</p>
764
+ <h3 id="private">private</h3>
765
+ <p>If you set <code>"private": true</code> in your package.json, then npm will refuse
766
+ to publish it.</p>
767
+ <p>This is a way to prevent accidental publication of private repositories. If
768
+ you would like to ensure that a given package is only ever published to a
769
+ specific registry (for example, an internal registry), then use the
770
+ <code>publishConfig</code> dictionary described below to override the <code>registry</code> config
771
+ param at publish-time.</p>
772
+ <h3 id="publishconfig">publishConfig</h3>
773
+ <p>This is a set of config values that will be used at publish-time. It’s
774
+ especially handy if you want to set the tag, registry or access, so that
775
+ you can ensure that a given package is not tagged with “latest”, published
776
+ to the global public registry or that a scoped module is private by default.</p>
777
+ <p>Any config values can be overridden, but only “tag”, “registry” and “access”
778
+ probably matter for the purposes of publishing.</p>
779
+ <p>See <a href="../using-npm/config.html"><code>config</code></a> to see the list of config options that can be
780
+ overridden.</p>
781
+ <h3 id="default-values">DEFAULT VALUES</h3>
782
+ <p>npm will default some values based on package contents.</p>
783
+ <ul>
784
+ <li>
785
+ <p><code>"scripts": {"start": "node server.js"}</code></p>
786
+ <p>If there is a <code>server.js</code> file in the root of your package, then npm
787
+ will default the <code>start</code> command to <code>node server.js</code>.</p>
788
+ </li>
789
+ <li>
790
+ <p><code>"scripts":{"install": "node-gyp rebuild"}</code></p>
791
+ <p>If there is a <code>binding.gyp</code> file in the root of your package and you have not defined an <code>install</code> or <code>preinstall</code> script, npm will
792
+ default the <code>install</code> command to compile using node-gyp.</p>
793
+ </li>
794
+ <li>
795
+ <p><code>"contributors": [...]</code></p>
796
+ <p>If there is an <code>AUTHORS</code> file in the root of your package, npm will
797
+ treat each line as a <code>Name &lt;email&gt; (url)</code> format, where email and url
798
+ are optional. Lines which start with a <code>#</code> or are blank, will be
799
+ ignored.</p>
800
+ </li>
801
+ </ul>
802
+ <h3 id="see-also">SEE ALSO</h3>
803
+ <ul>
804
+ <li><a href="../using-npm/semver.html">semver</a></li>
805
+ <li><a href="../commands/npm-init.html">npm init</a></li>
806
+ <li><a href="../commands/npm-version.html">npm version</a></li>
807
+ <li><a href="../commands/npm-config.html">npm config</a></li>
808
+ <li><a href="../commands/npm-help.html">npm help</a></li>
809
+ <li><a href="../commands/npm-install.html">npm install</a></li>
810
+ <li><a href="../commands/npm-publish.html">npm publish</a></li>
811
+ <li><a href="../commands/npm-uninstall.html">npm uninstall</a></li>
812
+ </ul>
813
+ </div>
814
+
815
+ <footer id="edit">
816
+ <a href="https://github.com/npm/cli/edit/v6/docs/content/configuring-npm/package-json.md">
817
+ <svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;">
818
+ <path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path>
819
+ </svg>
820
+ Edit this page on GitHub
821
+ </a>
822
+ </footer>
823
+ </section>
824
+
825
+
826
+
827
+ </body></html>