@patternfly-java/charts 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2205) hide show
  1. package/.parcel-cache/data.mdb +0 -0
  2. package/.parcel-cache/lock.mdb +0 -0
  3. package/README.md +1 -0
  4. package/node/node +0 -0
  5. package/node/node_modules/corepack/CHANGELOG.md +541 -0
  6. package/node/node_modules/corepack/LICENSE.md +7 -0
  7. package/node/node_modules/corepack/README.md +381 -0
  8. package/node/node_modules/corepack/dist/corepack.js +4 -0
  9. package/node/node_modules/corepack/dist/lib/corepack.cjs +23689 -0
  10. package/node/node_modules/corepack/dist/npm.js +4 -0
  11. package/node/node_modules/corepack/dist/npx.js +4 -0
  12. package/node/node_modules/corepack/dist/pnpm.js +4 -0
  13. package/node/node_modules/corepack/dist/pnpx.js +4 -0
  14. package/node/node_modules/corepack/dist/yarn.js +4 -0
  15. package/node/node_modules/corepack/dist/yarnpkg.js +4 -0
  16. package/node/node_modules/corepack/package.json +102 -0
  17. package/node/node_modules/corepack/shims/corepack +12 -0
  18. package/node/node_modules/corepack/shims/corepack.cmd +7 -0
  19. package/node/node_modules/corepack/shims/corepack.ps1 +28 -0
  20. package/node/node_modules/corepack/shims/nodewin/corepack +12 -0
  21. package/node/node_modules/corepack/shims/nodewin/corepack.cmd +7 -0
  22. package/node/node_modules/corepack/shims/nodewin/corepack.ps1 +28 -0
  23. package/node/node_modules/corepack/shims/nodewin/npm +12 -0
  24. package/node/node_modules/corepack/shims/nodewin/npm.cmd +7 -0
  25. package/node/node_modules/corepack/shims/nodewin/npm.ps1 +28 -0
  26. package/node/node_modules/corepack/shims/nodewin/npx +12 -0
  27. package/node/node_modules/corepack/shims/nodewin/npx.cmd +7 -0
  28. package/node/node_modules/corepack/shims/nodewin/npx.ps1 +28 -0
  29. package/node/node_modules/corepack/shims/nodewin/pnpm +12 -0
  30. package/node/node_modules/corepack/shims/nodewin/pnpm.cmd +7 -0
  31. package/node/node_modules/corepack/shims/nodewin/pnpm.ps1 +28 -0
  32. package/node/node_modules/corepack/shims/nodewin/pnpx +12 -0
  33. package/node/node_modules/corepack/shims/nodewin/pnpx.cmd +7 -0
  34. package/node/node_modules/corepack/shims/nodewin/pnpx.ps1 +28 -0
  35. package/node/node_modules/corepack/shims/nodewin/yarn +12 -0
  36. package/node/node_modules/corepack/shims/nodewin/yarn.cmd +7 -0
  37. package/node/node_modules/corepack/shims/nodewin/yarn.ps1 +28 -0
  38. package/node/node_modules/corepack/shims/nodewin/yarnpkg +12 -0
  39. package/node/node_modules/corepack/shims/nodewin/yarnpkg.cmd +7 -0
  40. package/node/node_modules/corepack/shims/nodewin/yarnpkg.ps1 +28 -0
  41. package/node/node_modules/corepack/shims/npm +12 -0
  42. package/node/node_modules/corepack/shims/npm.cmd +7 -0
  43. package/node/node_modules/corepack/shims/npm.ps1 +28 -0
  44. package/node/node_modules/corepack/shims/npx +12 -0
  45. package/node/node_modules/corepack/shims/npx.cmd +7 -0
  46. package/node/node_modules/corepack/shims/npx.ps1 +28 -0
  47. package/node/node_modules/corepack/shims/pnpm +12 -0
  48. package/node/node_modules/corepack/shims/pnpm.cmd +7 -0
  49. package/node/node_modules/corepack/shims/pnpm.ps1 +28 -0
  50. package/node/node_modules/corepack/shims/pnpx +12 -0
  51. package/node/node_modules/corepack/shims/pnpx.cmd +7 -0
  52. package/node/node_modules/corepack/shims/pnpx.ps1 +28 -0
  53. package/node/node_modules/corepack/shims/yarn +12 -0
  54. package/node/node_modules/corepack/shims/yarn.cmd +7 -0
  55. package/node/node_modules/corepack/shims/yarn.ps1 +28 -0
  56. package/node/node_modules/corepack/shims/yarnpkg +12 -0
  57. package/node/node_modules/corepack/shims/yarnpkg.cmd +7 -0
  58. package/node/node_modules/corepack/shims/yarnpkg.ps1 +28 -0
  59. package/node/node_modules/npm/LICENSE +235 -0
  60. package/node/node_modules/npm/README.md +55 -0
  61. package/node/node_modules/npm/bin/node-gyp-bin/node-gyp +6 -0
  62. package/node/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +5 -0
  63. package/node/node_modules/npm/bin/npm +65 -0
  64. package/node/node_modules/npm/bin/npm-cli.js +2 -0
  65. package/node/node_modules/npm/bin/npm-prefix.js +30 -0
  66. package/node/node_modules/npm/bin/npm.cmd +20 -0
  67. package/node/node_modules/npm/bin/npm.ps1 +50 -0
  68. package/node/node_modules/npm/bin/npx +65 -0
  69. package/node/node_modules/npm/bin/npx-cli.js +130 -0
  70. package/node/node_modules/npm/bin/npx.cmd +20 -0
  71. package/node/node_modules/npm/bin/npx.ps1 +50 -0
  72. package/node/node_modules/npm/docs/content/commands/npm-access.md +123 -0
  73. package/node/node_modules/npm/docs/content/commands/npm-adduser.md +88 -0
  74. package/node/node_modules/npm/docs/content/commands/npm-audit.md +478 -0
  75. package/node/node_modules/npm/docs/content/commands/npm-bugs.md +109 -0
  76. package/node/node_modules/npm/docs/content/commands/npm-cache.md +92 -0
  77. package/node/node_modules/npm/docs/content/commands/npm-ci.md +318 -0
  78. package/node/node_modules/npm/docs/content/commands/npm-completion.md +41 -0
  79. package/node/node_modules/npm/docs/content/commands/npm-config.md +182 -0
  80. package/node/node_modules/npm/docs/content/commands/npm-dedupe.md +320 -0
  81. package/node/node_modules/npm/docs/content/commands/npm-deprecate.md +88 -0
  82. package/node/node_modules/npm/docs/content/commands/npm-diff.md +319 -0
  83. package/node/node_modules/npm/docs/content/commands/npm-dist-tag.md +154 -0
  84. package/node/node_modules/npm/docs/content/commands/npm-docs.md +108 -0
  85. package/node/node_modules/npm/docs/content/commands/npm-doctor.md +123 -0
  86. package/node/node_modules/npm/docs/content/commands/npm-edit.md +46 -0
  87. package/node/node_modules/npm/docs/content/commands/npm-exec.md +366 -0
  88. package/node/node_modules/npm/docs/content/commands/npm-explain.md +105 -0
  89. package/node/node_modules/npm/docs/content/commands/npm-explore.md +49 -0
  90. package/node/node_modules/npm/docs/content/commands/npm-find-dupes.md +246 -0
  91. package/node/node_modules/npm/docs/content/commands/npm-fund.md +145 -0
  92. package/node/node_modules/npm/docs/content/commands/npm-help-search.md +40 -0
  93. package/node/node_modules/npm/docs/content/commands/npm-help.md +46 -0
  94. package/node/node_modules/npm/docs/content/commands/npm-init.md +373 -0
  95. package/node/node_modules/npm/docs/content/commands/npm-install-ci-test.md +265 -0
  96. package/node/node_modules/npm/docs/content/commands/npm-install-test.md +389 -0
  97. package/node/node_modules/npm/docs/content/commands/npm-install.md +823 -0
  98. package/node/node_modules/npm/docs/content/commands/npm-link.md +396 -0
  99. package/node/node_modules/npm/docs/content/commands/npm-login.md +95 -0
  100. package/node/node_modules/npm/docs/content/commands/npm-logout.md +75 -0
  101. package/node/node_modules/npm/docs/content/commands/npm-ls.md +266 -0
  102. package/node/node_modules/npm/docs/content/commands/npm-org.md +114 -0
  103. package/node/node_modules/npm/docs/content/commands/npm-outdated.md +196 -0
  104. package/node/node_modules/npm/docs/content/commands/npm-owner.md +106 -0
  105. package/node/node_modules/npm/docs/content/commands/npm-pack.md +140 -0
  106. package/node/node_modules/npm/docs/content/commands/npm-ping.md +46 -0
  107. package/node/node_modules/npm/docs/content/commands/npm-pkg.md +272 -0
  108. package/node/node_modules/npm/docs/content/commands/npm-prefix.md +59 -0
  109. package/node/node_modules/npm/docs/content/commands/npm-profile.md +120 -0
  110. package/node/node_modules/npm/docs/content/commands/npm-prune.md +197 -0
  111. package/node/node_modules/npm/docs/content/commands/npm-publish.md +241 -0
  112. package/node/node_modules/npm/docs/content/commands/npm-query.md +272 -0
  113. package/node/node_modules/npm/docs/content/commands/npm-rebuild.md +169 -0
  114. package/node/node_modules/npm/docs/content/commands/npm-repo.md +102 -0
  115. package/node/node_modules/npm/docs/content/commands/npm-restart.md +70 -0
  116. package/node/node_modules/npm/docs/content/commands/npm-root.md +51 -0
  117. package/node/node_modules/npm/docs/content/commands/npm-run.md +254 -0
  118. package/node/node_modules/npm/docs/content/commands/npm-sbom.md +318 -0
  119. package/node/node_modules/npm/docs/content/commands/npm-search.md +160 -0
  120. package/node/node_modules/npm/docs/content/commands/npm-shrinkwrap.md +32 -0
  121. package/node/node_modules/npm/docs/content/commands/npm-star.md +78 -0
  122. package/node/node_modules/npm/docs/content/commands/npm-stars.md +40 -0
  123. package/node/node_modules/npm/docs/content/commands/npm-start.md +80 -0
  124. package/node/node_modules/npm/docs/content/commands/npm-stop.md +73 -0
  125. package/node/node_modules/npm/docs/content/commands/npm-team.md +155 -0
  126. package/node/node_modules/npm/docs/content/commands/npm-test.md +70 -0
  127. package/node/node_modules/npm/docs/content/commands/npm-token.md +112 -0
  128. package/node/node_modules/npm/docs/content/commands/npm-undeprecate.md +63 -0
  129. package/node/node_modules/npm/docs/content/commands/npm-uninstall.md +159 -0
  130. package/node/node_modules/npm/docs/content/commands/npm-unpublish.md +136 -0
  131. package/node/node_modules/npm/docs/content/commands/npm-unstar.md +74 -0
  132. package/node/node_modules/npm/docs/content/commands/npm-update.md +463 -0
  133. package/node/node_modules/npm/docs/content/commands/npm-version.md +235 -0
  134. package/node/node_modules/npm/docs/content/commands/npm-view.md +200 -0
  135. package/node/node_modules/npm/docs/content/commands/npm-whoami.md +41 -0
  136. package/node/node_modules/npm/docs/content/commands/npm.md +175 -0
  137. package/node/node_modules/npm/docs/content/commands/npx.md +168 -0
  138. package/node/node_modules/npm/docs/content/configuring-npm/folders.md +210 -0
  139. package/node/node_modules/npm/docs/content/configuring-npm/install.md +71 -0
  140. package/node/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md +34 -0
  141. package/node/node_modules/npm/docs/content/configuring-npm/npmrc.md +144 -0
  142. package/node/node_modules/npm/docs/content/configuring-npm/package-json.md +1250 -0
  143. package/node/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +237 -0
  144. package/node/node_modules/npm/docs/content/using-npm/config.md +2053 -0
  145. package/node/node_modules/npm/docs/content/using-npm/dependency-selectors.md +223 -0
  146. package/node/node_modules/npm/docs/content/using-npm/developers.md +247 -0
  147. package/node/node_modules/npm/docs/content/using-npm/logging.md +96 -0
  148. package/node/node_modules/npm/docs/content/using-npm/orgs.md +93 -0
  149. package/node/node_modules/npm/docs/content/using-npm/package-spec.md +105 -0
  150. package/node/node_modules/npm/docs/content/using-npm/registry.md +83 -0
  151. package/node/node_modules/npm/docs/content/using-npm/removal.md +60 -0
  152. package/node/node_modules/npm/docs/content/using-npm/scope.md +143 -0
  153. package/node/node_modules/npm/docs/content/using-npm/scripts.md +373 -0
  154. package/node/node_modules/npm/docs/content/using-npm/workspaces.md +226 -0
  155. package/node/node_modules/npm/docs/lib/index.js +189 -0
  156. package/node/node_modules/npm/docs/output/commands/npm-access.html +270 -0
  157. package/node/node_modules/npm/docs/output/commands/npm-adduser.html +227 -0
  158. package/node/node_modules/npm/docs/output/commands/npm-audit.html +517 -0
  159. package/node/node_modules/npm/docs/output/commands/npm-bugs.html +251 -0
  160. package/node/node_modules/npm/docs/output/commands/npm-cache.html +246 -0
  161. package/node/node_modules/npm/docs/output/commands/npm-ci.html +406 -0
  162. package/node/node_modules/npm/docs/output/commands/npm-completion.html +194 -0
  163. package/node/node_modules/npm/docs/output/commands/npm-config.html +291 -0
  164. package/node/node_modules/npm/docs/output/commands/npm-dedupe.html +403 -0
  165. package/node/node_modules/npm/docs/output/commands/npm-deprecate.html +225 -0
  166. package/node/node_modules/npm/docs/output/commands/npm-diff.html +407 -0
  167. package/node/node_modules/npm/docs/output/commands/npm-dist-tag.html +289 -0
  168. package/node/node_modules/npm/docs/output/commands/npm-docs.html +250 -0
  169. package/node/node_modules/npm/docs/output/commands/npm-doctor.html +262 -0
  170. package/node/node_modules/npm/docs/output/commands/npm-edit.html +198 -0
  171. package/node/node_modules/npm/docs/output/commands/npm-exec.html +443 -0
  172. package/node/node_modules/npm/docs/output/commands/npm-explain.html +250 -0
  173. package/node/node_modules/npm/docs/output/commands/npm-explore.html +198 -0
  174. package/node/node_modules/npm/docs/output/commands/npm-find-dupes.html +349 -0
  175. package/node/node_modules/npm/docs/output/commands/npm-fund.html +275 -0
  176. package/node/node_modules/npm/docs/output/commands/npm-help-search.html +192 -0
  177. package/node/node_modules/npm/docs/output/commands/npm-help.html +198 -0
  178. package/node/node_modules/npm/docs/output/commands/npm-init.html +446 -0
  179. package/node/node_modules/npm/docs/output/commands/npm-install-ci-test.html +364 -0
  180. package/node/node_modules/npm/docs/output/commands/npm-install-test.html +454 -0
  181. package/node/node_modules/npm/docs/output/commands/npm-install.html +816 -0
  182. package/node/node_modules/npm/docs/output/commands/npm-link.html +458 -0
  183. package/node/node_modules/npm/docs/output/commands/npm-login.html +231 -0
  184. package/node/node_modules/npm/docs/output/commands/npm-logout.html +217 -0
  185. package/node/node_modules/npm/docs/output/commands/npm-ls.html +365 -0
  186. package/node/node_modules/npm/docs/output/commands/npm-org.html +239 -0
  187. package/node/node_modules/npm/docs/output/commands/npm-outdated.html +327 -0
  188. package/node/node_modules/npm/docs/output/commands/npm-owner.html +251 -0
  189. package/node/node_modules/npm/docs/output/commands/npm-pack.html +274 -0
  190. package/node/node_modules/npm/docs/output/commands/npm-ping.html +197 -0
  191. package/node/node_modules/npm/docs/output/commands/npm-pkg.html +372 -0
  192. package/node/node_modules/npm/docs/output/commands/npm-prefix.html +208 -0
  193. package/node/node_modules/npm/docs/output/commands/npm-profile.html +269 -0
  194. package/node/node_modules/npm/docs/output/commands/npm-prune.html +313 -0
  195. package/node/node_modules/npm/docs/output/commands/npm-publish.html +361 -0
  196. package/node/node_modules/npm/docs/output/commands/npm-query.html +394 -0
  197. package/node/node_modules/npm/docs/output/commands/npm-rebuild.html +297 -0
  198. package/node/node_modules/npm/docs/output/commands/npm-repo.html +244 -0
  199. package/node/node_modules/npm/docs/output/commands/npm-restart.html +219 -0
  200. package/node/node_modules/npm/docs/output/commands/npm-root.html +203 -0
  201. package/node/node_modules/npm/docs/output/commands/npm-run.html +354 -0
  202. package/node/node_modules/npm/docs/output/commands/npm-sbom.html +447 -0
  203. package/node/node_modules/npm/docs/output/commands/npm-search.html +281 -0
  204. package/node/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +190 -0
  205. package/node/node_modules/npm/docs/output/commands/npm-star.html +217 -0
  206. package/node/node_modules/npm/docs/output/commands/npm-stars.html +193 -0
  207. package/node/node_modules/npm/docs/output/commands/npm-start.html +222 -0
  208. package/node/node_modules/npm/docs/output/commands/npm-stop.html +217 -0
  209. package/node/node_modules/npm/docs/output/commands/npm-team.html +280 -0
  210. package/node/node_modules/npm/docs/output/commands/npm-test.html +215 -0
  211. package/node/node_modules/npm/docs/output/commands/npm-token.html +256 -0
  212. package/node/node_modules/npm/docs/output/commands/npm-undeprecate.html +209 -0
  213. package/node/node_modules/npm/docs/output/commands/npm-uninstall.html +286 -0
  214. package/node/node_modules/npm/docs/output/commands/npm-unpublish.html +275 -0
  215. package/node/node_modules/npm/docs/output/commands/npm-unstar.html +214 -0
  216. package/node/node_modules/npm/docs/output/commands/npm-update.html +507 -0
  217. package/node/node_modules/npm/docs/output/commands/npm-version.html +349 -0
  218. package/node/node_modules/npm/docs/output/commands/npm-view.html +305 -0
  219. package/node/node_modules/npm/docs/output/commands/npm-whoami.html +193 -0
  220. package/node/node_modules/npm/docs/output/commands/npm.html +304 -0
  221. package/node/node_modules/npm/docs/output/commands/npx.html +293 -0
  222. package/node/node_modules/npm/docs/output/configuring-npm/folders.html +324 -0
  223. package/node/node_modules/npm/docs/output/configuring-npm/install.html +222 -0
  224. package/node/node_modules/npm/docs/output/configuring-npm/npm-global.html +324 -0
  225. package/node/node_modules/npm/docs/output/configuring-npm/npm-json.html +1121 -0
  226. package/node/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html +192 -0
  227. package/node/node_modules/npm/docs/output/configuring-npm/npmrc.html +276 -0
  228. package/node/node_modules/npm/docs/output/configuring-npm/package-json.html +1121 -0
  229. package/node/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +399 -0
  230. package/node/node_modules/npm/docs/output/using-npm/config.html +1645 -0
  231. package/node/node_modules/npm/docs/output/using-npm/dependency-selectors.html +356 -0
  232. package/node/node_modules/npm/docs/output/using-npm/developers.html +361 -0
  233. package/node/node_modules/npm/docs/output/using-npm/logging.html +236 -0
  234. package/node/node_modules/npm/docs/output/using-npm/orgs.html +244 -0
  235. package/node/node_modules/npm/docs/output/using-npm/package-spec.html +263 -0
  236. package/node/node_modules/npm/docs/output/using-npm/registry.html +232 -0
  237. package/node/node_modules/npm/docs/output/using-npm/removal.html +205 -0
  238. package/node/node_modules/npm/docs/output/using-npm/scope.html +265 -0
  239. package/node/node_modules/npm/docs/output/using-npm/scripts.html +493 -0
  240. package/node/node_modules/npm/docs/output/using-npm/workspaces.html +321 -0
  241. package/node/node_modules/npm/index.js +5 -0
  242. package/node/node_modules/npm/lib/arborist-cmd.js +53 -0
  243. package/node/node_modules/npm/lib/base-cmd.js +214 -0
  244. package/node/node_modules/npm/lib/cli/entry.js +72 -0
  245. package/node/node_modules/npm/lib/cli/exit-handler.js +174 -0
  246. package/node/node_modules/npm/lib/cli/update-notifier.js +121 -0
  247. package/node/node_modules/npm/lib/cli/validate-engines.js +47 -0
  248. package/node/node_modules/npm/lib/cli.js +12 -0
  249. package/node/node_modules/npm/lib/commands/access.js +226 -0
  250. package/node/node_modules/npm/lib/commands/adduser.js +50 -0
  251. package/node/node_modules/npm/lib/commands/audit.js +121 -0
  252. package/node/node_modules/npm/lib/commands/bugs.js +34 -0
  253. package/node/node_modules/npm/lib/commands/cache.js +370 -0
  254. package/node/node_modules/npm/lib/commands/ci.js +129 -0
  255. package/node/node_modules/npm/lib/commands/completion.js +283 -0
  256. package/node/node_modules/npm/lib/commands/config.js +401 -0
  257. package/node/node_modules/npm/lib/commands/dedupe.js +51 -0
  258. package/node/node_modules/npm/lib/commands/deprecate.js +86 -0
  259. package/node/node_modules/npm/lib/commands/diff.js +291 -0
  260. package/node/node_modules/npm/lib/commands/dist-tag.js +209 -0
  261. package/node/node_modules/npm/lib/commands/docs.js +21 -0
  262. package/node/node_modules/npm/lib/commands/doctor.js +346 -0
  263. package/node/node_modules/npm/lib/commands/edit.js +64 -0
  264. package/node/node_modules/npm/lib/commands/exec.js +110 -0
  265. package/node/node_modules/npm/lib/commands/explain.js +130 -0
  266. package/node/node_modules/npm/lib/commands/explore.js +74 -0
  267. package/node/node_modules/npm/lib/commands/find-dupes.js +28 -0
  268. package/node/node_modules/npm/lib/commands/fund.js +221 -0
  269. package/node/node_modules/npm/lib/commands/get.js +23 -0
  270. package/node/node_modules/npm/lib/commands/help-search.js +195 -0
  271. package/node/node_modules/npm/lib/commands/help.js +117 -0
  272. package/node/node_modules/npm/lib/commands/init.js +247 -0
  273. package/node/node_modules/npm/lib/commands/install-ci-test.js +15 -0
  274. package/node/node_modules/npm/lib/commands/install-test.js +15 -0
  275. package/node/node_modules/npm/lib/commands/install.js +176 -0
  276. package/node/node_modules/npm/lib/commands/link.js +189 -0
  277. package/node/node_modules/npm/lib/commands/ll.js +13 -0
  278. package/node/node_modules/npm/lib/commands/login.js +50 -0
  279. package/node/node_modules/npm/lib/commands/logout.js +50 -0
  280. package/node/node_modules/npm/lib/commands/ls.js +579 -0
  281. package/node/node_modules/npm/lib/commands/org.js +150 -0
  282. package/node/node_modules/npm/lib/commands/outdated.js +289 -0
  283. package/node/node_modules/npm/lib/commands/owner.js +233 -0
  284. package/node/node_modules/npm/lib/commands/pack.js +87 -0
  285. package/node/node_modules/npm/lib/commands/ping.js +30 -0
  286. package/node/node_modules/npm/lib/commands/pkg.js +129 -0
  287. package/node/node_modules/npm/lib/commands/prefix.js +14 -0
  288. package/node/node_modules/npm/lib/commands/profile.js +383 -0
  289. package/node/node_modules/npm/lib/commands/prune.js +34 -0
  290. package/node/node_modules/npm/lib/commands/publish.js +284 -0
  291. package/node/node_modules/npm/lib/commands/query.js +126 -0
  292. package/node/node_modules/npm/lib/commands/rebuild.js +84 -0
  293. package/node/node_modules/npm/lib/commands/repo.js +55 -0
  294. package/node/node_modules/npm/lib/commands/restart.js +13 -0
  295. package/node/node_modules/npm/lib/commands/root.js +14 -0
  296. package/node/node_modules/npm/lib/commands/run.js +222 -0
  297. package/node/node_modules/npm/lib/commands/sbom.js +132 -0
  298. package/node/node_modules/npm/lib/commands/search.js +70 -0
  299. package/node/node_modules/npm/lib/commands/set.js +26 -0
  300. package/node/node_modules/npm/lib/commands/shrinkwrap.js +73 -0
  301. package/node/node_modules/npm/lib/commands/star.js +72 -0
  302. package/node/node_modules/npm/lib/commands/stars.js +39 -0
  303. package/node/node_modules/npm/lib/commands/start.js +13 -0
  304. package/node/node_modules/npm/lib/commands/stop.js +13 -0
  305. package/node/node_modules/npm/lib/commands/team.js +155 -0
  306. package/node/node_modules/npm/lib/commands/test.js +13 -0
  307. package/node/node_modules/npm/lib/commands/token.js +195 -0
  308. package/node/node_modules/npm/lib/commands/undeprecate.js +13 -0
  309. package/node/node_modules/npm/lib/commands/uninstall.js +56 -0
  310. package/node/node_modules/npm/lib/commands/unpublish.js +179 -0
  311. package/node/node_modules/npm/lib/commands/unstar.js +8 -0
  312. package/node/node_modules/npm/lib/commands/update.js +69 -0
  313. package/node/node_modules/npm/lib/commands/version.js +150 -0
  314. package/node/node_modules/npm/lib/commands/view.js +490 -0
  315. package/node/node_modules/npm/lib/commands/whoami.js +20 -0
  316. package/node/node_modules/npm/lib/lifecycle-cmd.js +20 -0
  317. package/node/node_modules/npm/lib/npm.js +476 -0
  318. package/node/node_modules/npm/lib/package-url-cmd.js +64 -0
  319. package/node/node_modules/npm/lib/utils/audit-error.js +40 -0
  320. package/node/node_modules/npm/lib/utils/auth.js +109 -0
  321. package/node/node_modules/npm/lib/utils/cmd-list.js +178 -0
  322. package/node/node_modules/npm/lib/utils/completion.fish +40 -0
  323. package/node/node_modules/npm/lib/utils/completion.sh +70 -0
  324. package/node/node_modules/npm/lib/utils/did-you-mean.js +33 -0
  325. package/node/node_modules/npm/lib/utils/display.js +539 -0
  326. package/node/node_modules/npm/lib/utils/error-message.js +451 -0
  327. package/node/node_modules/npm/lib/utils/explain-dep.js +103 -0
  328. package/node/node_modules/npm/lib/utils/explain-eresolve.js +71 -0
  329. package/node/node_modules/npm/lib/utils/format-bytes.js +30 -0
  330. package/node/node_modules/npm/lib/utils/format-search-stream.js +173 -0
  331. package/node/node_modules/npm/lib/utils/format.js +53 -0
  332. package/node/node_modules/npm/lib/utils/get-identity.js +26 -0
  333. package/node/node_modules/npm/lib/utils/get-workspaces.js +54 -0
  334. package/node/node_modules/npm/lib/utils/installed-deep.js +45 -0
  335. package/node/node_modules/npm/lib/utils/installed-shallow.js +19 -0
  336. package/node/node_modules/npm/lib/utils/is-windows.js +4 -0
  337. package/node/node_modules/npm/lib/utils/log-file.js +261 -0
  338. package/node/node_modules/npm/lib/utils/npm-usage.js +74 -0
  339. package/node/node_modules/npm/lib/utils/oidc.js +176 -0
  340. package/node/node_modules/npm/lib/utils/open-url.js +98 -0
  341. package/node/node_modules/npm/lib/utils/output-error.js +29 -0
  342. package/node/node_modules/npm/lib/utils/ping.js +7 -0
  343. package/node/node_modules/npm/lib/utils/queryable.js +310 -0
  344. package/node/node_modules/npm/lib/utils/read-user-info.js +67 -0
  345. package/node/node_modules/npm/lib/utils/reify-finish.js +33 -0
  346. package/node/node_modules/npm/lib/utils/reify-output.js +225 -0
  347. package/node/node_modules/npm/lib/utils/sbom-cyclonedx.js +196 -0
  348. package/node/node_modules/npm/lib/utils/sbom-spdx.js +192 -0
  349. package/node/node_modules/npm/lib/utils/tar.js +109 -0
  350. package/node/node_modules/npm/lib/utils/timers.js +89 -0
  351. package/node/node_modules/npm/lib/utils/update-workspaces.js +40 -0
  352. package/node/node_modules/npm/lib/utils/validate-lockfile.js +29 -0
  353. package/node/node_modules/npm/lib/utils/verify-signatures.js +377 -0
  354. package/node/node_modules/npm/man/man1/npm-access.1 +115 -0
  355. package/node/node_modules/npm/man/man1/npm-adduser.1 +93 -0
  356. package/node/node_modules/npm/man/man1/npm-audit.1 +448 -0
  357. package/node/node_modules/npm/man/man1/npm-bugs.1 +115 -0
  358. package/node/node_modules/npm/man/man1/npm-cache.1 +96 -0
  359. package/node/node_modules/npm/man/man1/npm-ci.1 +289 -0
  360. package/node/node_modules/npm/man/man1/npm-completion.1 +35 -0
  361. package/node/node_modules/npm/man/man1/npm-config.1 +187 -0
  362. package/node/node_modules/npm/man/man1/npm-dedupe.1 +290 -0
  363. package/node/node_modules/npm/man/man1/npm-deprecate.1 +85 -0
  364. package/node/node_modules/npm/man/man1/npm-diff.1 +310 -0
  365. package/node/node_modules/npm/man/man1/npm-dist-tag.1 +144 -0
  366. package/node/node_modules/npm/man/man1/npm-docs.1 +113 -0
  367. package/node/node_modules/npm/man/man1/npm-doctor.1 +82 -0
  368. package/node/node_modules/npm/man/man1/npm-edit.1 +43 -0
  369. package/node/node_modules/npm/man/man1/npm-exec.1 +350 -0
  370. package/node/node_modules/npm/man/man1/npm-explain.1 +118 -0
  371. package/node/node_modules/npm/man/man1/npm-explore.1 +49 -0
  372. package/node/node_modules/npm/man/man1/npm-find-dupes.1 +225 -0
  373. package/node/node_modules/npm/man/man1/npm-fund.1 +142 -0
  374. package/node/node_modules/npm/man/man1/npm-help-search.1 +37 -0
  375. package/node/node_modules/npm/man/man1/npm-help.1 +47 -0
  376. package/node/node_modules/npm/man/man1/npm-init.1 +394 -0
  377. package/node/node_modules/npm/man/man1/npm-install-ci-test.1 +239 -0
  378. package/node/node_modules/npm/man/man1/npm-install-test.1 +358 -0
  379. package/node/node_modules/npm/man/man1/npm-install.1 +774 -0
  380. package/node/node_modules/npm/man/man1/npm-link.1 +355 -0
  381. package/node/node_modules/npm/man/man1/npm-login.1 +97 -0
  382. package/node/node_modules/npm/man/man1/npm-logout.1 +75 -0
  383. package/node/node_modules/npm/man/man1/npm-ls.1 +271 -0
  384. package/node/node_modules/npm/man/man1/npm-org.1 +125 -0
  385. package/node/node_modules/npm/man/man1/npm-outdated.1 +196 -0
  386. package/node/node_modules/npm/man/man1/npm-owner.1 +110 -0
  387. package/node/node_modules/npm/man/man1/npm-pack.1 +142 -0
  388. package/node/node_modules/npm/man/man1/npm-ping.1 +52 -0
  389. package/node/node_modules/npm/man/man1/npm-pkg.1 +286 -0
  390. package/node/node_modules/npm/man/man1/npm-prefix.1 +63 -0
  391. package/node/node_modules/npm/man/man1/npm-profile.1 +126 -0
  392. package/node/node_modules/npm/man/man1/npm-prune.1 +184 -0
  393. package/node/node_modules/npm/man/man1/npm-publish.1 +226 -0
  394. package/node/node_modules/npm/man/man1/npm-query.1 +281 -0
  395. package/node/node_modules/npm/man/man1/npm-rebuild.1 +178 -0
  396. package/node/node_modules/npm/man/man1/npm-repo.1 +103 -0
  397. package/node/node_modules/npm/man/man1/npm-restart.1 +85 -0
  398. package/node/node_modules/npm/man/man1/npm-root.1 +56 -0
  399. package/node/node_modules/npm/man/man1/npm-run.1 +234 -0
  400. package/node/node_modules/npm/man/man1/npm-sbom.1 +314 -0
  401. package/node/node_modules/npm/man/man1/npm-search.1 +156 -0
  402. package/node/node_modules/npm/man/man1/npm-shrinkwrap.1 +32 -0
  403. package/node/node_modules/npm/man/man1/npm-star.1 +76 -0
  404. package/node/node_modules/npm/man/man1/npm-stars.1 +41 -0
  405. package/node/node_modules/npm/man/man1/npm-start.1 +79 -0
  406. package/node/node_modules/npm/man/man1/npm-stop.1 +75 -0
  407. package/node/node_modules/npm/man/man1/npm-team.1 +148 -0
  408. package/node/node_modules/npm/man/man1/npm-test.1 +73 -0
  409. package/node/node_modules/npm/man/man1/npm-token.1 +112 -0
  410. package/node/node_modules/npm/man/man1/npm-undeprecate.1 +57 -0
  411. package/node/node_modules/npm/man/man1/npm-uninstall.1 +159 -0
  412. package/node/node_modules/npm/man/man1/npm-unpublish.1 +137 -0
  413. package/node/node_modules/npm/man/man1/npm-unstar.1 +70 -0
  414. package/node/node_modules/npm/man/man1/npm-update.1 +418 -0
  415. package/node/node_modules/npm/man/man1/npm-version.1 +229 -0
  416. package/node/node_modules/npm/man/man1/npm-view.1 +213 -0
  417. package/node/node_modules/npm/man/man1/npm-whoami.1 +39 -0
  418. package/node/node_modules/npm/man/man1/npm.1 +131 -0
  419. package/node/node_modules/npm/man/man1/npx.1 +156 -0
  420. package/node/node_modules/npm/man/man5/folders.5 +147 -0
  421. package/node/node_modules/npm/man/man5/install.5 +54 -0
  422. package/node/node_modules/npm/man/man5/npm-global.5 +147 -0
  423. package/node/node_modules/npm/man/man5/npm-json.5 +1160 -0
  424. package/node/node_modules/npm/man/man5/npm-shrinkwrap-json.5 +23 -0
  425. package/node/node_modules/npm/man/man5/npmrc.5 +135 -0
  426. package/node/node_modules/npm/man/man5/package-json.5 +1160 -0
  427. package/node/node_modules/npm/man/man5/package-lock-json.5 +158 -0
  428. package/node/node_modules/npm/man/man7/config.7 +2081 -0
  429. package/node/node_modules/npm/man/man7/dependency-selectors.7 +331 -0
  430. package/node/node_modules/npm/man/man7/developers.7 +234 -0
  431. package/node/node_modules/npm/man/man7/logging.7 +108 -0
  432. package/node/node_modules/npm/man/man7/orgs.7 +145 -0
  433. package/node/node_modules/npm/man/man7/package-spec.7 +126 -0
  434. package/node/node_modules/npm/man/man7/registry.7 +49 -0
  435. package/node/node_modules/npm/man/man7/removal.7 +54 -0
  436. package/node/node_modules/npm/man/man7/scope.7 +113 -0
  437. package/node/node_modules/npm/man/man7/scripts.7 +423 -0
  438. package/node/node_modules/npm/man/man7/workspaces.7 +214 -0
  439. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/LICENSE.md +23 -0
  440. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/dist/commonjs/index.js +59 -0
  441. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/dist/commonjs/package.json +3 -0
  442. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/dist/esm/index.js +54 -0
  443. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/dist/esm/package.json +3 -0
  444. package/node/node_modules/npm/node_modules/@isaacs/balanced-match/package.json +79 -0
  445. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/LICENSE +23 -0
  446. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/dist/commonjs/index.js +196 -0
  447. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/dist/commonjs/package.json +3 -0
  448. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/dist/esm/index.js +193 -0
  449. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/dist/esm/package.json +3 -0
  450. package/node/node_modules/npm/node_modules/@isaacs/brace-expansion/package.json +71 -0
  451. package/node/node_modules/npm/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
  452. package/node/node_modules/npm/node_modules/@isaacs/cliui/build/index.cjs +317 -0
  453. package/node/node_modules/npm/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
  454. package/node/node_modules/npm/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
  455. package/node/node_modules/npm/node_modules/@isaacs/cliui/index.mjs +14 -0
  456. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +14 -0
  457. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +9 -0
  458. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +61 -0
  459. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  460. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  461. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  462. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +6 -0
  463. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +6 -0
  464. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +6 -0
  465. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +52 -0
  466. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +6 -0
  467. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/index.js +54 -0
  468. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/license +9 -0
  469. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json +59 -0
  470. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
  471. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
  472. package/node/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +59 -0
  473. package/node/node_modules/npm/node_modules/@isaacs/cliui/package.json +86 -0
  474. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
  475. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
  476. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
  477. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
  478. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
  479. package/node/node_modules/npm/node_modules/@isaacs/fs-minipass/package.json +72 -0
  480. package/node/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE +15 -0
  481. package/node/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js +42 -0
  482. package/node/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json +28 -0
  483. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js +206 -0
  484. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/dns.js +53 -0
  485. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/errors.js +61 -0
  486. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/index.js +56 -0
  487. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/options.js +86 -0
  488. package/node/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js +88 -0
  489. package/node/node_modules/npm/node_modules/@npmcli/agent/package.json +60 -0
  490. package/node/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md +20 -0
  491. package/node/node_modules/npm/node_modules/@npmcli/arborist/README.md +315 -0
  492. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js +19 -0
  493. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js +51 -0
  494. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js +38 -0
  495. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js +14 -0
  496. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js +112 -0
  497. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js +77 -0
  498. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js +123 -0
  499. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js +4 -0
  500. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js +33 -0
  501. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js +48 -0
  502. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js +48 -0
  503. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js +48 -0
  504. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js +7 -0
  505. package/node/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js +14 -0
  506. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +143 -0
  507. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +1594 -0
  508. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js +280 -0
  509. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +453 -0
  510. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js +442 -0
  511. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +306 -0
  512. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js +403 -0
  513. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js +1551 -0
  514. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js +328 -0
  515. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js +145 -0
  516. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js +436 -0
  517. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js +50 -0
  518. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js +44 -0
  519. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js +32 -0
  520. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +18 -0
  521. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js +150 -0
  522. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js +328 -0
  523. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js +358 -0
  524. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js +30 -0
  525. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js +43 -0
  526. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js +6 -0
  527. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js +138 -0
  528. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js +126 -0
  529. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js +1618 -0
  530. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js +38 -0
  531. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js +11 -0
  532. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js +209 -0
  533. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/packument-cache.js +77 -0
  534. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js +77 -0
  535. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js +569 -0
  536. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js +198 -0
  537. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js +945 -0
  538. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js +95 -0
  539. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js +3 -0
  540. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js +15 -0
  541. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js +19 -0
  542. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js +1196 -0
  543. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js +74 -0
  544. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js +58 -0
  545. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js +34 -0
  546. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js +86 -0
  547. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js +155 -0
  548. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js +47 -0
  549. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js +214 -0
  550. package/node/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js +377 -0
  551. package/node/node_modules/npm/node_modules/@npmcli/arborist/package.json +98 -0
  552. package/node/node_modules/npm/node_modules/@npmcli/config/LICENSE +15 -0
  553. package/node/node_modules/npm/node_modules/@npmcli/config/README.md +257 -0
  554. package/node/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definition.js +253 -0
  555. package/node/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definitions.js +2312 -0
  556. package/node/node_modules/npm/node_modules/@npmcli/config/lib/definitions/index.js +80 -0
  557. package/node/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js +16 -0
  558. package/node/node_modules/npm/node_modules/@npmcli/config/lib/errors.js +23 -0
  559. package/node/node_modules/npm/node_modules/@npmcli/config/lib/index.js +977 -0
  560. package/node/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js +18 -0
  561. package/node/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js +86 -0
  562. package/node/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js +113 -0
  563. package/node/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js +61 -0
  564. package/node/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js +21 -0
  565. package/node/node_modules/npm/node_modules/@npmcli/config/lib/umask.js +35 -0
  566. package/node/node_modules/npm/node_modules/@npmcli/config/package.json +57 -0
  567. package/node/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md +20 -0
  568. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
  569. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js +9 -0
  570. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
  571. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js +129 -0
  572. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
  573. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
  574. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/index.js +13 -0
  575. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js +78 -0
  576. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js +20 -0
  577. package/node/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js +39 -0
  578. package/node/node_modules/npm/node_modules/@npmcli/fs/package.json +54 -0
  579. package/node/node_modules/npm/node_modules/@npmcli/git/LICENSE +15 -0
  580. package/node/node_modules/npm/node_modules/@npmcli/git/lib/clone.js +172 -0
  581. package/node/node_modules/npm/node_modules/@npmcli/git/lib/errors.js +36 -0
  582. package/node/node_modules/npm/node_modules/@npmcli/git/lib/find.js +15 -0
  583. package/node/node_modules/npm/node_modules/@npmcli/git/lib/index.js +9 -0
  584. package/node/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js +6 -0
  585. package/node/node_modules/npm/node_modules/@npmcli/git/lib/is.js +4 -0
  586. package/node/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js +147 -0
  587. package/node/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js +33 -0
  588. package/node/node_modules/npm/node_modules/@npmcli/git/lib/opts.js +57 -0
  589. package/node/node_modules/npm/node_modules/@npmcli/git/lib/revs.js +22 -0
  590. package/node/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js +44 -0
  591. package/node/node_modules/npm/node_modules/@npmcli/git/lib/utils.js +3 -0
  592. package/node/node_modules/npm/node_modules/@npmcli/git/lib/which.js +18 -0
  593. package/node/node_modules/npm/node_modules/@npmcli/git/package.json +58 -0
  594. package/node/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE +15 -0
  595. package/node/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md +109 -0
  596. package/node/node_modules/npm/node_modules/@npmcli/installed-package-contents/bin/index.js +44 -0
  597. package/node/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js +181 -0
  598. package/node/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json +52 -0
  599. package/node/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md +20 -0
  600. package/node/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js +226 -0
  601. package/node/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json +61 -0
  602. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE +15 -0
  603. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js +435 -0
  604. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +15 -0
  605. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js +5 -0
  606. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js +128 -0
  607. package/node/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json +62 -0
  608. package/node/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE +15 -0
  609. package/node/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js +7 -0
  610. package/node/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json +45 -0
  611. package/node/node_modules/npm/node_modules/@npmcli/node-gyp/LICENSE +7 -0
  612. package/node/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js +14 -0
  613. package/node/node_modules/npm/node_modules/@npmcli/node-gyp/package.json +50 -0
  614. package/node/node_modules/npm/node_modules/@npmcli/package-json/LICENSE +18 -0
  615. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +296 -0
  616. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize-data.js +254 -0
  617. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js +614 -0
  618. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/read-package.js +39 -0
  619. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/sort.js +101 -0
  620. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js +75 -0
  621. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js +29 -0
  622. package/node/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js +26 -0
  623. package/node/node_modules/npm/node_modules/@npmcli/package-json/package.json +59 -0
  624. package/node/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE +15 -0
  625. package/node/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js +68 -0
  626. package/node/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js +218 -0
  627. package/node/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json +51 -0
  628. package/node/node_modules/npm/node_modules/@npmcli/query/LICENSE +20 -0
  629. package/node/node_modules/npm/node_modules/@npmcli/query/lib/index.js +255 -0
  630. package/node/node_modules/npm/node_modules/@npmcli/query/package.json +64 -0
  631. package/node/node_modules/npm/node_modules/@npmcli/redact/LICENSE +21 -0
  632. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/deep-map.js +71 -0
  633. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/error.js +28 -0
  634. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/index.js +44 -0
  635. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/matchers.js +88 -0
  636. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/server.js +59 -0
  637. package/node/node_modules/npm/node_modules/@npmcli/redact/lib/utils.js +202 -0
  638. package/node/node_modules/npm/node_modules/@npmcli/redact/package.json +52 -0
  639. package/node/node_modules/npm/node_modules/@npmcli/run-script/LICENSE +15 -0
  640. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js +11 -0
  641. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js +53 -0
  642. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +2 -0
  643. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +1 -0
  644. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js +29 -0
  645. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js +114 -0
  646. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js +15 -0
  647. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js +45 -0
  648. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js +50 -0
  649. package/node/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js +39 -0
  650. package/node/node_modules/npm/node_modules/@npmcli/run-script/package.json +54 -0
  651. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/LICENSE +201 -0
  652. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
  653. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
  654. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
  655. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
  656. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
  657. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
  658. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/index.js +396 -0
  659. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
  660. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
  661. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
  662. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
  663. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/package.json +36 -0
  664. package/node/node_modules/npm/node_modules/@pkgjs/parseargs/utils.js +198 -0
  665. package/node/node_modules/npm/node_modules/@sigstore/bundle/LICENSE +202 -0
  666. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/build.js +100 -0
  667. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/bundle.js +24 -0
  668. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/error.js +25 -0
  669. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/index.js +43 -0
  670. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/serialized.js +49 -0
  671. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/utility.js +2 -0
  672. package/node/node_modules/npm/node_modules/@sigstore/bundle/dist/validate.js +199 -0
  673. package/node/node_modules/npm/node_modules/@sigstore/bundle/package.json +35 -0
  674. package/node/node_modules/npm/node_modules/@sigstore/core/LICENSE +202 -0
  675. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/error.js +24 -0
  676. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/index.js +20 -0
  677. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/length.js +62 -0
  678. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/obj.js +152 -0
  679. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/parse.js +124 -0
  680. package/node/node_modules/npm/node_modules/@sigstore/core/dist/asn1/tag.js +86 -0
  681. package/node/node_modules/npm/node_modules/@sigstore/core/dist/crypto.js +60 -0
  682. package/node/node_modules/npm/node_modules/@sigstore/core/dist/dsse.js +30 -0
  683. package/node/node_modules/npm/node_modules/@sigstore/core/dist/encoding.js +27 -0
  684. package/node/node_modules/npm/node_modules/@sigstore/core/dist/index.js +66 -0
  685. package/node/node_modules/npm/node_modules/@sigstore/core/dist/json.js +60 -0
  686. package/node/node_modules/npm/node_modules/@sigstore/core/dist/oid.js +14 -0
  687. package/node/node_modules/npm/node_modules/@sigstore/core/dist/pem.js +43 -0
  688. package/node/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/error.js +21 -0
  689. package/node/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/index.js +20 -0
  690. package/node/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/timestamp.js +211 -0
  691. package/node/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js +71 -0
  692. package/node/node_modules/npm/node_modules/@sigstore/core/dist/stream.js +115 -0
  693. package/node/node_modules/npm/node_modules/@sigstore/core/dist/x509/cert.js +241 -0
  694. package/node/node_modules/npm/node_modules/@sigstore/core/dist/x509/ext.js +145 -0
  695. package/node/node_modules/npm/node_modules/@sigstore/core/dist/x509/index.js +23 -0
  696. package/node/node_modules/npm/node_modules/@sigstore/core/dist/x509/sct.js +151 -0
  697. package/node/node_modules/npm/node_modules/@sigstore/core/package.json +31 -0
  698. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/LICENSE +202 -0
  699. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js +59 -0
  700. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js +174 -0
  701. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js +141 -0
  702. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js +35 -0
  703. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js +2042 -0
  704. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js +29 -0
  705. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/dsse.js +55 -0
  706. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/entry.js +81 -0
  707. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/hashedrekord.js +56 -0
  708. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/verifier.js +74 -0
  709. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js +103 -0
  710. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js +596 -0
  711. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js +137 -0
  712. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_trustroot.js +284 -0
  713. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js +281 -0
  714. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/index.js +37 -0
  715. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/rekor/v2/index.js +35 -0
  716. package/node/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json +35 -0
  717. package/node/node_modules/npm/node_modules/@sigstore/sign/LICENSE +202 -0
  718. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/base.js +50 -0
  719. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/bundle.js +81 -0
  720. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/dsse.js +46 -0
  721. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/index.js +7 -0
  722. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js +30 -0
  723. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/error.js +39 -0
  724. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js +26 -0
  725. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js +98 -0
  726. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js +41 -0
  727. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js +80 -0
  728. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js +38 -0
  729. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/identity/ci.js +73 -0
  730. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/identity/index.js +20 -0
  731. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/identity/provider.js +2 -0
  732. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/index.js +17 -0
  733. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js +59 -0
  734. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js +45 -0
  735. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/index.js +87 -0
  736. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/signer/index.js +22 -0
  737. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/signer/signer.js +17 -0
  738. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/types/fetch.js +2 -0
  739. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/util/index.js +59 -0
  740. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/util/oidc.js +30 -0
  741. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/util/ua.js +32 -0
  742. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/index.js +24 -0
  743. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/client.js +61 -0
  744. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/entry.js +140 -0
  745. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/index.js +82 -0
  746. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/client.js +46 -0
  747. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/index.js +44 -0
  748. package/node/node_modules/npm/node_modules/@sigstore/sign/dist/witness/witness.js +2 -0
  749. package/node/node_modules/npm/node_modules/@sigstore/sign/package.json +46 -0
  750. package/node/node_modules/npm/node_modules/@sigstore/tuf/LICENSE +202 -0
  751. package/node/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js +43 -0
  752. package/node/node_modules/npm/node_modules/@sigstore/tuf/dist/client.js +113 -0
  753. package/node/node_modules/npm/node_modules/@sigstore/tuf/dist/error.js +12 -0
  754. package/node/node_modules/npm/node_modules/@sigstore/tuf/dist/index.js +56 -0
  755. package/node/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js +79 -0
  756. package/node/node_modules/npm/node_modules/@sigstore/tuf/package.json +41 -0
  757. package/node/node_modules/npm/node_modules/@sigstore/tuf/seeds.json +1 -0
  758. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/dsse.js +43 -0
  759. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/index.js +57 -0
  760. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/message.js +36 -0
  761. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/error.js +32 -0
  762. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/index.js +28 -0
  763. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/key/certificate.js +212 -0
  764. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/key/index.js +67 -0
  765. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/key/sct.js +78 -0
  766. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/policy.js +24 -0
  767. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/shared.types.js +2 -0
  768. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js +157 -0
  769. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/index.js +46 -0
  770. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/merkle.js +104 -0
  771. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/set.js +60 -0
  772. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/tsa.js +63 -0
  773. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/dsse.js +57 -0
  774. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js +51 -0
  775. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/index.js +47 -0
  776. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/intoto.js +62 -0
  777. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/trust/filter.js +23 -0
  778. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/trust/index.js +86 -0
  779. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/trust/trust.types.js +2 -0
  780. package/node/node_modules/npm/node_modules/@sigstore/verify/dist/verifier.js +143 -0
  781. package/node/node_modules/npm/node_modules/@sigstore/verify/package.json +36 -0
  782. package/node/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE +21 -0
  783. package/node/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js +64 -0
  784. package/node/node_modules/npm/node_modules/@tufjs/canonical-json/package.json +35 -0
  785. package/node/node_modules/npm/node_modules/@tufjs/models/LICENSE +21 -0
  786. package/node/node_modules/npm/node_modules/@tufjs/models/dist/base.js +96 -0
  787. package/node/node_modules/npm/node_modules/@tufjs/models/dist/delegations.js +119 -0
  788. package/node/node_modules/npm/node_modules/@tufjs/models/dist/error.js +27 -0
  789. package/node/node_modules/npm/node_modules/@tufjs/models/dist/file.js +191 -0
  790. package/node/node_modules/npm/node_modules/@tufjs/models/dist/index.js +24 -0
  791. package/node/node_modules/npm/node_modules/@tufjs/models/dist/key.js +90 -0
  792. package/node/node_modules/npm/node_modules/@tufjs/models/dist/metadata.js +165 -0
  793. package/node/node_modules/npm/node_modules/@tufjs/models/dist/role.js +310 -0
  794. package/node/node_modules/npm/node_modules/@tufjs/models/dist/root.js +119 -0
  795. package/node/node_modules/npm/node_modules/@tufjs/models/dist/signature.js +40 -0
  796. package/node/node_modules/npm/node_modules/@tufjs/models/dist/snapshot.js +72 -0
  797. package/node/node_modules/npm/node_modules/@tufjs/models/dist/targets.js +94 -0
  798. package/node/node_modules/npm/node_modules/@tufjs/models/dist/timestamp.js +59 -0
  799. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js +32 -0
  800. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/index.js +38 -0
  801. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/key.js +142 -0
  802. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js +26 -0
  803. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js +2 -0
  804. package/node/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js +13 -0
  805. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/LICENSE +15 -0
  806. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  807. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  808. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  809. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  810. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/index.js +1017 -0
  811. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/package.json +3 -0
  812. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  813. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  814. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/ast.js +588 -0
  815. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  816. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/escape.js +18 -0
  817. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/index.js +1001 -0
  818. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/package.json +3 -0
  819. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/unescape.js +20 -0
  820. package/node/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/package.json +82 -0
  821. package/node/node_modules/npm/node_modules/@tufjs/models/package.json +37 -0
  822. package/node/node_modules/npm/node_modules/abbrev/LICENSE +46 -0
  823. package/node/node_modules/npm/node_modules/abbrev/lib/index.js +53 -0
  824. package/node/node_modules/npm/node_modules/abbrev/package.json +45 -0
  825. package/node/node_modules/npm/node_modules/agent-base/LICENSE +22 -0
  826. package/node/node_modules/npm/node_modules/agent-base/dist/helpers.js +66 -0
  827. package/node/node_modules/npm/node_modules/agent-base/dist/index.js +178 -0
  828. package/node/node_modules/npm/node_modules/agent-base/package.json +46 -0
  829. package/node/node_modules/npm/node_modules/ansi-regex/index.js +10 -0
  830. package/node/node_modules/npm/node_modules/ansi-regex/license +9 -0
  831. package/node/node_modules/npm/node_modules/ansi-regex/package.json +55 -0
  832. package/node/node_modules/npm/node_modules/ansi-styles/index.js +223 -0
  833. package/node/node_modules/npm/node_modules/ansi-styles/license +9 -0
  834. package/node/node_modules/npm/node_modules/ansi-styles/package.json +54 -0
  835. package/node/node_modules/npm/node_modules/aproba/LICENSE +14 -0
  836. package/node/node_modules/npm/node_modules/aproba/index.js +105 -0
  837. package/node/node_modules/npm/node_modules/aproba/package.json +35 -0
  838. package/node/node_modules/npm/node_modules/archy/LICENSE +18 -0
  839. package/node/node_modules/npm/node_modules/archy/examples/beep.js +24 -0
  840. package/node/node_modules/npm/node_modules/archy/examples/multi_line.js +25 -0
  841. package/node/node_modules/npm/node_modules/archy/index.js +35 -0
  842. package/node/node_modules/npm/node_modules/archy/package.json +40 -0
  843. package/node/node_modules/npm/node_modules/balanced-match/LICENSE.md +21 -0
  844. package/node/node_modules/npm/node_modules/balanced-match/index.js +62 -0
  845. package/node/node_modules/npm/node_modules/balanced-match/package.json +48 -0
  846. package/node/node_modules/npm/node_modules/bin-links/LICENSE +15 -0
  847. package/node/node_modules/npm/node_modules/bin-links/lib/bin-target.js +9 -0
  848. package/node/node_modules/npm/node_modules/bin-links/lib/check-bin.js +74 -0
  849. package/node/node_modules/npm/node_modules/bin-links/lib/check-bins.js +18 -0
  850. package/node/node_modules/npm/node_modules/bin-links/lib/fix-bin.js +42 -0
  851. package/node/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js +19 -0
  852. package/node/node_modules/npm/node_modules/bin-links/lib/get-paths.js +42 -0
  853. package/node/node_modules/npm/node_modules/bin-links/lib/get-prefix.js +3 -0
  854. package/node/node_modules/npm/node_modules/bin-links/lib/index.js +44 -0
  855. package/node/node_modules/npm/node_modules/bin-links/lib/is-windows.js +2 -0
  856. package/node/node_modules/npm/node_modules/bin-links/lib/link-bin.js +9 -0
  857. package/node/node_modules/npm/node_modules/bin-links/lib/link-bins.js +23 -0
  858. package/node/node_modules/npm/node_modules/bin-links/lib/link-gently.js +96 -0
  859. package/node/node_modules/npm/node_modules/bin-links/lib/link-mans.js +53 -0
  860. package/node/node_modules/npm/node_modules/bin-links/lib/man-target.js +6 -0
  861. package/node/node_modules/npm/node_modules/bin-links/lib/shim-bin.js +86 -0
  862. package/node/node_modules/npm/node_modules/bin-links/package.json +61 -0
  863. package/node/node_modules/npm/node_modules/binary-extensions/binary-extensions.json +264 -0
  864. package/node/node_modules/npm/node_modules/binary-extensions/index.js +3 -0
  865. package/node/node_modules/npm/node_modules/binary-extensions/license +10 -0
  866. package/node/node_modules/npm/node_modules/binary-extensions/package.json +45 -0
  867. package/node/node_modules/npm/node_modules/brace-expansion/LICENSE +21 -0
  868. package/node/node_modules/npm/node_modules/brace-expansion/index.js +203 -0
  869. package/node/node_modules/npm/node_modules/brace-expansion/package.json +49 -0
  870. package/node/node_modules/npm/node_modules/cacache/LICENSE.md +16 -0
  871. package/node/node_modules/npm/node_modules/cacache/lib/content/path.js +29 -0
  872. package/node/node_modules/npm/node_modules/cacache/lib/content/read.js +165 -0
  873. package/node/node_modules/npm/node_modules/cacache/lib/content/rm.js +18 -0
  874. package/node/node_modules/npm/node_modules/cacache/lib/content/write.js +206 -0
  875. package/node/node_modules/npm/node_modules/cacache/lib/entry-index.js +336 -0
  876. package/node/node_modules/npm/node_modules/cacache/lib/get.js +170 -0
  877. package/node/node_modules/npm/node_modules/cacache/lib/index.js +42 -0
  878. package/node/node_modules/npm/node_modules/cacache/lib/memoization.js +72 -0
  879. package/node/node_modules/npm/node_modules/cacache/lib/put.js +80 -0
  880. package/node/node_modules/npm/node_modules/cacache/lib/rm.js +31 -0
  881. package/node/node_modules/npm/node_modules/cacache/lib/util/glob.js +7 -0
  882. package/node/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
  883. package/node/node_modules/npm/node_modules/cacache/lib/util/tmp.js +26 -0
  884. package/node/node_modules/npm/node_modules/cacache/lib/verify.js +258 -0
  885. package/node/node_modules/npm/node_modules/cacache/package.json +82 -0
  886. package/node/node_modules/npm/node_modules/chalk/license +9 -0
  887. package/node/node_modules/npm/node_modules/chalk/package.json +83 -0
  888. package/node/node_modules/npm/node_modules/chalk/source/index.js +225 -0
  889. package/node/node_modules/npm/node_modules/chalk/source/utilities.js +33 -0
  890. package/node/node_modules/npm/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  891. package/node/node_modules/npm/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
  892. package/node/node_modules/npm/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
  893. package/node/node_modules/npm/node_modules/chownr/LICENSE.md +63 -0
  894. package/node/node_modules/npm/node_modules/chownr/dist/commonjs/index.js +93 -0
  895. package/node/node_modules/npm/node_modules/chownr/dist/commonjs/package.json +3 -0
  896. package/node/node_modules/npm/node_modules/chownr/dist/esm/index.js +85 -0
  897. package/node/node_modules/npm/node_modules/chownr/dist/esm/package.json +3 -0
  898. package/node/node_modules/npm/node_modules/chownr/package.json +69 -0
  899. package/node/node_modules/npm/node_modules/ci-info/LICENSE +21 -0
  900. package/node/node_modules/npm/node_modules/ci-info/index.js +102 -0
  901. package/node/node_modules/npm/node_modules/ci-info/package.json +54 -0
  902. package/node/node_modules/npm/node_modules/ci-info/vendors.json +358 -0
  903. package/node/node_modules/npm/node_modules/cidr-regex/LICENSE +22 -0
  904. package/node/node_modules/npm/node_modules/cidr-regex/dist/index.js +15 -0
  905. package/node/node_modules/npm/node_modules/cidr-regex/package.json +38 -0
  906. package/node/node_modules/npm/node_modules/cli-columns/color.js +16 -0
  907. package/node/node_modules/npm/node_modules/cli-columns/index.js +82 -0
  908. package/node/node_modules/npm/node_modules/cli-columns/license +20 -0
  909. package/node/node_modules/npm/node_modules/cli-columns/package.json +54 -0
  910. package/node/node_modules/npm/node_modules/cli-columns/test.js +101 -0
  911. package/node/node_modules/npm/node_modules/cmd-shim/LICENSE +15 -0
  912. package/node/node_modules/npm/node_modules/cmd-shim/lib/index.js +247 -0
  913. package/node/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +49 -0
  914. package/node/node_modules/npm/node_modules/cmd-shim/package.json +48 -0
  915. package/node/node_modules/npm/node_modules/color-convert/LICENSE +21 -0
  916. package/node/node_modules/npm/node_modules/color-convert/conversions.js +839 -0
  917. package/node/node_modules/npm/node_modules/color-convert/index.js +81 -0
  918. package/node/node_modules/npm/node_modules/color-convert/package.json +48 -0
  919. package/node/node_modules/npm/node_modules/color-convert/route.js +97 -0
  920. package/node/node_modules/npm/node_modules/color-name/LICENSE +8 -0
  921. package/node/node_modules/npm/node_modules/color-name/index.js +152 -0
  922. package/node/node_modules/npm/node_modules/color-name/package.json +28 -0
  923. package/node/node_modules/npm/node_modules/common-ancestor-path/LICENSE +15 -0
  924. package/node/node_modules/npm/node_modules/common-ancestor-path/index.js +17 -0
  925. package/node/node_modules/npm/node_modules/common-ancestor-path/package.json +28 -0
  926. package/node/node_modules/npm/node_modules/cross-spawn/LICENSE +21 -0
  927. package/node/node_modules/npm/node_modules/cross-spawn/index.js +39 -0
  928. package/node/node_modules/npm/node_modules/cross-spawn/lib/enoent.js +59 -0
  929. package/node/node_modules/npm/node_modules/cross-spawn/lib/parse.js +91 -0
  930. package/node/node_modules/npm/node_modules/cross-spawn/lib/util/escape.js +47 -0
  931. package/node/node_modules/npm/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
  932. package/node/node_modules/npm/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
  933. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/isexe/LICENSE +15 -0
  934. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/isexe/index.js +57 -0
  935. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/isexe/mode.js +41 -0
  936. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/isexe/package.json +31 -0
  937. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/isexe/windows.js +42 -0
  938. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/which/LICENSE +15 -0
  939. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/which/README.md +54 -0
  940. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
  941. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json +43 -0
  942. package/node/node_modules/npm/node_modules/cross-spawn/node_modules/which/which.js +125 -0
  943. package/node/node_modules/npm/node_modules/cross-spawn/package.json +73 -0
  944. package/node/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt +20 -0
  945. package/node/node_modules/npm/node_modules/cssesc/README.md +201 -0
  946. package/node/node_modules/npm/node_modules/cssesc/bin/cssesc +116 -0
  947. package/node/node_modules/npm/node_modules/cssesc/cssesc.js +110 -0
  948. package/node/node_modules/npm/node_modules/cssesc/man/cssesc.1 +70 -0
  949. package/node/node_modules/npm/node_modules/cssesc/package.json +51 -0
  950. package/node/node_modules/npm/node_modules/debug/LICENSE +20 -0
  951. package/node/node_modules/npm/node_modules/debug/package.json +64 -0
  952. package/node/node_modules/npm/node_modules/debug/src/browser.js +272 -0
  953. package/node/node_modules/npm/node_modules/debug/src/common.js +292 -0
  954. package/node/node_modules/npm/node_modules/debug/src/index.js +10 -0
  955. package/node/node_modules/npm/node_modules/debug/src/node.js +263 -0
  956. package/node/node_modules/npm/node_modules/diff/CONTRIBUTING.md +28 -0
  957. package/node/node_modules/npm/node_modules/diff/LICENSE +29 -0
  958. package/node/node_modules/npm/node_modules/diff/dist/diff.js +1674 -0
  959. package/node/node_modules/npm/node_modules/diff/dist/diff.min.js +1 -0
  960. package/node/node_modules/npm/node_modules/diff/eslint.config.mjs +182 -0
  961. package/node/node_modules/npm/node_modules/diff/libcjs/convert/dmp.js +24 -0
  962. package/node/node_modules/npm/node_modules/diff/libcjs/convert/xml.js +34 -0
  963. package/node/node_modules/npm/node_modules/diff/libcjs/diff/array.js +40 -0
  964. package/node/node_modules/npm/node_modules/diff/libcjs/diff/base.js +265 -0
  965. package/node/node_modules/npm/node_modules/diff/libcjs/diff/character.js +31 -0
  966. package/node/node_modules/npm/node_modules/diff/libcjs/diff/css.js +34 -0
  967. package/node/node_modules/npm/node_modules/diff/libcjs/diff/json.js +105 -0
  968. package/node/node_modules/npm/node_modules/diff/libcjs/diff/line.js +89 -0
  969. package/node/node_modules/npm/node_modules/diff/libcjs/diff/sentence.js +67 -0
  970. package/node/node_modules/npm/node_modules/diff/libcjs/diff/word.js +307 -0
  971. package/node/node_modules/npm/node_modules/diff/libcjs/index.js +61 -0
  972. package/node/node_modules/npm/node_modules/diff/libcjs/package.json +1 -0
  973. package/node/node_modules/npm/node_modules/diff/libcjs/patch/apply.js +267 -0
  974. package/node/node_modules/npm/node_modules/diff/libcjs/patch/create.js +223 -0
  975. package/node/node_modules/npm/node_modules/diff/libcjs/patch/line-endings.js +61 -0
  976. package/node/node_modules/npm/node_modules/diff/libcjs/patch/parse.js +133 -0
  977. package/node/node_modules/npm/node_modules/diff/libcjs/patch/reverse.js +37 -0
  978. package/node/node_modules/npm/node_modules/diff/libcjs/types.js +2 -0
  979. package/node/node_modules/npm/node_modules/diff/libcjs/util/array.js +21 -0
  980. package/node/node_modules/npm/node_modules/diff/libcjs/util/distance-iterator.js +40 -0
  981. package/node/node_modules/npm/node_modules/diff/libcjs/util/params.js +17 -0
  982. package/node/node_modules/npm/node_modules/diff/libcjs/util/string.js +141 -0
  983. package/node/node_modules/npm/node_modules/diff/libesm/convert/dmp.js +21 -0
  984. package/node/node_modules/npm/node_modules/diff/libesm/convert/xml.js +31 -0
  985. package/node/node_modules/npm/node_modules/diff/libesm/diff/array.js +16 -0
  986. package/node/node_modules/npm/node_modules/diff/libesm/diff/base.js +253 -0
  987. package/node/node_modules/npm/node_modules/diff/libesm/diff/character.js +7 -0
  988. package/node/node_modules/npm/node_modules/diff/libesm/diff/css.js +10 -0
  989. package/node/node_modules/npm/node_modules/diff/libesm/diff/json.js +78 -0
  990. package/node/node_modules/npm/node_modules/diff/libesm/diff/line.js +65 -0
  991. package/node/node_modules/npm/node_modules/diff/libesm/diff/sentence.js +43 -0
  992. package/node/node_modules/npm/node_modules/diff/libesm/diff/word.js +276 -0
  993. package/node/node_modules/npm/node_modules/diff/libesm/index.js +30 -0
  994. package/node/node_modules/npm/node_modules/diff/libesm/package.json +1 -0
  995. package/node/node_modules/npm/node_modules/diff/libesm/patch/apply.js +257 -0
  996. package/node/node_modules/npm/node_modules/diff/libesm/patch/create.js +201 -0
  997. package/node/node_modules/npm/node_modules/diff/libesm/patch/line-endings.js +44 -0
  998. package/node/node_modules/npm/node_modules/diff/libesm/patch/parse.js +130 -0
  999. package/node/node_modules/npm/node_modules/diff/libesm/patch/reverse.js +23 -0
  1000. package/node/node_modules/npm/node_modules/diff/libesm/types.js +1 -0
  1001. package/node/node_modules/npm/node_modules/diff/libesm/util/array.js +17 -0
  1002. package/node/node_modules/npm/node_modules/diff/libesm/util/distance-iterator.js +37 -0
  1003. package/node/node_modules/npm/node_modules/diff/libesm/util/params.js +14 -0
  1004. package/node/node_modules/npm/node_modules/diff/libesm/util/string.js +128 -0
  1005. package/node/node_modules/npm/node_modules/diff/package.json +131 -0
  1006. package/node/node_modules/npm/node_modules/diff/release-notes.md +397 -0
  1007. package/node/node_modules/npm/node_modules/eastasianwidth/eastasianwidth.js +311 -0
  1008. package/node/node_modules/npm/node_modules/eastasianwidth/package.json +18 -0
  1009. package/node/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  1010. package/node/node_modules/npm/node_modules/emoji-regex/es2015/index.js +6 -0
  1011. package/node/node_modules/npm/node_modules/emoji-regex/es2015/text.js +6 -0
  1012. package/node/node_modules/npm/node_modules/emoji-regex/index.js +6 -0
  1013. package/node/node_modules/npm/node_modules/emoji-regex/package.json +50 -0
  1014. package/node/node_modules/npm/node_modules/emoji-regex/text.js +6 -0
  1015. package/node/node_modules/npm/node_modules/encoding/LICENSE +16 -0
  1016. package/node/node_modules/npm/node_modules/encoding/lib/encoding.js +83 -0
  1017. package/node/node_modules/npm/node_modules/encoding/package.json +18 -0
  1018. package/node/node_modules/npm/node_modules/env-paths/index.js +74 -0
  1019. package/node/node_modules/npm/node_modules/env-paths/license +9 -0
  1020. package/node/node_modules/npm/node_modules/env-paths/package.json +45 -0
  1021. package/node/node_modules/npm/node_modules/err-code/bower.json +30 -0
  1022. package/node/node_modules/npm/node_modules/err-code/index.js +47 -0
  1023. package/node/node_modules/npm/node_modules/err-code/index.umd.js +51 -0
  1024. package/node/node_modules/npm/node_modules/err-code/package.json +34 -0
  1025. package/node/node_modules/npm/node_modules/exponential-backoff/LICENSE +202 -0
  1026. package/node/node_modules/npm/node_modules/exponential-backoff/dist/backoff.js +124 -0
  1027. package/node/node_modules/npm/node_modules/exponential-backoff/dist/delay/always/always.delay.js +25 -0
  1028. package/node/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.base.js +45 -0
  1029. package/node/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.factory.js +17 -0
  1030. package/node/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.interface.js +3 -0
  1031. package/node/node_modules/npm/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +82 -0
  1032. package/node/node_modules/npm/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +8 -0
  1033. package/node/node_modules/npm/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +15 -0
  1034. package/node/node_modules/npm/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +7 -0
  1035. package/node/node_modules/npm/node_modules/exponential-backoff/dist/options.js +31 -0
  1036. package/node/node_modules/npm/node_modules/exponential-backoff/package.json +62 -0
  1037. package/node/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md +21 -0
  1038. package/node/node_modules/npm/node_modules/fastest-levenshtein/bench.js +96 -0
  1039. package/node/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js +138 -0
  1040. package/node/node_modules/npm/node_modules/fastest-levenshtein/mod.js +142 -0
  1041. package/node/node_modules/npm/node_modules/fastest-levenshtein/package.json +72 -0
  1042. package/node/node_modules/npm/node_modules/fastest-levenshtein/test.js +55 -0
  1043. package/node/node_modules/npm/node_modules/foreground-child/LICENSE +15 -0
  1044. package/node/node_modules/npm/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
  1045. package/node/node_modules/npm/node_modules/foreground-child/dist/commonjs/index.js +123 -0
  1046. package/node/node_modules/npm/node_modules/foreground-child/dist/commonjs/package.json +3 -0
  1047. package/node/node_modules/npm/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
  1048. package/node/node_modules/npm/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
  1049. package/node/node_modules/npm/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
  1050. package/node/node_modules/npm/node_modules/foreground-child/dist/esm/index.js +115 -0
  1051. package/node/node_modules/npm/node_modules/foreground-child/dist/esm/package.json +3 -0
  1052. package/node/node_modules/npm/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
  1053. package/node/node_modules/npm/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
  1054. package/node/node_modules/npm/node_modules/foreground-child/package.json +106 -0
  1055. package/node/node_modules/npm/node_modules/fs-minipass/LICENSE +15 -0
  1056. package/node/node_modules/npm/node_modules/fs-minipass/lib/index.js +443 -0
  1057. package/node/node_modules/npm/node_modules/fs-minipass/package.json +54 -0
  1058. package/node/node_modules/npm/node_modules/glob/LICENSE +15 -0
  1059. package/node/node_modules/npm/node_modules/glob/README.md +1265 -0
  1060. package/node/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
  1061. package/node/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  1062. package/node/node_modules/npm/node_modules/glob/dist/commonjs/glob.js +247 -0
  1063. package/node/node_modules/npm/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  1064. package/node/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  1065. package/node/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  1066. package/node/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  1067. package/node/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  1068. package/node/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
  1069. package/node/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  1070. package/node/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js +119 -0
  1071. package/node/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  1072. package/node/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts +97 -0
  1073. package/node/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  1074. package/node/node_modules/npm/node_modules/glob/dist/commonjs/index.js +68 -0
  1075. package/node/node_modules/npm/node_modules/glob/dist/commonjs/index.js.map +1 -0
  1076. package/node/node_modules/npm/node_modules/glob/dist/commonjs/package.json +3 -0
  1077. package/node/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
  1078. package/node/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  1079. package/node/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js +219 -0
  1080. package/node/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  1081. package/node/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  1082. package/node/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  1083. package/node/node_modules/npm/node_modules/glob/dist/commonjs/processor.js +301 -0
  1084. package/node/node_modules/npm/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  1085. package/node/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
  1086. package/node/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  1087. package/node/node_modules/npm/node_modules/glob/dist/commonjs/walker.js +387 -0
  1088. package/node/node_modules/npm/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  1089. package/node/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts +3 -0
  1090. package/node/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
  1091. package/node/node_modules/npm/node_modules/glob/dist/esm/bin.mjs +276 -0
  1092. package/node/node_modules/npm/node_modules/glob/dist/esm/bin.mjs.map +1 -0
  1093. package/node/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts +388 -0
  1094. package/node/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  1095. package/node/node_modules/npm/node_modules/glob/dist/esm/glob.js +243 -0
  1096. package/node/node_modules/npm/node_modules/glob/dist/esm/glob.js.map +1 -0
  1097. package/node/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  1098. package/node/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  1099. package/node/node_modules/npm/node_modules/glob/dist/esm/has-magic.js +23 -0
  1100. package/node/node_modules/npm/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  1101. package/node/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts +24 -0
  1102. package/node/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  1103. package/node/node_modules/npm/node_modules/glob/dist/esm/ignore.js +115 -0
  1104. package/node/node_modules/npm/node_modules/glob/dist/esm/ignore.js.map +1 -0
  1105. package/node/node_modules/npm/node_modules/glob/dist/esm/index.d.ts +97 -0
  1106. package/node/node_modules/npm/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  1107. package/node/node_modules/npm/node_modules/glob/dist/esm/index.js +55 -0
  1108. package/node/node_modules/npm/node_modules/glob/dist/esm/index.js.map +1 -0
  1109. package/node/node_modules/npm/node_modules/glob/dist/esm/package.json +3 -0
  1110. package/node/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts +76 -0
  1111. package/node/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  1112. package/node/node_modules/npm/node_modules/glob/dist/esm/pattern.js +215 -0
  1113. package/node/node_modules/npm/node_modules/glob/dist/esm/pattern.js.map +1 -0
  1114. package/node/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts +59 -0
  1115. package/node/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  1116. package/node/node_modules/npm/node_modules/glob/dist/esm/processor.js +294 -0
  1117. package/node/node_modules/npm/node_modules/glob/dist/esm/processor.js.map +1 -0
  1118. package/node/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts +97 -0
  1119. package/node/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  1120. package/node/node_modules/npm/node_modules/glob/dist/esm/walker.js +381 -0
  1121. package/node/node_modules/npm/node_modules/glob/dist/esm/walker.js.map +1 -0
  1122. package/node/node_modules/npm/node_modules/glob/package.json +97 -0
  1123. package/node/node_modules/npm/node_modules/graceful-fs/LICENSE +15 -0
  1124. package/node/node_modules/npm/node_modules/graceful-fs/clone.js +23 -0
  1125. package/node/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +448 -0
  1126. package/node/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +118 -0
  1127. package/node/node_modules/npm/node_modules/graceful-fs/package.json +53 -0
  1128. package/node/node_modules/npm/node_modules/graceful-fs/polyfills.js +355 -0
  1129. package/node/node_modules/npm/node_modules/hosted-git-info/LICENSE +13 -0
  1130. package/node/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js +122 -0
  1131. package/node/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js +231 -0
  1132. package/node/node_modules/npm/node_modules/hosted-git-info/lib/index.js +227 -0
  1133. package/node/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js +78 -0
  1134. package/node/node_modules/npm/node_modules/hosted-git-info/package.json +61 -0
  1135. package/node/node_modules/npm/node_modules/http-cache-semantics/LICENSE +9 -0
  1136. package/node/node_modules/npm/node_modules/http-cache-semantics/index.js +928 -0
  1137. package/node/node_modules/npm/node_modules/http-cache-semantics/package.json +22 -0
  1138. package/node/node_modules/npm/node_modules/http-proxy-agent/LICENSE +22 -0
  1139. package/node/node_modules/npm/node_modules/http-proxy-agent/dist/index.js +148 -0
  1140. package/node/node_modules/npm/node_modules/http-proxy-agent/package.json +47 -0
  1141. package/node/node_modules/npm/node_modules/https-proxy-agent/LICENSE +22 -0
  1142. package/node/node_modules/npm/node_modules/https-proxy-agent/dist/index.js +180 -0
  1143. package/node/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
  1144. package/node/node_modules/npm/node_modules/https-proxy-agent/package.json +50 -0
  1145. package/node/node_modules/npm/node_modules/iconv-lite/LICENSE +21 -0
  1146. package/node/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
  1147. package/node/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
  1148. package/node/node_modules/npm/node_modules/iconv-lite/encodings/index.js +23 -0
  1149. package/node/node_modules/npm/node_modules/iconv-lite/encodings/internal.js +198 -0
  1150. package/node/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  1151. package/node/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  1152. package/node/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
  1153. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  1154. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  1155. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  1156. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  1157. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  1158. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  1159. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  1160. package/node/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  1161. package/node/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js +197 -0
  1162. package/node/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js +319 -0
  1163. package/node/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js +290 -0
  1164. package/node/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  1165. package/node/node_modules/npm/node_modules/iconv-lite/lib/index.js +180 -0
  1166. package/node/node_modules/npm/node_modules/iconv-lite/lib/streams.js +109 -0
  1167. package/node/node_modules/npm/node_modules/iconv-lite/package.json +44 -0
  1168. package/node/node_modules/npm/node_modules/ignore-walk/LICENSE +15 -0
  1169. package/node/node_modules/npm/node_modules/ignore-walk/lib/index.js +310 -0
  1170. package/node/node_modules/npm/node_modules/ignore-walk/package.json +64 -0
  1171. package/node/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +138 -0
  1172. package/node/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +12 -0
  1173. package/node/node_modules/npm/node_modules/imurmurhash/package.json +40 -0
  1174. package/node/node_modules/npm/node_modules/ini/LICENSE +15 -0
  1175. package/node/node_modules/npm/node_modules/ini/lib/ini.js +280 -0
  1176. package/node/node_modules/npm/node_modules/ini/package.json +45 -0
  1177. package/node/node_modules/npm/node_modules/init-package-json/LICENSE.md +18 -0
  1178. package/node/node_modules/npm/node_modules/init-package-json/lib/default-input.js +288 -0
  1179. package/node/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js +147 -0
  1180. package/node/node_modules/npm/node_modules/init-package-json/package.json +67 -0
  1181. package/node/node_modules/npm/node_modules/ip-address/LICENSE +19 -0
  1182. package/node/node_modules/npm/node_modules/ip-address/dist/address-error.js +12 -0
  1183. package/node/node_modules/npm/node_modules/ip-address/dist/common.js +46 -0
  1184. package/node/node_modules/npm/node_modules/ip-address/dist/ip-address.js +35 -0
  1185. package/node/node_modules/npm/node_modules/ip-address/dist/ipv4.js +327 -0
  1186. package/node/node_modules/npm/node_modules/ip-address/dist/ipv6.js +1003 -0
  1187. package/node/node_modules/npm/node_modules/ip-address/dist/v4/constants.js +8 -0
  1188. package/node/node_modules/npm/node_modules/ip-address/dist/v6/constants.js +76 -0
  1189. package/node/node_modules/npm/node_modules/ip-address/dist/v6/helpers.js +45 -0
  1190. package/node/node_modules/npm/node_modules/ip-address/dist/v6/regular-expressions.js +95 -0
  1191. package/node/node_modules/npm/node_modules/ip-address/package.json +78 -0
  1192. package/node/node_modules/npm/node_modules/ip-regex/index.js +36 -0
  1193. package/node/node_modules/npm/node_modules/ip-regex/license +9 -0
  1194. package/node/node_modules/npm/node_modules/ip-regex/package.json +47 -0
  1195. package/node/node_modules/npm/node_modules/is-cidr/LICENSE +22 -0
  1196. package/node/node_modules/npm/node_modules/is-cidr/dist/index.js +11 -0
  1197. package/node/node_modules/npm/node_modules/is-cidr/package.json +38 -0
  1198. package/node/node_modules/npm/node_modules/is-fullwidth-code-point/index.js +50 -0
  1199. package/node/node_modules/npm/node_modules/is-fullwidth-code-point/license +9 -0
  1200. package/node/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +42 -0
  1201. package/node/node_modules/npm/node_modules/isexe/dist/cjs/index.js +46 -0
  1202. package/node/node_modules/npm/node_modules/isexe/dist/cjs/options.js +3 -0
  1203. package/node/node_modules/npm/node_modules/isexe/dist/cjs/package.json +3 -0
  1204. package/node/node_modules/npm/node_modules/isexe/dist/cjs/posix.js +67 -0
  1205. package/node/node_modules/npm/node_modules/isexe/dist/cjs/win32.js +62 -0
  1206. package/node/node_modules/npm/node_modules/isexe/dist/mjs/index.js +16 -0
  1207. package/node/node_modules/npm/node_modules/isexe/dist/mjs/options.js +2 -0
  1208. package/node/node_modules/npm/node_modules/isexe/dist/mjs/package.json +3 -0
  1209. package/node/node_modules/npm/node_modules/isexe/dist/mjs/posix.js +62 -0
  1210. package/node/node_modules/npm/node_modules/isexe/dist/mjs/win32.js +57 -0
  1211. package/node/node_modules/npm/node_modules/isexe/package.json +96 -0
  1212. package/node/node_modules/npm/node_modules/jackspeak/LICENSE.md +55 -0
  1213. package/node/node_modules/npm/node_modules/jackspeak/dist/commonjs/index.js +947 -0
  1214. package/node/node_modules/npm/node_modules/jackspeak/dist/commonjs/package.json +3 -0
  1215. package/node/node_modules/npm/node_modules/jackspeak/dist/esm/index.js +936 -0
  1216. package/node/node_modules/npm/node_modules/jackspeak/dist/esm/package.json +3 -0
  1217. package/node/node_modules/npm/node_modules/jackspeak/package.json +94 -0
  1218. package/node/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
  1219. package/node/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js +137 -0
  1220. package/node/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +50 -0
  1221. package/node/node_modules/npm/node_modules/json-stringify-nice/LICENSE +15 -0
  1222. package/node/node_modules/npm/node_modules/json-stringify-nice/index.js +38 -0
  1223. package/node/node_modules/npm/node_modules/json-stringify-nice/package.json +40 -0
  1224. package/node/node_modules/npm/node_modules/jsonparse/LICENSE +24 -0
  1225. package/node/node_modules/npm/node_modules/jsonparse/bench.js +26 -0
  1226. package/node/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js +30 -0
  1227. package/node/node_modules/npm/node_modules/jsonparse/jsonparse.js +413 -0
  1228. package/node/node_modules/npm/node_modules/jsonparse/package.json +22 -0
  1229. package/node/node_modules/npm/node_modules/jsonparse/samplejson/basic.json +167 -0
  1230. package/node/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json +180 -0
  1231. package/node/node_modules/npm/node_modules/just-diff/LICENSE +21 -0
  1232. package/node/node_modules/npm/node_modules/just-diff/index.cjs +230 -0
  1233. package/node/node_modules/npm/node_modules/just-diff/index.mjs +227 -0
  1234. package/node/node_modules/npm/node_modules/just-diff/package.json +33 -0
  1235. package/node/node_modules/npm/node_modules/just-diff/rollup.config.js +3 -0
  1236. package/node/node_modules/npm/node_modules/just-diff-apply/LICENSE +21 -0
  1237. package/node/node_modules/npm/node_modules/just-diff-apply/index.cjs +161 -0
  1238. package/node/node_modules/npm/node_modules/just-diff-apply/index.mjs +158 -0
  1239. package/node/node_modules/npm/node_modules/just-diff-apply/package.json +34 -0
  1240. package/node/node_modules/npm/node_modules/just-diff-apply/rollup.config.js +3 -0
  1241. package/node/node_modules/npm/node_modules/libnpmaccess/LICENSE +13 -0
  1242. package/node/node_modules/npm/node_modules/libnpmaccess/README.md +93 -0
  1243. package/node/node_modules/npm/node_modules/libnpmaccess/lib/index.js +140 -0
  1244. package/node/node_modules/npm/node_modules/libnpmaccess/package.json +53 -0
  1245. package/node/node_modules/npm/node_modules/libnpmdiff/LICENSE +15 -0
  1246. package/node/node_modules/npm/node_modules/libnpmdiff/README.md +95 -0
  1247. package/node/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js +118 -0
  1248. package/node/node_modules/npm/node_modules/libnpmdiff/lib/index.js +62 -0
  1249. package/node/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js +22 -0
  1250. package/node/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js +38 -0
  1251. package/node/node_modules/npm/node_modules/libnpmdiff/lib/untar.js +96 -0
  1252. package/node/node_modules/npm/node_modules/libnpmdiff/package.json +70 -0
  1253. package/node/node_modules/npm/node_modules/libnpmexec/LICENSE +15 -0
  1254. package/node/node_modules/npm/node_modules/libnpmexec/README.md +47 -0
  1255. package/node/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js +33 -0
  1256. package/node/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js +22 -0
  1257. package/node/node_modules/npm/node_modules/libnpmexec/lib/index.js +310 -0
  1258. package/node/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js +1 -0
  1259. package/node/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js +1 -0
  1260. package/node/node_modules/npm/node_modules/libnpmexec/lib/run-script.js +73 -0
  1261. package/node/node_modules/npm/node_modules/libnpmexec/lib/with-lock.js +175 -0
  1262. package/node/node_modules/npm/node_modules/libnpmexec/package.json +81 -0
  1263. package/node/node_modules/npm/node_modules/libnpmfund/LICENSE +15 -0
  1264. package/node/node_modules/npm/node_modules/libnpmfund/README.md +131 -0
  1265. package/node/node_modules/npm/node_modules/libnpmfund/lib/index.js +210 -0
  1266. package/node/node_modules/npm/node_modules/libnpmfund/package.json +65 -0
  1267. package/node/node_modules/npm/node_modules/libnpmorg/LICENSE +13 -0
  1268. package/node/node_modules/npm/node_modules/libnpmorg/README.md +148 -0
  1269. package/node/node_modules/npm/node_modules/libnpmorg/lib/index.js +64 -0
  1270. package/node/node_modules/npm/node_modules/libnpmorg/package.json +62 -0
  1271. package/node/node_modules/npm/node_modules/libnpmpack/LICENSE +13 -0
  1272. package/node/node_modules/npm/node_modules/libnpmpack/README.md +55 -0
  1273. package/node/node_modules/npm/node_modules/libnpmpack/lib/index.js +62 -0
  1274. package/node/node_modules/npm/node_modules/libnpmpack/package.json +59 -0
  1275. package/node/node_modules/npm/node_modules/libnpmpublish/LICENSE +13 -0
  1276. package/node/node_modules/npm/node_modules/libnpmpublish/README.md +120 -0
  1277. package/node/node_modules/npm/node_modules/libnpmpublish/lib/index.js +4 -0
  1278. package/node/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js +245 -0
  1279. package/node/node_modules/npm/node_modules/libnpmpublish/lib/publish.js +226 -0
  1280. package/node/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js +119 -0
  1281. package/node/node_modules/npm/node_modules/libnpmpublish/package.json +64 -0
  1282. package/node/node_modules/npm/node_modules/libnpmsearch/LICENSE +13 -0
  1283. package/node/node_modules/npm/node_modules/libnpmsearch/README.md +173 -0
  1284. package/node/node_modules/npm/node_modules/libnpmsearch/lib/index.js +71 -0
  1285. package/node/node_modules/npm/node_modules/libnpmsearch/package.json +58 -0
  1286. package/node/node_modules/npm/node_modules/libnpmteam/LICENSE +13 -0
  1287. package/node/node_modules/npm/node_modules/libnpmteam/README.md +172 -0
  1288. package/node/node_modules/npm/node_modules/libnpmteam/lib/index.js +92 -0
  1289. package/node/node_modules/npm/node_modules/libnpmteam/package.json +52 -0
  1290. package/node/node_modules/npm/node_modules/libnpmversion/LICENSE +15 -0
  1291. package/node/node_modules/npm/node_modules/libnpmversion/README.md +163 -0
  1292. package/node/node_modules/npm/node_modules/libnpmversion/lib/commit.js +17 -0
  1293. package/node/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js +32 -0
  1294. package/node/node_modules/npm/node_modules/libnpmversion/lib/index.js +38 -0
  1295. package/node/node_modules/npm/node_modules/libnpmversion/lib/read-json.js +6 -0
  1296. package/node/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js +13 -0
  1297. package/node/node_modules/npm/node_modules/libnpmversion/lib/tag.js +30 -0
  1298. package/node/node_modules/npm/node_modules/libnpmversion/lib/version.js +136 -0
  1299. package/node/node_modules/npm/node_modules/libnpmversion/lib/write-json.js +15 -0
  1300. package/node/node_modules/npm/node_modules/libnpmversion/package.json +55 -0
  1301. package/node/node_modules/npm/node_modules/lru-cache/LICENSE +15 -0
  1302. package/node/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.js +1564 -0
  1303. package/node/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  1304. package/node/node_modules/npm/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  1305. package/node/node_modules/npm/node_modules/lru-cache/dist/esm/index.js +1560 -0
  1306. package/node/node_modules/npm/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  1307. package/node/node_modules/npm/node_modules/lru-cache/dist/esm/package.json +3 -0
  1308. package/node/node_modules/npm/node_modules/lru-cache/package.json +113 -0
  1309. package/node/node_modules/npm/node_modules/make-fetch-happen/LICENSE +16 -0
  1310. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js +471 -0
  1311. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
  1312. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
  1313. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
  1314. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
  1315. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js +118 -0
  1316. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/index.js +41 -0
  1317. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/options.js +59 -0
  1318. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
  1319. package/node/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js +132 -0
  1320. package/node/node_modules/npm/node_modules/make-fetch-happen/package.json +74 -0
  1321. package/node/node_modules/npm/node_modules/minimatch/LICENSE +15 -0
  1322. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  1323. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  1324. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  1325. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  1326. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/index.js +1014 -0
  1327. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/package.json +3 -0
  1328. package/node/node_modules/npm/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  1329. package/node/node_modules/npm/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  1330. package/node/node_modules/npm/node_modules/minimatch/dist/esm/ast.js +588 -0
  1331. package/node/node_modules/npm/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  1332. package/node/node_modules/npm/node_modules/minimatch/dist/esm/escape.js +18 -0
  1333. package/node/node_modules/npm/node_modules/minimatch/dist/esm/index.js +1001 -0
  1334. package/node/node_modules/npm/node_modules/minimatch/dist/esm/package.json +3 -0
  1335. package/node/node_modules/npm/node_modules/minimatch/dist/esm/unescape.js +20 -0
  1336. package/node/node_modules/npm/node_modules/minimatch/package.json +79 -0
  1337. package/node/node_modules/npm/node_modules/minipass/LICENSE +15 -0
  1338. package/node/node_modules/npm/node_modules/minipass/dist/commonjs/index.js +1028 -0
  1339. package/node/node_modules/npm/node_modules/minipass/dist/commonjs/package.json +3 -0
  1340. package/node/node_modules/npm/node_modules/minipass/dist/esm/index.js +1018 -0
  1341. package/node/node_modules/npm/node_modules/minipass/dist/esm/package.json +3 -0
  1342. package/node/node_modules/npm/node_modules/minipass/package.json +82 -0
  1343. package/node/node_modules/npm/node_modules/minipass-collect/LICENSE +15 -0
  1344. package/node/node_modules/npm/node_modules/minipass-collect/index.js +71 -0
  1345. package/node/node_modules/npm/node_modules/minipass-collect/package.json +30 -0
  1346. package/node/node_modules/npm/node_modules/minipass-fetch/LICENSE +28 -0
  1347. package/node/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js +17 -0
  1348. package/node/node_modules/npm/node_modules/minipass-fetch/lib/blob.js +97 -0
  1349. package/node/node_modules/npm/node_modules/minipass-fetch/lib/body.js +350 -0
  1350. package/node/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
  1351. package/node/node_modules/npm/node_modules/minipass-fetch/lib/headers.js +267 -0
  1352. package/node/node_modules/npm/node_modules/minipass-fetch/lib/index.js +376 -0
  1353. package/node/node_modules/npm/node_modules/minipass-fetch/lib/request.js +282 -0
  1354. package/node/node_modules/npm/node_modules/minipass-fetch/lib/response.js +90 -0
  1355. package/node/node_modules/npm/node_modules/minipass-fetch/package.json +70 -0
  1356. package/node/node_modules/npm/node_modules/minipass-flush/LICENSE +15 -0
  1357. package/node/node_modules/npm/node_modules/minipass-flush/index.js +39 -0
  1358. package/node/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE +15 -0
  1359. package/node/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js +649 -0
  1360. package/node/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json +56 -0
  1361. package/node/node_modules/npm/node_modules/minipass-flush/package.json +39 -0
  1362. package/node/node_modules/npm/node_modules/minipass-pipeline/LICENSE +15 -0
  1363. package/node/node_modules/npm/node_modules/minipass-pipeline/index.js +128 -0
  1364. package/node/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +15 -0
  1365. package/node/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js +649 -0
  1366. package/node/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json +56 -0
  1367. package/node/node_modules/npm/node_modules/minipass-pipeline/package.json +29 -0
  1368. package/node/node_modules/npm/node_modules/minipass-sized/LICENSE +15 -0
  1369. package/node/node_modules/npm/node_modules/minipass-sized/index.js +67 -0
  1370. package/node/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE +15 -0
  1371. package/node/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js +649 -0
  1372. package/node/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json +56 -0
  1373. package/node/node_modules/npm/node_modules/minipass-sized/package.json +39 -0
  1374. package/node/node_modules/npm/node_modules/minizlib/LICENSE +26 -0
  1375. package/node/node_modules/npm/node_modules/minizlib/dist/commonjs/constants.js +123 -0
  1376. package/node/node_modules/npm/node_modules/minizlib/dist/commonjs/index.js +416 -0
  1377. package/node/node_modules/npm/node_modules/minizlib/dist/commonjs/package.json +3 -0
  1378. package/node/node_modules/npm/node_modules/minizlib/dist/esm/constants.js +117 -0
  1379. package/node/node_modules/npm/node_modules/minizlib/dist/esm/index.js +363 -0
  1380. package/node/node_modules/npm/node_modules/minizlib/dist/esm/package.json +3 -0
  1381. package/node/node_modules/npm/node_modules/minizlib/package.json +80 -0
  1382. package/node/node_modules/npm/node_modules/ms/index.js +162 -0
  1383. package/node/node_modules/npm/node_modules/ms/license.md +21 -0
  1384. package/node/node_modules/npm/node_modules/ms/package.json +38 -0
  1385. package/node/node_modules/npm/node_modules/mute-stream/LICENSE +15 -0
  1386. package/node/node_modules/npm/node_modules/mute-stream/lib/index.js +142 -0
  1387. package/node/node_modules/npm/node_modules/mute-stream/package.json +54 -0
  1388. package/node/node_modules/npm/node_modules/negotiator/HISTORY.md +114 -0
  1389. package/node/node_modules/npm/node_modules/negotiator/LICENSE +24 -0
  1390. package/node/node_modules/npm/node_modules/negotiator/index.js +83 -0
  1391. package/node/node_modules/npm/node_modules/negotiator/lib/charset.js +169 -0
  1392. package/node/node_modules/npm/node_modules/negotiator/lib/encoding.js +205 -0
  1393. package/node/node_modules/npm/node_modules/negotiator/lib/language.js +179 -0
  1394. package/node/node_modules/npm/node_modules/negotiator/lib/mediaType.js +294 -0
  1395. package/node/node_modules/npm/node_modules/negotiator/package.json +43 -0
  1396. package/node/node_modules/npm/node_modules/node-gyp/.release-please-manifest.json +3 -0
  1397. package/node/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +1111 -0
  1398. package/node/node_modules/npm/node_modules/node-gyp/CODE_OF_CONDUCT.md +4 -0
  1399. package/node/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +34 -0
  1400. package/node/node_modules/npm/node_modules/node-gyp/LICENSE +24 -0
  1401. package/node/node_modules/npm/node_modules/node-gyp/README.md +292 -0
  1402. package/node/node_modules/npm/node_modules/node-gyp/SECURITY.md +2 -0
  1403. package/node/node_modules/npm/node_modules/node-gyp/addon.gypi +204 -0
  1404. package/node/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +138 -0
  1405. package/node/node_modules/npm/node_modules/node-gyp/eslint.config.js +3 -0
  1406. package/node/node_modules/npm/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
  1407. package/node/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +28 -0
  1408. package/node/node_modules/npm/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
  1409. package/node/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
  1410. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/GypVsCMake.md +116 -0
  1411. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/Hacking.md +46 -0
  1412. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/InputFormatReference.md +1083 -0
  1413. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/LanguageSpecification.md +430 -0
  1414. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/README.md +27 -0
  1415. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/Testing.md +450 -0
  1416. package/node/node_modules/npm/node_modules/node-gyp/gyp/docs/UserDocumentation.md +965 -0
  1417. package/node/node_modules/npm/node_modules/node-gyp/gyp/gyp +8 -0
  1418. package/node/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +5 -0
  1419. package/node/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +45 -0
  1420. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
  1421. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
  1422. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1283 -0
  1423. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1545 -0
  1424. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
  1425. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
  1426. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
  1427. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
  1428. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +707 -0
  1429. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +725 -0
  1430. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +186 -0
  1431. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +170 -0
  1432. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
  1433. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
  1434. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  1435. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
  1436. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1169 -0
  1437. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1316 -0
  1438. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
  1439. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
  1440. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +461 -0
  1441. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +88 -0
  1442. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +55 -0
  1443. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2755 -0
  1444. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3970 -0
  1445. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
  1446. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2957 -0
  1447. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +67 -0
  1448. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1389 -0
  1449. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
  1450. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +3097 -0
  1451. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
  1452. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +765 -0
  1453. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1255 -0
  1454. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
  1455. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
  1456. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +371 -0
  1457. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1934 -0
  1458. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
  1459. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +301 -0
  1460. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3180 -0
  1461. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +64 -0
  1462. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
  1463. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
  1464. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
  1465. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
  1466. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +107 -0
  1467. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
  1468. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
  1469. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
  1470. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
  1471. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
  1472. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/markers.py +251 -0
  1473. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +824 -0
  1474. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
  1475. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
  1476. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
  1477. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/tags.py +553 -0
  1478. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
  1479. package/node/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
  1480. package/node/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml +114 -0
  1481. package/node/node_modules/npm/node_modules/node-gyp/gyp/release-please-config.json +11 -0
  1482. package/node/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py +260 -0
  1483. package/node/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
  1484. package/node/node_modules/npm/node_modules/node-gyp/lib/build.js +230 -0
  1485. package/node/node_modules/npm/node_modules/node-gyp/lib/clean.js +15 -0
  1486. package/node/node_modules/npm/node_modules/node-gyp/lib/configure.js +328 -0
  1487. package/node/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
  1488. package/node/node_modules/npm/node_modules/node-gyp/lib/download.js +39 -0
  1489. package/node/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +63 -0
  1490. package/node/node_modules/npm/node_modules/node-gyp/lib/find-python.js +310 -0
  1491. package/node/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js +600 -0
  1492. package/node/node_modules/npm/node_modules/node-gyp/lib/install.js +411 -0
  1493. package/node/node_modules/npm/node_modules/node-gyp/lib/list.js +26 -0
  1494. package/node/node_modules/npm/node_modules/node-gyp/lib/log.js +168 -0
  1495. package/node/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +199 -0
  1496. package/node/node_modules/npm/node_modules/node-gyp/lib/process-release.js +146 -0
  1497. package/node/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +12 -0
  1498. package/node/node_modules/npm/node_modules/node-gyp/lib/remove.js +43 -0
  1499. package/node/node_modules/npm/node_modules/node-gyp/lib/util.js +81 -0
  1500. package/node/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
  1501. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/agents.js +206 -0
  1502. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/dns.js +53 -0
  1503. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/errors.js +61 -0
  1504. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/index.js +56 -0
  1505. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/options.js +86 -0
  1506. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/lib/proxy.js +88 -0
  1507. package/node/node_modules/npm/node_modules/node-gyp/node_modules/@npmcli/agent/package.json +60 -0
  1508. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/LICENSE.md +16 -0
  1509. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/path.js +29 -0
  1510. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/read.js +165 -0
  1511. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/rm.js +18 -0
  1512. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/content/write.js +206 -0
  1513. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/entry-index.js +336 -0
  1514. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/get.js +170 -0
  1515. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/index.js +42 -0
  1516. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/memoization.js +72 -0
  1517. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/put.js +80 -0
  1518. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/rm.js +31 -0
  1519. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/glob.js +7 -0
  1520. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
  1521. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/util/tmp.js +26 -0
  1522. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/lib/verify.js +258 -0
  1523. package/node/node_modules/npm/node_modules/node-gyp/node_modules/cacache/package.json +83 -0
  1524. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE +15 -0
  1525. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md +1265 -0
  1526. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
  1527. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
  1528. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/glob.js +247 -0
  1529. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/glob.js.map +1 -0
  1530. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
  1531. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
  1532. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/has-magic.js +27 -0
  1533. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
  1534. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
  1535. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
  1536. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/ignore.js +119 -0
  1537. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
  1538. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/index.d.ts +97 -0
  1539. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
  1540. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/index.js +68 -0
  1541. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/index.js.map +1 -0
  1542. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/package.json +3 -0
  1543. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
  1544. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
  1545. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/pattern.js +219 -0
  1546. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
  1547. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
  1548. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
  1549. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/processor.js +301 -0
  1550. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/processor.js.map +1 -0
  1551. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
  1552. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
  1553. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/walker.js +387 -0
  1554. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/commonjs/walker.js.map +1 -0
  1555. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/bin.d.mts +3 -0
  1556. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
  1557. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/bin.mjs +270 -0
  1558. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/bin.mjs.map +1 -0
  1559. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/glob.d.ts +388 -0
  1560. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
  1561. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/glob.js +243 -0
  1562. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/glob.js.map +1 -0
  1563. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
  1564. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
  1565. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/has-magic.js +23 -0
  1566. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/has-magic.js.map +1 -0
  1567. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/ignore.d.ts +24 -0
  1568. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
  1569. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/ignore.js +115 -0
  1570. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/ignore.js.map +1 -0
  1571. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/index.d.ts +97 -0
  1572. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/index.d.ts.map +1 -0
  1573. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/index.js +55 -0
  1574. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/index.js.map +1 -0
  1575. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/package.json +3 -0
  1576. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/pattern.d.ts +76 -0
  1577. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
  1578. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/pattern.js +215 -0
  1579. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/pattern.js.map +1 -0
  1580. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/processor.d.ts +59 -0
  1581. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
  1582. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/processor.js +294 -0
  1583. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/processor.js.map +1 -0
  1584. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/walker.d.ts +97 -0
  1585. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
  1586. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/walker.js +381 -0
  1587. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/dist/esm/walker.js.map +1 -0
  1588. package/node/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json +99 -0
  1589. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/LICENSE.md +55 -0
  1590. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/commonjs/index.js +1010 -0
  1591. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/commonjs/package.json +3 -0
  1592. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
  1593. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/esm/index.js +1000 -0
  1594. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/esm/package.json +3 -0
  1595. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
  1596. package/node/node_modules/npm/node_modules/node-gyp/node_modules/jackspeak/package.json +95 -0
  1597. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/LICENSE +15 -0
  1598. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
  1599. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
  1600. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/commonjs/package.json +3 -0
  1601. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/esm/index.js +1542 -0
  1602. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/esm/index.min.js +2 -0
  1603. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/dist/esm/package.json +3 -0
  1604. package/node/node_modules/npm/node_modules/node-gyp/node_modules/lru-cache/package.json +116 -0
  1605. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE +16 -0
  1606. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/entry.js +471 -0
  1607. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
  1608. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
  1609. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
  1610. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
  1611. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/fetch.js +118 -0
  1612. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/index.js +41 -0
  1613. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/options.js +59 -0
  1614. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
  1615. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/lib/remote.js +132 -0
  1616. package/node/node_modules/npm/node_modules/node-gyp/node_modules/make-fetch-happen/package.json +74 -0
  1617. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE +15 -0
  1618. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
  1619. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/ast.js +592 -0
  1620. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
  1621. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/escape.js +22 -0
  1622. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/index.js +1017 -0
  1623. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/package.json +3 -0
  1624. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
  1625. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
  1626. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/ast.js +588 -0
  1627. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
  1628. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/escape.js +18 -0
  1629. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/index.js +1001 -0
  1630. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/package.json +3 -0
  1631. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/dist/esm/unescape.js +20 -0
  1632. package/node/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json +82 -0
  1633. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/LICENSE.md +55 -0
  1634. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
  1635. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  1636. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/dist/esm/index.js +1979 -0
  1637. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/dist/esm/package.json +3 -0
  1638. package/node/node_modules/npm/node_modules/node-gyp/node_modules/path-scurry/package.json +89 -0
  1639. package/node/node_modules/npm/node_modules/node-gyp/package.json +52 -0
  1640. package/node/node_modules/npm/node_modules/node-gyp/release-please-config.json +40 -0
  1641. package/node/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +41 -0
  1642. package/node/node_modules/npm/node_modules/nopt/LICENSE +15 -0
  1643. package/node/node_modules/npm/node_modules/nopt/README.md +214 -0
  1644. package/node/node_modules/npm/node_modules/nopt/bin/nopt.js +29 -0
  1645. package/node/node_modules/npm/node_modules/nopt/lib/debug.js +5 -0
  1646. package/node/node_modules/npm/node_modules/nopt/lib/nopt-lib.js +514 -0
  1647. package/node/node_modules/npm/node_modules/nopt/lib/nopt.js +34 -0
  1648. package/node/node_modules/npm/node_modules/nopt/lib/type-defs.js +91 -0
  1649. package/node/node_modules/npm/node_modules/nopt/package.json +52 -0
  1650. package/node/node_modules/npm/node_modules/normalize-package-data/LICENSE +15 -0
  1651. package/node/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +24 -0
  1652. package/node/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +472 -0
  1653. package/node/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +22 -0
  1654. package/node/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +48 -0
  1655. package/node/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +11 -0
  1656. package/node/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +25 -0
  1657. package/node/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
  1658. package/node/node_modules/npm/node_modules/normalize-package-data/package.json +56 -0
  1659. package/node/node_modules/npm/node_modules/npm-audit-report/LICENSE +16 -0
  1660. package/node/node_modules/npm/node_modules/npm-audit-report/lib/colors.js +22 -0
  1661. package/node/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js +14 -0
  1662. package/node/node_modules/npm/node_modules/npm-audit-report/lib/index.js +41 -0
  1663. package/node/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js +86 -0
  1664. package/node/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js +75 -0
  1665. package/node/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js +1 -0
  1666. package/node/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js +1 -0
  1667. package/node/node_modules/npm/node_modules/npm-audit-report/package.json +62 -0
  1668. package/node/node_modules/npm/node_modules/npm-bundled/LICENSE +15 -0
  1669. package/node/node_modules/npm/node_modules/npm-bundled/lib/index.js +254 -0
  1670. package/node/node_modules/npm/node_modules/npm-bundled/package.json +49 -0
  1671. package/node/node_modules/npm/node_modules/npm-install-checks/LICENSE +27 -0
  1672. package/node/node_modules/npm/node_modules/npm-install-checks/lib/current-env.js +91 -0
  1673. package/node/node_modules/npm/node_modules/npm-install-checks/lib/dev-engines.js +145 -0
  1674. package/node/node_modules/npm/node_modules/npm-install-checks/lib/index.js +90 -0
  1675. package/node/node_modules/npm/node_modules/npm-install-checks/package.json +52 -0
  1676. package/node/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE +15 -0
  1677. package/node/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js +64 -0
  1678. package/node/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +45 -0
  1679. package/node/node_modules/npm/node_modules/npm-package-arg/LICENSE +15 -0
  1680. package/node/node_modules/npm/node_modules/npm-package-arg/lib/npa.js +481 -0
  1681. package/node/node_modules/npm/node_modules/npm-package-arg/package.json +61 -0
  1682. package/node/node_modules/npm/node_modules/npm-packlist/LICENSE +15 -0
  1683. package/node/node_modules/npm/node_modules/npm-packlist/lib/index.js +457 -0
  1684. package/node/node_modules/npm/node_modules/npm-packlist/package.json +61 -0
  1685. package/node/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md +16 -0
  1686. package/node/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js +219 -0
  1687. package/node/node_modules/npm/node_modules/npm-pick-manifest/package.json +58 -0
  1688. package/node/node_modules/npm/node_modules/npm-profile/LICENSE.md +20 -0
  1689. package/node/node_modules/npm/node_modules/npm-profile/lib/index.js +278 -0
  1690. package/node/node_modules/npm/node_modules/npm-profile/package.json +52 -0
  1691. package/node/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md +20 -0
  1692. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js +181 -0
  1693. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js +108 -0
  1694. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js +19 -0
  1695. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js +80 -0
  1696. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js +247 -0
  1697. package/node/node_modules/npm/node_modules/npm-registry-fetch/lib/json-stream.js +223 -0
  1698. package/node/node_modules/npm/node_modules/npm-registry-fetch/package.json +68 -0
  1699. package/node/node_modules/npm/node_modules/npm-user-validate/LICENSE +27 -0
  1700. package/node/node_modules/npm/node_modules/npm-user-validate/lib/index.js +61 -0
  1701. package/node/node_modules/npm/node_modules/npm-user-validate/package.json +50 -0
  1702. package/node/node_modules/npm/node_modules/p-map/index.js +281 -0
  1703. package/node/node_modules/npm/node_modules/p-map/license +9 -0
  1704. package/node/node_modules/npm/node_modules/p-map/package.json +57 -0
  1705. package/node/node_modules/npm/node_modules/package-json-from-dist/LICENSE.md +63 -0
  1706. package/node/node_modules/npm/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
  1707. package/node/node_modules/npm/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
  1708. package/node/node_modules/npm/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
  1709. package/node/node_modules/npm/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
  1710. package/node/node_modules/npm/node_modules/package-json-from-dist/package.json +68 -0
  1711. package/node/node_modules/npm/node_modules/pacote/LICENSE +15 -0
  1712. package/node/node_modules/npm/node_modules/pacote/README.md +283 -0
  1713. package/node/node_modules/npm/node_modules/pacote/bin/index.js +158 -0
  1714. package/node/node_modules/npm/node_modules/pacote/lib/dir.js +105 -0
  1715. package/node/node_modules/npm/node_modules/pacote/lib/fetcher.js +497 -0
  1716. package/node/node_modules/npm/node_modules/pacote/lib/file.js +94 -0
  1717. package/node/node_modules/npm/node_modules/pacote/lib/git.js +317 -0
  1718. package/node/node_modules/npm/node_modules/pacote/lib/index.js +23 -0
  1719. package/node/node_modules/npm/node_modules/pacote/lib/registry.js +369 -0
  1720. package/node/node_modules/npm/node_modules/pacote/lib/remote.js +89 -0
  1721. package/node/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js +15 -0
  1722. package/node/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js +15 -0
  1723. package/node/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js +25 -0
  1724. package/node/node_modules/npm/node_modules/pacote/lib/util/npm.js +14 -0
  1725. package/node/node_modules/npm/node_modules/pacote/lib/util/protected.js +5 -0
  1726. package/node/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js +31 -0
  1727. package/node/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js +10 -0
  1728. package/node/node_modules/npm/node_modules/pacote/package.json +80 -0
  1729. package/node/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md +20 -0
  1730. package/node/node_modules/npm/node_modules/parse-conflict-json/lib/index.js +104 -0
  1731. package/node/node_modules/npm/node_modules/parse-conflict-json/package.json +51 -0
  1732. package/node/node_modules/npm/node_modules/path-key/index.js +16 -0
  1733. package/node/node_modules/npm/node_modules/path-key/license +9 -0
  1734. package/node/node_modules/npm/node_modules/path-key/package.json +39 -0
  1735. package/node/node_modules/npm/node_modules/path-scurry/LICENSE.md +55 -0
  1736. package/node/node_modules/npm/node_modules/path-scurry/dist/commonjs/index.js +2016 -0
  1737. package/node/node_modules/npm/node_modules/path-scurry/dist/commonjs/package.json +3 -0
  1738. package/node/node_modules/npm/node_modules/path-scurry/dist/esm/index.js +1981 -0
  1739. package/node/node_modules/npm/node_modules/path-scurry/dist/esm/package.json +3 -0
  1740. package/node/node_modules/npm/node_modules/path-scurry/package.json +88 -0
  1741. package/node/node_modules/npm/node_modules/postcss-selector-parser/API.md +874 -0
  1742. package/node/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
  1743. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js +17 -0
  1744. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js +1015 -0
  1745. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js +170 -0
  1746. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
  1747. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
  1748. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
  1749. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
  1750. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
  1751. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js +321 -0
  1752. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
  1753. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
  1754. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
  1755. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
  1756. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
  1757. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
  1758. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
  1759. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
  1760. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
  1761. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
  1762. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
  1763. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
  1764. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
  1765. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
  1766. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
  1767. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
  1768. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
  1769. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
  1770. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
  1771. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
  1772. package/node/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
  1773. package/node/node_modules/npm/node_modules/postcss-selector-parser/package.json +80 -0
  1774. package/node/node_modules/npm/node_modules/proc-log/LICENSE +15 -0
  1775. package/node/node_modules/npm/node_modules/proc-log/lib/index.js +153 -0
  1776. package/node/node_modules/npm/node_modules/proc-log/package.json +46 -0
  1777. package/node/node_modules/npm/node_modules/proggy/LICENSE +15 -0
  1778. package/node/node_modules/npm/node_modules/proggy/lib/client.js +114 -0
  1779. package/node/node_modules/npm/node_modules/proggy/lib/index.js +15 -0
  1780. package/node/node_modules/npm/node_modules/proggy/lib/tracker.js +68 -0
  1781. package/node/node_modules/npm/node_modules/proggy/package.json +50 -0
  1782. package/node/node_modules/npm/node_modules/promise-all-reject-late/LICENSE +15 -0
  1783. package/node/node_modules/npm/node_modules/promise-all-reject-late/index.js +27 -0
  1784. package/node/node_modules/npm/node_modules/promise-all-reject-late/package.json +22 -0
  1785. package/node/node_modules/npm/node_modules/promise-call-limit/LICENSE +15 -0
  1786. package/node/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js +87 -0
  1787. package/node/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/package.json +3 -0
  1788. package/node/node_modules/npm/node_modules/promise-call-limit/dist/esm/index.js +60 -0
  1789. package/node/node_modules/npm/node_modules/promise-call-limit/dist/esm/package.json +3 -0
  1790. package/node/node_modules/npm/node_modules/promise-call-limit/package.json +68 -0
  1791. package/node/node_modules/npm/node_modules/promise-retry/LICENSE +19 -0
  1792. package/node/node_modules/npm/node_modules/promise-retry/index.js +52 -0
  1793. package/node/node_modules/npm/node_modules/promise-retry/package.json +37 -0
  1794. package/node/node_modules/npm/node_modules/promzard/LICENSE +15 -0
  1795. package/node/node_modules/npm/node_modules/promzard/lib/index.js +176 -0
  1796. package/node/node_modules/npm/node_modules/promzard/package.json +50 -0
  1797. package/node/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +3 -0
  1798. package/node/node_modules/npm/node_modules/qrcode-terminal/LICENSE +222 -0
  1799. package/node/node_modules/npm/node_modules/qrcode-terminal/README.md +82 -0
  1800. package/node/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +101 -0
  1801. package/node/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +2 -0
  1802. package/node/node_modules/npm/node_modules/qrcode-terminal/example/basic.png +0 -0
  1803. package/node/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +4 -0
  1804. package/node/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +6 -0
  1805. package/node/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +100 -0
  1806. package/node/node_modules/npm/node_modules/qrcode-terminal/package.json +37 -0
  1807. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +22 -0
  1808. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +38 -0
  1809. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +7 -0
  1810. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +10 -0
  1811. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +44 -0
  1812. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +6 -0
  1813. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +66 -0
  1814. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +298 -0
  1815. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +272 -0
  1816. package/node/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +462 -0
  1817. package/node/node_modules/npm/node_modules/read/LICENSE +15 -0
  1818. package/node/node_modules/npm/node_modules/read/dist/commonjs/package.json +3 -0
  1819. package/node/node_modules/npm/node_modules/read/dist/commonjs/read.js +94 -0
  1820. package/node/node_modules/npm/node_modules/read/dist/esm/package.json +3 -0
  1821. package/node/node_modules/npm/node_modules/read/dist/esm/read.js +88 -0
  1822. package/node/node_modules/npm/node_modules/read/package.json +88 -0
  1823. package/node/node_modules/npm/node_modules/read-cmd-shim/LICENSE +14 -0
  1824. package/node/node_modules/npm/node_modules/read-cmd-shim/lib/index.js +75 -0
  1825. package/node/node_modules/npm/node_modules/read-cmd-shim/package.json +48 -0
  1826. package/node/node_modules/npm/node_modules/retry/License +21 -0
  1827. package/node/node_modules/npm/node_modules/retry/Makefile +18 -0
  1828. package/node/node_modules/npm/node_modules/retry/equation.gif +0 -0
  1829. package/node/node_modules/npm/node_modules/retry/example/dns.js +31 -0
  1830. package/node/node_modules/npm/node_modules/retry/example/stop.js +40 -0
  1831. package/node/node_modules/npm/node_modules/retry/index.js +1 -0
  1832. package/node/node_modules/npm/node_modules/retry/lib/retry.js +100 -0
  1833. package/node/node_modules/npm/node_modules/retry/lib/retry_operation.js +158 -0
  1834. package/node/node_modules/npm/node_modules/retry/package.json +32 -0
  1835. package/node/node_modules/npm/node_modules/safer-buffer/LICENSE +21 -0
  1836. package/node/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  1837. package/node/node_modules/npm/node_modules/safer-buffer/dangerous.js +58 -0
  1838. package/node/node_modules/npm/node_modules/safer-buffer/package.json +34 -0
  1839. package/node/node_modules/npm/node_modules/safer-buffer/safer.js +77 -0
  1840. package/node/node_modules/npm/node_modules/safer-buffer/tests.js +406 -0
  1841. package/node/node_modules/npm/node_modules/semver/LICENSE +15 -0
  1842. package/node/node_modules/npm/node_modules/semver/README.md +663 -0
  1843. package/node/node_modules/npm/node_modules/semver/bin/semver.js +191 -0
  1844. package/node/node_modules/npm/node_modules/semver/classes/comparator.js +143 -0
  1845. package/node/node_modules/npm/node_modules/semver/classes/index.js +7 -0
  1846. package/node/node_modules/npm/node_modules/semver/classes/range.js +556 -0
  1847. package/node/node_modules/npm/node_modules/semver/classes/semver.js +319 -0
  1848. package/node/node_modules/npm/node_modules/semver/functions/clean.js +8 -0
  1849. package/node/node_modules/npm/node_modules/semver/functions/cmp.js +54 -0
  1850. package/node/node_modules/npm/node_modules/semver/functions/coerce.js +62 -0
  1851. package/node/node_modules/npm/node_modules/semver/functions/compare-build.js +9 -0
  1852. package/node/node_modules/npm/node_modules/semver/functions/compare-loose.js +5 -0
  1853. package/node/node_modules/npm/node_modules/semver/functions/compare.js +7 -0
  1854. package/node/node_modules/npm/node_modules/semver/functions/diff.js +60 -0
  1855. package/node/node_modules/npm/node_modules/semver/functions/eq.js +5 -0
  1856. package/node/node_modules/npm/node_modules/semver/functions/gt.js +5 -0
  1857. package/node/node_modules/npm/node_modules/semver/functions/gte.js +5 -0
  1858. package/node/node_modules/npm/node_modules/semver/functions/inc.js +21 -0
  1859. package/node/node_modules/npm/node_modules/semver/functions/lt.js +5 -0
  1860. package/node/node_modules/npm/node_modules/semver/functions/lte.js +5 -0
  1861. package/node/node_modules/npm/node_modules/semver/functions/major.js +5 -0
  1862. package/node/node_modules/npm/node_modules/semver/functions/minor.js +5 -0
  1863. package/node/node_modules/npm/node_modules/semver/functions/neq.js +5 -0
  1864. package/node/node_modules/npm/node_modules/semver/functions/parse.js +18 -0
  1865. package/node/node_modules/npm/node_modules/semver/functions/patch.js +5 -0
  1866. package/node/node_modules/npm/node_modules/semver/functions/prerelease.js +8 -0
  1867. package/node/node_modules/npm/node_modules/semver/functions/rcompare.js +5 -0
  1868. package/node/node_modules/npm/node_modules/semver/functions/rsort.js +5 -0
  1869. package/node/node_modules/npm/node_modules/semver/functions/satisfies.js +12 -0
  1870. package/node/node_modules/npm/node_modules/semver/functions/sort.js +5 -0
  1871. package/node/node_modules/npm/node_modules/semver/functions/valid.js +8 -0
  1872. package/node/node_modules/npm/node_modules/semver/index.js +91 -0
  1873. package/node/node_modules/npm/node_modules/semver/internal/constants.js +37 -0
  1874. package/node/node_modules/npm/node_modules/semver/internal/debug.js +11 -0
  1875. package/node/node_modules/npm/node_modules/semver/internal/identifiers.js +25 -0
  1876. package/node/node_modules/npm/node_modules/semver/internal/lrucache.js +42 -0
  1877. package/node/node_modules/npm/node_modules/semver/internal/parse-options.js +17 -0
  1878. package/node/node_modules/npm/node_modules/semver/internal/re.js +223 -0
  1879. package/node/node_modules/npm/node_modules/semver/package.json +78 -0
  1880. package/node/node_modules/npm/node_modules/semver/preload.js +4 -0
  1881. package/node/node_modules/npm/node_modules/semver/range.bnf +16 -0
  1882. package/node/node_modules/npm/node_modules/semver/ranges/gtr.js +6 -0
  1883. package/node/node_modules/npm/node_modules/semver/ranges/intersects.js +9 -0
  1884. package/node/node_modules/npm/node_modules/semver/ranges/ltr.js +6 -0
  1885. package/node/node_modules/npm/node_modules/semver/ranges/max-satisfying.js +27 -0
  1886. package/node/node_modules/npm/node_modules/semver/ranges/min-satisfying.js +26 -0
  1887. package/node/node_modules/npm/node_modules/semver/ranges/min-version.js +63 -0
  1888. package/node/node_modules/npm/node_modules/semver/ranges/outside.js +82 -0
  1889. package/node/node_modules/npm/node_modules/semver/ranges/simplify.js +49 -0
  1890. package/node/node_modules/npm/node_modules/semver/ranges/subset.js +249 -0
  1891. package/node/node_modules/npm/node_modules/semver/ranges/to-comparators.js +10 -0
  1892. package/node/node_modules/npm/node_modules/semver/ranges/valid.js +13 -0
  1893. package/node/node_modules/npm/node_modules/shebang-command/index.js +19 -0
  1894. package/node/node_modules/npm/node_modules/shebang-command/license +9 -0
  1895. package/node/node_modules/npm/node_modules/shebang-command/package.json +34 -0
  1896. package/node/node_modules/npm/node_modules/shebang-regex/index.js +2 -0
  1897. package/node/node_modules/npm/node_modules/shebang-regex/license +9 -0
  1898. package/node/node_modules/npm/node_modules/shebang-regex/package.json +35 -0
  1899. package/node/node_modules/npm/node_modules/signal-exit/LICENSE.txt +16 -0
  1900. package/node/node_modules/npm/node_modules/signal-exit/dist/cjs/browser.js +10 -0
  1901. package/node/node_modules/npm/node_modules/signal-exit/dist/cjs/index.js +279 -0
  1902. package/node/node_modules/npm/node_modules/signal-exit/dist/cjs/package.json +3 -0
  1903. package/node/node_modules/npm/node_modules/signal-exit/dist/cjs/signals.js +42 -0
  1904. package/node/node_modules/npm/node_modules/signal-exit/dist/mjs/browser.js +4 -0
  1905. package/node/node_modules/npm/node_modules/signal-exit/dist/mjs/index.js +275 -0
  1906. package/node/node_modules/npm/node_modules/signal-exit/dist/mjs/package.json +3 -0
  1907. package/node/node_modules/npm/node_modules/signal-exit/dist/mjs/signals.js +39 -0
  1908. package/node/node_modules/npm/node_modules/signal-exit/package.json +106 -0
  1909. package/node/node_modules/npm/node_modules/sigstore/LICENSE +202 -0
  1910. package/node/node_modules/npm/node_modules/sigstore/dist/config.js +120 -0
  1911. package/node/node_modules/npm/node_modules/sigstore/dist/index.js +34 -0
  1912. package/node/node_modules/npm/node_modules/sigstore/dist/sigstore.js +112 -0
  1913. package/node/node_modules/npm/node_modules/sigstore/package.json +47 -0
  1914. package/node/node_modules/npm/node_modules/smart-buffer/LICENSE +20 -0
  1915. package/node/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
  1916. package/node/node_modules/npm/node_modules/smart-buffer/build/utils.js +108 -0
  1917. package/node/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
  1918. package/node/node_modules/npm/node_modules/smart-buffer/package.json +79 -0
  1919. package/node/node_modules/npm/node_modules/socks/LICENSE +20 -0
  1920. package/node/node_modules/npm/node_modules/socks/build/client/socksclient.js +793 -0
  1921. package/node/node_modules/npm/node_modules/socks/build/common/constants.js +108 -0
  1922. package/node/node_modules/npm/node_modules/socks/build/common/helpers.js +167 -0
  1923. package/node/node_modules/npm/node_modules/socks/build/common/receivebuffer.js +43 -0
  1924. package/node/node_modules/npm/node_modules/socks/build/common/util.js +25 -0
  1925. package/node/node_modules/npm/node_modules/socks/build/index.js +18 -0
  1926. package/node/node_modules/npm/node_modules/socks/docs/examples/index.md +17 -0
  1927. package/node/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
  1928. package/node/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
  1929. package/node/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
  1930. package/node/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
  1931. package/node/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
  1932. package/node/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
  1933. package/node/node_modules/npm/node_modules/socks/docs/index.md +5 -0
  1934. package/node/node_modules/npm/node_modules/socks/docs/migratingFromV1.md +86 -0
  1935. package/node/node_modules/npm/node_modules/socks/package.json +58 -0
  1936. package/node/node_modules/npm/node_modules/socks-proxy-agent/LICENSE +22 -0
  1937. package/node/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js +195 -0
  1938. package/node/node_modules/npm/node_modules/socks-proxy-agent/package.json +142 -0
  1939. package/node/node_modules/npm/node_modules/spdx-correct/LICENSE +202 -0
  1940. package/node/node_modules/npm/node_modules/spdx-correct/index.js +386 -0
  1941. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/AUTHORS +4 -0
  1942. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE +22 -0
  1943. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/index.js +8 -0
  1944. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/package.json +39 -0
  1945. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/parse.js +138 -0
  1946. package/node/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/scan.js +131 -0
  1947. package/node/node_modules/npm/node_modules/spdx-correct/package.json +32 -0
  1948. package/node/node_modules/npm/node_modules/spdx-exceptions/deprecated.json +3 -0
  1949. package/node/node_modules/npm/node_modules/spdx-exceptions/index.json +68 -0
  1950. package/node/node_modules/npm/node_modules/spdx-exceptions/package.json +19 -0
  1951. package/node/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS +4 -0
  1952. package/node/node_modules/npm/node_modules/spdx-expression-parse/LICENSE +22 -0
  1953. package/node/node_modules/npm/node_modules/spdx-expression-parse/index.js +8 -0
  1954. package/node/node_modules/npm/node_modules/spdx-expression-parse/package.json +39 -0
  1955. package/node/node_modules/npm/node_modules/spdx-expression-parse/parse.js +138 -0
  1956. package/node/node_modules/npm/node_modules/spdx-expression-parse/scan.js +131 -0
  1957. package/node/node_modules/npm/node_modules/spdx-license-ids/deprecated.json +28 -0
  1958. package/node/node_modules/npm/node_modules/spdx-license-ids/index.json +669 -0
  1959. package/node/node_modules/npm/node_modules/spdx-license-ids/package.json +29 -0
  1960. package/node/node_modules/npm/node_modules/ssri/LICENSE.md +16 -0
  1961. package/node/node_modules/npm/node_modules/ssri/lib/index.js +580 -0
  1962. package/node/node_modules/npm/node_modules/ssri/package.json +66 -0
  1963. package/node/node_modules/npm/node_modules/string-width/index.js +47 -0
  1964. package/node/node_modules/npm/node_modules/string-width/license +9 -0
  1965. package/node/node_modules/npm/node_modules/string-width/package.json +56 -0
  1966. package/node/node_modules/npm/node_modules/string-width-cjs/index.js +47 -0
  1967. package/node/node_modules/npm/node_modules/string-width-cjs/license +9 -0
  1968. package/node/node_modules/npm/node_modules/string-width-cjs/package.json +56 -0
  1969. package/node/node_modules/npm/node_modules/strip-ansi/index.js +4 -0
  1970. package/node/node_modules/npm/node_modules/strip-ansi/license +9 -0
  1971. package/node/node_modules/npm/node_modules/strip-ansi/package.json +54 -0
  1972. package/node/node_modules/npm/node_modules/strip-ansi-cjs/index.js +4 -0
  1973. package/node/node_modules/npm/node_modules/strip-ansi-cjs/license +9 -0
  1974. package/node/node_modules/npm/node_modules/strip-ansi-cjs/package.json +54 -0
  1975. package/node/node_modules/npm/node_modules/supports-color/browser.js +35 -0
  1976. package/node/node_modules/npm/node_modules/supports-color/index.js +202 -0
  1977. package/node/node_modules/npm/node_modules/supports-color/license +9 -0
  1978. package/node/node_modules/npm/node_modules/supports-color/package.json +64 -0
  1979. package/node/node_modules/npm/node_modules/tar/LICENSE +15 -0
  1980. package/node/node_modules/npm/node_modules/tar/dist/commonjs/create.js +83 -0
  1981. package/node/node_modules/npm/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
  1982. package/node/node_modules/npm/node_modules/tar/dist/commonjs/extract.js +78 -0
  1983. package/node/node_modules/npm/node_modules/tar/dist/commonjs/get-write-flag.js +29 -0
  1984. package/node/node_modules/npm/node_modules/tar/dist/commonjs/header.js +306 -0
  1985. package/node/node_modules/npm/node_modules/tar/dist/commonjs/index.js +54 -0
  1986. package/node/node_modules/npm/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
  1987. package/node/node_modules/npm/node_modules/tar/dist/commonjs/list.js +138 -0
  1988. package/node/node_modules/npm/node_modules/tar/dist/commonjs/make-command.js +61 -0
  1989. package/node/node_modules/npm/node_modules/tar/dist/commonjs/mkdir.js +188 -0
  1990. package/node/node_modules/npm/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
  1991. package/node/node_modules/npm/node_modules/tar/dist/commonjs/normalize-unicode.js +34 -0
  1992. package/node/node_modules/npm/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
  1993. package/node/node_modules/npm/node_modules/tar/dist/commonjs/options.js +66 -0
  1994. package/node/node_modules/npm/node_modules/tar/dist/commonjs/pack.js +491 -0
  1995. package/node/node_modules/npm/node_modules/tar/dist/commonjs/package.json +3 -0
  1996. package/node/node_modules/npm/node_modules/tar/dist/commonjs/parse.js +622 -0
  1997. package/node/node_modules/npm/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
  1998. package/node/node_modules/npm/node_modules/tar/dist/commonjs/pax.js +158 -0
  1999. package/node/node_modules/npm/node_modules/tar/dist/commonjs/read-entry.js +140 -0
  2000. package/node/node_modules/npm/node_modules/tar/dist/commonjs/replace.js +232 -0
  2001. package/node/node_modules/npm/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
  2002. package/node/node_modules/npm/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
  2003. package/node/node_modules/npm/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
  2004. package/node/node_modules/npm/node_modules/tar/dist/commonjs/types.js +50 -0
  2005. package/node/node_modules/npm/node_modules/tar/dist/commonjs/unpack.js +871 -0
  2006. package/node/node_modules/npm/node_modules/tar/dist/commonjs/update.js +33 -0
  2007. package/node/node_modules/npm/node_modules/tar/dist/commonjs/warn-method.js +31 -0
  2008. package/node/node_modules/npm/node_modules/tar/dist/commonjs/winchars.js +14 -0
  2009. package/node/node_modules/npm/node_modules/tar/dist/commonjs/write-entry.js +689 -0
  2010. package/node/node_modules/npm/node_modules/tar/dist/esm/create.js +77 -0
  2011. package/node/node_modules/npm/node_modules/tar/dist/esm/cwd-error.js +14 -0
  2012. package/node/node_modules/npm/node_modules/tar/dist/esm/extract.js +49 -0
  2013. package/node/node_modules/npm/node_modules/tar/dist/esm/get-write-flag.js +23 -0
  2014. package/node/node_modules/npm/node_modules/tar/dist/esm/header.js +279 -0
  2015. package/node/node_modules/npm/node_modules/tar/dist/esm/index.js +20 -0
  2016. package/node/node_modules/npm/node_modules/tar/dist/esm/large-numbers.js +94 -0
  2017. package/node/node_modules/npm/node_modules/tar/dist/esm/list.js +108 -0
  2018. package/node/node_modules/npm/node_modules/tar/dist/esm/make-command.js +57 -0
  2019. package/node/node_modules/npm/node_modules/tar/dist/esm/mkdir.js +180 -0
  2020. package/node/node_modules/npm/node_modules/tar/dist/esm/mode-fix.js +25 -0
  2021. package/node/node_modules/npm/node_modules/tar/dist/esm/normalize-unicode.js +30 -0
  2022. package/node/node_modules/npm/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
  2023. package/node/node_modules/npm/node_modules/tar/dist/esm/options.js +54 -0
  2024. package/node/node_modules/npm/node_modules/tar/dist/esm/pack.js +459 -0
  2025. package/node/node_modules/npm/node_modules/tar/dist/esm/package.json +3 -0
  2026. package/node/node_modules/npm/node_modules/tar/dist/esm/parse.js +618 -0
  2027. package/node/node_modules/npm/node_modules/tar/dist/esm/path-reservations.js +166 -0
  2028. package/node/node_modules/npm/node_modules/tar/dist/esm/pax.js +154 -0
  2029. package/node/node_modules/npm/node_modules/tar/dist/esm/read-entry.js +136 -0
  2030. package/node/node_modules/npm/node_modules/tar/dist/esm/replace.js +226 -0
  2031. package/node/node_modules/npm/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
  2032. package/node/node_modules/npm/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
  2033. package/node/node_modules/npm/node_modules/tar/dist/esm/symlink-error.js +15 -0
  2034. package/node/node_modules/npm/node_modules/tar/dist/esm/types.js +45 -0
  2035. package/node/node_modules/npm/node_modules/tar/dist/esm/unpack.js +840 -0
  2036. package/node/node_modules/npm/node_modules/tar/dist/esm/update.js +30 -0
  2037. package/node/node_modules/npm/node_modules/tar/dist/esm/warn-method.js +27 -0
  2038. package/node/node_modules/npm/node_modules/tar/dist/esm/winchars.js +9 -0
  2039. package/node/node_modules/npm/node_modules/tar/dist/esm/write-entry.js +657 -0
  2040. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/LICENSE.md +63 -0
  2041. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/dist/commonjs/index.js +384 -0
  2042. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/dist/commonjs/package.json +3 -0
  2043. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/dist/esm/index.js +379 -0
  2044. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/dist/esm/package.json +3 -0
  2045. package/node/node_modules/npm/node_modules/tar/node_modules/yallist/package.json +68 -0
  2046. package/node/node_modules/npm/node_modules/tar/package.json +326 -0
  2047. package/node/node_modules/npm/node_modules/text-table/LICENSE +18 -0
  2048. package/node/node_modules/npm/node_modules/text-table/example/align.js +8 -0
  2049. package/node/node_modules/npm/node_modules/text-table/example/center.js +8 -0
  2050. package/node/node_modules/npm/node_modules/text-table/example/dotalign.js +9 -0
  2051. package/node/node_modules/npm/node_modules/text-table/example/doubledot.js +11 -0
  2052. package/node/node_modules/npm/node_modules/text-table/example/table.js +6 -0
  2053. package/node/node_modules/npm/node_modules/text-table/index.js +86 -0
  2054. package/node/node_modules/npm/node_modules/text-table/package.json +44 -0
  2055. package/node/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md +21 -0
  2056. package/node/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js +100 -0
  2057. package/node/node_modules/npm/node_modules/tiny-relative-date/lib/index.js +18 -0
  2058. package/node/node_modules/npm/node_modules/tiny-relative-date/package.json +39 -0
  2059. package/node/node_modules/npm/node_modules/tiny-relative-date/src/factory.js +112 -0
  2060. package/node/node_modules/npm/node_modules/tiny-relative-date/src/index.js +4 -0
  2061. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/da.js +31 -0
  2062. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/de.js +31 -0
  2063. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js +31 -0
  2064. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/en.js +31 -0
  2065. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +31 -0
  2066. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/fa.js +31 -0
  2067. package/node/node_modules/npm/node_modules/tiny-relative-date/translations/ne.js +31 -0
  2068. package/node/node_modules/npm/node_modules/tinyglobby/LICENSE +21 -0
  2069. package/node/node_modules/npm/node_modules/tinyglobby/dist/index.cjs +350 -0
  2070. package/node/node_modules/npm/node_modules/tinyglobby/dist/index.d.cts +147 -0
  2071. package/node/node_modules/npm/node_modules/tinyglobby/dist/index.d.mts +147 -0
  2072. package/node/node_modules/npm/node_modules/tinyglobby/dist/index.mjs +318 -0
  2073. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/LICENSE +7 -0
  2074. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs +588 -0
  2075. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts +155 -0
  2076. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts +155 -0
  2077. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs +570 -0
  2078. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/package.json +103 -0
  2079. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/LICENSE +21 -0
  2080. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/index.js +17 -0
  2081. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js +180 -0
  2082. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js +1085 -0
  2083. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js +341 -0
  2084. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js +391 -0
  2085. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js +72 -0
  2086. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/package.json +83 -0
  2087. package/node/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/posix.js +3 -0
  2088. package/node/node_modules/npm/node_modules/tinyglobby/package.json +73 -0
  2089. package/node/node_modules/npm/node_modules/treeverse/LICENSE +15 -0
  2090. package/node/node_modules/npm/node_modules/treeverse/lib/breadth.js +67 -0
  2091. package/node/node_modules/npm/node_modules/treeverse/lib/depth-descent.js +88 -0
  2092. package/node/node_modules/npm/node_modules/treeverse/lib/depth.js +76 -0
  2093. package/node/node_modules/npm/node_modules/treeverse/lib/index.js +4 -0
  2094. package/node/node_modules/npm/node_modules/treeverse/package.json +51 -0
  2095. package/node/node_modules/npm/node_modules/tuf-js/LICENSE +21 -0
  2096. package/node/node_modules/npm/node_modules/tuf-js/dist/config.js +15 -0
  2097. package/node/node_modules/npm/node_modules/tuf-js/dist/error.js +49 -0
  2098. package/node/node_modules/npm/node_modules/tuf-js/dist/fetcher.js +86 -0
  2099. package/node/node_modules/npm/node_modules/tuf-js/dist/index.js +9 -0
  2100. package/node/node_modules/npm/node_modules/tuf-js/dist/store.js +219 -0
  2101. package/node/node_modules/npm/node_modules/tuf-js/dist/updater.js +368 -0
  2102. package/node/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js +25 -0
  2103. package/node/node_modules/npm/node_modules/tuf-js/dist/utils/url.js +13 -0
  2104. package/node/node_modules/npm/node_modules/tuf-js/package.json +43 -0
  2105. package/node/node_modules/npm/node_modules/unique-filename/LICENSE +5 -0
  2106. package/node/node_modules/npm/node_modules/unique-filename/lib/index.js +7 -0
  2107. package/node/node_modules/npm/node_modules/unique-filename/package.json +53 -0
  2108. package/node/node_modules/npm/node_modules/unique-slug/LICENSE +15 -0
  2109. package/node/node_modules/npm/node_modules/unique-slug/lib/index.js +11 -0
  2110. package/node/node_modules/npm/node_modules/unique-slug/package.json +49 -0
  2111. package/node/node_modules/npm/node_modules/util-deprecate/History.md +16 -0
  2112. package/node/node_modules/npm/node_modules/util-deprecate/LICENSE +24 -0
  2113. package/node/node_modules/npm/node_modules/util-deprecate/browser.js +67 -0
  2114. package/node/node_modules/npm/node_modules/util-deprecate/node.js +6 -0
  2115. package/node/node_modules/npm/node_modules/util-deprecate/package.json +27 -0
  2116. package/node/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +202 -0
  2117. package/node/node_modules/npm/node_modules/validate-npm-package-license/index.js +86 -0
  2118. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS +4 -0
  2119. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE +22 -0
  2120. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js +8 -0
  2121. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json +39 -0
  2122. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parse.js +138 -0
  2123. package/node/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/scan.js +131 -0
  2124. package/node/node_modules/npm/node_modules/validate-npm-package-license/package.json +28 -0
  2125. package/node/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +6 -0
  2126. package/node/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js +110 -0
  2127. package/node/node_modules/npm/node_modules/validate-npm-package-name/package.json +61 -0
  2128. package/node/node_modules/npm/node_modules/walk-up-path/LICENSE +15 -0
  2129. package/node/node_modules/npm/node_modules/walk-up-path/dist/commonjs/index.js +18 -0
  2130. package/node/node_modules/npm/node_modules/walk-up-path/dist/commonjs/package.json +3 -0
  2131. package/node/node_modules/npm/node_modules/walk-up-path/dist/esm/index.js +14 -0
  2132. package/node/node_modules/npm/node_modules/walk-up-path/dist/esm/package.json +3 -0
  2133. package/node/node_modules/npm/node_modules/walk-up-path/package.json +71 -0
  2134. package/node/node_modules/npm/node_modules/which/LICENSE +15 -0
  2135. package/node/node_modules/npm/node_modules/which/README.md +51 -0
  2136. package/node/node_modules/npm/node_modules/which/bin/which.js +52 -0
  2137. package/node/node_modules/npm/node_modules/which/lib/index.js +111 -0
  2138. package/node/node_modules/npm/node_modules/which/package.json +52 -0
  2139. package/node/node_modules/npm/node_modules/wrap-ansi/index.js +214 -0
  2140. package/node/node_modules/npm/node_modules/wrap-ansi/license +9 -0
  2141. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +14 -0
  2142. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/license +9 -0
  2143. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +61 -0
  2144. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
  2145. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/RGI_Emoji.js +6 -0
  2146. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
  2147. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/index.js +6 -0
  2148. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/text.js +6 -0
  2149. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/index.js +6 -0
  2150. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json +52 -0
  2151. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/text.js +6 -0
  2152. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/index.js +54 -0
  2153. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/license +9 -0
  2154. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json +59 -0
  2155. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +14 -0
  2156. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/license +9 -0
  2157. package/node/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +59 -0
  2158. package/node/node_modules/npm/node_modules/wrap-ansi/package.json +69 -0
  2159. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/index.js +216 -0
  2160. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/license +9 -0
  2161. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +163 -0
  2162. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +9 -0
  2163. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +56 -0
  2164. package/node/node_modules/npm/node_modules/wrap-ansi-cjs/package.json +62 -0
  2165. package/node/node_modules/npm/node_modules/write-file-atomic/LICENSE.md +5 -0
  2166. package/node/node_modules/npm/node_modules/write-file-atomic/lib/index.js +267 -0
  2167. package/node/node_modules/npm/node_modules/write-file-atomic/package.json +58 -0
  2168. package/node/node_modules/npm/node_modules/yallist/LICENSE +15 -0
  2169. package/node/node_modules/npm/node_modules/yallist/iterator.js +8 -0
  2170. package/node/node_modules/npm/node_modules/yallist/package.json +29 -0
  2171. package/node/node_modules/npm/node_modules/yallist/yallist.js +426 -0
  2172. package/node/node_modules/npm/package.json +260 -0
  2173. package/node/npm +65 -0
  2174. package/node/npm.cmd +20 -0
  2175. package/node/npx +65 -0
  2176. package/node/npx.cmd +20 -0
  2177. package/package.json +56 -0
  2178. package/pom.xml +130 -0
  2179. package/src/demo/html/index.html +88 -0
  2180. package/src/js/charts.js +22 -0
  2181. package/src/js/components/pf-chart-bullet.js +49 -0
  2182. package/src/js/components/pf-chart-donut-utilization.js +34 -0
  2183. package/src/js/components/pf-chart-donut.js +53 -0
  2184. package/src/js/react-wrapper.js +135 -0
  2185. package/src/main/java/org/patternfly/chart/BaseChart.java +67 -0
  2186. package/src/main/java/org/patternfly/chart/Chart.java +21 -0
  2187. package/src/main/java/org/patternfly/chart/ChartType.java +30 -0
  2188. package/src/main/java/org/patternfly/chart/Ouia.java +59 -0
  2189. package/src/main/java/org/patternfly/chart/donut/Donut.java +45 -0
  2190. package/target/classes/META-INF/externs/charts.externs.js +56 -0
  2191. package/target/classes/META-INF/gwt/mainModule +1 -0
  2192. package/target/classes/org/patternfly/Components.gwt.xml +7 -0
  2193. package/target/classes/org/patternfly/chart/BaseChart.class +0 -0
  2194. package/target/classes/org/patternfly/chart/Chart.class +0 -0
  2195. package/target/classes/org/patternfly/chart/ChartType.class +0 -0
  2196. package/target/classes/org/patternfly/chart/Ouia.class +0 -0
  2197. package/target/classes/org/patternfly/chart/charts.js +50421 -0
  2198. package/target/classes/org/patternfly/chart/donut/Donut.class +0 -0
  2199. package/target/impsort-maven-cache.properties +5 -0
  2200. package/target/maven-archiver/pom.properties +3 -0
  2201. package/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
  2202. package/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -0
  2203. package/target/patternfly-java-charts-0.3.2-SNAPSHOT-sources.jar +0 -0
  2204. package/target/patternfly-java-charts-0.3.2-SNAPSHOT.jar +0 -0
  2205. package/target/site/license-plugin-report.xml +19 -0
@@ -0,0 +1,2081 @@
1
+ .TH "CONFIG" "7" "September 2025" "NPM@11.6.1" ""
2
+ .SH "NAME"
3
+ \fBconfig\fR - More than you probably want to know about npm configuration
4
+ .SS "Description"
5
+ .P
6
+ This article details npm configuration in general. To learn about the \fBconfig\fR command, see npm help config.
7
+ .P
8
+ npm gets its configuration values from the following sources, sorted by priority:
9
+ .SS "Command Line Flags"
10
+ .P
11
+ Putting \fB--foo bar\fR on the command line sets the \fBfoo\fR configuration parameter to \fB"bar"\fR. A \fB--\fR argument tells the cli parser to stop reading flags. Using \fB--flag\fR without specifying any value will set the value to \fBtrue\fR.
12
+ .P
13
+ Example: \fB--flag1 --flag2\fR will set both configuration parameters to \fBtrue\fR, while \fB--flag1 --flag2 bar\fR will set \fBflag1\fR to \fBtrue\fR, and \fBflag2\fR to \fBbar\fR. Finally, \fB--flag1 --flag2 -- bar\fR will set both configuration parameters to \fBtrue\fR, and the \fBbar\fR is taken as a command argument.
14
+ .SS "Environment Variables"
15
+ .P
16
+ Any environment variables that start with \fBnpm_config_\fR will be interpreted as a configuration parameter. For example, putting \fBnpm_config_foo=bar\fR in your environment will set the \fBfoo\fR configuration parameter to \fBbar\fR. Any environment configurations that are not given a value will be given the value of \fBtrue\fR. Config values are case-insensitive, so \fBNPM_CONFIG_FOO=bar\fR will work the same. However, please note that inside npm help scripts npm will set its own environment variables and Node will prefer those lowercase versions over any uppercase ones that you might set. For details see \fBthis issue\fR \fI\(lahttps://github.com/npm/npm/issues/14528\(ra\fR.
17
+ .P
18
+ Notice that you need to use underscores instead of dashes, so \fB--allow-same-version\fR would become \fBnpm_config_allow_same_version=true\fR.
19
+ .SS "npmrc Files"
20
+ .P
21
+ The four relevant files are:
22
+ .RS 0
23
+ .IP \(bu 4
24
+ per-project configuration file (\fB/path/to/my/project/.npmrc\fR)
25
+ .IP \(bu 4
26
+ per-user configuration file (defaults to \fB$HOME/.npmrc\fR; configurable via CLI option \fB--userconfig\fR or environment variable \fB$NPM_CONFIG_USERCONFIG\fR)
27
+ .IP \(bu 4
28
+ global configuration file (defaults to \fB$PREFIX/etc/npmrc\fR; configurable via CLI option \fB--globalconfig\fR or environment variable \fB$NPM_CONFIG_GLOBALCONFIG\fR)
29
+ .IP \(bu 4
30
+ npm's built-in configuration file (\fB/path/to/npm/npmrc\fR)
31
+ .RE 0
32
+
33
+ .P
34
+ See npm help npmrc for more details.
35
+ .SS "Default Configs"
36
+ .P
37
+ Run \fBnpm config ls -l\fR to see a set of configuration parameters that are internal to npm, and are defaults if nothing else is specified.
38
+ .SS "Shorthands and Other CLI Niceties"
39
+ .P
40
+ The following shorthands are parsed on the command-line:
41
+ .RS 0
42
+ .IP \(bu 4
43
+ \fB-a\fR: \fB--all\fR
44
+ .IP \(bu 4
45
+ \fB--enjoy-by\fR: \fB--before\fR
46
+ .IP \(bu 4
47
+ \fB-c\fR: \fB--call\fR
48
+ .IP \(bu 4
49
+ \fB--desc\fR: \fB--description\fR
50
+ .IP \(bu 4
51
+ \fB-f\fR: \fB--force\fR
52
+ .IP \(bu 4
53
+ \fB-g\fR: \fB--global\fR
54
+ .IP \(bu 4
55
+ \fB--iwr\fR: \fB--include-workspace-root\fR
56
+ .IP \(bu 4
57
+ \fB-L\fR: \fB--location\fR
58
+ .IP \(bu 4
59
+ \fB-d\fR: \fB--loglevel info\fR
60
+ .IP \(bu 4
61
+ \fB-s\fR: \fB--loglevel silent\fR
62
+ .IP \(bu 4
63
+ \fB--silent\fR: \fB--loglevel silent\fR
64
+ .IP \(bu 4
65
+ \fB--ddd\fR: \fB--loglevel silly\fR
66
+ .IP \(bu 4
67
+ \fB--dd\fR: \fB--loglevel verbose\fR
68
+ .IP \(bu 4
69
+ \fB--verbose\fR: \fB--loglevel verbose\fR
70
+ .IP \(bu 4
71
+ \fB-q\fR: \fB--loglevel warn\fR
72
+ .IP \(bu 4
73
+ \fB--quiet\fR: \fB--loglevel warn\fR
74
+ .IP \(bu 4
75
+ \fB-l\fR: \fB--long\fR
76
+ .IP \(bu 4
77
+ \fB-m\fR: \fB--message\fR
78
+ .IP \(bu 4
79
+ \fB--local\fR: \fB--no-global\fR
80
+ .IP \(bu 4
81
+ \fB-n\fR: \fB--no-yes\fR
82
+ .IP \(bu 4
83
+ \fB--no\fR: \fB--no-yes\fR
84
+ .IP \(bu 4
85
+ \fB-p\fR: \fB--parseable\fR
86
+ .IP \(bu 4
87
+ \fB--porcelain\fR: \fB--parseable\fR
88
+ .IP \(bu 4
89
+ \fB-C\fR: \fB--prefix\fR
90
+ .IP \(bu 4
91
+ \fB--readonly\fR: \fB--read-only\fR
92
+ .IP \(bu 4
93
+ \fB--reg\fR: \fB--registry\fR
94
+ .IP \(bu 4
95
+ \fB-S\fR: \fB--save\fR
96
+ .IP \(bu 4
97
+ \fB-B\fR: \fB--save-bundle\fR
98
+ .IP \(bu 4
99
+ \fB-D\fR: \fB--save-dev\fR
100
+ .IP \(bu 4
101
+ \fB-E\fR: \fB--save-exact\fR
102
+ .IP \(bu 4
103
+ \fB-O\fR: \fB--save-optional\fR
104
+ .IP \(bu 4
105
+ \fB-P\fR: \fB--save-prod\fR
106
+ .IP \(bu 4
107
+ \fB-?\fR: \fB--usage\fR
108
+ .IP \(bu 4
109
+ \fB-h\fR: \fB--usage\fR
110
+ .IP \(bu 4
111
+ \fB-H\fR: \fB--usage\fR
112
+ .IP \(bu 4
113
+ \fB--help\fR: \fB--usage\fR
114
+ .IP \(bu 4
115
+ \fB-v\fR: \fB--version\fR
116
+ .IP \(bu 4
117
+ \fB-w\fR: \fB--workspace\fR
118
+ .IP \(bu 4
119
+ \fB--ws\fR: \fB--workspaces\fR
120
+ .IP \(bu 4
121
+ \fB-y\fR: \fB--yes\fR
122
+ .RE 0
123
+
124
+ .P
125
+ If the specified configuration param resolves unambiguously to a known configuration parameter, then it is expanded to that configuration parameter. For example:
126
+ .P
127
+ .RS 2
128
+ .nf
129
+ npm ls --par
130
+ # same as:
131
+ npm ls --parseable
132
+ .fi
133
+ .RE
134
+ .P
135
+ If multiple single-character shorthands are strung together, and the resulting combination is unambiguously not some other configuration param, then it is expanded to its various component pieces. For example:
136
+ .P
137
+ .RS 2
138
+ .nf
139
+ npm ls -gpld
140
+ # same as:
141
+ npm ls --global --parseable --long --loglevel info
142
+ .fi
143
+ .RE
144
+ .SS "Config Settings"
145
+ .SS "\fB_auth\fR"
146
+ .RS 0
147
+ .IP \(bu 4
148
+ Default: null
149
+ .IP \(bu 4
150
+ Type: null or String
151
+ .RE 0
152
+
153
+ .P
154
+ A basic-auth string to use when authenticating against the npm registry. This will ONLY be used to authenticate against the npm registry. For other registries you will need to scope it like "//other-registry.tld/:_auth"
155
+ .P
156
+ Warning: This should generally not be set via a command-line option. It is safer to use a registry-provided authentication bearer token stored in the ~/.npmrc file by running \fBnpm login\fR.
157
+ .SS "\fBaccess\fR"
158
+ .RS 0
159
+ .IP \(bu 4
160
+ Default: 'public' for new packages, existing packages it will not change the current level
161
+ .IP \(bu 4
162
+ Type: null, "restricted", or "public"
163
+ .RE 0
164
+
165
+ .P
166
+ If you do not want your scoped package to be publicly viewable (and installable) set \fB--access=restricted\fR.
167
+ .P
168
+ Unscoped packages can not be set to \fBrestricted\fR.
169
+ .P
170
+ Note: This defaults to not changing the current access level for existing packages. Specifying a value of \fBrestricted\fR or \fBpublic\fR during publish will change the access for an existing package the same way that \fBnpm access set
171
+ status\fR would.
172
+ .SS "\fBall\fR"
173
+ .RS 0
174
+ .IP \(bu 4
175
+ Default: false
176
+ .IP \(bu 4
177
+ Type: Boolean
178
+ .RE 0
179
+
180
+ .P
181
+ When running \fBnpm outdated\fR and \fBnpm ls\fR, setting \fB--all\fR will show all outdated or installed packages, rather than only those directly depended upon by the current project.
182
+ .SS "\fBallow-same-version\fR"
183
+ .RS 0
184
+ .IP \(bu 4
185
+ Default: false
186
+ .IP \(bu 4
187
+ Type: Boolean
188
+ .RE 0
189
+
190
+ .P
191
+ Prevents throwing an error when \fBnpm version\fR is used to set the new version to the same value as the current version.
192
+ .SS "\fBaudit\fR"
193
+ .RS 0
194
+ .IP \(bu 4
195
+ Default: true
196
+ .IP \(bu 4
197
+ Type: Boolean
198
+ .RE 0
199
+
200
+ .P
201
+ When "true" submit audit reports alongside the current npm command to the default registry and all registries configured for scopes. See the documentation for npm help audit for details on what is submitted.
202
+ .SS "\fBaudit-level\fR"
203
+ .RS 0
204
+ .IP \(bu 4
205
+ Default: null
206
+ .IP \(bu 4
207
+ Type: null, "info", "low", "moderate", "high", "critical", or "none"
208
+ .RE 0
209
+
210
+ .P
211
+ The minimum level of vulnerability for \fBnpm audit\fR to exit with a non-zero exit code.
212
+ .SS "\fBauth-type\fR"
213
+ .RS 0
214
+ .IP \(bu 4
215
+ Default: "web"
216
+ .IP \(bu 4
217
+ Type: "legacy" or "web"
218
+ .RE 0
219
+
220
+ .P
221
+ What authentication strategy to use with \fBlogin\fR. Note that if an \fBotp\fR config is given, this value will always be set to \fBlegacy\fR.
222
+ .SS "\fBbefore\fR"
223
+ .RS 0
224
+ .IP \(bu 4
225
+ Default: null
226
+ .IP \(bu 4
227
+ Type: null or Date
228
+ .RE 0
229
+
230
+ .P
231
+ If passed to \fBnpm install\fR, will rebuild the npm tree such that only versions that were available \fBon or before\fR the given date are installed. If there are no versions available for the current set of dependencies, the command will error.
232
+ .P
233
+ If the requested version is a \fBdist-tag\fR and the given tag does not pass the \fB--before\fR filter, the most recent version less than or equal to that tag will be used. For example, \fBfoo@latest\fR might install \fBfoo@1.2\fR even though \fBlatest\fR is \fB2.0\fR.
234
+ .SS "\fBbin-links\fR"
235
+ .RS 0
236
+ .IP \(bu 4
237
+ Default: true
238
+ .IP \(bu 4
239
+ Type: Boolean
240
+ .RE 0
241
+
242
+ .P
243
+ Tells npm to create symlinks (or \fB.cmd\fR shims on Windows) for package executables.
244
+ .P
245
+ Set to false to have it not do this. This can be used to work around the fact that some file systems don't support symlinks, even on ostensibly Unix systems.
246
+ .SS "\fBbrowser\fR"
247
+ .RS 0
248
+ .IP \(bu 4
249
+ Default: macOS: \fB"open"\fR, Windows: \fB"start"\fR, Others: \fB"xdg-open"\fR
250
+ .IP \(bu 4
251
+ Type: null, Boolean, or String
252
+ .RE 0
253
+
254
+ .P
255
+ The browser that is called by npm commands to open websites.
256
+ .P
257
+ Set to \fBfalse\fR to suppress browser behavior and instead print urls to terminal.
258
+ .P
259
+ Set to \fBtrue\fR to use default system URL opener.
260
+ .SS "\fBca\fR"
261
+ .RS 0
262
+ .IP \(bu 4
263
+ Default: null
264
+ .IP \(bu 4
265
+ Type: null or String (can be set multiple times)
266
+ .RE 0
267
+
268
+ .P
269
+ The Certificate Authority signing certificate that is trusted for SSL connections to the registry. Values should be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string "\[rs]n". For example:
270
+ .P
271
+ .RS 2
272
+ .nf
273
+ ca="-----BEGIN CERTIFICATE-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END CERTIFICATE-----"
274
+ .fi
275
+ .RE
276
+ .P
277
+ Set to \fBnull\fR to only allow "known" registrars, or to a specific CA cert to trust only that specific signing authority.
278
+ .P
279
+ Multiple CAs can be trusted by specifying an array of certificates:
280
+ .P
281
+ .RS 2
282
+ .nf
283
+ ca\[lB]\[rB]="..."
284
+ ca\[lB]\[rB]="..."
285
+ .fi
286
+ .RE
287
+ .P
288
+ See also the \fBstrict-ssl\fR config.
289
+ .SS "\fBcache\fR"
290
+ .RS 0
291
+ .IP \(bu 4
292
+ Default: Windows: \fB%LocalAppData%\[rs]npm-cache\fR, Posix: \fB~/.npm\fR
293
+ .IP \(bu 4
294
+ Type: Path
295
+ .RE 0
296
+
297
+ .P
298
+ The location of npm's cache directory.
299
+ .SS "\fBcafile\fR"
300
+ .RS 0
301
+ .IP \(bu 4
302
+ Default: null
303
+ .IP \(bu 4
304
+ Type: Path
305
+ .RE 0
306
+
307
+ .P
308
+ A path to a file containing one or multiple Certificate Authority signing certificates. Similar to the \fBca\fR setting, but allows for multiple CA's, as well as for the CA information to be stored in a file on disk.
309
+ .SS "\fBcall\fR"
310
+ .RS 0
311
+ .IP \(bu 4
312
+ Default: ""
313
+ .IP \(bu 4
314
+ Type: String
315
+ .RE 0
316
+
317
+ .P
318
+ Optional companion option for \fBnpm exec\fR, \fBnpx\fR that allows for specifying a custom command to be run along with the installed packages.
319
+ .P
320
+ .RS 2
321
+ .nf
322
+ npm exec --package yo --package generator-node --call "yo node"
323
+ .fi
324
+ .RE
325
+ .SS "\fBcidr\fR"
326
+ .RS 0
327
+ .IP \(bu 4
328
+ Default: null
329
+ .IP \(bu 4
330
+ Type: null or String (can be set multiple times)
331
+ .RE 0
332
+
333
+ .P
334
+ This is a list of CIDR address to be used when configuring limited access tokens with the \fBnpm token create\fR command.
335
+ .SS "\fBcolor\fR"
336
+ .RS 0
337
+ .IP \(bu 4
338
+ Default: true unless the NO_COLOR environ is set to something other than '0'
339
+ .IP \(bu 4
340
+ Type: "always" or Boolean
341
+ .RE 0
342
+
343
+ .P
344
+ If false, never shows colors. If \fB"always"\fR then always shows colors. If true, then only prints color codes for tty file descriptors.
345
+ .SS "\fBcommit-hooks\fR"
346
+ .RS 0
347
+ .IP \(bu 4
348
+ Default: true
349
+ .IP \(bu 4
350
+ Type: Boolean
351
+ .RE 0
352
+
353
+ .P
354
+ Run git commit hooks when using the \fBnpm version\fR command.
355
+ .SS "\fBcpu\fR"
356
+ .RS 0
357
+ .IP \(bu 4
358
+ Default: null
359
+ .IP \(bu 4
360
+ Type: null or String
361
+ .RE 0
362
+
363
+ .P
364
+ Override CPU architecture of native modules to install. Acceptable values are same as \fBcpu\fR field of package.json, which comes from \fBprocess.arch\fR.
365
+ .SS "\fBdepth\fR"
366
+ .RS 0
367
+ .IP \(bu 4
368
+ Default: \fBInfinity\fR if \fB--all\fR is set, otherwise \fB0\fR
369
+ .IP \(bu 4
370
+ Type: null or Number
371
+ .RE 0
372
+
373
+ .P
374
+ The depth to go when recursing packages for \fBnpm ls\fR.
375
+ .P
376
+ If not set, \fBnpm ls\fR will show only the immediate dependencies of the root project. If \fB--all\fR is set, then npm will show all dependencies by default.
377
+ .SS "\fBdescription\fR"
378
+ .RS 0
379
+ .IP \(bu 4
380
+ Default: true
381
+ .IP \(bu 4
382
+ Type: Boolean
383
+ .RE 0
384
+
385
+ .P
386
+ Show the description in \fBnpm search\fR
387
+ .SS "\fBdiff\fR"
388
+ .RS 0
389
+ .IP \(bu 4
390
+ Default:
391
+ .IP \(bu 4
392
+ Type: String (can be set multiple times)
393
+ .RE 0
394
+
395
+ .P
396
+ Define arguments to compare in \fBnpm diff\fR.
397
+ .SS "\fBdiff-dst-prefix\fR"
398
+ .RS 0
399
+ .IP \(bu 4
400
+ Default: "b/"
401
+ .IP \(bu 4
402
+ Type: String
403
+ .RE 0
404
+
405
+ .P
406
+ Destination prefix to be used in \fBnpm diff\fR output.
407
+ .SS "\fBdiff-ignore-all-space\fR"
408
+ .RS 0
409
+ .IP \(bu 4
410
+ Default: false
411
+ .IP \(bu 4
412
+ Type: Boolean
413
+ .RE 0
414
+
415
+ .P
416
+ Ignore whitespace when comparing lines in \fBnpm diff\fR.
417
+ .SS "\fBdiff-name-only\fR"
418
+ .RS 0
419
+ .IP \(bu 4
420
+ Default: false
421
+ .IP \(bu 4
422
+ Type: Boolean
423
+ .RE 0
424
+
425
+ .P
426
+ Prints only filenames when using \fBnpm diff\fR.
427
+ .SS "\fBdiff-no-prefix\fR"
428
+ .RS 0
429
+ .IP \(bu 4
430
+ Default: false
431
+ .IP \(bu 4
432
+ Type: Boolean
433
+ .RE 0
434
+
435
+ .P
436
+ Do not show any source or destination prefix in \fBnpm diff\fR output.
437
+ .P
438
+ Note: this causes \fBnpm diff\fR to ignore the \fB--diff-src-prefix\fR and \fB--diff-dst-prefix\fR configs.
439
+ .SS "\fBdiff-src-prefix\fR"
440
+ .RS 0
441
+ .IP \(bu 4
442
+ Default: "a/"
443
+ .IP \(bu 4
444
+ Type: String
445
+ .RE 0
446
+
447
+ .P
448
+ Source prefix to be used in \fBnpm diff\fR output.
449
+ .SS "\fBdiff-text\fR"
450
+ .RS 0
451
+ .IP \(bu 4
452
+ Default: false
453
+ .IP \(bu 4
454
+ Type: Boolean
455
+ .RE 0
456
+
457
+ .P
458
+ Treat all files as text in \fBnpm diff\fR.
459
+ .SS "\fBdiff-unified\fR"
460
+ .RS 0
461
+ .IP \(bu 4
462
+ Default: 3
463
+ .IP \(bu 4
464
+ Type: Number
465
+ .RE 0
466
+
467
+ .P
468
+ The number of lines of context to print in \fBnpm diff\fR.
469
+ .SS "\fBdry-run\fR"
470
+ .RS 0
471
+ .IP \(bu 4
472
+ Default: false
473
+ .IP \(bu 4
474
+ Type: Boolean
475
+ .RE 0
476
+
477
+ .P
478
+ Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, \fBinstall\fR, \fBupdate\fR, \fBdedupe\fR, \fBuninstall\fR, as well as \fBpack\fR and \fBpublish\fR.
479
+ .P
480
+ Note: This is NOT honored by other network related commands, eg \fBdist-tags\fR, \fBowner\fR, etc.
481
+ .SS "\fBeditor\fR"
482
+ .RS 0
483
+ .IP \(bu 4
484
+ Default: The EDITOR or VISUAL environment variables, or '%SYSTEMROOT%\[rs]notepad.exe' on Windows, or 'vi' on Unix systems
485
+ .IP \(bu 4
486
+ Type: String
487
+ .RE 0
488
+
489
+ .P
490
+ The command to run for \fBnpm edit\fR and \fBnpm config edit\fR.
491
+ .SS "\fBengine-strict\fR"
492
+ .RS 0
493
+ .IP \(bu 4
494
+ Default: false
495
+ .IP \(bu 4
496
+ Type: Boolean
497
+ .RE 0
498
+
499
+ .P
500
+ If set to true, then npm will stubbornly refuse to install (or even consider installing) any package that claims to not be compatible with the current Node.js version.
501
+ .P
502
+ This can be overridden by setting the \fB--force\fR flag.
503
+ .SS "\fBexpect-result-count\fR"
504
+ .RS 0
505
+ .IP \(bu 4
506
+ Default: null
507
+ .IP \(bu 4
508
+ Type: null or Number
509
+ .RE 0
510
+
511
+ .P
512
+ Tells to expect a specific number of results from the command.
513
+ .P
514
+ This config can not be used with: \fBexpect-results\fR
515
+ .SS "\fBexpect-results\fR"
516
+ .RS 0
517
+ .IP \(bu 4
518
+ Default: null
519
+ .IP \(bu 4
520
+ Type: null or Boolean
521
+ .RE 0
522
+
523
+ .P
524
+ Tells npm whether or not to expect results from the command. Can be either true (expect some results) or false (expect no results).
525
+ .P
526
+ This config can not be used with: \fBexpect-result-count\fR
527
+ .SS "\fBfetch-retries\fR"
528
+ .RS 0
529
+ .IP \(bu 4
530
+ Default: 2
531
+ .IP \(bu 4
532
+ Type: Number
533
+ .RE 0
534
+
535
+ .P
536
+ The "retries" config for the \fBretry\fR module to use when fetching packages from the registry.
537
+ .P
538
+ npm will retry idempotent read requests to the registry in the case of network failures or 5xx HTTP errors.
539
+ .SS "\fBfetch-retry-factor\fR"
540
+ .RS 0
541
+ .IP \(bu 4
542
+ Default: 10
543
+ .IP \(bu 4
544
+ Type: Number
545
+ .RE 0
546
+
547
+ .P
548
+ The "factor" config for the \fBretry\fR module to use when fetching packages.
549
+ .SS "\fBfetch-retry-maxtimeout\fR"
550
+ .RS 0
551
+ .IP \(bu 4
552
+ Default: 60000 (1 minute)
553
+ .IP \(bu 4
554
+ Type: Number
555
+ .RE 0
556
+
557
+ .P
558
+ The "maxTimeout" config for the \fBretry\fR module to use when fetching packages.
559
+ .SS "\fBfetch-retry-mintimeout\fR"
560
+ .RS 0
561
+ .IP \(bu 4
562
+ Default: 10000 (10 seconds)
563
+ .IP \(bu 4
564
+ Type: Number
565
+ .RE 0
566
+
567
+ .P
568
+ The "minTimeout" config for the \fBretry\fR module to use when fetching packages.
569
+ .SS "\fBfetch-timeout\fR"
570
+ .RS 0
571
+ .IP \(bu 4
572
+ Default: 300000 (5 minutes)
573
+ .IP \(bu 4
574
+ Type: Number
575
+ .RE 0
576
+
577
+ .P
578
+ The maximum amount of time to wait for HTTP requests to complete.
579
+ .SS "\fBforce\fR"
580
+ .RS 0
581
+ .IP \(bu 4
582
+ Default: false
583
+ .IP \(bu 4
584
+ Type: Boolean
585
+ .RE 0
586
+
587
+ .P
588
+ Removes various protections against unfortunate side effects, common mistakes, unnecessary performance degradation, and malicious input.
589
+ .RS 0
590
+ .IP \(bu 4
591
+ Allow clobbering non-npm files in global installs.
592
+ .IP \(bu 4
593
+ Allow the \fBnpm version\fR command to work on an unclean git repository.
594
+ .IP \(bu 4
595
+ Allow deleting the cache folder with \fBnpm cache clean\fR.
596
+ .IP \(bu 4
597
+ Allow installing packages that have an \fBengines\fR declaration requiring a different version of npm.
598
+ .IP \(bu 4
599
+ Allow installing packages that have an \fBengines\fR declaration requiring a different version of \fBnode\fR, even if \fB--engine-strict\fR is enabled.
600
+ .IP \(bu 4
601
+ Allow \fBnpm audit fix\fR to install modules outside your stated dependency range (including SemVer-major changes).
602
+ .IP \(bu 4
603
+ Allow unpublishing all versions of a published package.
604
+ .IP \(bu 4
605
+ Allow conflicting peerDependencies to be installed in the root project.
606
+ .IP \(bu 4
607
+ Implicitly set \fB--yes\fR during \fBnpm init\fR.
608
+ .IP \(bu 4
609
+ Allow clobbering existing values in \fBnpm pkg\fR
610
+ .IP \(bu 4
611
+ Allow unpublishing of entire packages (not just a single version).
612
+ .RE 0
613
+
614
+ .P
615
+ If you don't have a clear idea of what you want to do, it is strongly recommended that you do not use this option!
616
+ .SS "\fBforeground-scripts\fR"
617
+ .RS 0
618
+ .IP \(bu 4
619
+ Default: \fBfalse\fR unless when using \fBnpm pack\fR or \fBnpm publish\fR where it defaults to \fBtrue\fR
620
+ .IP \(bu 4
621
+ Type: Boolean
622
+ .RE 0
623
+
624
+ .P
625
+ Run all build scripts (ie, \fBpreinstall\fR, \fBinstall\fR, and \fBpostinstall\fR) scripts for installed packages in the foreground process, sharing standard input, output, and error with the main npm process.
626
+ .P
627
+ Note that this will generally make installs run slower, and be much noisier, but can be useful for debugging.
628
+ .SS "\fBformat-package-lock\fR"
629
+ .RS 0
630
+ .IP \(bu 4
631
+ Default: true
632
+ .IP \(bu 4
633
+ Type: Boolean
634
+ .RE 0
635
+
636
+ .P
637
+ Format \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR as a human readable file.
638
+ .SS "\fBfund\fR"
639
+ .RS 0
640
+ .IP \(bu 4
641
+ Default: true
642
+ .IP \(bu 4
643
+ Type: Boolean
644
+ .RE 0
645
+
646
+ .P
647
+ When "true" displays the message at the end of each \fBnpm install\fR acknowledging the number of dependencies looking for funding. See npm help fund for details.
648
+ .SS "\fBgit\fR"
649
+ .RS 0
650
+ .IP \(bu 4
651
+ Default: "git"
652
+ .IP \(bu 4
653
+ Type: String
654
+ .RE 0
655
+
656
+ .P
657
+ The command to use for git commands. If git is installed on the computer, but is not in the \fBPATH\fR, then set this to the full path to the git binary.
658
+ .SS "\fBgit-tag-version\fR"
659
+ .RS 0
660
+ .IP \(bu 4
661
+ Default: true
662
+ .IP \(bu 4
663
+ Type: Boolean
664
+ .RE 0
665
+
666
+ .P
667
+ Tag the commit when using the \fBnpm version\fR command. Setting this to false results in no commit being made at all.
668
+ .SS "\fBglobal\fR"
669
+ .RS 0
670
+ .IP \(bu 4
671
+ Default: false
672
+ .IP \(bu 4
673
+ Type: Boolean
674
+ .RE 0
675
+
676
+ .P
677
+ Operates in "global" mode, so that packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior.
678
+ .RS 0
679
+ .IP \(bu 4
680
+ packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory.
681
+ .IP \(bu 4
682
+ bin files are linked to \fB{prefix}/bin\fR
683
+ .IP \(bu 4
684
+ man pages are linked to \fB{prefix}/share/man\fR
685
+ .RE 0
686
+
687
+ .SS "\fBglobalconfig\fR"
688
+ .RS 0
689
+ .IP \(bu 4
690
+ Default: The global --prefix setting plus 'etc/npmrc'. For example, '/usr/local/etc/npmrc'
691
+ .IP \(bu 4
692
+ Type: Path
693
+ .RE 0
694
+
695
+ .P
696
+ The config file to read for global config options.
697
+ .SS "\fBheading\fR"
698
+ .RS 0
699
+ .IP \(bu 4
700
+ Default: "npm"
701
+ .IP \(bu 4
702
+ Type: String
703
+ .RE 0
704
+
705
+ .P
706
+ The string that starts all the debugging log output.
707
+ .SS "\fBhttps-proxy\fR"
708
+ .RS 0
709
+ .IP \(bu 4
710
+ Default: null
711
+ .IP \(bu 4
712
+ Type: null or URL
713
+ .RE 0
714
+
715
+ .P
716
+ A proxy to use for outgoing https requests. If the \fBHTTPS_PROXY\fR or \fBhttps_proxy\fR or \fBHTTP_PROXY\fR or \fBhttp_proxy\fR environment variables are set, proxy settings will be honored by the underlying \fBmake-fetch-happen\fR library.
717
+ .SS "\fBif-present\fR"
718
+ .RS 0
719
+ .IP \(bu 4
720
+ Default: false
721
+ .IP \(bu 4
722
+ Type: Boolean
723
+ .RE 0
724
+
725
+ .P
726
+ If true, npm will not exit with an error code when \fBrun\fR is invoked for a script that isn't defined in the \fBscripts\fR section of \fBpackage.json\fR. This option can be used when it's desirable to optionally run a script when it's present and fail if the script fails. This is useful, for example, when running scripts that may only apply for some builds in an otherwise generic CI setup.
727
+ .P
728
+ This value is not exported to the environment for child processes.
729
+ .SS "\fBignore-scripts\fR"
730
+ .RS 0
731
+ .IP \(bu 4
732
+ Default: false
733
+ .IP \(bu 4
734
+ Type: Boolean
735
+ .RE 0
736
+
737
+ .P
738
+ If true, npm does not run scripts specified in package.json files.
739
+ .P
740
+ Note that commands explicitly intended to run a particular script, such as \fBnpm start\fR, \fBnpm stop\fR, \fBnpm restart\fR, \fBnpm test\fR, and \fBnpm run\fR will still run their intended script if \fBignore-scripts\fR is set, but they will \fInot\fR run any pre- or post-scripts.
741
+ .SS "\fBinclude\fR"
742
+ .RS 0
743
+ .IP \(bu 4
744
+ Default:
745
+ .IP \(bu 4
746
+ Type: "prod", "dev", "optional", or "peer" (can be set multiple times)
747
+ .RE 0
748
+
749
+ .P
750
+ Option that allows for defining which types of dependencies to install.
751
+ .P
752
+ This is the inverse of \fB--omit=<type>\fR.
753
+ .P
754
+ Dependency types specified in \fB--include\fR will not be omitted, regardless of the order in which omit/include are specified on the command-line.
755
+ .SS "\fBinclude-staged\fR"
756
+ .RS 0
757
+ .IP \(bu 4
758
+ Default: false
759
+ .IP \(bu 4
760
+ Type: Boolean
761
+ .RE 0
762
+
763
+ .P
764
+ Allow installing "staged" published packages, as defined by \fBnpm RFC PR #92\fR \fI\(lahttps://github.com/npm/rfcs/pull/92\(ra\fR.
765
+ .P
766
+ This is experimental, and not implemented by the npm public registry.
767
+ .SS "\fBinclude-workspace-root\fR"
768
+ .RS 0
769
+ .IP \(bu 4
770
+ Default: false
771
+ .IP \(bu 4
772
+ Type: Boolean
773
+ .RE 0
774
+
775
+ .P
776
+ Include the workspace root when workspaces are enabled for a command.
777
+ .P
778
+ When false, specifying individual workspaces via the \fBworkspace\fR config, or all workspaces via the \fBworkspaces\fR flag, will cause npm to operate only on the specified workspaces, and not on the root project.
779
+ .P
780
+ This value is not exported to the environment for child processes.
781
+ .SS "\fBinit-author-email\fR"
782
+ .RS 0
783
+ .IP \(bu 4
784
+ Default: ""
785
+ .IP \(bu 4
786
+ Type: String
787
+ .RE 0
788
+
789
+ .P
790
+ The value \fBnpm init\fR should use by default for the package author's email.
791
+ .SS "\fBinit-author-name\fR"
792
+ .RS 0
793
+ .IP \(bu 4
794
+ Default: ""
795
+ .IP \(bu 4
796
+ Type: String
797
+ .RE 0
798
+
799
+ .P
800
+ The value \fBnpm init\fR should use by default for the package author's name.
801
+ .SS "\fBinit-author-url\fR"
802
+ .RS 0
803
+ .IP \(bu 4
804
+ Default: ""
805
+ .IP \(bu 4
806
+ Type: "" or URL
807
+ .RE 0
808
+
809
+ .P
810
+ The value \fBnpm init\fR should use by default for the package author's homepage.
811
+ .SS "\fBinit-license\fR"
812
+ .RS 0
813
+ .IP \(bu 4
814
+ Default: "ISC"
815
+ .IP \(bu 4
816
+ Type: String
817
+ .RE 0
818
+
819
+ .P
820
+ The value \fBnpm init\fR should use by default for the package license.
821
+ .SS "\fBinit-module\fR"
822
+ .RS 0
823
+ .IP \(bu 4
824
+ Default: "~/.npm-init.js"
825
+ .IP \(bu 4
826
+ Type: Path
827
+ .RE 0
828
+
829
+ .P
830
+ A module that will be loaded by the \fBnpm init\fR command. See the documentation for the \fBinit-package-json\fR \fI\(lahttps://github.com/npm/init-package-json\(ra\fR module for more information, or npm help init.
831
+ .SS "\fBinit-private\fR"
832
+ .RS 0
833
+ .IP \(bu 4
834
+ Default: false
835
+ .IP \(bu 4
836
+ Type: Boolean
837
+ .RE 0
838
+
839
+ .P
840
+ The value \fBnpm init\fR should use by default for the package's private flag.
841
+ .SS "\fBinit-type\fR"
842
+ .RS 0
843
+ .IP \(bu 4
844
+ Default: "commonjs"
845
+ .IP \(bu 4
846
+ Type: String
847
+ .RE 0
848
+
849
+ .P
850
+ The value that \fBnpm init\fR should use by default for the package.json type field.
851
+ .SS "\fBinit-version\fR"
852
+ .RS 0
853
+ .IP \(bu 4
854
+ Default: "1.0.0"
855
+ .IP \(bu 4
856
+ Type: SemVer string
857
+ .RE 0
858
+
859
+ .P
860
+ The value that \fBnpm init\fR should use by default for the package version number, if not already set in package.json.
861
+ .SS "\fBinstall-links\fR"
862
+ .RS 0
863
+ .IP \(bu 4
864
+ Default: false
865
+ .IP \(bu 4
866
+ Type: Boolean
867
+ .RE 0
868
+
869
+ .P
870
+ When set file: protocol dependencies will be packed and installed as regular dependencies instead of creating a symlink. This option has no effect on workspaces.
871
+ .SS "\fBinstall-strategy\fR"
872
+ .RS 0
873
+ .IP \(bu 4
874
+ Default: "hoisted"
875
+ .IP \(bu 4
876
+ Type: "hoisted", "nested", "shallow", or "linked"
877
+ .RE 0
878
+
879
+ .P
880
+ Sets the strategy for installing packages in node_modules. hoisted (default): Install non-duplicated in top-level, and duplicated as necessary within directory structure. nested: (formerly --legacy-bundling) install in place, no hoisting. shallow (formerly --global-style) only install direct deps at top-level. linked: (experimental) install in node_modules/.store, link in place, unhoisted.
881
+ .SS "\fBjson\fR"
882
+ .RS 0
883
+ .IP \(bu 4
884
+ Default: false
885
+ .IP \(bu 4
886
+ Type: Boolean
887
+ .RE 0
888
+
889
+ .P
890
+ Whether or not to output JSON data, rather than the normal output.
891
+ .RS 0
892
+ .IP \(bu 4
893
+ In \fBnpm pkg set\fR it enables parsing set values with JSON.parse() before saving them to your \fBpackage.json\fR.
894
+ .RE 0
895
+
896
+ .P
897
+ Not supported by all npm commands.
898
+ .SS "\fBlegacy-peer-deps\fR"
899
+ .RS 0
900
+ .IP \(bu 4
901
+ Default: false
902
+ .IP \(bu 4
903
+ Type: Boolean
904
+ .RE 0
905
+
906
+ .P
907
+ Causes npm to completely ignore \fBpeerDependencies\fR when building a package tree, as in npm versions 3 through 6.
908
+ .P
909
+ If a package cannot be installed because of overly strict \fBpeerDependencies\fR that collide, it provides a way to move forward resolving the situation.
910
+ .P
911
+ This differs from \fB--omit=peer\fR, in that \fB--omit=peer\fR will avoid unpacking \fBpeerDependencies\fR on disk, but will still design a tree such that \fBpeerDependencies\fR \fIcould\fR be unpacked in a correct place.
912
+ .P
913
+ Use of \fBlegacy-peer-deps\fR is not recommended, as it will not enforce the \fBpeerDependencies\fR contract that meta-dependencies may rely on.
914
+ .SS "\fBlibc\fR"
915
+ .RS 0
916
+ .IP \(bu 4
917
+ Default: null
918
+ .IP \(bu 4
919
+ Type: null or String
920
+ .RE 0
921
+
922
+ .P
923
+ Override libc of native modules to install. Acceptable values are same as \fBlibc\fR field of package.json
924
+ .SS "\fBlink\fR"
925
+ .RS 0
926
+ .IP \(bu 4
927
+ Default: false
928
+ .IP \(bu 4
929
+ Type: Boolean
930
+ .RE 0
931
+
932
+ .P
933
+ Used with \fBnpm ls\fR, limiting output to only those packages that are linked.
934
+ .SS "\fBlocal-address\fR"
935
+ .RS 0
936
+ .IP \(bu 4
937
+ Default: null
938
+ .IP \(bu 4
939
+ Type: IP Address
940
+ .RE 0
941
+
942
+ .P
943
+ The IP address of the local interface to use when making connections to the npm registry. Must be IPv4 in versions of Node prior to 0.12.
944
+ .SS "\fBlocation\fR"
945
+ .RS 0
946
+ .IP \(bu 4
947
+ Default: "user" unless \fB--global\fR is passed, which will also set this value to "global"
948
+ .IP \(bu 4
949
+ Type: "global", "user", or "project"
950
+ .RE 0
951
+
952
+ .P
953
+ When passed to \fBnpm config\fR this refers to which config file to use.
954
+ .P
955
+ When set to "global" mode, packages are installed into the \fBprefix\fR folder instead of the current working directory. See npm help folders for more on the differences in behavior.
956
+ .RS 0
957
+ .IP \(bu 4
958
+ packages are installed into the \fB{prefix}/lib/node_modules\fR folder, instead of the current working directory.
959
+ .IP \(bu 4
960
+ bin files are linked to \fB{prefix}/bin\fR
961
+ .IP \(bu 4
962
+ man pages are linked to \fB{prefix}/share/man\fR
963
+ .RE 0
964
+
965
+ .SS "\fBlockfile-version\fR"
966
+ .RS 0
967
+ .IP \(bu 4
968
+ Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3, otherwise maintain current lockfile version.
969
+ .IP \(bu 4
970
+ Type: null, 1, 2, 3, "1", "2", or "3"
971
+ .RE 0
972
+
973
+ .P
974
+ Set the lockfile format version to be used in package-lock.json and npm-shrinkwrap-json files. Possible options are:
975
+ .P
976
+ 1: The lockfile version used by npm versions 5 and 6. Lacks some data that is used during the install, resulting in slower and possibly less deterministic installs. Prevents lockfile churn when interoperating with older npm versions.
977
+ .P
978
+ 2: The default lockfile version used by npm version 7 and 8. Includes both the version 1 lockfile data and version 3 lockfile data, for maximum determinism and interoperability, at the expense of more bytes on disk.
979
+ .P
980
+ 3: Only the new lockfile information introduced in npm version 7. Smaller on disk than lockfile version 2, but not interoperable with older npm versions. Ideal if all users are on npm version 7 and higher.
981
+ .SS "\fBloglevel\fR"
982
+ .RS 0
983
+ .IP \(bu 4
984
+ Default: "notice"
985
+ .IP \(bu 4
986
+ Type: "silent", "error", "warn", "notice", "http", "info", "verbose", or "silly"
987
+ .RE 0
988
+
989
+ .P
990
+ What level of logs to report. All logs are written to a debug log, with the path to that file printed if the execution of a command fails.
991
+ .P
992
+ Any logs of a higher level than the setting are shown. The default is "notice".
993
+ .P
994
+ See also the \fBforeground-scripts\fR config.
995
+ .SS "\fBlogs-dir\fR"
996
+ .RS 0
997
+ .IP \(bu 4
998
+ Default: A directory named \fB_logs\fR inside the cache
999
+ .IP \(bu 4
1000
+ Type: null or Path
1001
+ .RE 0
1002
+
1003
+ .P
1004
+ The location of npm's log directory. See npm help logging for more information.
1005
+ .SS "\fBlogs-max\fR"
1006
+ .RS 0
1007
+ .IP \(bu 4
1008
+ Default: 10
1009
+ .IP \(bu 4
1010
+ Type: Number
1011
+ .RE 0
1012
+
1013
+ .P
1014
+ The maximum number of log files to store.
1015
+ .P
1016
+ If set to 0, no log files will be written for the current run.
1017
+ .SS "\fBlong\fR"
1018
+ .RS 0
1019
+ .IP \(bu 4
1020
+ Default: false
1021
+ .IP \(bu 4
1022
+ Type: Boolean
1023
+ .RE 0
1024
+
1025
+ .P
1026
+ Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR.
1027
+ .SS "\fBmaxsockets\fR"
1028
+ .RS 0
1029
+ .IP \(bu 4
1030
+ Default: 15
1031
+ .IP \(bu 4
1032
+ Type: Number
1033
+ .RE 0
1034
+
1035
+ .P
1036
+ The maximum number of connections to use per origin (protocol/host/port combination).
1037
+ .SS "\fBmessage\fR"
1038
+ .RS 0
1039
+ .IP \(bu 4
1040
+ Default: "%s"
1041
+ .IP \(bu 4
1042
+ Type: String
1043
+ .RE 0
1044
+
1045
+ .P
1046
+ Commit message which is used by \fBnpm version\fR when creating version commit.
1047
+ .P
1048
+ Any "%s" in the message will be replaced with the version number.
1049
+ .SS "\fBnode-gyp\fR"
1050
+ .RS 0
1051
+ .IP \(bu 4
1052
+ Default: The path to the node-gyp bin that ships with npm
1053
+ .IP \(bu 4
1054
+ Type: Path
1055
+ .RE 0
1056
+
1057
+ .P
1058
+ This is the location of the "node-gyp" bin. By default it uses one that ships with npm itself.
1059
+ .P
1060
+ You can use this config to specify your own "node-gyp" to run when it is required to build a package.
1061
+ .SS "\fBnode-options\fR"
1062
+ .RS 0
1063
+ .IP \(bu 4
1064
+ Default: null
1065
+ .IP \(bu 4
1066
+ Type: null or String
1067
+ .RE 0
1068
+
1069
+ .P
1070
+ Options to pass through to Node.js via the \fBNODE_OPTIONS\fR environment variable. This does not impact how npm itself is executed but it does impact how lifecycle scripts are called.
1071
+ .SS "\fBnoproxy\fR"
1072
+ .RS 0
1073
+ .IP \(bu 4
1074
+ Default: The value of the NO_PROXY environment variable
1075
+ .IP \(bu 4
1076
+ Type: String (can be set multiple times)
1077
+ .RE 0
1078
+
1079
+ .P
1080
+ Domain extensions that should bypass any proxies.
1081
+ .P
1082
+ Also accepts a comma-delimited string.
1083
+ .SS "\fBoffline\fR"
1084
+ .RS 0
1085
+ .IP \(bu 4
1086
+ Default: false
1087
+ .IP \(bu 4
1088
+ Type: Boolean
1089
+ .RE 0
1090
+
1091
+ .P
1092
+ Force offline mode: no network requests will be done during install. To allow the CLI to fill in missing cache data, see \fB--prefer-offline\fR.
1093
+ .SS "\fBomit\fR"
1094
+ .RS 0
1095
+ .IP \(bu 4
1096
+ Default: 'dev' if the \fBNODE_ENV\fR environment variable is set to 'production', otherwise empty.
1097
+ .IP \(bu 4
1098
+ Type: "dev", "optional", or "peer" (can be set multiple times)
1099
+ .RE 0
1100
+
1101
+ .P
1102
+ Dependency types to omit from the installation tree on disk.
1103
+ .P
1104
+ Note that these dependencies \fIare\fR still resolved and added to the \fBpackage-lock.json\fR or \fBnpm-shrinkwrap.json\fR file. They are just not physically installed on disk.
1105
+ .P
1106
+ If a package type appears in both the \fB--include\fR and \fB--omit\fR lists, then it will be included.
1107
+ .P
1108
+ If the resulting omit list includes \fB'dev'\fR, then the \fBNODE_ENV\fR environment variable will be set to \fB'production'\fR for all lifecycle scripts.
1109
+ .SS "\fBomit-lockfile-registry-resolved\fR"
1110
+ .RS 0
1111
+ .IP \(bu 4
1112
+ Default: false
1113
+ .IP \(bu 4
1114
+ Type: Boolean
1115
+ .RE 0
1116
+
1117
+ .P
1118
+ This option causes npm to create lock files without a \fBresolved\fR key for registry dependencies. Subsequent installs will need to resolve tarball endpoints with the configured registry, likely resulting in a longer install time.
1119
+ .SS "\fBos\fR"
1120
+ .RS 0
1121
+ .IP \(bu 4
1122
+ Default: null
1123
+ .IP \(bu 4
1124
+ Type: null or String
1125
+ .RE 0
1126
+
1127
+ .P
1128
+ Override OS of native modules to install. Acceptable values are same as \fBos\fR field of package.json, which comes from \fBprocess.platform\fR.
1129
+ .SS "\fBotp\fR"
1130
+ .RS 0
1131
+ .IP \(bu 4
1132
+ Default: null
1133
+ .IP \(bu 4
1134
+ Type: null or String
1135
+ .RE 0
1136
+
1137
+ .P
1138
+ This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with \fBnpm access\fR.
1139
+ .P
1140
+ If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.
1141
+ .SS "\fBpack-destination\fR"
1142
+ .RS 0
1143
+ .IP \(bu 4
1144
+ Default: "."
1145
+ .IP \(bu 4
1146
+ Type: String
1147
+ .RE 0
1148
+
1149
+ .P
1150
+ Directory in which \fBnpm pack\fR will save tarballs.
1151
+ .SS "\fBpackage\fR"
1152
+ .RS 0
1153
+ .IP \(bu 4
1154
+ Default:
1155
+ .IP \(bu 4
1156
+ Type: String (can be set multiple times)
1157
+ .RE 0
1158
+
1159
+ .P
1160
+ The package or packages to install for npm help exec
1161
+ .SS "\fBpackage-lock\fR"
1162
+ .RS 0
1163
+ .IP \(bu 4
1164
+ Default: true
1165
+ .IP \(bu 4
1166
+ Type: Boolean
1167
+ .RE 0
1168
+
1169
+ .P
1170
+ If set to false, then ignore \fBpackage-lock.json\fR files when installing. This will also prevent \fIwriting\fR \fBpackage-lock.json\fR if \fBsave\fR is true.
1171
+ .SS "\fBpackage-lock-only\fR"
1172
+ .RS 0
1173
+ .IP \(bu 4
1174
+ Default: false
1175
+ .IP \(bu 4
1176
+ Type: Boolean
1177
+ .RE 0
1178
+
1179
+ .P
1180
+ If set to true, the current operation will only use the \fBpackage-lock.json\fR, ignoring \fBnode_modules\fR.
1181
+ .P
1182
+ For \fBupdate\fR this means only the \fBpackage-lock.json\fR will be updated, instead of checking \fBnode_modules\fR and downloading dependencies.
1183
+ .P
1184
+ For \fBlist\fR this means the output will be based on the tree described by the \fBpackage-lock.json\fR, rather than the contents of \fBnode_modules\fR.
1185
+ .SS "\fBparseable\fR"
1186
+ .RS 0
1187
+ .IP \(bu 4
1188
+ Default: false
1189
+ .IP \(bu 4
1190
+ Type: Boolean
1191
+ .RE 0
1192
+
1193
+ .P
1194
+ Output parseable results from commands that write to standard output. For \fBnpm search\fR, this will be tab-separated table format.
1195
+ .SS "\fBprefer-dedupe\fR"
1196
+ .RS 0
1197
+ .IP \(bu 4
1198
+ Default: false
1199
+ .IP \(bu 4
1200
+ Type: Boolean
1201
+ .RE 0
1202
+
1203
+ .P
1204
+ Prefer to deduplicate packages if possible, rather than choosing a newer version of a dependency.
1205
+ .SS "\fBprefer-offline\fR"
1206
+ .RS 0
1207
+ .IP \(bu 4
1208
+ Default: false
1209
+ .IP \(bu 4
1210
+ Type: Boolean
1211
+ .RE 0
1212
+
1213
+ .P
1214
+ If true, staleness checks for cached data will be bypassed, but missing data will be requested from the server. To force full offline mode, use \fB--offline\fR.
1215
+ .SS "\fBprefer-online\fR"
1216
+ .RS 0
1217
+ .IP \(bu 4
1218
+ Default: false
1219
+ .IP \(bu 4
1220
+ Type: Boolean
1221
+ .RE 0
1222
+
1223
+ .P
1224
+ If true, staleness checks for cached data will be forced, making the CLI look for updates immediately even for fresh package data.
1225
+ .SS "\fBprefix\fR"
1226
+ .RS 0
1227
+ .IP \(bu 4
1228
+ Default: In global mode, the folder where the node executable is installed. Otherwise, the nearest parent folder containing either a package.json file or a node_modules folder.
1229
+ .IP \(bu 4
1230
+ Type: Path
1231
+ .RE 0
1232
+
1233
+ .P
1234
+ The location to install global items. If set on the command line, then it forces non-global commands to run in the specified folder.
1235
+ .SS "\fBpreid\fR"
1236
+ .RS 0
1237
+ .IP \(bu 4
1238
+ Default: ""
1239
+ .IP \(bu 4
1240
+ Type: String
1241
+ .RE 0
1242
+
1243
+ .P
1244
+ The "prerelease identifier" to use as a prefix for the "prerelease" part of a semver. Like the \fBrc\fR in \fB1.2.0-rc.8\fR.
1245
+ .SS "\fBprogress\fR"
1246
+ .RS 0
1247
+ .IP \(bu 4
1248
+ Default: \fBtrue\fR when not in CI and both stderr and stdout are TTYs and not in a dumb terminal
1249
+ .IP \(bu 4
1250
+ Type: Boolean
1251
+ .RE 0
1252
+
1253
+ .P
1254
+ When set to \fBtrue\fR, npm will display a progress bar during time intensive operations, if \fBprocess.stderr\fR and \fBprocess.stdout\fR are a TTY.
1255
+ .P
1256
+ Set to \fBfalse\fR to suppress the progress bar.
1257
+ .SS "\fBprovenance\fR"
1258
+ .RS 0
1259
+ .IP \(bu 4
1260
+ Default: false
1261
+ .IP \(bu 4
1262
+ Type: Boolean
1263
+ .RE 0
1264
+
1265
+ .P
1266
+ When publishing from a supported cloud CI/CD system, the package will be publicly linked to where it was built and published from.
1267
+ .P
1268
+ This config can not be used with: \fBprovenance-file\fR
1269
+ .SS "\fBprovenance-file\fR"
1270
+ .RS 0
1271
+ .IP \(bu 4
1272
+ Default: null
1273
+ .IP \(bu 4
1274
+ Type: Path
1275
+ .RE 0
1276
+
1277
+ .P
1278
+ When publishing, the provenance bundle at the given path will be used.
1279
+ .P
1280
+ This config can not be used with: \fBprovenance\fR
1281
+ .SS "\fBproxy\fR"
1282
+ .RS 0
1283
+ .IP \(bu 4
1284
+ Default: null
1285
+ .IP \(bu 4
1286
+ Type: null, false, or URL
1287
+ .RE 0
1288
+
1289
+ .P
1290
+ A proxy to use for outgoing http requests. If the \fBHTTP_PROXY\fR or \fBhttp_proxy\fR environment variables are set, proxy settings will be honored by the underlying \fBrequest\fR library.
1291
+ .SS "\fBread-only\fR"
1292
+ .RS 0
1293
+ .IP \(bu 4
1294
+ Default: false
1295
+ .IP \(bu 4
1296
+ Type: Boolean
1297
+ .RE 0
1298
+
1299
+ .P
1300
+ This is used to mark a token as unable to publish when configuring limited access tokens with the \fBnpm token create\fR command.
1301
+ .SS "\fBrebuild-bundle\fR"
1302
+ .RS 0
1303
+ .IP \(bu 4
1304
+ Default: true
1305
+ .IP \(bu 4
1306
+ Type: Boolean
1307
+ .RE 0
1308
+
1309
+ .P
1310
+ Rebuild bundled dependencies after installation.
1311
+ .SS "\fBregistry\fR"
1312
+ .RS 0
1313
+ .IP \(bu 4
1314
+ Default: "https://registry.npmjs.org/"
1315
+ .IP \(bu 4
1316
+ Type: URL
1317
+ .RE 0
1318
+
1319
+ .P
1320
+ The base URL of the npm registry.
1321
+ .SS "\fBreplace-registry-host\fR"
1322
+ .RS 0
1323
+ .IP \(bu 4
1324
+ Default: "npmjs"
1325
+ .IP \(bu 4
1326
+ Type: "npmjs", "never", "always", or String
1327
+ .RE 0
1328
+
1329
+ .P
1330
+ Defines behavior for replacing the registry host in a lockfile with the configured registry.
1331
+ .P
1332
+ The default behavior is to replace package dist URLs from the default registry (https://registry.npmjs.org) to the configured registry. If set to "never", then use the registry value. If set to "always", then replace the registry host with the configured host every time.
1333
+ .P
1334
+ You may also specify a bare hostname (e.g., "registry.npmjs.org").
1335
+ .SS "\fBsave\fR"
1336
+ .RS 0
1337
+ .IP \(bu 4
1338
+ Default: \fBtrue\fR unless when using \fBnpm update\fR where it defaults to \fBfalse\fR
1339
+ .IP \(bu 4
1340
+ Type: Boolean
1341
+ .RE 0
1342
+
1343
+ .P
1344
+ Save installed packages to a \fBpackage.json\fR file as dependencies.
1345
+ .P
1346
+ When used with the \fBnpm rm\fR command, removes the dependency from \fBpackage.json\fR.
1347
+ .P
1348
+ Will also prevent writing to \fBpackage-lock.json\fR if set to \fBfalse\fR.
1349
+ .SS "\fBsave-bundle\fR"
1350
+ .RS 0
1351
+ .IP \(bu 4
1352
+ Default: false
1353
+ .IP \(bu 4
1354
+ Type: Boolean
1355
+ .RE 0
1356
+
1357
+ .P
1358
+ If a package would be saved at install time by the use of \fB--save\fR, \fB--save-dev\fR, or \fB--save-optional\fR, then also put it in the \fBbundleDependencies\fR list.
1359
+ .P
1360
+ Ignored if \fB--save-peer\fR is set, since peerDependencies cannot be bundled.
1361
+ .SS "\fBsave-dev\fR"
1362
+ .RS 0
1363
+ .IP \(bu 4
1364
+ Default: false
1365
+ .IP \(bu 4
1366
+ Type: Boolean
1367
+ .RE 0
1368
+
1369
+ .P
1370
+ Save installed packages to a package.json file as \fBdevDependencies\fR.
1371
+ .P
1372
+ This config can not be used with: \fBsave-optional\fR, \fBsave-peer\fR, \fBsave-prod\fR
1373
+ .SS "\fBsave-exact\fR"
1374
+ .RS 0
1375
+ .IP \(bu 4
1376
+ Default: false
1377
+ .IP \(bu 4
1378
+ Type: Boolean
1379
+ .RE 0
1380
+
1381
+ .P
1382
+ Dependencies saved to package.json will be configured with an exact version rather than using npm's default semver range operator.
1383
+ .SS "\fBsave-optional\fR"
1384
+ .RS 0
1385
+ .IP \(bu 4
1386
+ Default: false
1387
+ .IP \(bu 4
1388
+ Type: Boolean
1389
+ .RE 0
1390
+
1391
+ .P
1392
+ Save installed packages to a package.json file as \fBoptionalDependencies\fR.
1393
+ .P
1394
+ This config can not be used with: \fBsave-dev\fR, \fBsave-peer\fR, \fBsave-prod\fR
1395
+ .SS "\fBsave-peer\fR"
1396
+ .RS 0
1397
+ .IP \(bu 4
1398
+ Default: false
1399
+ .IP \(bu 4
1400
+ Type: Boolean
1401
+ .RE 0
1402
+
1403
+ .P
1404
+ Save installed packages to a package.json file as \fBpeerDependencies\fR
1405
+ .P
1406
+ This config can not be used with: \fBsave-dev\fR, \fBsave-optional\fR, \fBsave-prod\fR
1407
+ .SS "\fBsave-prefix\fR"
1408
+ .RS 0
1409
+ .IP \(bu 4
1410
+ Default: "^"
1411
+ .IP \(bu 4
1412
+ Type: String
1413
+ .RE 0
1414
+
1415
+ .P
1416
+ Configure how versions of packages installed to a package.json file via \fB--save\fR or \fB--save-dev\fR get prefixed.
1417
+ .P
1418
+ For example if a package has version \fB1.2.3\fR, by default its version is set to \fB^1.2.3\fR which allows minor upgrades for that package, but after \fBnpm
1419
+ config set save-prefix='~'\fR it would be set to \fB~1.2.3\fR which only allows patch upgrades.
1420
+ .SS "\fBsave-prod\fR"
1421
+ .RS 0
1422
+ .IP \(bu 4
1423
+ Default: false
1424
+ .IP \(bu 4
1425
+ Type: Boolean
1426
+ .RE 0
1427
+
1428
+ .P
1429
+ Save installed packages into \fBdependencies\fR specifically. This is useful if a package already exists in \fBdevDependencies\fR or \fBoptionalDependencies\fR, but you want to move it to be a non-optional production dependency.
1430
+ .P
1431
+ This is the default behavior if \fB--save\fR is true, and neither \fB--save-dev\fR or \fB--save-optional\fR are true.
1432
+ .P
1433
+ This config can not be used with: \fBsave-dev\fR, \fBsave-optional\fR, \fBsave-peer\fR
1434
+ .SS "\fBsbom-format\fR"
1435
+ .RS 0
1436
+ .IP \(bu 4
1437
+ Default: null
1438
+ .IP \(bu 4
1439
+ Type: "cyclonedx" or "spdx"
1440
+ .RE 0
1441
+
1442
+ .P
1443
+ SBOM format to use when generating SBOMs.
1444
+ .SS "\fBsbom-type\fR"
1445
+ .RS 0
1446
+ .IP \(bu 4
1447
+ Default: "library"
1448
+ .IP \(bu 4
1449
+ Type: "library", "application", or "framework"
1450
+ .RE 0
1451
+
1452
+ .P
1453
+ The type of package described by the generated SBOM. For SPDX, this is the value for the \fBprimaryPackagePurpose\fR field. For CycloneDX, this is the value for the \fBtype\fR field.
1454
+ .SS "\fBscope\fR"
1455
+ .RS 0
1456
+ .IP \(bu 4
1457
+ Default: the scope of the current project, if any, or ""
1458
+ .IP \(bu 4
1459
+ Type: String
1460
+ .RE 0
1461
+
1462
+ .P
1463
+ Associate an operation with a scope for a scoped registry.
1464
+ .P
1465
+ Useful when logging in to or out of a private registry:
1466
+ .P
1467
+ .RS 2
1468
+ .nf
1469
+ # log in, linking the scope to the custom registry
1470
+ npm login --scope=@mycorp --registry=https://registry.mycorp.com
1471
+
1472
+ # log out, removing the link and the auth token
1473
+ npm logout --scope=@mycorp
1474
+ .fi
1475
+ .RE
1476
+ .P
1477
+ This will cause \fB@mycorp\fR to be mapped to the registry for future installation of packages specified according to the pattern \fB@mycorp/package\fR.
1478
+ .P
1479
+ This will also cause \fBnpm init\fR to create a scoped package.
1480
+ .P
1481
+ .RS 2
1482
+ .nf
1483
+ # accept all defaults, and create a package named "@foo/whatever",
1484
+ # instead of just named "whatever"
1485
+ npm init --scope=@foo --yes
1486
+ .fi
1487
+ .RE
1488
+ .SS "\fBscript-shell\fR"
1489
+ .RS 0
1490
+ .IP \(bu 4
1491
+ Default: '/bin/sh' on POSIX systems, 'cmd.exe' on Windows
1492
+ .IP \(bu 4
1493
+ Type: null or String
1494
+ .RE 0
1495
+
1496
+ .P
1497
+ The shell to use for scripts run with the \fBnpm exec\fR, \fBnpm run\fR and \fBnpm
1498
+ init <package-spec>\fR commands.
1499
+ .SS "\fBsearchexclude\fR"
1500
+ .RS 0
1501
+ .IP \(bu 4
1502
+ Default: ""
1503
+ .IP \(bu 4
1504
+ Type: String
1505
+ .RE 0
1506
+
1507
+ .P
1508
+ Space-separated options that limit the results from search.
1509
+ .SS "\fBsearchlimit\fR"
1510
+ .RS 0
1511
+ .IP \(bu 4
1512
+ Default: 20
1513
+ .IP \(bu 4
1514
+ Type: Number
1515
+ .RE 0
1516
+
1517
+ .P
1518
+ Number of items to limit search results to. Will not apply at all to legacy searches.
1519
+ .SS "\fBsearchopts\fR"
1520
+ .RS 0
1521
+ .IP \(bu 4
1522
+ Default: ""
1523
+ .IP \(bu 4
1524
+ Type: String
1525
+ .RE 0
1526
+
1527
+ .P
1528
+ Space-separated options that are always passed to search.
1529
+ .SS "\fBsearchstaleness\fR"
1530
+ .RS 0
1531
+ .IP \(bu 4
1532
+ Default: 900
1533
+ .IP \(bu 4
1534
+ Type: Number
1535
+ .RE 0
1536
+
1537
+ .P
1538
+ The age of the cache, in seconds, before another registry request is made if using legacy search endpoint.
1539
+ .SS "\fBshell\fR"
1540
+ .RS 0
1541
+ .IP \(bu 4
1542
+ Default: SHELL environment variable, or "bash" on Posix, or "cmd.exe" on Windows
1543
+ .IP \(bu 4
1544
+ Type: String
1545
+ .RE 0
1546
+
1547
+ .P
1548
+ The shell to run for the \fBnpm explore\fR command.
1549
+ .SS "\fBsign-git-commit\fR"
1550
+ .RS 0
1551
+ .IP \(bu 4
1552
+ Default: false
1553
+ .IP \(bu 4
1554
+ Type: Boolean
1555
+ .RE 0
1556
+
1557
+ .P
1558
+ If set to true, then the \fBnpm version\fR command will commit the new package version using \fB-S\fR to add a signature.
1559
+ .P
1560
+ Note that git requires you to have set up GPG keys in your git configs for this to work properly.
1561
+ .SS "\fBsign-git-tag\fR"
1562
+ .RS 0
1563
+ .IP \(bu 4
1564
+ Default: false
1565
+ .IP \(bu 4
1566
+ Type: Boolean
1567
+ .RE 0
1568
+
1569
+ .P
1570
+ If set to true, then the \fBnpm version\fR command will tag the version using \fB-s\fR to add a signature.
1571
+ .P
1572
+ Note that git requires you to have set up GPG keys in your git configs for this to work properly.
1573
+ .SS "\fBstrict-peer-deps\fR"
1574
+ .RS 0
1575
+ .IP \(bu 4
1576
+ Default: false
1577
+ .IP \(bu 4
1578
+ Type: Boolean
1579
+ .RE 0
1580
+
1581
+ .P
1582
+ If set to \fBtrue\fR, and \fB--legacy-peer-deps\fR is not set, then \fIany\fR conflicting \fBpeerDependencies\fR will be treated as an install failure, even if npm could reasonably guess the appropriate resolution based on non-peer dependency relationships.
1583
+ .P
1584
+ By default, conflicting \fBpeerDependencies\fR deep in the dependency graph will be resolved using the nearest non-peer dependency specification, even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \fBpeerDependencies\fR object.
1585
+ .P
1586
+ When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \fB--strict-peer-deps\fR is set, then this warning is treated as a failure.
1587
+ .SS "\fBstrict-ssl\fR"
1588
+ .RS 0
1589
+ .IP \(bu 4
1590
+ Default: true
1591
+ .IP \(bu 4
1592
+ Type: Boolean
1593
+ .RE 0
1594
+
1595
+ .P
1596
+ Whether or not to do SSL key validation when making requests to the registry via https.
1597
+ .P
1598
+ See also the \fBca\fR config.
1599
+ .SS "\fBtag\fR"
1600
+ .RS 0
1601
+ .IP \(bu 4
1602
+ Default: "latest"
1603
+ .IP \(bu 4
1604
+ Type: String
1605
+ .RE 0
1606
+
1607
+ .P
1608
+ If you ask npm to install a package and don't tell it a specific version, then it will install the specified tag.
1609
+ .P
1610
+ It is the tag added to the package@version specified in the \fBnpm dist-tag
1611
+ add\fR command, if no explicit tag is given.
1612
+ .P
1613
+ When used by the \fBnpm diff\fR command, this is the tag used to fetch the tarball that will be compared with the local files by default.
1614
+ .P
1615
+ If used in the \fBnpm publish\fR command, this is the tag that will be added to the package submitted to the registry.
1616
+ .SS "\fBtag-version-prefix\fR"
1617
+ .RS 0
1618
+ .IP \(bu 4
1619
+ Default: "v"
1620
+ .IP \(bu 4
1621
+ Type: String
1622
+ .RE 0
1623
+
1624
+ .P
1625
+ If set, alters the prefix used when tagging a new version when performing a version increment using \fBnpm version\fR. To remove the prefix altogether, set it to the empty string: \fB""\fR.
1626
+ .P
1627
+ Because other tools may rely on the convention that npm version tags look like \fBv1.0.0\fR, \fIonly use this property if it is absolutely necessary\fR. In particular, use care when overriding this setting for public packages.
1628
+ .SS "\fBtiming\fR"
1629
+ .RS 0
1630
+ .IP \(bu 4
1631
+ Default: false
1632
+ .IP \(bu 4
1633
+ Type: Boolean
1634
+ .RE 0
1635
+
1636
+ .P
1637
+ If true, writes timing information to a process specific json file in the cache or \fBlogs-dir\fR. The file name ends with \fB-timing.json\fR.
1638
+ .P
1639
+ You can quickly view it with this \fBjson\fR \fI\(lahttps://npm.im/json\(ra\fR command line: \fBcat ~/.npm/_logs/*-timing.json | npm exec -- json -g\fR.
1640
+ .P
1641
+ Timing information will also be reported in the terminal. To suppress this while still writing the timing file, use \fB--silent\fR.
1642
+ .SS "\fBumask\fR"
1643
+ .RS 0
1644
+ .IP \(bu 4
1645
+ Default: 0
1646
+ .IP \(bu 4
1647
+ Type: Octal numeric string in range 0000..0777 (0..511)
1648
+ .RE 0
1649
+
1650
+ .P
1651
+ The "umask" value to use when setting the file creation mode on files and folders.
1652
+ .P
1653
+ Folders and executables are given a mode which is \fB0o777\fR masked against this value. Other files are given a mode which is \fB0o666\fR masked against this value.
1654
+ .P
1655
+ Note that the underlying system will \fIalso\fR apply its own umask value to files and folders that are created, and npm does not circumvent this, but rather adds the \fB--umask\fR config to it.
1656
+ .P
1657
+ Thus, the effective default umask value on most POSIX systems is 0o22, meaning that folders and executables are created with a mode of 0o755 and other files are created with a mode of 0o644.
1658
+ .SS "\fBunicode\fR"
1659
+ .RS 0
1660
+ .IP \(bu 4
1661
+ Default: false on windows, true on mac/unix systems with a unicode locale, as defined by the \fBLC_ALL\fR, \fBLC_CTYPE\fR, or \fBLANG\fR environment variables.
1662
+ .IP \(bu 4
1663
+ Type: Boolean
1664
+ .RE 0
1665
+
1666
+ .P
1667
+ When set to true, npm uses unicode characters in the tree output. When false, it uses ascii characters instead of unicode glyphs.
1668
+ .SS "\fBupdate-notifier\fR"
1669
+ .RS 0
1670
+ .IP \(bu 4
1671
+ Default: true
1672
+ .IP \(bu 4
1673
+ Type: Boolean
1674
+ .RE 0
1675
+
1676
+ .P
1677
+ Set to false to suppress the update notification when using an older version of npm than the latest.
1678
+ .SS "\fBusage\fR"
1679
+ .RS 0
1680
+ .IP \(bu 4
1681
+ Default: false
1682
+ .IP \(bu 4
1683
+ Type: Boolean
1684
+ .RE 0
1685
+
1686
+ .P
1687
+ Show short usage output about the command specified.
1688
+ .SS "\fBuser-agent\fR"
1689
+ .RS 0
1690
+ .IP \(bu 4
1691
+ Default: "npm/{npm-version} node/{node-version} {platform} {arch} workspaces/{workspaces} {ci}"
1692
+ .IP \(bu 4
1693
+ Type: String
1694
+ .RE 0
1695
+
1696
+ .P
1697
+ Sets the User-Agent request header. The following fields are replaced with their actual counterparts:
1698
+ .RS 0
1699
+ .IP \(bu 4
1700
+ \fB{npm-version}\fR - The npm version in use
1701
+ .IP \(bu 4
1702
+ \fB{node-version}\fR - The Node.js version in use
1703
+ .IP \(bu 4
1704
+ \fB{platform}\fR - The value of \fBprocess.platform\fR
1705
+ .IP \(bu 4
1706
+ \fB{arch}\fR - The value of \fBprocess.arch\fR
1707
+ .IP \(bu 4
1708
+ \fB{workspaces}\fR - Set to \fBtrue\fR if the \fBworkspaces\fR or \fBworkspace\fR options are set.
1709
+ .IP \(bu 4
1710
+ \fB{ci}\fR - The value of the \fBci-name\fR config, if set, prefixed with \fBci/\fR, or an empty string if \fBci-name\fR is empty.
1711
+ .RE 0
1712
+
1713
+ .SS "\fBuserconfig\fR"
1714
+ .RS 0
1715
+ .IP \(bu 4
1716
+ Default: "~/.npmrc"
1717
+ .IP \(bu 4
1718
+ Type: Path
1719
+ .RE 0
1720
+
1721
+ .P
1722
+ The location of user-level configuration settings.
1723
+ .P
1724
+ This may be overridden by the \fBnpm_config_userconfig\fR environment variable or the \fB--userconfig\fR command line option, but may \fInot\fR be overridden by settings in the \fBglobalconfig\fR file.
1725
+ .SS "\fBversion\fR"
1726
+ .RS 0
1727
+ .IP \(bu 4
1728
+ Default: false
1729
+ .IP \(bu 4
1730
+ Type: Boolean
1731
+ .RE 0
1732
+
1733
+ .P
1734
+ If true, output the npm version and exit successfully.
1735
+ .P
1736
+ Only relevant when specified explicitly on the command line.
1737
+ .SS "\fBversions\fR"
1738
+ .RS 0
1739
+ .IP \(bu 4
1740
+ Default: false
1741
+ .IP \(bu 4
1742
+ Type: Boolean
1743
+ .RE 0
1744
+
1745
+ .P
1746
+ If true, output the npm version as well as node's \fBprocess.versions\fR map and the version in the current working directory's \fBpackage.json\fR file if one exists, and exit successfully.
1747
+ .P
1748
+ Only relevant when specified explicitly on the command line.
1749
+ .SS "\fBviewer\fR"
1750
+ .RS 0
1751
+ .IP \(bu 4
1752
+ Default: "man" on Posix, "browser" on Windows
1753
+ .IP \(bu 4
1754
+ Type: String
1755
+ .RE 0
1756
+
1757
+ .P
1758
+ The program to use to view help content.
1759
+ .P
1760
+ Set to \fB"browser"\fR to view html help content in the default web browser.
1761
+ .SS "\fBwhich\fR"
1762
+ .RS 0
1763
+ .IP \(bu 4
1764
+ Default: null
1765
+ .IP \(bu 4
1766
+ Type: null or Number
1767
+ .RE 0
1768
+
1769
+ .P
1770
+ If there are multiple funding sources, which 1-indexed source URL to open.
1771
+ .SS "\fBworkspace\fR"
1772
+ .RS 0
1773
+ .IP \(bu 4
1774
+ Default:
1775
+ .IP \(bu 4
1776
+ Type: String (can be set multiple times)
1777
+ .RE 0
1778
+
1779
+ .P
1780
+ Enable running a command in the context of the configured workspaces of the current project while filtering by running only the workspaces defined by this configuration option.
1781
+ .P
1782
+ Valid values for the \fBworkspace\fR config are either:
1783
+ .RS 0
1784
+ .IP \(bu 4
1785
+ Workspace names
1786
+ .IP \(bu 4
1787
+ Path to a workspace directory
1788
+ .IP \(bu 4
1789
+ Path to a parent workspace directory (will result in selecting all workspaces within that folder)
1790
+ .RE 0
1791
+
1792
+ .P
1793
+ When set for the \fBnpm init\fR command, this may be set to the folder of a workspace which does not yet exist, to create the folder and set it up as a brand new workspace within the project.
1794
+ .P
1795
+ This value is not exported to the environment for child processes.
1796
+ .SS "\fBworkspaces\fR"
1797
+ .RS 0
1798
+ .IP \(bu 4
1799
+ Default: null
1800
+ .IP \(bu 4
1801
+ Type: null or Boolean
1802
+ .RE 0
1803
+
1804
+ .P
1805
+ Set to true to run the command in the context of \fBall\fR configured workspaces.
1806
+ .P
1807
+ Explicitly setting this to false will cause commands like \fBinstall\fR to ignore workspaces altogether. When not set explicitly:
1808
+ .RS 0
1809
+ .IP \(bu 4
1810
+ Commands that operate on the \fBnode_modules\fR tree (install, update, etc.) will link workspaces into the \fBnode_modules\fR folder. - Commands that do other things (test, exec, publish, etc.) will operate on the root project, \fIunless\fR one or more workspaces are specified in the \fBworkspace\fR config.
1811
+ .RE 0
1812
+
1813
+ .P
1814
+ This value is not exported to the environment for child processes.
1815
+ .SS "\fBworkspaces-update\fR"
1816
+ .RS 0
1817
+ .IP \(bu 4
1818
+ Default: true
1819
+ .IP \(bu 4
1820
+ Type: Boolean
1821
+ .RE 0
1822
+
1823
+ .P
1824
+ If set to true, the npm cli will run an update after operations that may possibly change the workspaces installed to the \fBnode_modules\fR folder.
1825
+ .SS "\fByes\fR"
1826
+ .RS 0
1827
+ .IP \(bu 4
1828
+ Default: null
1829
+ .IP \(bu 4
1830
+ Type: null or Boolean
1831
+ .RE 0
1832
+
1833
+ .P
1834
+ Automatically answer "yes" to any prompts that npm might print on the command line.
1835
+ .SS "\fBalso\fR"
1836
+ .RS 0
1837
+ .IP \(bu 4
1838
+ Default: null
1839
+ .IP \(bu 4
1840
+ Type: null, "dev", or "development"
1841
+ .IP \(bu 4
1842
+ DEPRECATED: Please use --include=dev instead.
1843
+ .RE 0
1844
+
1845
+ .P
1846
+ When set to \fBdev\fR or \fBdevelopment\fR, this is an alias for \fB--include=dev\fR.
1847
+ .SS "\fBcache-max\fR"
1848
+ .RS 0
1849
+ .IP \(bu 4
1850
+ Default: Infinity
1851
+ .IP \(bu 4
1852
+ Type: Number
1853
+ .IP \(bu 4
1854
+ DEPRECATED: This option has been deprecated in favor of \fB--prefer-online\fR
1855
+ .RE 0
1856
+
1857
+ .P
1858
+ \fB--cache-max=0\fR is an alias for \fB--prefer-online\fR
1859
+ .SS "\fBcache-min\fR"
1860
+ .RS 0
1861
+ .IP \(bu 4
1862
+ Default: 0
1863
+ .IP \(bu 4
1864
+ Type: Number
1865
+ .IP \(bu 4
1866
+ DEPRECATED: This option has been deprecated in favor of \fB--prefer-offline\fR.
1867
+ .RE 0
1868
+
1869
+ .P
1870
+ \fB--cache-min=9999 (or bigger)\fR is an alias for \fB--prefer-offline\fR.
1871
+ .SS "\fBcert\fR"
1872
+ .RS 0
1873
+ .IP \(bu 4
1874
+ Default: null
1875
+ .IP \(bu 4
1876
+ Type: null or String
1877
+ .IP \(bu 4
1878
+ DEPRECATED: \fBkey\fR and \fBcert\fR are no longer used for most registry operations. Use registry scoped \fBkeyfile\fR and \fBcertfile\fR instead. Example: //other-registry.tld/:keyfile=/path/to/key.pem //other-registry.tld/:certfile=/path/to/cert.crt
1879
+ .RE 0
1880
+
1881
+ .P
1882
+ A client certificate to pass when accessing the registry. Values should be in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with newlines replaced by the string "\[rs]n". For example:
1883
+ .P
1884
+ .RS 2
1885
+ .nf
1886
+ cert="-----BEGIN CERTIFICATE-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END CERTIFICATE-----"
1887
+ .fi
1888
+ .RE
1889
+ .P
1890
+ It is \fInot\fR the path to a certificate file, though you can set a registry-scoped "certfile" path like "//other-registry.tld/:certfile=/path/to/cert.pem".
1891
+ .SS "\fBdev\fR"
1892
+ .RS 0
1893
+ .IP \(bu 4
1894
+ Default: false
1895
+ .IP \(bu 4
1896
+ Type: Boolean
1897
+ .IP \(bu 4
1898
+ DEPRECATED: Please use --include=dev instead.
1899
+ .RE 0
1900
+
1901
+ .P
1902
+ Alias for \fB--include=dev\fR.
1903
+ .SS "\fBglobal-style\fR"
1904
+ .RS 0
1905
+ .IP \(bu 4
1906
+ Default: false
1907
+ .IP \(bu 4
1908
+ Type: Boolean
1909
+ .IP \(bu 4
1910
+ DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=shallow\fR
1911
+ .RE 0
1912
+
1913
+ .P
1914
+ Only install direct dependencies in the top level \fBnode_modules\fR, but hoist on deeper dependencies. Sets \fB--install-strategy=shallow\fR.
1915
+ .SS "\fBinit.author.email\fR"
1916
+ .RS 0
1917
+ .IP \(bu 4
1918
+ Default: ""
1919
+ .IP \(bu 4
1920
+ Type: String
1921
+ .IP \(bu 4
1922
+ DEPRECATED: Use \fB--init-author-email\fR instead.
1923
+ .RE 0
1924
+
1925
+ .P
1926
+ Alias for \fB--init-author-email\fR
1927
+ .SS "\fBinit.author.name\fR"
1928
+ .RS 0
1929
+ .IP \(bu 4
1930
+ Default: ""
1931
+ .IP \(bu 4
1932
+ Type: String
1933
+ .IP \(bu 4
1934
+ DEPRECATED: Use \fB--init-author-name\fR instead.
1935
+ .RE 0
1936
+
1937
+ .P
1938
+ Alias for \fB--init-author-name\fR
1939
+ .SS "\fBinit.author.url\fR"
1940
+ .RS 0
1941
+ .IP \(bu 4
1942
+ Default: ""
1943
+ .IP \(bu 4
1944
+ Type: "" or URL
1945
+ .IP \(bu 4
1946
+ DEPRECATED: Use \fB--init-author-url\fR instead.
1947
+ .RE 0
1948
+
1949
+ .P
1950
+ Alias for \fB--init-author-url\fR
1951
+ .SS "\fBinit.license\fR"
1952
+ .RS 0
1953
+ .IP \(bu 4
1954
+ Default: "ISC"
1955
+ .IP \(bu 4
1956
+ Type: String
1957
+ .IP \(bu 4
1958
+ DEPRECATED: Use \fB--init-license\fR instead.
1959
+ .RE 0
1960
+
1961
+ .P
1962
+ Alias for \fB--init-license\fR
1963
+ .SS "\fBinit.module\fR"
1964
+ .RS 0
1965
+ .IP \(bu 4
1966
+ Default: "~/.npm-init.js"
1967
+ .IP \(bu 4
1968
+ Type: Path
1969
+ .IP \(bu 4
1970
+ DEPRECATED: Use \fB--init-module\fR instead.
1971
+ .RE 0
1972
+
1973
+ .P
1974
+ Alias for \fB--init-module\fR
1975
+ .SS "\fBinit.version\fR"
1976
+ .RS 0
1977
+ .IP \(bu 4
1978
+ Default: "1.0.0"
1979
+ .IP \(bu 4
1980
+ Type: SemVer string
1981
+ .IP \(bu 4
1982
+ DEPRECATED: Use \fB--init-version\fR instead.
1983
+ .RE 0
1984
+
1985
+ .P
1986
+ Alias for \fB--init-version\fR
1987
+ .SS "\fBkey\fR"
1988
+ .RS 0
1989
+ .IP \(bu 4
1990
+ Default: null
1991
+ .IP \(bu 4
1992
+ Type: null or String
1993
+ .IP \(bu 4
1994
+ DEPRECATED: \fBkey\fR and \fBcert\fR are no longer used for most registry operations. Use registry scoped \fBkeyfile\fR and \fBcertfile\fR instead. Example: //other-registry.tld/:keyfile=/path/to/key.pem //other-registry.tld/:certfile=/path/to/cert.crt
1995
+ .RE 0
1996
+
1997
+ .P
1998
+ A client key to pass when accessing the registry. Values should be in PEM format with newlines replaced by the string "\[rs]n". For example:
1999
+ .P
2000
+ .RS 2
2001
+ .nf
2002
+ key="-----BEGIN PRIVATE KEY-----\[rs]nXXXX\[rs]nXXXX\[rs]n-----END PRIVATE KEY-----"
2003
+ .fi
2004
+ .RE
2005
+ .P
2006
+ It is \fInot\fR the path to a key file, though you can set a registry-scoped "keyfile" path like "//other-registry.tld/:keyfile=/path/to/key.pem".
2007
+ .SS "\fBlegacy-bundling\fR"
2008
+ .RS 0
2009
+ .IP \(bu 4
2010
+ Default: false
2011
+ .IP \(bu 4
2012
+ Type: Boolean
2013
+ .IP \(bu 4
2014
+ DEPRECATED: This option has been deprecated in favor of \fB--install-strategy=nested\fR
2015
+ .RE 0
2016
+
2017
+ .P
2018
+ Instead of hoisting package installs in \fBnode_modules\fR, install packages in the same manner that they are depended on. This may cause very deep directory structures and duplicate package installs as there is no de-duplicating. Sets \fB--install-strategy=nested\fR.
2019
+ .SS "\fBonly\fR"
2020
+ .RS 0
2021
+ .IP \(bu 4
2022
+ Default: null
2023
+ .IP \(bu 4
2024
+ Type: null, "prod", or "production"
2025
+ .IP \(bu 4
2026
+ DEPRECATED: Use \fB--omit=dev\fR to omit dev dependencies from the install.
2027
+ .RE 0
2028
+
2029
+ .P
2030
+ When set to \fBprod\fR or \fBproduction\fR, this is an alias for \fB--omit=dev\fR.
2031
+ .SS "\fBoptional\fR"
2032
+ .RS 0
2033
+ .IP \(bu 4
2034
+ Default: null
2035
+ .IP \(bu 4
2036
+ Type: null or Boolean
2037
+ .IP \(bu 4
2038
+ DEPRECATED: Use \fB--omit=optional\fR to exclude optional dependencies, or \fB--include=optional\fR to include them.
2039
+ .RE 0
2040
+
2041
+ .P
2042
+ Default value does install optional deps unless otherwise omitted.
2043
+ .P
2044
+ Alias for --include=optional or --omit=optional
2045
+ .SS "\fBproduction\fR"
2046
+ .RS 0
2047
+ .IP \(bu 4
2048
+ Default: null
2049
+ .IP \(bu 4
2050
+ Type: null or Boolean
2051
+ .IP \(bu 4
2052
+ DEPRECATED: Use \fB--omit=dev\fR instead.
2053
+ .RE 0
2054
+
2055
+ .P
2056
+ Alias for \fB--omit=dev\fR
2057
+ .SS "\fBshrinkwrap\fR"
2058
+ .RS 0
2059
+ .IP \(bu 4
2060
+ Default: true
2061
+ .IP \(bu 4
2062
+ Type: Boolean
2063
+ .IP \(bu 4
2064
+ DEPRECATED: Use the --package-lock setting instead.
2065
+ .RE 0
2066
+
2067
+ .P
2068
+ Alias for --package-lock
2069
+ .SS "See also"
2070
+ .RS 0
2071
+ .IP \(bu 4
2072
+ npm help config
2073
+ .IP \(bu 4
2074
+ npm help npmrc
2075
+ .IP \(bu 4
2076
+ npm help scripts
2077
+ .IP \(bu 4
2078
+ npm help folders
2079
+ .IP \(bu 4
2080
+ npm help npm
2081
+ .RE 0