deps: upgrade npm to 11.3.0

PR-URL: https://github.com/nodejs/node/pull/57801
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
This commit is contained in:
npm CLI robot 2025-04-10 14:36:22 -07:00 committed by GitHub
parent f692878dec
commit f03e90a0df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
439 changed files with 5013 additions and 3636 deletions

View File

@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
example, running `npm ls promzard` in npm's source tree will show: example, running `npm ls promzard` in npm's source tree will show:
```bash ```bash
npm@11.2.0 /path/to/npm npm@11.3.0 /path/to/npm
└─┬ init-package-json@0.0.4 └─┬ init-package-json@0.0.4
└── promzard@0.1.5 └── promzard@0.1.5
``` ```

View File

@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
### Version ### Version
11.2.0 11.3.0
### Description ### Description

View File

@ -749,7 +749,7 @@ that require npm installing where you don't want to hit an external server,
but should not be used when publishing your package to the public registry. but should not be used when publishing your package to the public registry.
*note*: Packages linked by local path will not have their own *note*: Packages linked by local path will not have their own
dependencies installed when `npm install` is ran in this case. You must dependencies installed when `npm install` is run. You must
run `npm install` from inside the local path itself. run `npm install` from inside the local path itself.
### devDependencies ### devDependencies
@ -979,7 +979,7 @@ also `1.0.0`:
``` ```
To only override `@npm/foo` to be `1.0.0` when it's a child (or grandchild, or great To only override `@npm/foo` to be `1.0.0` when it's a child (or grandchild, or great
grandchild, etc) of the package `bar`: grandchild, etc) of the package `@npm/bar`:
```json ```json
{ {

View File

@ -1027,6 +1027,19 @@ Any "%s" in the message will be replaced with the version number.
#### `node-gyp`
* Default: The path to the node-gyp bin that ships with npm
* Type: Path
This is the location of the "node-gyp" bin. By default it uses one that
ships with npm itself.
You can use this config to specify your own "node-gyp" to run when it is
required to build a package.
#### `node-options` #### `node-options`
* Default: null * Default: null

View File

@ -38,7 +38,7 @@ The default value of `loglevel` is `"notice"` but there are several levels/types
- `"verbose"` - `"verbose"`
- `"silly"` - `"silly"`
All logs pertaining to a level proceeding the current setting will be shown. All logs pertaining to a level preceding the current setting will be shown.
##### Aliases ##### Aliases

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-access----1120"> <h1 id="----npm-access----1130">
<span>npm-access</span> <span>npm-access</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Set access level on published packages</span> <span class="description">Set access level on published packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-adduser----1120"> <h1 id="----npm-adduser----1130">
<span>npm-adduser</span> <span>npm-adduser</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Add a registry user account</span> <span class="description">Add a registry user account</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-audit----1120"> <h1 id="----npm-audit----1130">
<span>npm-audit</span> <span>npm-audit</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Run a security audit</span> <span class="description">Run a security audit</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-bugs----1120"> <h1 id="----npm-bugs----1130">
<span>npm-bugs</span> <span>npm-bugs</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Report bugs for a package in a web browser</span> <span class="description">Report bugs for a package in a web browser</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-cache----1120"> <h1 id="----npm-cache----1130">
<span>npm-cache</span> <span>npm-cache</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manipulates packages cache</span> <span class="description">Manipulates packages cache</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-ci----1120"> <h1 id="----npm-ci----1130">
<span>npm-ci</span> <span>npm-ci</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Clean install a project</span> <span class="description">Clean install a project</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-completion----1120"> <h1 id="----npm-completion----1130">
<span>npm-completion</span> <span>npm-completion</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Tab Completion for npm</span> <span class="description">Tab Completion for npm</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-config----1120"> <h1 id="----npm-config----1130">
<span>npm-config</span> <span>npm-config</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manage the npm configuration files</span> <span class="description">Manage the npm configuration files</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-dedupe----1120"> <h1 id="----npm-dedupe----1130">
<span>npm-dedupe</span> <span>npm-dedupe</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Reduce duplication in the package tree</span> <span class="description">Reduce duplication in the package tree</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-deprecate----1120"> <h1 id="----npm-deprecate----1130">
<span>npm-deprecate</span> <span>npm-deprecate</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Deprecate a version of a package</span> <span class="description">Deprecate a version of a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-diff----1120"> <h1 id="----npm-diff----1130">
<span>npm-diff</span> <span>npm-diff</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">The registry diff command</span> <span class="description">The registry diff command</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-dist-tag----1120"> <h1 id="----npm-dist-tag----1130">
<span>npm-dist-tag</span> <span>npm-dist-tag</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Modify package distribution tags</span> <span class="description">Modify package distribution tags</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-docs----1120"> <h1 id="----npm-docs----1130">
<span>npm-docs</span> <span>npm-docs</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Open documentation for a package in a web browser</span> <span class="description">Open documentation for a package in a web browser</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-doctor----1120"> <h1 id="----npm-doctor----1130">
<span>npm-doctor</span> <span>npm-doctor</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Check the health of your npm environment</span> <span class="description">Check the health of your npm environment</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-edit----1120"> <h1 id="----npm-edit----1130">
<span>npm-edit</span> <span>npm-edit</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Edit an installed package</span> <span class="description">Edit an installed package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-exec----1120"> <h1 id="----npm-exec----1130">
<span>npm-exec</span> <span>npm-exec</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Run a command from a local or remote npm package</span> <span class="description">Run a command from a local or remote npm package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-explain----1120"> <h1 id="----npm-explain----1130">
<span>npm-explain</span> <span>npm-explain</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Explain installed packages</span> <span class="description">Explain installed packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-explore----1120"> <h1 id="----npm-explore----1130">
<span>npm-explore</span> <span>npm-explore</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Browse an installed package</span> <span class="description">Browse an installed package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-find-dupes----1120"> <h1 id="----npm-find-dupes----1130">
<span>npm-find-dupes</span> <span>npm-find-dupes</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Find duplication in the package tree</span> <span class="description">Find duplication in the package tree</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-fund----1120"> <h1 id="----npm-fund----1130">
<span>npm-fund</span> <span>npm-fund</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Retrieve funding information</span> <span class="description">Retrieve funding information</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-help-search----1120"> <h1 id="----npm-help-search----1130">
<span>npm-help-search</span> <span>npm-help-search</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Search npm help documentation</span> <span class="description">Search npm help documentation</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-help----1120"> <h1 id="----npm-help----1130">
<span>npm-help</span> <span>npm-help</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Get help on npm</span> <span class="description">Get help on npm</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-init----1120"> <h1 id="----npm-init----1130">
<span>npm-init</span> <span>npm-init</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Create a package.json file</span> <span class="description">Create a package.json file</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-install-ci-test----1120"> <h1 id="----npm-install-ci-test----1130">
<span>npm-install-ci-test</span> <span>npm-install-ci-test</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Install a project with a clean slate and run tests</span> <span class="description">Install a project with a clean slate and run tests</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-install-test----1120"> <h1 id="----npm-install-test----1130">
<span>npm-install-test</span> <span>npm-install-test</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Install package(s) and run tests</span> <span class="description">Install package(s) and run tests</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-install----1120"> <h1 id="----npm-install----1130">
<span>npm-install</span> <span>npm-install</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Install a package</span> <span class="description">Install a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-link----1120"> <h1 id="----npm-link----1130">
<span>npm-link</span> <span>npm-link</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Symlink a package folder</span> <span class="description">Symlink a package folder</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-login----1120"> <h1 id="----npm-login----1130">
<span>npm-login</span> <span>npm-login</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Login to a registry user account</span> <span class="description">Login to a registry user account</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-logout----1120"> <h1 id="----npm-logout----1130">
<span>npm-logout</span> <span>npm-logout</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Log out of the registry</span> <span class="description">Log out of the registry</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-ls----1120"> <h1 id="----npm-ls----1130">
<span>npm-ls</span> <span>npm-ls</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">List installed packages</span> <span class="description">List installed packages</span>
</header> </header>
@ -168,7 +168,7 @@ tree at all, use <a href="../commands/npm-explain.html"><code>npm explain</code>
the results to only the paths to the packages named. Note that nested the results to only the paths to the packages named. Note that nested
packages will <em>also</em> show the paths to the specified packages. For packages will <em>also</em> show the paths to the specified packages. For
example, running <code>npm ls promzard</code> in npm's source tree will show:</p> example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
<pre><code class="language-bash">npm@11.2.0 /path/to/npm <pre><code class="language-bash">npm@11.3.0 /path/to/npm
└─┬ init-package-json@0.0.4 └─┬ init-package-json@0.0.4
└── promzard@0.1.5 └── promzard@0.1.5
</code></pre> </code></pre>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-org----1120"> <h1 id="----npm-org----1130">
<span>npm-org</span> <span>npm-org</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manage orgs</span> <span class="description">Manage orgs</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-outdated----1120"> <h1 id="----npm-outdated----1130">
<span>npm-outdated</span> <span>npm-outdated</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Check for outdated packages</span> <span class="description">Check for outdated packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-owner----1120"> <h1 id="----npm-owner----1130">
<span>npm-owner</span> <span>npm-owner</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manage package owners</span> <span class="description">Manage package owners</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-pack----1120"> <h1 id="----npm-pack----1130">
<span>npm-pack</span> <span>npm-pack</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Create a tarball from a package</span> <span class="description">Create a tarball from a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-ping----1120"> <h1 id="----npm-ping----1130">
<span>npm-ping</span> <span>npm-ping</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Ping npm registry</span> <span class="description">Ping npm registry</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-pkg----1120"> <h1 id="----npm-pkg----1130">
<span>npm-pkg</span> <span>npm-pkg</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manages your package.json</span> <span class="description">Manages your package.json</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-prefix----1120"> <h1 id="----npm-prefix----1130">
<span>npm-prefix</span> <span>npm-prefix</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Display prefix</span> <span class="description">Display prefix</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-profile----1120"> <h1 id="----npm-profile----1130">
<span>npm-profile</span> <span>npm-profile</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Change settings on your registry profile</span> <span class="description">Change settings on your registry profile</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-prune----1120"> <h1 id="----npm-prune----1130">
<span>npm-prune</span> <span>npm-prune</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Remove extraneous packages</span> <span class="description">Remove extraneous packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-publish----1120"> <h1 id="----npm-publish----1130">
<span>npm-publish</span> <span>npm-publish</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Publish a package</span> <span class="description">Publish a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-query----1120"> <h1 id="----npm-query----1130">
<span>npm-query</span> <span>npm-query</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Dependency selector query</span> <span class="description">Dependency selector query</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-rebuild----1120"> <h1 id="----npm-rebuild----1130">
<span>npm-rebuild</span> <span>npm-rebuild</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Rebuild a package</span> <span class="description">Rebuild a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-repo----1120"> <h1 id="----npm-repo----1130">
<span>npm-repo</span> <span>npm-repo</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Open package repository page in the browser</span> <span class="description">Open package repository page in the browser</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-restart----1120"> <h1 id="----npm-restart----1130">
<span>npm-restart</span> <span>npm-restart</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Restart a package</span> <span class="description">Restart a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-root----1120"> <h1 id="----npm-root----1130">
<span>npm-root</span> <span>npm-root</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Display npm root</span> <span class="description">Display npm root</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-run-script----1120"> <h1 id="----npm-run-script----1130">
<span>npm-run-script</span> <span>npm-run-script</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Run arbitrary package scripts</span> <span class="description">Run arbitrary package scripts</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-sbom----1120"> <h1 id="----npm-sbom----1130">
<span>npm-sbom</span> <span>npm-sbom</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Generate a Software Bill of Materials (SBOM)</span> <span class="description">Generate a Software Bill of Materials (SBOM)</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-search----1120"> <h1 id="----npm-search----1130">
<span>npm-search</span> <span>npm-search</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Search for packages</span> <span class="description">Search for packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-shrinkwrap----1120"> <h1 id="----npm-shrinkwrap----1130">
<span>npm-shrinkwrap</span> <span>npm-shrinkwrap</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Lock down dependency versions for publication</span> <span class="description">Lock down dependency versions for publication</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-star----1120"> <h1 id="----npm-star----1130">
<span>npm-star</span> <span>npm-star</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Mark your favorite packages</span> <span class="description">Mark your favorite packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-stars----1120"> <h1 id="----npm-stars----1130">
<span>npm-stars</span> <span>npm-stars</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">View packages marked as favorites</span> <span class="description">View packages marked as favorites</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-start----1120"> <h1 id="----npm-start----1130">
<span>npm-start</span> <span>npm-start</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Start a package</span> <span class="description">Start a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-stop----1120"> <h1 id="----npm-stop----1130">
<span>npm-stop</span> <span>npm-stop</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Stop a package</span> <span class="description">Stop a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-team----1120"> <h1 id="----npm-team----1130">
<span>npm-team</span> <span>npm-team</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manage organization teams and team memberships</span> <span class="description">Manage organization teams and team memberships</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-test----1120"> <h1 id="----npm-test----1130">
<span>npm-test</span> <span>npm-test</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Test a package</span> <span class="description">Test a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-token----1120"> <h1 id="----npm-token----1130">
<span>npm-token</span> <span>npm-token</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Manage your authentication tokens</span> <span class="description">Manage your authentication tokens</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-undeprecate----1120"> <h1 id="----npm-undeprecate----1130">
<span>npm-undeprecate</span> <span>npm-undeprecate</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Undeprecate a version of a package</span> <span class="description">Undeprecate a version of a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-uninstall----1120"> <h1 id="----npm-uninstall----1130">
<span>npm-uninstall</span> <span>npm-uninstall</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Remove a package</span> <span class="description">Remove a package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-unpublish----1120"> <h1 id="----npm-unpublish----1130">
<span>npm-unpublish</span> <span>npm-unpublish</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Remove a package from the registry</span> <span class="description">Remove a package from the registry</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-unstar----1120"> <h1 id="----npm-unstar----1130">
<span>npm-unstar</span> <span>npm-unstar</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Remove an item from your favorite packages</span> <span class="description">Remove an item from your favorite packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-update----1120"> <h1 id="----npm-update----1130">
<span>npm-update</span> <span>npm-update</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Update packages</span> <span class="description">Update packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-version----1120"> <h1 id="----npm-version----1130">
<span>npm-version</span> <span>npm-version</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Bump a package version</span> <span class="description">Bump a package version</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-view----1120"> <h1 id="----npm-view----1130">
<span>npm-view</span> <span>npm-view</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">View registry info</span> <span class="description">View registry info</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-whoami----1120"> <h1 id="----npm-whoami----1130">
<span>npm-whoami</span> <span>npm-whoami</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Display npm username</span> <span class="description">Display npm username</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm----1120"> <h1 id="----npm----1130">
<span>npm</span> <span>npm</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">javascript package manager</span> <span class="description">javascript package manager</span>
</header> </header>
@ -158,7 +158,7 @@ npm command-line interface
</code></pre> </code></pre>
<p>Note: This command is unaware of workspaces.</p> <p>Note: This command is unaware of workspaces.</p>
<h3 id="version">Version</h3> <h3 id="version">Version</h3>
<p>11.2.0</p> <p>11.3.0</p>
<h3 id="description">Description</h3> <h3 id="description">Description</h3>
<p>npm is the package manager for the Node JavaScript platform. It puts <p>npm is the package manager for the Node JavaScript platform. It puts
modules in place so that node can find them, and manages dependency modules in place so that node can find them, and manages dependency

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npx----1120"> <h1 id="----npx----1130">
<span>npx</span> <span>npx</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Run a command from a local or remote npm package</span> <span class="description">Run a command from a local or remote npm package</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----folders----1120"> <h1 id="----folders----1130">
<span>folders</span> <span>folders</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Folder Structures Used by npm</span> <span class="description">Folder Structures Used by npm</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----install----1120"> <h1 id="----install----1130">
<span>install</span> <span>install</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Download and install node and npm</span> <span class="description">Download and install node and npm</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----folders----1120"> <h1 id="----folders----1130">
<span>folders</span> <span>folders</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Folder Structures Used by npm</span> <span class="description">Folder Structures Used by npm</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----packagejson----1120"> <h1 id="----packagejson----1130">
<span>package.json</span> <span>package.json</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Specifics of npm's package.json handling</span> <span class="description">Specifics of npm's package.json handling</span>
</header> </header>
@ -720,7 +720,7 @@ contains a package. Local paths can be saved using <code>npm install -S</code> o
that require npm installing where you don't want to hit an external server, that require npm installing where you don't want to hit an external server,
but should not be used when publishing your package to the public registry.</p> but should not be used when publishing your package to the public registry.</p>
<p><em>note</em>: Packages linked by local path will not have their own <p><em>note</em>: Packages linked by local path will not have their own
dependencies installed when <code>npm install</code> is ran in this case. You must dependencies installed when <code>npm install</code> is run. You must
run <code>npm install</code> from inside the local path itself.</p> run <code>npm install</code> from inside the local path itself.</p>
<h3 id="devdependencies">devDependencies</h3> <h3 id="devdependencies">devDependencies</h3>
<p>If someone is planning on downloading and using your module in their <p>If someone is planning on downloading and using your module in their
@ -895,7 +895,7 @@ also <code>1.0.0</code>:</p>
} }
</code></pre> </code></pre>
<p>To only override <code>@npm/foo</code> to be <code>1.0.0</code> when it's a child (or grandchild, or great <p>To only override <code>@npm/foo</code> to be <code>1.0.0</code> when it's a child (or grandchild, or great
grandchild, etc) of the package <code>bar</code>:</p> grandchild, etc) of the package <code>@npm/bar</code>:</p>
<pre><code class="language-json">{ <pre><code class="language-json">{
"overrides": { "overrides": {
"@npm/bar": { "@npm/bar": {

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npm-shrinkwrapjson----1120"> <h1 id="----npm-shrinkwrapjson----1130">
<span>npm-shrinkwrap.json</span> <span>npm-shrinkwrap.json</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">A publishable lockfile</span> <span class="description">A publishable lockfile</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----npmrc----1120"> <h1 id="----npmrc----1130">
<span>npmrc</span> <span>npmrc</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">The npm config files</span> <span class="description">The npm config files</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----packagejson----1120"> <h1 id="----packagejson----1130">
<span>package.json</span> <span>package.json</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Specifics of npm's package.json handling</span> <span class="description">Specifics of npm's package.json handling</span>
</header> </header>
@ -720,7 +720,7 @@ contains a package. Local paths can be saved using <code>npm install -S</code> o
that require npm installing where you don't want to hit an external server, that require npm installing where you don't want to hit an external server,
but should not be used when publishing your package to the public registry.</p> but should not be used when publishing your package to the public registry.</p>
<p><em>note</em>: Packages linked by local path will not have their own <p><em>note</em>: Packages linked by local path will not have their own
dependencies installed when <code>npm install</code> is ran in this case. You must dependencies installed when <code>npm install</code> is run. You must
run <code>npm install</code> from inside the local path itself.</p> run <code>npm install</code> from inside the local path itself.</p>
<h3 id="devdependencies">devDependencies</h3> <h3 id="devdependencies">devDependencies</h3>
<p>If someone is planning on downloading and using your module in their <p>If someone is planning on downloading and using your module in their
@ -895,7 +895,7 @@ also <code>1.0.0</code>:</p>
} }
</code></pre> </code></pre>
<p>To only override <code>@npm/foo</code> to be <code>1.0.0</code> when it's a child (or grandchild, or great <p>To only override <code>@npm/foo</code> to be <code>1.0.0</code> when it's a child (or grandchild, or great
grandchild, etc) of the package <code>bar</code>:</p> grandchild, etc) of the package <code>@npm/bar</code>:</p>
<pre><code class="language-json">{ <pre><code class="language-json">{
"overrides": { "overrides": {
"@npm/bar": { "@npm/bar": {

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----package-lockjson----1120"> <h1 id="----package-lockjson----1130">
<span>package-lock.json</span> <span>package-lock.json</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">A manifestation of the manifest</span> <span class="description">A manifestation of the manifest</span>
</header> </header>

File diff suppressed because one or more lines are too long

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----dependency-selector-syntax--querying----1120"> <h1 id="----dependency-selector-syntax--querying----1130">
<span>Dependency Selector Syntax &amp; Querying</span> <span>Dependency Selector Syntax &amp; Querying</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Dependency Selector Syntax &amp; Querying</span> <span class="description">Dependency Selector Syntax &amp; Querying</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----developers----1120"> <h1 id="----developers----1130">
<span>developers</span> <span>developers</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Developer Guide</span> <span class="description">Developer Guide</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----logging----1120"> <h1 id="----logging----1130">
<span>Logging</span> <span>Logging</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Why, What &amp; How We Log</span> <span class="description">Why, What &amp; How We Log</span>
</header> </header>
@ -176,7 +176,7 @@ a command multiple times with different config values and then diff all the log
<li><code>"verbose"</code></li> <li><code>"verbose"</code></li>
<li><code>"silly"</code></li> <li><code>"silly"</code></li>
</ul> </ul>
<p>All logs pertaining to a level proceeding the current setting will be shown.</p> <p>All logs pertaining to a level preceding the current setting will be shown.</p>
<h5 id="aliases">Aliases</h5> <h5 id="aliases">Aliases</h5>
<p>The log levels listed above have various corresponding aliases, including:</p> <p>The log levels listed above have various corresponding aliases, including:</p>
<ul> <ul>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----orgs----1120"> <h1 id="----orgs----1130">
<span>orgs</span> <span>orgs</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Working with Teams &amp; Orgs</span> <span class="description">Working with Teams &amp; Orgs</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----package-spec----1120"> <h1 id="----package-spec----1130">
<span>package-spec</span> <span>package-spec</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Package name specifier</span> <span class="description">Package name specifier</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----registry----1120"> <h1 id="----registry----1130">
<span>registry</span> <span>registry</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">The JavaScript Package Registry</span> <span class="description">The JavaScript Package Registry</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----removal----1120"> <h1 id="----removal----1130">
<span>removal</span> <span>removal</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Cleaning the Slate</span> <span class="description">Cleaning the Slate</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----scope----1120"> <h1 id="----scope----1130">
<span>scope</span> <span>scope</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Scoped packages</span> <span class="description">Scoped packages</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----scripts----1120"> <h1 id="----scripts----1130">
<span>scripts</span> <span>scripts</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">How npm handles the "scripts" field</span> <span class="description">How npm handles the "scripts" field</span>
</header> </header>

View File

@ -141,9 +141,9 @@ npm command-line interface
<section id="content"> <section id="content">
<header class="title"> <header class="title">
<h1 id="----workspaces----1120"> <h1 id="----workspaces----1130">
<span>workspaces</span> <span>workspaces</span>
<span class="version">@11.2.0</span> <span class="version">@11.3.0</span>
</h1> </h1>
<span class="description">Working with workspaces</span> <span class="description">Working with workspaces</span>
</header> </header>

View File

@ -26,7 +26,11 @@ class RunScript extends BaseCommand {
static async completion (opts, npm) { static async completion (opts, npm) {
const argv = opts.conf.argv.remain const argv = opts.conf.argv.remain
if (argv.length === 2) { if (argv.length === 2) {
const { content: { scripts = {} } } = await pkgJson.normalize(npm.localPrefix) const workspacePrefixes = npm.config.get('workspace', 'default')
const localPrefix = workspacePrefixes.length
? workspacePrefixes[0]
: npm.localPrefix
const { content: { scripts = {} } } = await pkgJson.normalize(localPrefix)
.catch(() => ({ content: {} })) .catch(() => ({ content: {} }))
if (opts.isFish) { if (opts.isFish) {
return Object.keys(scripts).map(s => `${s}\t${scripts[s].slice(0, 30)}`) return Object.keys(scripts).map(s => `${s}\t${scripts[s].slice(0, 30)}`)
@ -129,14 +133,14 @@ class RunScript extends BaseCommand {
for (const [ev, evArgs] of events) { for (const [ev, evArgs] of events) {
await runScript({ await runScript({
args: evArgs,
event: ev,
nodeGyp: this.npm.config.get('node-gyp'),
path, path,
// this || undefined is because runScript will be unhappy with the pkg,
// default null value // || undefined is because runScript will be unhappy with the default null value
scriptShell: this.npm.config.get('script-shell') || undefined, scriptShell: this.npm.config.get('script-shell') || undefined,
stdio: 'inherit', stdio: 'inherit',
pkg,
event: ev,
args: evArgs,
}) })
} }
} }

View File

@ -1,4 +1,4 @@
.TH "NPM-ACCESS" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-ACCESS" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-access\fR - Set access level on published packages \fBnpm-access\fR - Set access level on published packages
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-ADDUSER" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-ADDUSER" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-adduser\fR - Add a registry user account \fBnpm-adduser\fR - Add a registry user account
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-AUDIT" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-AUDIT" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-audit\fR - Run a security audit \fBnpm-audit\fR - Run a security audit
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-BUGS" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-BUGS" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-bugs\fR - Report bugs for a package in a web browser \fBnpm-bugs\fR - Report bugs for a package in a web browser
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-CACHE" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-CACHE" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-cache\fR - Manipulates packages cache \fBnpm-cache\fR - Manipulates packages cache
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-CI" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-CI" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-ci\fR - Clean install a project \fBnpm-ci\fR - Clean install a project
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-COMPLETION" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-COMPLETION" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-completion\fR - Tab Completion for npm \fBnpm-completion\fR - Tab Completion for npm
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-CONFIG" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-CONFIG" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-config\fR - Manage the npm configuration files \fBnpm-config\fR - Manage the npm configuration files
.SS "Synopsis" .SS "Synopsis"

View File

@ -1,4 +1,4 @@
.TH "NPM-DEDUPE" "1" "March 2025" "NPM@11.2.0" "" .TH "NPM-DEDUPE" "1" "April 2025" "NPM@11.3.0" ""
.SH "NAME" .SH "NAME"
\fBnpm-dedupe\fR - Reduce duplication in the package tree \fBnpm-dedupe\fR - Reduce duplication in the package tree
.SS "Synopsis" .SS "Synopsis"

Some files were not shown because too many files have changed in this diff Show More