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,1248 @@
1
+ <html><head>
2
+ <title>config</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="config">config</h1>
139
+ <span class="description">More than you probably want to know about npm configuration</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><ul><li><a href="#command-line-flags">Command Line Flags</a></li><li><a href="#environment-variables">Environment Variables</a></li><li><a href="#npmrc-files">npmrc Files</a></li><li><a href="#default-configs">Default Configs</a></li></ul><li><a href="#shorthands-and-other-cli-niceties">Shorthands and Other CLI Niceties</a></li><li><a href="#per-package-config-settings">Per-Package Config Settings</a></li><li><a href="#config-settings">Config Settings</a></li><ul><li><a href="#access">access</a></li><li><a href="#allow-same-version">allow-same-version</a></li><li><a href="#always-auth">always-auth</a></li><li><a href="#also">also</a></li><li><a href="#audit">audit</a></li><li><a href="#audit-level">audit-level</a></li><li><a href="#auth-type">auth-type</a></li><li><a href="#before">before</a></li><li><a href="#bin-links">bin-links</a></li><li><a href="#browser">browser</a></li><li><a href="#ca">ca</a></li><li><a href="#cafile">cafile</a></li><li><a href="#cache">cache</a></li><li><a href="#cache-lock-stale">cache-lock-stale</a></li><li><a href="#cache-lock-retries">cache-lock-retries</a></li><li><a href="#cache-lock-wait">cache-lock-wait</a></li><li><a href="#cache-max">cache-max</a></li><li><a href="#cache-min">cache-min</a></li><li><a href="#cert">cert</a></li><li><a href="#cidr">cidr</a></li><li><a href="#color">color</a></li><li><a href="#depth">depth</a></li><li><a href="#description2">description</a></li><li><a href="#dev">dev</a></li><li><a href="#dry-run">dry-run</a></li><li><a href="#editor">editor</a></li><li><a href="#engine-strict">engine-strict</a></li><li><a href="#force">force</a></li><li><a href="#format-package-lock">format-package-lock</a></li><li><a href="#fetch-retries">fetch-retries</a></li><li><a href="#fetch-retry-factor">fetch-retry-factor</a></li><li><a href="#fetch-retry-mintimeout">fetch-retry-mintimeout</a></li><li><a href="#fetch-retry-maxtimeout">fetch-retry-maxtimeout</a></li><li><a href="#fund">fund</a></li><li><a href="#git">git</a></li><li><a href="#git-tag-version">git-tag-version</a></li><li><a href="#commit-hooks">commit-hooks</a></li><li><a href="#global">global</a></li><li><a href="#globalconfig">globalconfig</a></li><li><a href="#global-style">global-style</a></li><li><a href="#group">group</a></li><li><a href="#heading">heading</a></li><li><a href="#https-proxy">https-proxy</a></li><li><a href="#if-present">if-present</a></li><li><a href="#ignore-prepublish">ignore-prepublish</a></li><li><a href="#ignore-scripts">ignore-scripts</a></li><li><a href="#init-module">init-module</a></li><li><a href="#init-author-name">init-author-name</a></li><li><a href="#init-author-email">init-author-email</a></li><li><a href="#init-author-url">init-author-url</a></li><li><a href="#init-license">init-license</a></li><li><a href="#init-version">init-version</a></li><li><a href="#json">json</a></li><li><a href="#key">key</a></li><li><a href="#legacy-bundling">legacy-bundling</a></li><li><a href="#link">link</a></li><li><a href="#local-address">local-address</a></li><li><a href="#loglevel">loglevel</a></li><li><a href="#logstream">logstream</a></li><li><a href="#logs-max">logs-max</a></li><li><a href="#long">long</a></li><li><a href="#maxsockets">maxsockets</a></li><li><a href="#message">message</a></li><li><a href="#metrics-registry">metrics-registry</a></li><li><a href="#node-options">node-options</a></li><li><a href="#node-version">node-version</a></li><li><a href="#noproxy">noproxy</a></li><li><a href="#offline">offline</a></li><li><a href="#onload-script">onload-script</a></li><li><a href="#only">only</a></li><li><a href="#optional">optional</a></li><li><a href="#otp">otp</a></li><li><a href="#package-lock">package-lock</a></li><li><a href="#package-lock-only">package-lock-only</a></li><li><a href="#parseable">parseable</a></li><li><a href="#prefer-offline">prefer-offline</a></li><li><a href="#prefer-online">prefer-online</a></li><li><a href="#prefix">prefix</a></li><li><a href="#preid">preid</a></li><li><a href="#production">production</a></li><li><a href="#progress">progress</a></li><li><a href="#proxy">proxy</a></li><li><a href="#read-only">read-only</a></li><li><a href="#rebuild-bundle">rebuild-bundle</a></li><li><a href="#registry">registry</a></li><li><a href="#rollback">rollback</a></li><li><a href="#save">save</a></li><li><a href="#save-bundle">save-bundle</a></li><li><a href="#save-prod">save-prod</a></li><li><a href="#save-dev">save-dev</a></li><li><a href="#save-exact">save-exact</a></li><li><a href="#save-optional">save-optional</a></li><li><a href="#save-prefix">save-prefix</a></li><li><a href="#scope">scope</a></li><li><a href="#script-shell">script-shell</a></li><li><a href="#scripts-prepend-node-path">scripts-prepend-node-path</a></li><li><a href="#searchexclude">searchexclude</a></li><li><a href="#searchopts">searchopts</a></li><li><a href="#searchlimit">searchlimit</a></li><li><a href="#searchstaleness">searchstaleness</a></li><li><a href="#send-metrics">send-metrics</a></li><li><a href="#shell">shell</a></li><li><a href="#shrinkwrap">shrinkwrap</a></li><li><a href="#sign-git-commit">sign-git-commit</a></li><li><a href="#sign-git-tag">sign-git-tag</a></li><li><a href="#sso-poll-frequency">sso-poll-frequency</a></li><li><a href="#sso-type">sso-type</a></li><li><a href="#strict-ssl">strict-ssl</a></li><li><a href="#tag">tag</a></li><li><a href="#tag-version-prefix">tag-version-prefix</a></li><li><a href="#timing">timing</a></li><li><a href="#tmp">tmp</a></li><li><a href="#unicode">unicode</a></li><li><a href="#unsafe-perm">unsafe-perm</a></li><li><a href="#update-notifier">update-notifier</a></li><li><a href="#usage">usage</a></li><li><a href="#user">user</a></li><li><a href="#userconfig">userconfig</a></li><li><a href="#umask">umask</a></li><li><a href="#user-agent">user-agent</a></li><li><a href="#version">version</a></li><li><a href="#versions">versions</a></li><li><a href="#viewer">viewer</a></li></ul><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>npm gets its configuration values from the following sources, sorted by priority:</p>
149
+ <h4 id="command-line-flags">Command Line Flags</h4>
150
+ <p>Putting <code>--foo bar</code> on the command line sets the <code>foo</code> configuration
151
+ parameter to <code>"bar"</code>. A <code>--</code> argument tells the cli parser to stop
152
+ reading flags. Using <code>--flag</code> without specifying any value will set
153
+ the value to <code>true</code>.</p>
154
+ <p>Example: <code>--flag1 --flag2</code> will set both configuration parameters
155
+ to <code>true</code>, while <code>--flag1 --flag2 bar</code> will set <code>flag1</code> to <code>true</code>,
156
+ and <code>flag2</code> to <code>bar</code>. Finally, <code>--flag1 --flag2 -- bar</code> will set
157
+ both configuration parameters to <code>true</code>, and the <code>bar</code> is taken
158
+ as a command argument.</p>
159
+ <h4 id="environment-variables">Environment Variables</h4>
160
+ <p>Any environment variables that start with <code>npm_config_</code> will be
161
+ interpreted as a configuration parameter. For example, putting
162
+ <code>npm_config_foo=bar</code> in your environment will set the <code>foo</code>
163
+ configuration parameter to <code>bar</code>. Any environment configurations that
164
+ are not given a value will be given the value of <code>true</code>. Config
165
+ values are case-insensitive, so <code>NPM_CONFIG_FOO=bar</code> will work the
166
+ same. However, please note that inside <a href="../using-npm/scripts.html"><code>scripts</code></a>
167
+ npm will set its own environment variables and Node will prefer
168
+ those lowercase versions over any uppercase ones that you might set.
169
+ For details see <a href="https://github.com/npm/npm/issues/14528">this issue</a>.</p>
170
+ <p>Notice that you need to use underscores instead of dashes, so <code>--allow-same-version</code>
171
+ would become <code>npm_config_allow_same_version=true</code>.</p>
172
+ <h4 id="npmrc-files">npmrc Files</h4>
173
+ <p>The four relevant files are:</p>
174
+ <ul>
175
+ <li>per-project configuration file (<code>/path/to/my/project/.npmrc</code>)</li>
176
+ <li>per-user configuration file (defaults to <code>$HOME/.npmrc</code>; configurable via CLI
177
+ option <code>--userconfig</code> or environment variable <code>$NPM_CONFIG_USERCONFIG</code>)</li>
178
+ <li>global configuration file (defaults to <code>$PREFIX/etc/npmrc</code>; configurable via
179
+ CLI option <code>--globalconfig</code> or environment variable <code>$NPM_CONFIG_GLOBALCONFIG</code>)</li>
180
+ <li>npm’s built-in configuration file (<code>/path/to/npm/npmrc</code>)</li>
181
+ </ul>
182
+ <p>See <a href="../configuring-npm/npmrc.html">npmrc</a> for more details.</p>
183
+ <h4 id="default-configs">Default Configs</h4>
184
+ <p>Run <code>npm config ls -l</code> to see a set of configuration parameters that are
185
+ internal to npm, and are defaults if nothing else is specified.</p>
186
+ <h3 id="shorthands-and-other-cli-niceties">Shorthands and Other CLI Niceties</h3>
187
+ <p>The following shorthands are parsed on the command-line:</p>
188
+ <ul>
189
+ <li><code>-v</code>: <code>--version</code></li>
190
+ <li><code>-h</code>, <code>-?</code>, <code>--help</code>, <code>-H</code>: <code>--usage</code></li>
191
+ <li><code>-s</code>, <code>--silent</code>: <code>--loglevel silent</code></li>
192
+ <li><code>-q</code>, <code>--quiet</code>: <code>--loglevel warn</code></li>
193
+ <li><code>-d</code>: <code>--loglevel info</code></li>
194
+ <li><code>-dd</code>, <code>--verbose</code>: <code>--loglevel verbose</code></li>
195
+ <li><code>-ddd</code>: <code>--loglevel silly</code></li>
196
+ <li><code>-g</code>: <code>--global</code></li>
197
+ <li><code>-C</code>: <code>--prefix</code></li>
198
+ <li><code>-l</code>: <code>--long</code></li>
199
+ <li><code>-m</code>: <code>--message</code></li>
200
+ <li><code>-p</code>, <code>--porcelain</code>: <code>--parseable</code></li>
201
+ <li><code>-reg</code>: <code>--registry</code></li>
202
+ <li><code>-f</code>: <code>--force</code></li>
203
+ <li><code>-desc</code>: <code>--description</code></li>
204
+ <li><code>-S</code>: <code>--save</code></li>
205
+ <li><code>-P</code>: <code>--save-prod</code></li>
206
+ <li><code>-D</code>: <code>--save-dev</code></li>
207
+ <li><code>-O</code>: <code>--save-optional</code></li>
208
+ <li><code>-B</code>: <code>--save-bundle</code></li>
209
+ <li><code>-E</code>: <code>--save-exact</code></li>
210
+ <li><code>-y</code>: <code>--yes</code></li>
211
+ <li><code>-n</code>: <code>--yes false</code></li>
212
+ <li><code>ll</code> and <code>la</code> commands: <code>ls --long</code></li>
213
+ </ul>
214
+ <p>If the specified configuration param resolves unambiguously to a known
215
+ configuration parameter, then it is expanded to that configuration
216
+ parameter. For example:</p>
217
+ <pre lang="bash"><code>npm ls --par
218
+ # same as:
219
+ npm ls --parseable
220
+ </code></pre>
221
+ <p>If multiple single-character shorthands are strung together, and the
222
+ resulting combination is unambiguously not some other configuration
223
+ param, then it is expanded to its various component pieces. For
224
+ example:</p>
225
+ <pre lang="bash"><code>npm ls -gpld
226
+ # same as:
227
+ npm ls --global --parseable --long --loglevel info
228
+ </code></pre>
229
+ <h3 id="per-package-config-settings">Per-Package Config Settings</h3>
230
+ <p>When running scripts (see <a href="../using-npm/scripts.html"><code>scripts</code></a>) the package.json “config”
231
+ keys are overwritten in the environment if there is a config param of
232
+ <code>&lt;name&gt;[@&lt;version&gt;]:&lt;key&gt;</code>. For example, if the package.json has
233
+ this:</p>
234
+ <pre lang="json"><code>{ "name" : "foo"
235
+ , "config" : { "port" : "8080" }
236
+ , "scripts" : { "start" : "node server.js" } }
237
+ </code></pre>
238
+ <p>and the server.js is this:</p>
239
+ <pre lang="javascript"><code>http.createServer(...).listen(process.env.npm_package_config_port)
240
+ </code></pre>
241
+ <p>then the user could change the behavior by doing:</p>
242
+ <pre lang="bash"><code>npm config set foo:port 80
243
+ </code></pre>
244
+ <p>See <a href="../configuring-npm/package-json.html">package.json</a> for more information.</p>
245
+ <h3 id="config-settings">Config Settings</h3>
246
+ <h4 id="access">access</h4>
247
+ <ul>
248
+ <li>Default: <code>restricted</code></li>
249
+ <li>Type: Access</li>
250
+ </ul>
251
+ <p>When publishing scoped packages, the access level defaults to <code>restricted</code>. If
252
+ you want your scoped package to be publicly viewable (and installable) set
253
+ <code>--access=public</code>. The only valid values for <code>access</code> are <code>public</code> and
254
+ <code>restricted</code>. Unscoped packages <em>always</em> have an access level of <code>public</code>.</p>
255
+ <h4 id="allow-same-version">allow-same-version</h4>
256
+ <ul>
257
+ <li>Default: false</li>
258
+ <li>Type: Boolean</li>
259
+ </ul>
260
+ <p>Prevents throwing an error when <code>npm version</code> is used to set the new version
261
+ to the same value as the current version.</p>
262
+ <h4 id="always-auth">always-auth</h4>
263
+ <ul>
264
+ <li>Default: false</li>
265
+ <li>Type: Boolean</li>
266
+ </ul>
267
+ <p>Force npm to always require authentication when accessing the registry,
268
+ even for <code>GET</code> requests.</p>
269
+ <h4 id="also">also</h4>
270
+ <ul>
271
+ <li>Default: null</li>
272
+ <li>Type: String</li>
273
+ </ul>
274
+ <p>When “dev” or “development” and running local <code>npm shrinkwrap</code>,
275
+ <code>npm outdated</code>, or <code>npm update</code>, is an alias for <code>--dev</code>.</p>
276
+ <h4 id="audit">audit</h4>
277
+ <ul>
278
+ <li>Default: true</li>
279
+ <li>Type: Boolean</li>
280
+ </ul>
281
+ <p>When “true” submit audit reports alongside <code>npm install</code> runs to the default
282
+ registry and all registries configured for scopes. See the documentation
283
+ for <a href="../commands/npm-audit.html"><code>npm audit</code></a> for details on what is submitted.</p>
284
+ <h4 id="audit-level">audit-level</h4>
285
+ <ul>
286
+ <li>Default: <code>"low"</code></li>
287
+ <li>Type: <code>'low'</code>, <code>'moderate'</code>, <code>'high'</code>, <code>'critical'</code></li>
288
+ </ul>
289
+ <p>The minimum level of vulnerability for <code>npm audit</code> to exit with
290
+ a non-zero exit code.</p>
291
+ <h4 id="auth-type">auth-type</h4>
292
+ <ul>
293
+ <li>Default: <code>'legacy'</code></li>
294
+ <li>Type: <code>'legacy'</code>, <code>'sso'</code>, <code>'saml'</code>, <code>'oauth'</code></li>
295
+ </ul>
296
+ <p>What authentication strategy to use with <code>adduser</code>/<code>login</code>.</p>
297
+ <h4 id="before">before</h4>
298
+ <ul>
299
+ <li>Alias: enjoy-by</li>
300
+ <li>Default: null</li>
301
+ <li>Type: Date</li>
302
+ </ul>
303
+ <p>If passed to <code>npm install</code>, will rebuild the npm tree such that only versions
304
+ that were available <strong>on or before</strong> the <code>--before</code> time get installed.
305
+ If there’s no versions available for the current set of direct dependencies, the
306
+ command will error.</p>
307
+ <p>If the requested version is a <code>dist-tag</code> and the given tag does not pass the
308
+ <code>--before</code> filter, the most recent version less than or equal to that tag will
309
+ be used. For example, <code>foo@latest</code> might install <code>foo@1.2</code> even though <code>latest</code>
310
+ is <code>2.0</code>.</p>
311
+ <h4 id="bin-links">bin-links</h4>
312
+ <ul>
313
+ <li>Default: <code>true</code></li>
314
+ <li>Type: Boolean</li>
315
+ </ul>
316
+ <p>Tells npm to create symlinks (or <code>.cmd</code> shims on Windows) for package
317
+ executables.</p>
318
+ <p>Set to false to have it not do this. This can be used to work around
319
+ the fact that some file systems don’t support symlinks, even on
320
+ ostensibly Unix systems.</p>
321
+ <h4 id="browser">browser</h4>
322
+ <ul>
323
+ <li>Default: OS X: <code>"open"</code>, Windows: <code>"start"</code>, Others: <code>"xdg-open"</code></li>
324
+ <li>Type: String</li>
325
+ </ul>
326
+ <p>The browser that is called by the <code>npm docs</code> command to open websites.</p>
327
+ <h4 id="ca">ca</h4>
328
+ <ul>
329
+ <li>Default: The npm CA certificate</li>
330
+ <li>Type: String, Array or null</li>
331
+ </ul>
332
+ <p>The Certificate Authority signing certificate that is trusted for SSL
333
+ connections to the registry. Values should be in PEM format (Windows calls it “Base-64 encoded X.509 (.CER)”) with newlines
334
+ replaced by the string “\n”. For example:</p>
335
+ <pre lang="bash"><code>ca="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
336
+ </code></pre>
337
+ <p>Set to <code>null</code> to only allow “known” registrars, or to a specific CA cert
338
+ to trust only that specific signing authority.</p>
339
+ <p>Multiple CAs can be trusted by specifying an array of certificates:</p>
340
+ <pre lang="bash"><code>ca[]="..."
341
+ ca[]="..."
342
+ </code></pre>
343
+ <p>See also the <code>strict-ssl</code> config.</p>
344
+ <h4 id="cafile">cafile</h4>
345
+ <ul>
346
+ <li>Default: <code>null</code></li>
347
+ <li>Type: path</li>
348
+ </ul>
349
+ <p>A path to a file containing one or multiple Certificate Authority signing
350
+ certificates. Similar to the <code>ca</code> setting, but allows for multiple CA’s, as
351
+ well as for the CA information to be stored in a file on disk.</p>
352
+ <h4 id="cache">cache</h4>
353
+ <ul>
354
+ <li>Default: Windows: <code>%AppData%\npm-cache</code>, Posix: <code>~/.npm</code></li>
355
+ <li>Type: path</li>
356
+ </ul>
357
+ <p>The location of npm’s cache directory. See <a href="../commands/npm-cache.html"><code>npm cache</code></a></p>
358
+ <h4 id="cache-lock-stale">cache-lock-stale</h4>
359
+ <ul>
360
+ <li>Default: 60000 (1 minute)</li>
361
+ <li>Type: Number</li>
362
+ </ul>
363
+ <p>The number of ms before cache folder lockfiles are considered stale.</p>
364
+ <h4 id="cache-lock-retries">cache-lock-retries</h4>
365
+ <ul>
366
+ <li>Default: 10</li>
367
+ <li>Type: Number</li>
368
+ </ul>
369
+ <p>Number of times to retry to acquire a lock on cache folder lockfiles.</p>
370
+ <h4 id="cache-lock-wait">cache-lock-wait</h4>
371
+ <ul>
372
+ <li>Default: 10000 (10 seconds)</li>
373
+ <li>Type: Number</li>
374
+ </ul>
375
+ <p>Number of ms to wait for cache lock files to expire.</p>
376
+ <h4 id="cache-max">cache-max</h4>
377
+ <ul>
378
+ <li>Default: Infinity</li>
379
+ <li>Type: Number</li>
380
+ </ul>
381
+ <p><strong>DEPRECATED</strong>: This option has been deprecated in favor of <code>--prefer-online</code>.</p>
382
+ <p><code>--cache-max=0</code> is an alias for <code>--prefer-online</code>.</p>
383
+ <h4 id="cache-min">cache-min</h4>
384
+ <ul>
385
+ <li>Default: 10</li>
386
+ <li>Type: Number</li>
387
+ </ul>
388
+ <p><strong>DEPRECATED</strong>: This option has been deprecated in favor of <code>--prefer-offline</code>.</p>
389
+ <p><code>--cache-min=9999 (or bigger)</code> is an alias for <code>--prefer-offline</code>.</p>
390
+ <h4 id="cert">cert</h4>
391
+ <ul>
392
+ <li>Default: <code>null</code></li>
393
+ <li>Type: String</li>
394
+ </ul>
395
+ <p>A client certificate to pass when accessing the registry. Values should be in
396
+ PEM format (Windows calls it “Base-64 encoded X.509 (.CER)”) with newlines replaced by the string “\n”. For example:</p>
397
+ <pre lang="bash"><code>cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
398
+ </code></pre>
399
+ <p>It is <em>not</em> the path to a certificate file (and there is no “certfile” option).</p>
400
+ <h4 id="cidr">cidr</h4>
401
+ <ul>
402
+ <li>Default: <code>null</code></li>
403
+ <li>Type: String, Array, null</li>
404
+ </ul>
405
+ <p>This is a list of CIDR address to be used when configuring limited access tokens with the <code>npm token create</code> command.</p>
406
+ <h4 id="color">color</h4>
407
+ <ul>
408
+ <li>Default: true</li>
409
+ <li>Type: Boolean or <code>"always"</code></li>
410
+ </ul>
411
+ <p>If false, never shows colors. If <code>"always"</code> then always shows colors.
412
+ If true, then only prints color codes for tty file descriptors.</p>
413
+ <p>This option can also be changed using the environment: colors are
414
+ disabled when the environment variable <code>NO_COLOR</code> is set to any value.</p>
415
+ <h4 id="depth">depth</h4>
416
+ <ul>
417
+ <li>Default: Infinity</li>
418
+ <li>Type: Number</li>
419
+ </ul>
420
+ <p>The depth to go when recursing directories for <code>npm ls</code>,
421
+ <code>npm cache ls</code>, and <code>npm outdated</code>.</p>
422
+ <p>For <code>npm outdated</code>, a setting of <code>Infinity</code> will be treated as <code>0</code>
423
+ since that gives more useful information. To show the outdated status
424
+ of all packages and dependents, use a large integer value,
425
+ e.g., <code>npm outdated --depth 9999</code></p>
426
+ <h4 id="description2">description</h4>
427
+ <ul>
428
+ <li>Default: true</li>
429
+ <li>Type: Boolean</li>
430
+ </ul>
431
+ <p>Show the description in <code>npm search</code></p>
432
+ <h4 id="dev">dev</h4>
433
+ <ul>
434
+ <li>Default: false</li>
435
+ <li>Type: Boolean</li>
436
+ </ul>
437
+ <p>Install <code>dev-dependencies</code> along with packages.</p>
438
+ <h4 id="dry-run">dry-run</h4>
439
+ <ul>
440
+ <li>Default: false</li>
441
+ <li>Type: Boolean</li>
442
+ </ul>
443
+ <p>Indicates that you don’t want npm to make any changes and that it should
444
+ only report what it would have done. This can be passed into any of the
445
+ commands that modify your local installation, eg, <code>install</code>, <code>update</code>,
446
+ <code>dedupe</code>, <code>uninstall</code>. This is NOT currently honored by some network related
447
+ commands, eg <code>dist-tags</code>, <code>owner</code>, etc.</p>
448
+ <h4 id="editor">editor</h4>
449
+ <ul>
450
+ <li>Default: <code>EDITOR</code> environment variable if set, or <code>"vi"</code> on Posix,
451
+ or <code>"notepad"</code> on Windows.</li>
452
+ <li>Type: path</li>
453
+ </ul>
454
+ <p>The command to run for <code>npm edit</code> or <code>npm config edit</code>.</p>
455
+ <h4 id="engine-strict">engine-strict</h4>
456
+ <ul>
457
+ <li>Default: false</li>
458
+ <li>Type: Boolean</li>
459
+ </ul>
460
+ <p>If set to true, then npm will stubbornly refuse to install (or even
461
+ consider installing) any package that claims to not be compatible with
462
+ the current Node.js version.</p>
463
+ <h4 id="force">force</h4>
464
+ <ul>
465
+ <li>Default: false</li>
466
+ <li>Type: Boolean</li>
467
+ </ul>
468
+ <p>Makes various commands more forceful.</p>
469
+ <ul>
470
+ <li>lifecycle script failure does not block progress.</li>
471
+ <li>publishing clobbers previously published versions.</li>
472
+ <li>skips cache when requesting from the registry.</li>
473
+ <li>prevents checks against clobbering non-npm files.</li>
474
+ </ul>
475
+ <h4 id="format-package-lock">format-package-lock</h4>
476
+ <ul>
477
+ <li>Default: true</li>
478
+ <li>Type: Boolean</li>
479
+ </ul>
480
+ <p>Format <code>package-lock.json</code> or <code>npm-shrinkwrap.json</code> as a human readable file.</p>
481
+ <h4 id="fetch-retries">fetch-retries</h4>
482
+ <ul>
483
+ <li>Default: 2</li>
484
+ <li>Type: Number</li>
485
+ </ul>
486
+ <p>The “retries” config for the <code>retry</code> module to use when fetching
487
+ packages from the registry.</p>
488
+ <h4 id="fetch-retry-factor">fetch-retry-factor</h4>
489
+ <ul>
490
+ <li>Default: 10</li>
491
+ <li>Type: Number</li>
492
+ </ul>
493
+ <p>The “factor” config for the <code>retry</code> module to use when fetching
494
+ packages.</p>
495
+ <h4 id="fetch-retry-mintimeout">fetch-retry-mintimeout</h4>
496
+ <ul>
497
+ <li>Default: 10000 (10 seconds)</li>
498
+ <li>Type: Number</li>
499
+ </ul>
500
+ <p>The “minTimeout” config for the <code>retry</code> module to use when fetching
501
+ packages.</p>
502
+ <h4 id="fetch-retry-maxtimeout">fetch-retry-maxtimeout</h4>
503
+ <ul>
504
+ <li>Default: 60000 (1 minute)</li>
505
+ <li>Type: Number</li>
506
+ </ul>
507
+ <p>The “maxTimeout” config for the <code>retry</code> module to use when fetching
508
+ packages.</p>
509
+ <h4 id="fund">fund</h4>
510
+ <ul>
511
+ <li>Default: true</li>
512
+ <li>Type: Boolean</li>
513
+ </ul>
514
+ <p>When “true” displays the message at the end of each <code>npm install</code>
515
+ acknowledging the number of dependencies looking for funding.
516
+ See <a href="../commands/npm-fund.html"><code>npm fund</code></a> for details.</p>
517
+ <h4 id="git">git</h4>
518
+ <ul>
519
+ <li>Default: <code>"git"</code></li>
520
+ <li>Type: String</li>
521
+ </ul>
522
+ <p>The command to use for git commands. If git is installed on the
523
+ computer, but is not in the <code>PATH</code>, then set this to the full path to
524
+ the git binary.</p>
525
+ <h4 id="git-tag-version">git-tag-version</h4>
526
+ <ul>
527
+ <li>Default: <code>true</code></li>
528
+ <li>Type: Boolean</li>
529
+ </ul>
530
+ <p>Tag the commit when using the <code>npm version</code> command.</p>
531
+ <h4 id="commit-hooks">commit-hooks</h4>
532
+ <ul>
533
+ <li>Default: <code>true</code></li>
534
+ <li>Type: Boolean</li>
535
+ </ul>
536
+ <p>Run git commit hooks when using the <code>npm version</code> command.</p>
537
+ <h4 id="global">global</h4>
538
+ <ul>
539
+ <li>Default: false</li>
540
+ <li>Type: Boolean</li>
541
+ </ul>
542
+ <p>Operates in “global” mode, so that packages are installed into the
543
+ <code>prefix</code> folder instead of the current working directory. See
544
+ <a href="../configuring-npm/folders.html">folders</a> for more on the differences in behavior.</p>
545
+ <ul>
546
+ <li>packages are installed into the <code>{prefix}/lib/node_modules</code> folder, instead of the
547
+ current working directory.</li>
548
+ <li>bin files are linked to <code>{prefix}/bin</code></li>
549
+ <li>man pages are linked to <code>{prefix}/share/man</code></li>
550
+ </ul>
551
+ <h4 id="globalconfig">globalconfig</h4>
552
+ <ul>
553
+ <li>Default: {prefix}/etc/npmrc</li>
554
+ <li>Type: path</li>
555
+ </ul>
556
+ <p>The config file to read for global config options.</p>
557
+ <h4 id="global-style">global-style</h4>
558
+ <ul>
559
+ <li>Default: false</li>
560
+ <li>Type: Boolean</li>
561
+ </ul>
562
+ <p>Causes npm to install the package into your local <code>node_modules</code> folder with
563
+ the same layout it uses with the global <code>node_modules</code> folder. Only your
564
+ direct dependencies will show in <code>node_modules</code> and everything they depend
565
+ on will be flattened in their <code>node_modules</code> folders. This obviously will
566
+ eliminate some deduping. If used with <code>legacy-bundling</code>, <code>legacy-bundling</code> will be
567
+ preferred.</p>
568
+ <h4 id="group">group</h4>
569
+ <ul>
570
+ <li>Default: GID of the current process</li>
571
+ <li>Type: String or Number</li>
572
+ </ul>
573
+ <p>The group to use when running package scripts in global mode as the root
574
+ user.</p>
575
+ <h4 id="heading">heading</h4>
576
+ <ul>
577
+ <li>Default: <code>"npm"</code></li>
578
+ <li>Type: String</li>
579
+ </ul>
580
+ <p>The string that starts all the debugging log output.</p>
581
+ <h4 id="https-proxy">https-proxy</h4>
582
+ <ul>
583
+ <li>Default: null</li>
584
+ <li>Type: url</li>
585
+ </ul>
586
+ <p>A proxy to use for outgoing https requests. If the <code>HTTPS_PROXY</code> or
587
+ <code>https_proxy</code> or <code>HTTP_PROXY</code> or <code>http_proxy</code> environment variables are set,
588
+ proxy settings will be honored by the underlying <code>request</code> library.</p>
589
+ <h4 id="if-present">if-present</h4>
590
+ <ul>
591
+ <li>Default: false</li>
592
+ <li>Type: Boolean</li>
593
+ </ul>
594
+ <p>If true, npm will not exit with an error code when <code>run-script</code> is invoked for
595
+ a script that isn’t defined in the <code>scripts</code> section of <code>package.json</code>. This
596
+ option can be used when it’s desirable to optionally run a script when it’s
597
+ present and fail if the script fails. This is useful, for example, when running
598
+ scripts that may only apply for some builds in an otherwise generic CI setup.</p>
599
+ <h4 id="ignore-prepublish">ignore-prepublish</h4>
600
+ <ul>
601
+ <li>Default: false</li>
602
+ <li>Type: Boolean</li>
603
+ </ul>
604
+ <p>If true, npm will not run <code>prepublish</code> scripts.</p>
605
+ <h4 id="ignore-scripts">ignore-scripts</h4>
606
+ <ul>
607
+ <li>Default: false</li>
608
+ <li>Type: Boolean</li>
609
+ </ul>
610
+ <p>If true, npm does not run scripts specified in package.json files.</p>
611
+ <h4 id="init-module">init-module</h4>
612
+ <ul>
613
+ <li>Default: ~/.npm-init.js</li>
614
+ <li>Type: path</li>
615
+ </ul>
616
+ <p>A module that will be loaded by the <code>npm init</code> command. See the
617
+ documentation for the
618
+ <a href="https://github.com/isaacs/init-package-json">init-package-json</a> module
619
+ for more information, or <a href="../commands/npm-init.html">npm init</a>.</p>
620
+ <h4 id="init-author-name">init-author-name</h4>
621
+ <ul>
622
+ <li>Default: “”</li>
623
+ <li>Type: String</li>
624
+ </ul>
625
+ <p>The value <code>npm init</code> should use by default for the package author’s name.</p>
626
+ <h4 id="init-author-email">init-author-email</h4>
627
+ <ul>
628
+ <li>Default: “”</li>
629
+ <li>Type: String</li>
630
+ </ul>
631
+ <p>The value <code>npm init</code> should use by default for the package author’s email.</p>
632
+ <h4 id="init-author-url">init-author-url</h4>
633
+ <ul>
634
+ <li>Default: “”</li>
635
+ <li>Type: String</li>
636
+ </ul>
637
+ <p>The value <code>npm init</code> should use by default for the package author’s homepage.</p>
638
+ <h4 id="init-license">init-license</h4>
639
+ <ul>
640
+ <li>Default: “ISC”</li>
641
+ <li>Type: String</li>
642
+ </ul>
643
+ <p>The value <code>npm init</code> should use by default for the package license.</p>
644
+ <h4 id="init-version">init-version</h4>
645
+ <ul>
646
+ <li>Default: “1.0.0”</li>
647
+ <li>Type: semver</li>
648
+ </ul>
649
+ <p>The value that <code>npm init</code> should use by default for the package
650
+ version number, if not already set in package.json.</p>
651
+ <h4 id="json">json</h4>
652
+ <ul>
653
+ <li>Default: false</li>
654
+ <li>Type: Boolean</li>
655
+ </ul>
656
+ <p>Whether or not to output JSON data, rather than the normal output.</p>
657
+ <p>This feature is currently experimental, and the output data structures for many
658
+ commands is either not implemented in JSON yet, or subject to change. Only the
659
+ output from <code>npm ls --json</code> and <code>npm search --json</code> are currently valid.</p>
660
+ <h4 id="key">key</h4>
661
+ <ul>
662
+ <li>Default: <code>null</code></li>
663
+ <li>Type: String</li>
664
+ </ul>
665
+ <p>A client key to pass when accessing the registry. Values should be in PEM
666
+ format with newlines replaced by the string “\n”. For example:</p>
667
+ <pre lang="json"><code>key="-----BEGIN PRIVATE KEY-----\nXXXX\nXXXX\n-----END PRIVATE KEY-----"
668
+ </code></pre>
669
+ <p>It is <em>not</em> the path to a key file (and there is no “keyfile” option).</p>
670
+ <h4 id="legacy-bundling">legacy-bundling</h4>
671
+ <ul>
672
+ <li>Default: false</li>
673
+ <li>Type: Boolean</li>
674
+ </ul>
675
+ <p>Causes npm to install the package such that versions of npm prior to 1.4,
676
+ such as the one included with node 0.8, can install the package. This
677
+ eliminates all automatic deduping. If used with <code>global-style</code> this option
678
+ will be preferred.</p>
679
+ <h4 id="link">link</h4>
680
+ <ul>
681
+ <li>Default: false</li>
682
+ <li>Type: Boolean</li>
683
+ </ul>
684
+ <p>If true, then local installs will link if there is a suitable globally
685
+ installed package.</p>
686
+ <p>Note that this means that local installs can cause things to be
687
+ installed into the global space at the same time. The link is only done
688
+ if one of the two conditions are met:</p>
689
+ <ul>
690
+ <li>The package is not already installed globally, or</li>
691
+ <li>the globally installed version is identical to the version that is
692
+ being installed locally.</li>
693
+ </ul>
694
+ <h4 id="local-address">local-address</h4>
695
+ <ul>
696
+ <li>Default: undefined</li>
697
+ <li>Type: IP Address</li>
698
+ </ul>
699
+ <p>The IP address of the local interface to use when making connections
700
+ to the npm registry. Must be IPv4 in versions of Node prior to 0.12.</p>
701
+ <h4 id="loglevel">loglevel</h4>
702
+ <ul>
703
+ <li>Default: “notice”</li>
704
+ <li>Type: String</li>
705
+ <li>Values: “silent”, “error”, “warn”, “notice”, “http”, “timing”, “info”,
706
+ “verbose”, “silly”</li>
707
+ </ul>
708
+ <p>What level of logs to report. On failure, <em>all</em> logs are written to
709
+ <code>npm-debug.log</code> in the current working directory.</p>
710
+ <p>Any logs of a higher level than the setting are shown. The default is “notice”.</p>
711
+ <h4 id="logstream">logstream</h4>
712
+ <ul>
713
+ <li>Default: process.stderr</li>
714
+ <li>Type: Stream</li>
715
+ </ul>
716
+ <p>This is the stream that is passed to the
717
+ <a href="https://github.com/npm/npmlog">npmlog</a> module at run time.</p>
718
+ <p>It cannot be set from the command line, but if you are using npm
719
+ programmatically, you may wish to send logs to somewhere other than
720
+ stderr.</p>
721
+ <p>If the <code>color</code> config is set to true, then this stream will receive
722
+ colored output if it is a TTY.</p>
723
+ <h4 id="logs-max">logs-max</h4>
724
+ <ul>
725
+ <li>Default: 10</li>
726
+ <li>Type: Number</li>
727
+ </ul>
728
+ <p>The maximum number of log files to store.</p>
729
+ <h4 id="long">long</h4>
730
+ <ul>
731
+ <li>Default: false</li>
732
+ <li>Type: Boolean</li>
733
+ </ul>
734
+ <p>Show extended information in <code>npm ls</code> and <code>npm search</code>.</p>
735
+ <h4 id="maxsockets">maxsockets</h4>
736
+ <ul>
737
+ <li>Default: 50</li>
738
+ <li>Type: Number</li>
739
+ </ul>
740
+ <p>The maximum number of connections to use per origin (protocol/host/port
741
+ combination). Passed to the <code>http</code> <code>Agent</code> used to make the request.</p>
742
+ <h4 id="message">message</h4>
743
+ <ul>
744
+ <li>Default: “%s”</li>
745
+ <li>Type: String</li>
746
+ </ul>
747
+ <p>Commit message which is used by <code>npm version</code> when creating version commit.</p>
748
+ <p>Any “%s” in the message will be replaced with the version number.</p>
749
+ <h4 id="metrics-registry">metrics-registry</h4>
750
+ <ul>
751
+ <li>Default: The value of <code>registry</code> (which defaults to “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”)</li>
752
+ <li>Type: String</li>
753
+ </ul>
754
+ <p>The registry you want to send cli metrics to if <code>send-metrics</code> is true.</p>
755
+ <h4 id="node-options">node-options</h4>
756
+ <ul>
757
+ <li>Default: null</li>
758
+ <li>Type: String</li>
759
+ </ul>
760
+ <p>Options to pass through to Node.js via the <code>NODE_OPTIONS</code> environment
761
+ variable. This does not impact how npm itself is executed but it does
762
+ impact how lifecycle scripts are called.</p>
763
+ <h4 id="node-version">node-version</h4>
764
+ <ul>
765
+ <li>Default: process.version</li>
766
+ <li>Type: semver or false</li>
767
+ </ul>
768
+ <p>The node version to use when checking a package’s <code>engines</code> map.</p>
769
+ <h4 id="noproxy">noproxy</h4>
770
+ <ul>
771
+ <li>Default: null</li>
772
+ <li>Type: String or Array</li>
773
+ </ul>
774
+ <p>A comma-separated string or an array of domain extensions that a proxy should not be used for.</p>
775
+ <h4 id="offline">offline</h4>
776
+ <ul>
777
+ <li>Default: false</li>
778
+ <li>Type: Boolean</li>
779
+ </ul>
780
+ <p>Force offline mode: no network requests will be done during install. To allow
781
+ the CLI to fill in missing cache data, see <code>--prefer-offline</code>.</p>
782
+ <h4 id="onload-script">onload-script</h4>
783
+ <ul>
784
+ <li>Default: false</li>
785
+ <li>Type: path</li>
786
+ </ul>
787
+ <p>A node module to <code>require()</code> when npm loads. Useful for programmatic
788
+ usage.</p>
789
+ <h4 id="only">only</h4>
790
+ <ul>
791
+ <li>Default: null</li>
792
+ <li>Type: String</li>
793
+ </ul>
794
+ <p>When “dev” or “development” and running local <code>npm install</code> without any
795
+ arguments, only devDependencies (and their dependencies) are installed.</p>
796
+ <p>When “dev” or “development” and running local <code>npm ls</code>, <code>npm outdated</code>, or
797
+ <code>npm update</code>, is an alias for <code>--dev</code>.</p>
798
+ <p>When “prod” or “production” and running local <code>npm install</code> without any
799
+ arguments, only non-devDependencies (and their dependencies) are
800
+ installed.</p>
801
+ <p>When “prod” or “production” and running local <code>npm ls</code>, <code>npm outdated</code>, or
802
+ <code>npm update</code>, is an alias for <code>--production</code>.</p>
803
+ <h4 id="optional">optional</h4>
804
+ <ul>
805
+ <li>Default: true</li>
806
+ <li>Type: Boolean</li>
807
+ </ul>
808
+ <p>Attempt to install packages in the <code>optionalDependencies</code> object. Note
809
+ that if these packages fail to install, the overall installation
810
+ process is not aborted.</p>
811
+ <h4 id="otp">otp</h4>
812
+ <ul>
813
+ <li>Default: null</li>
814
+ <li>Type: Number</li>
815
+ </ul>
816
+ <p>This is a one-time password from a two-factor authenticator. It’s needed
817
+ when publishing or changing package permissions with <code>npm access</code>.</p>
818
+ <h4 id="package-lock">package-lock</h4>
819
+ <ul>
820
+ <li>Default: true</li>
821
+ <li>Type: Boolean</li>
822
+ </ul>
823
+ <p>If set to false, then ignore <code>package-lock.json</code> files when installing. This
824
+ will also prevent <em>writing</em> <code>package-lock.json</code> if <code>save</code> is true.</p>
825
+ <p>When package package-locks are disabled, automatic pruning of extraneous
826
+ modules will also be disabled. To remove extraneous modules with
827
+ package-locks disabled use <code>npm prune</code>.</p>
828
+ <p>This option is an alias for <code>--shrinkwrap</code>.</p>
829
+ <h4 id="package-lock-only">package-lock-only</h4>
830
+ <ul>
831
+ <li>Default: false</li>
832
+ <li>Type: Boolean</li>
833
+ </ul>
834
+ <p>If set to true, it will update only the <code>package-lock.json</code>,
835
+ instead of checking <code>node_modules</code> and downloading dependencies.</p>
836
+ <h4 id="parseable">parseable</h4>
837
+ <ul>
838
+ <li>Default: false</li>
839
+ <li>Type: Boolean</li>
840
+ </ul>
841
+ <p>Output parseable results from commands that write to
842
+ standard output. For <code>npm search</code>, this will be tab-separated table format.</p>
843
+ <h4 id="prefer-offline">prefer-offline</h4>
844
+ <ul>
845
+ <li>Default: false</li>
846
+ <li>Type: Boolean</li>
847
+ </ul>
848
+ <p>If true, staleness checks for cached data will be bypassed, but missing data
849
+ will be requested from the server. To force full offline mode, use <code>--offline</code>.</p>
850
+ <p>This option is effectively equivalent to <code>--cache-min=9999999</code>.</p>
851
+ <h4 id="prefer-online">prefer-online</h4>
852
+ <ul>
853
+ <li>Default: false</li>
854
+ <li>Type: Boolean</li>
855
+ </ul>
856
+ <p>If true, staleness checks for cached data will be forced, making the CLI look
857
+ for updates immediately even for fresh package data.</p>
858
+ <h4 id="prefix">prefix</h4>
859
+ <ul>
860
+ <li>Default: see <a href="../configuring-npm/folders.html">folders</a></li>
861
+ <li>Type: path</li>
862
+ </ul>
863
+ <p>The location to install global items. If set on the command line, then
864
+ it forces non-global commands to run in the specified folder.</p>
865
+ <h4 id="preid">preid</h4>
866
+ <ul>
867
+ <li>Default: “”</li>
868
+ <li>Type: String</li>
869
+ </ul>
870
+ <p>The “prerelease identifier” to use as a prefix for the “prerelease” part of a
871
+ semver. Like the <code>rc</code> in <code>1.2.0-rc.8</code>.</p>
872
+ <h4 id="production">production</h4>
873
+ <ul>
874
+ <li>Default: false</li>
875
+ <li>Type: Boolean</li>
876
+ </ul>
877
+ <p>Set to true to run in “production” mode.</p>
878
+ <ol>
879
+ <li>devDependencies are not installed at the topmost level when running
880
+ local <code>npm install</code> without any arguments.</li>
881
+ <li>Set the NODE_ENV=“production” for lifecycle scripts.</li>
882
+ </ol>
883
+ <h4 id="progress">progress</h4>
884
+ <ul>
885
+ <li>Default: true, unless TRAVIS or CI env vars set.</li>
886
+ <li>Type: Boolean</li>
887
+ </ul>
888
+ <p>When set to <code>true</code>, npm will display a progress bar during time intensive
889
+ operations, if <code>process.stderr</code> is a TTY.</p>
890
+ <p>Set to <code>false</code> to suppress the progress bar.</p>
891
+ <h4 id="proxy">proxy</h4>
892
+ <ul>
893
+ <li>Default: null</li>
894
+ <li>Type: url</li>
895
+ </ul>
896
+ <p>A proxy to use for outgoing http requests. If the <code>HTTP_PROXY</code> or
897
+ <code>http_proxy</code> environment variables are set, proxy settings will be
898
+ honored by the underlying <code>request</code> library.</p>
899
+ <h4 id="read-only">read-only</h4>
900
+ <ul>
901
+ <li>Default: false</li>
902
+ <li>Type: Boolean</li>
903
+ </ul>
904
+ <p>This is used to mark a token as unable to publish when configuring limited access tokens with the <code>npm token create</code> command.</p>
905
+ <h4 id="rebuild-bundle">rebuild-bundle</h4>
906
+ <ul>
907
+ <li>Default: true</li>
908
+ <li>Type: Boolean</li>
909
+ </ul>
910
+ <p>Rebuild bundled dependencies after installation.</p>
911
+ <h4 id="registry">registry</h4>
912
+ <ul>
913
+ <li>Default: <a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a></li>
914
+ <li>Type: url</li>
915
+ </ul>
916
+ <p>The base URL of the npm package registry.</p>
917
+ <h4 id="rollback">rollback</h4>
918
+ <ul>
919
+ <li>Default: true</li>
920
+ <li>Type: Boolean</li>
921
+ </ul>
922
+ <p>Remove failed installs.</p>
923
+ <h4 id="save">save</h4>
924
+ <ul>
925
+ <li>Default: true</li>
926
+ <li>Type: Boolean</li>
927
+ </ul>
928
+ <p>Save installed packages to a package.json file as dependencies.</p>
929
+ <p>When used with the <code>npm rm</code> command, it removes it from the <code>dependencies</code>
930
+ object.</p>
931
+ <p>Only works if there is already a package.json file present.</p>
932
+ <h4 id="save-bundle">save-bundle</h4>
933
+ <ul>
934
+ <li>Default: false</li>
935
+ <li>Type: Boolean</li>
936
+ </ul>
937
+ <p>If a package would be saved at install time by the use of <code>--save</code>,
938
+ <code>--save-dev</code>, or <code>--save-optional</code>, then also put it in the
939
+ <code>bundleDependencies</code> list.</p>
940
+ <p>When used with the <code>npm rm</code> command, it removes it from the
941
+ bundledDependencies list.</p>
942
+ <h4 id="save-prod">save-prod</h4>
943
+ <ul>
944
+ <li>Default: false</li>
945
+ <li>Type: Boolean</li>
946
+ </ul>
947
+ <p>Makes sure that a package will be saved into <code>dependencies</code> specifically. This
948
+ is useful if a package already exists in <code>devDependencies</code> or
949
+ <code>optionalDependencies</code>, but you want to move it to be a production dep. This is
950
+ also the default behavior if <code>--save</code> is true, and neither <code>--save-dev</code> or
951
+ <code>--save-optional</code> are true.</p>
952
+ <h4 id="save-dev">save-dev</h4>
953
+ <ul>
954
+ <li>Default: false</li>
955
+ <li>Type: Boolean</li>
956
+ </ul>
957
+ <p>Save installed packages to a package.json file as <code>devDependencies</code>.</p>
958
+ <p>When used with the <code>npm rm</code> command, it removes it from the
959
+ <code>devDependencies</code> object.</p>
960
+ <p>Only works if there is already a package.json file present.</p>
961
+ <h4 id="save-exact">save-exact</h4>
962
+ <ul>
963
+ <li>Default: false</li>
964
+ <li>Type: Boolean</li>
965
+ </ul>
966
+ <p>Dependencies saved to package.json using <code>--save</code>, <code>--save-dev</code> or
967
+ <code>--save-optional</code> will be configured with an exact version rather than
968
+ using npm’s default semver range operator.</p>
969
+ <h4 id="save-optional">save-optional</h4>
970
+ <ul>
971
+ <li>Default: false</li>
972
+ <li>Type: Boolean</li>
973
+ </ul>
974
+ <p>Save installed packages to a package.json file as
975
+ optionalDependencies.</p>
976
+ <p>When used with the <code>npm rm</code> command, it removes it from the
977
+ <code>devDependencies</code> object.</p>
978
+ <p>Only works if there is already a package.json file present.</p>
979
+ <h4 id="save-prefix">save-prefix</h4>
980
+ <ul>
981
+ <li>Default: ‘^’</li>
982
+ <li>Type: String</li>
983
+ </ul>
984
+ <p>Configure how versions of packages installed to a package.json file via
985
+ <code>--save</code> or <code>--save-dev</code> get prefixed.</p>
986
+ <p>For example if a package has version <code>1.2.3</code>, by default its version is
987
+ set to <code>^1.2.3</code> which allows minor upgrades for that package, but after
988
+ <code>npm config set save-prefix='~'</code> it would be set to <code>~1.2.3</code> which only allows
989
+ patch upgrades.</p>
990
+ <h4 id="scope">scope</h4>
991
+ <ul>
992
+ <li>Default: the scope of the current project, if any, or “”</li>
993
+ <li>Type: String</li>
994
+ </ul>
995
+ <p>Associate an operation with a scope for a scoped registry. Useful when logging
996
+ in to a private registry for the first time:
997
+ <code>npm login --scope=@organization --registry=registry.organization.com</code>, which
998
+ will cause <code>@organization</code> to be mapped to the registry for future installation
999
+ of packages specified according to the pattern <code>@organization/package</code>.</p>
1000
+ <h4 id="script-shell">script-shell</h4>
1001
+ <ul>
1002
+ <li>Default: <code>null</code></li>
1003
+ <li>Type: path</li>
1004
+ </ul>
1005
+ <p>The shell to use for scripts run with the <code>npm run</code> command.</p>
1006
+ <h4 id="scripts-prepend-node-path">scripts-prepend-node-path</h4>
1007
+ <ul>
1008
+ <li>Default: “warn-only”</li>
1009
+ <li>Type: Boolean, <code>"auto"</code> or <code>"warn-only"</code></li>
1010
+ </ul>
1011
+ <p>If set to <code>true</code>, add the directory in which the current <code>node</code> executable
1012
+ resides to the <code>PATH</code> environment variable when running scripts,
1013
+ even if that means that <code>npm</code> will invoke a different <code>node</code> executable than
1014
+ the one which it is running.</p>
1015
+ <p>If set to <code>false</code>, never modify <code>PATH</code> with that.</p>
1016
+ <p>If set to <code>"warn-only"</code>, never modify <code>PATH</code> but print a warning if <code>npm</code> thinks
1017
+ that you may want to run it with <code>true</code>, e.g. because the <code>node</code> executable
1018
+ in the <code>PATH</code> is not the one <code>npm</code> was invoked with.</p>
1019
+ <p>If set to <code>auto</code>, only add that directory to the <code>PATH</code> environment variable
1020
+ if the <code>node</code> executable with which <code>npm</code> was invoked and the one that is found
1021
+ first on the <code>PATH</code> are different.</p>
1022
+ <h4 id="searchexclude">searchexclude</h4>
1023
+ <ul>
1024
+ <li>Default: “”</li>
1025
+ <li>Type: String</li>
1026
+ </ul>
1027
+ <p>Space-separated options that limit the results from search.</p>
1028
+ <h4 id="searchopts">searchopts</h4>
1029
+ <ul>
1030
+ <li>Default: “”</li>
1031
+ <li>Type: String</li>
1032
+ </ul>
1033
+ <p>Space-separated options that are always passed to search.</p>
1034
+ <h4 id="searchlimit">searchlimit</h4>
1035
+ <ul>
1036
+ <li>Default: 20</li>
1037
+ <li>Type: Number</li>
1038
+ </ul>
1039
+ <p>Number of items to limit search results to. Will not apply at all to legacy
1040
+ searches.</p>
1041
+ <h4 id="searchstaleness">searchstaleness</h4>
1042
+ <ul>
1043
+ <li>Default: 900 (15 minutes)</li>
1044
+ <li>Type: Number</li>
1045
+ </ul>
1046
+ <p>The age of the cache, in seconds, before another registry request is made if
1047
+ using legacy search endpoint.</p>
1048
+ <h4 id="send-metrics">send-metrics</h4>
1049
+ <ul>
1050
+ <li>Default: false</li>
1051
+ <li>Type: Boolean</li>
1052
+ </ul>
1053
+ <p>If true, success/failure metrics will be reported to the registry stored in
1054
+ <code>metrics-registry</code>. These requests contain the number of successful and
1055
+ failing runs of the npm CLI and the time period overwhich those counts were
1056
+ gathered. No identifying information is included in these requests.</p>
1057
+ <h4 id="shell">shell</h4>
1058
+ <ul>
1059
+ <li>Default: SHELL environment variable, or “bash” on Posix, or “cmd” on
1060
+ Windows</li>
1061
+ <li>Type: path</li>
1062
+ </ul>
1063
+ <p>The shell to run for the <code>npm explore</code> command.</p>
1064
+ <h4 id="shrinkwrap">shrinkwrap</h4>
1065
+ <ul>
1066
+ <li>Default: true</li>
1067
+ <li>Type: Boolean</li>
1068
+ </ul>
1069
+ <p>If set to false, then ignore <code>npm-shrinkwrap.json</code> files when installing. This
1070
+ will also prevent <em>writing</em> <code>npm-shrinkwrap.json</code> if <code>save</code> is true.</p>
1071
+ <p>This option is an alias for <code>--package-lock</code>.</p>
1072
+ <h4 id="sign-git-commit">sign-git-commit</h4>
1073
+ <ul>
1074
+ <li>Default: false</li>
1075
+ <li>Type: Boolean</li>
1076
+ </ul>
1077
+ <p>If set to true, then the <code>npm version</code> command will commit the new package
1078
+ version using <code>-S</code> to add a signature.</p>
1079
+ <p>Note that git requires you to have set up GPG keys in your git configs
1080
+ for this to work properly.</p>
1081
+ <h4 id="sign-git-tag">sign-git-tag</h4>
1082
+ <ul>
1083
+ <li>Default: false</li>
1084
+ <li>Type: Boolean</li>
1085
+ </ul>
1086
+ <p>If set to true, then the <code>npm version</code> command will tag the version
1087
+ using <code>-s</code> to add a signature.</p>
1088
+ <p>Note that git requires you to have set up GPG keys in your git configs
1089
+ for this to work properly.</p>
1090
+ <h4 id="sso-poll-frequency">sso-poll-frequency</h4>
1091
+ <ul>
1092
+ <li>Default: 500</li>
1093
+ <li>Type: Number</li>
1094
+ </ul>
1095
+ <p>When used with SSO-enabled <code>auth-type</code>s, configures how regularly the registry
1096
+ should be polled while the user is completing authentication.</p>
1097
+ <h4 id="sso-type">sso-type</h4>
1098
+ <ul>
1099
+ <li>Default: ‘oauth’</li>
1100
+ <li>Type: ‘oauth’, ‘saml’, or null</li>
1101
+ </ul>
1102
+ <p>If <code>--auth-type=sso</code>, the type of SSO type to use.</p>
1103
+ <h4 id="strict-ssl">strict-ssl</h4>
1104
+ <ul>
1105
+ <li>Default: true</li>
1106
+ <li>Type: Boolean</li>
1107
+ </ul>
1108
+ <p>Whether or not to do SSL key validation when making requests to the
1109
+ registry via https.</p>
1110
+ <p>See also the <code>ca</code> config.</p>
1111
+ <h4 id="tag">tag</h4>
1112
+ <ul>
1113
+ <li>Default: latest</li>
1114
+ <li>Type: String</li>
1115
+ </ul>
1116
+ <p>If you ask npm to install a package and don’t tell it a specific version, then
1117
+ it will install the specified tag.</p>
1118
+ <p>Also the tag that is added to the package@version specified by the <code>npm tag</code> command, if no explicit tag is given.</p>
1119
+ <h4 id="tag-version-prefix">tag-version-prefix</h4>
1120
+ <ul>
1121
+ <li>Default: <code>"v"</code></li>
1122
+ <li>Type: String</li>
1123
+ </ul>
1124
+ <p>If set, alters the prefix used when tagging a new version when performing a
1125
+ version increment using <code>npm-version</code>. To remove the prefix altogether, set it
1126
+ to the empty string: <code>""</code>.</p>
1127
+ <p>Because other tools may rely on the convention that npm version tags look like
1128
+ <code>v1.0.0</code>, <em>only use this property if it is absolutely necessary</em>. In
1129
+ particular, use care when overriding this setting for public packages.</p>
1130
+ <h4 id="timing">timing</h4>
1131
+ <ul>
1132
+ <li>Default: <code>false</code></li>
1133
+ <li>Type: Boolean</li>
1134
+ </ul>
1135
+ <p>If true, writes an <code>npm-debug</code> log to <code>_logs</code> and timing information to
1136
+ <code>_timing.json</code>, both in your cache. <code>_timing.json</code> is a newline delimited
1137
+ list of JSON objects. You can quickly view it with this
1138
+ <a href="https://www.npmjs.com/package/json">json</a> command line:
1139
+ <code>json -g &lt; ~/.npm/_timing.json</code>.</p>
1140
+ <h4 id="tmp">tmp</h4>
1141
+ <ul>
1142
+ <li>Default: TMPDIR environment variable, or “/tmp”</li>
1143
+ <li>Type: path</li>
1144
+ </ul>
1145
+ <p>Where to store temporary files and folders. All temp files are deleted
1146
+ on success, but left behind on failure for forensic purposes.</p>
1147
+ <h4 id="unicode">unicode</h4>
1148
+ <ul>
1149
+ <li>Default: false on windows, true on mac/unix systems with a unicode locale</li>
1150
+ <li>Type: Boolean</li>
1151
+ </ul>
1152
+ <p>When set to true, npm uses unicode characters in the tree output. When
1153
+ false, it uses ascii characters to draw trees.</p>
1154
+ <h4 id="unsafe-perm">unsafe-perm</h4>
1155
+ <ul>
1156
+ <li>Default: false if running as root, true otherwise</li>
1157
+ <li>Type: Boolean</li>
1158
+ </ul>
1159
+ <p>Set to true to suppress the UID/GID switching when running package
1160
+ scripts. If set explicitly to false, then installing as a non-root user
1161
+ will fail.</p>
1162
+ <h4 id="update-notifier">update-notifier</h4>
1163
+ <ul>
1164
+ <li>Default: true</li>
1165
+ <li>Type: Boolean</li>
1166
+ </ul>
1167
+ <p>Set to false to suppress the update notification when using an older
1168
+ version of npm than the latest.</p>
1169
+ <h4 id="usage">usage</h4>
1170
+ <ul>
1171
+ <li>Default: false</li>
1172
+ <li>Type: Boolean</li>
1173
+ </ul>
1174
+ <p>Set to show short usage output (like the -H output)
1175
+ instead of complete help when doing <a href="../commands/npm-help.html"><code>npm help</code></a>.</p>
1176
+ <h4 id="user">user</h4>
1177
+ <ul>
1178
+ <li>Default: “nobody”</li>
1179
+ <li>Type: String or Number</li>
1180
+ </ul>
1181
+ <p>The UID to set to when running package scripts as root.</p>
1182
+ <h4 id="userconfig">userconfig</h4>
1183
+ <ul>
1184
+ <li>Default: ~/.npmrc</li>
1185
+ <li>Type: path</li>
1186
+ </ul>
1187
+ <p>The location of user-level configuration settings.</p>
1188
+ <h4 id="umask">umask</h4>
1189
+ <ul>
1190
+ <li>Default: 022</li>
1191
+ <li>Type: Octal numeric string in range 0000..0777 (0..511)</li>
1192
+ </ul>
1193
+ <p>The “umask” value to use when setting the file creation mode on files
1194
+ and folders.</p>
1195
+ <p>Folders and executables are given a mode which is <code>0777</code> masked against
1196
+ this value. Other files are given a mode which is <code>0666</code> masked against
1197
+ this value. Thus, the defaults are <code>0755</code> and <code>0644</code> respectively.</p>
1198
+ <h4 id="user-agent">user-agent</h4>
1199
+ <ul>
1200
+ <li>Default: node/{process.version} {process.platform} {process.arch}</li>
1201
+ <li>Type: String</li>
1202
+ </ul>
1203
+ <p>Sets a User-Agent to the request header</p>
1204
+ <h4 id="version">version</h4>
1205
+ <ul>
1206
+ <li>Default: false</li>
1207
+ <li>Type: boolean</li>
1208
+ </ul>
1209
+ <p>If true, output the npm version and exit successfully.</p>
1210
+ <p>Only relevant when specified explicitly on the command line.</p>
1211
+ <h4 id="versions">versions</h4>
1212
+ <ul>
1213
+ <li>Default: false</li>
1214
+ <li>Type: boolean</li>
1215
+ </ul>
1216
+ <p>If true, output the npm version as well as node’s <code>process.versions</code> map, and
1217
+ exit successfully.</p>
1218
+ <p>Only relevant when specified explicitly on the command line.</p>
1219
+ <h4 id="viewer">viewer</h4>
1220
+ <ul>
1221
+ <li>Default: “man” on Posix, “browser” on Windows</li>
1222
+ <li>Type: path</li>
1223
+ </ul>
1224
+ <p>The program to use to view help content.</p>
1225
+ <p>Set to <code>"browser"</code> to view html help content in the default web browser.</p>
1226
+ <h3 id="see-also">See also</h3>
1227
+ <ul>
1228
+ <li><a href="../commands/npm-config.html">npm config</a></li>
1229
+ <li><a href="../configuring-npm/npmrc.html">npmrc</a></li>
1230
+ <li><a href="../using-npm/scripts.html">npm scripts</a></li>
1231
+ <li><a href="../configuring-npm/folders.html">npm folders</a></li>
1232
+ <li><a href="../commands/npm.html">npm</a></li>
1233
+ </ul>
1234
+ </div>
1235
+
1236
+ <footer id="edit">
1237
+ <a href="https://github.com/npm/cli/edit/v6/docs/content/using-npm/config.md">
1238
+ <svg role="img" viewBox="0 0 16 16" width="16" height="16" fill="currentcolor" style="vertical-align: text-bottom; margin-right: 0.3em;">
1239
+ <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>
1240
+ </svg>
1241
+ Edit this page on GitHub
1242
+ </a>
1243
+ </footer>
1244
+ </section>
1245
+
1246
+
1247
+
1248
+ </body></html>