mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 13:40:37 +00:00
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:
parent
f692878dec
commit
f03e90a0df
2
deps/npm/docs/content/commands/npm-ls.md
vendored
2
deps/npm/docs/content/commands/npm-ls.md
vendored
@ -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:
|
||||
|
||||
```bash
|
||||
npm@11.2.0 /path/to/npm
|
||||
npm@11.3.0 /path/to/npm
|
||||
└─┬ init-package-json@0.0.4
|
||||
└── promzard@0.1.5
|
||||
```
|
||||
|
2
deps/npm/docs/content/commands/npm.md
vendored
2
deps/npm/docs/content/commands/npm.md
vendored
@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.
|
||||
|
||||
### Version
|
||||
|
||||
11.2.0
|
||||
11.3.0
|
||||
|
||||
### Description
|
||||
|
||||
|
@ -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.
|
||||
|
||||
*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.
|
||||
|
||||
### 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
|
||||
grandchild, etc) of the package `bar`:
|
||||
grandchild, etc) of the package `@npm/bar`:
|
||||
|
||||
```json
|
||||
{
|
||||
|
13
deps/npm/docs/content/using-npm/config.md
vendored
13
deps/npm/docs/content/using-npm/config.md
vendored
@ -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`
|
||||
|
||||
* Default: null
|
||||
|
2
deps/npm/docs/content/using-npm/logging.md
vendored
2
deps/npm/docs/content/using-npm/logging.md
vendored
@ -38,7 +38,7 @@ The default value of `loglevel` is `"notice"` but there are several levels/types
|
||||
- `"verbose"`
|
||||
- `"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
|
||||
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-access----1120">
|
||||
<h1 id="----npm-access----1130">
|
||||
<span>npm-access</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Set access level on published packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-adduser----1120">
|
||||
<h1 id="----npm-adduser----1130">
|
||||
<span>npm-adduser</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Add a registry user account</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-audit.html
vendored
4
deps/npm/docs/output/commands/npm-audit.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-audit----1120">
|
||||
<h1 id="----npm-audit----1130">
|
||||
<span>npm-audit</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Run a security audit</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-bugs.html
vendored
4
deps/npm/docs/output/commands/npm-bugs.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-bugs----1120">
|
||||
<h1 id="----npm-bugs----1130">
|
||||
<span>npm-bugs</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Report bugs for a package in a web browser</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-cache.html
vendored
4
deps/npm/docs/output/commands/npm-cache.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-cache----1120">
|
||||
<h1 id="----npm-cache----1130">
|
||||
<span>npm-cache</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manipulates packages cache</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-ci.html
vendored
4
deps/npm/docs/output/commands/npm-ci.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-ci----1120">
|
||||
<h1 id="----npm-ci----1130">
|
||||
<span>npm-ci</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Clean install a project</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-completion----1120">
|
||||
<h1 id="----npm-completion----1130">
|
||||
<span>npm-completion</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Tab Completion for npm</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-config----1120">
|
||||
<h1 id="----npm-config----1130">
|
||||
<span>npm-config</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manage the npm configuration files</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-dedupe----1120">
|
||||
<h1 id="----npm-dedupe----1130">
|
||||
<span>npm-dedupe</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Reduce duplication in the package tree</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-deprecate----1120">
|
||||
<h1 id="----npm-deprecate----1130">
|
||||
<span>npm-deprecate</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Deprecate a version of a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-diff.html
vendored
4
deps/npm/docs/output/commands/npm-diff.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-diff----1120">
|
||||
<h1 id="----npm-diff----1130">
|
||||
<span>npm-diff</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">The registry diff command</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-dist-tag----1120">
|
||||
<h1 id="----npm-dist-tag----1130">
|
||||
<span>npm-dist-tag</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Modify package distribution tags</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-docs.html
vendored
4
deps/npm/docs/output/commands/npm-docs.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-docs----1120">
|
||||
<h1 id="----npm-docs----1130">
|
||||
<span>npm-docs</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Open documentation for a package in a web browser</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-doctor----1120">
|
||||
<h1 id="----npm-doctor----1130">
|
||||
<span>npm-doctor</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Check the health of your npm environment</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-edit.html
vendored
4
deps/npm/docs/output/commands/npm-edit.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-edit----1120">
|
||||
<h1 id="----npm-edit----1130">
|
||||
<span>npm-edit</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Edit an installed package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-exec.html
vendored
4
deps/npm/docs/output/commands/npm-exec.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-exec----1120">
|
||||
<h1 id="----npm-exec----1130">
|
||||
<span>npm-exec</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Run a command from a local or remote npm package</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-explain----1120">
|
||||
<h1 id="----npm-explain----1130">
|
||||
<span>npm-explain</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Explain installed packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-explore----1120">
|
||||
<h1 id="----npm-explore----1130">
|
||||
<span>npm-explore</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Browse an installed package</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-find-dupes----1120">
|
||||
<h1 id="----npm-find-dupes----1130">
|
||||
<span>npm-find-dupes</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Find duplication in the package tree</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-fund.html
vendored
4
deps/npm/docs/output/commands/npm-fund.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-fund----1120">
|
||||
<h1 id="----npm-fund----1130">
|
||||
<span>npm-fund</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Retrieve funding information</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-help-search----1120">
|
||||
<h1 id="----npm-help-search----1130">
|
||||
<span>npm-help-search</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Search npm help documentation</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-help.html
vendored
4
deps/npm/docs/output/commands/npm-help.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-help----1120">
|
||||
<h1 id="----npm-help----1130">
|
||||
<span>npm-help</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Get help on npm</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-init.html
vendored
4
deps/npm/docs/output/commands/npm-init.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-init----1120">
|
||||
<h1 id="----npm-init----1130">
|
||||
<span>npm-init</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Create a package.json file</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-install-ci-test----1120">
|
||||
<h1 id="----npm-install-ci-test----1130">
|
||||
<span>npm-install-ci-test</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Install a project with a clean slate and run tests</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-install-test----1120">
|
||||
<h1 id="----npm-install-test----1130">
|
||||
<span>npm-install-test</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Install package(s) and run tests</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-install----1120">
|
||||
<h1 id="----npm-install----1130">
|
||||
<span>npm-install</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Install a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-link.html
vendored
4
deps/npm/docs/output/commands/npm-link.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-link----1120">
|
||||
<h1 id="----npm-link----1130">
|
||||
<span>npm-link</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Symlink a package folder</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-login.html
vendored
4
deps/npm/docs/output/commands/npm-login.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-login----1120">
|
||||
<h1 id="----npm-login----1130">
|
||||
<span>npm-login</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Login to a registry user account</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-logout----1120">
|
||||
<h1 id="----npm-logout----1130">
|
||||
<span>npm-logout</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Log out of the registry</span>
|
||||
</header>
|
||||
|
6
deps/npm/docs/output/commands/npm-ls.html
vendored
6
deps/npm/docs/output/commands/npm-ls.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-ls----1120">
|
||||
<h1 id="----npm-ls----1130">
|
||||
<span>npm-ls</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">List installed packages</span>
|
||||
</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
|
||||
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>
|
||||
<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
|
||||
└── promzard@0.1.5
|
||||
</code></pre>
|
||||
|
4
deps/npm/docs/output/commands/npm-org.html
vendored
4
deps/npm/docs/output/commands/npm-org.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-org----1120">
|
||||
<h1 id="----npm-org----1130">
|
||||
<span>npm-org</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manage orgs</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-outdated----1120">
|
||||
<h1 id="----npm-outdated----1130">
|
||||
<span>npm-outdated</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Check for outdated packages</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-owner.html
vendored
4
deps/npm/docs/output/commands/npm-owner.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-owner----1120">
|
||||
<h1 id="----npm-owner----1130">
|
||||
<span>npm-owner</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manage package owners</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-pack.html
vendored
4
deps/npm/docs/output/commands/npm-pack.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-pack----1120">
|
||||
<h1 id="----npm-pack----1130">
|
||||
<span>npm-pack</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Create a tarball from a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-ping.html
vendored
4
deps/npm/docs/output/commands/npm-ping.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-ping----1120">
|
||||
<h1 id="----npm-ping----1130">
|
||||
<span>npm-ping</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Ping npm registry</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-pkg.html
vendored
4
deps/npm/docs/output/commands/npm-pkg.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-pkg----1120">
|
||||
<h1 id="----npm-pkg----1130">
|
||||
<span>npm-pkg</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manages your package.json</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-prefix----1120">
|
||||
<h1 id="----npm-prefix----1130">
|
||||
<span>npm-prefix</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Display prefix</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-profile----1120">
|
||||
<h1 id="----npm-profile----1130">
|
||||
<span>npm-profile</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Change settings on your registry profile</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-prune.html
vendored
4
deps/npm/docs/output/commands/npm-prune.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-prune----1120">
|
||||
<h1 id="----npm-prune----1130">
|
||||
<span>npm-prune</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Remove extraneous packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-publish----1120">
|
||||
<h1 id="----npm-publish----1130">
|
||||
<span>npm-publish</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Publish a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-query.html
vendored
4
deps/npm/docs/output/commands/npm-query.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-query----1120">
|
||||
<h1 id="----npm-query----1130">
|
||||
<span>npm-query</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Dependency selector query</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-rebuild----1120">
|
||||
<h1 id="----npm-rebuild----1130">
|
||||
<span>npm-rebuild</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Rebuild a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-repo.html
vendored
4
deps/npm/docs/output/commands/npm-repo.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-repo----1120">
|
||||
<h1 id="----npm-repo----1130">
|
||||
<span>npm-repo</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Open package repository page in the browser</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-restart----1120">
|
||||
<h1 id="----npm-restart----1130">
|
||||
<span>npm-restart</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Restart a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-root.html
vendored
4
deps/npm/docs/output/commands/npm-root.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-root----1120">
|
||||
<h1 id="----npm-root----1130">
|
||||
<span>npm-root</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Display npm root</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-run-script----1120">
|
||||
<h1 id="----npm-run-script----1130">
|
||||
<span>npm-run-script</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Run arbitrary package scripts</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-sbom.html
vendored
4
deps/npm/docs/output/commands/npm-sbom.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-sbom----1120">
|
||||
<h1 id="----npm-sbom----1130">
|
||||
<span>npm-sbom</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Generate a Software Bill of Materials (SBOM)</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-search----1120">
|
||||
<h1 id="----npm-search----1130">
|
||||
<span>npm-search</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Search for packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-shrinkwrap----1120">
|
||||
<h1 id="----npm-shrinkwrap----1130">
|
||||
<span>npm-shrinkwrap</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Lock down dependency versions for publication</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-star.html
vendored
4
deps/npm/docs/output/commands/npm-star.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-star----1120">
|
||||
<h1 id="----npm-star----1130">
|
||||
<span>npm-star</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Mark your favorite packages</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-stars.html
vendored
4
deps/npm/docs/output/commands/npm-stars.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-stars----1120">
|
||||
<h1 id="----npm-stars----1130">
|
||||
<span>npm-stars</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">View packages marked as favorites</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-start.html
vendored
4
deps/npm/docs/output/commands/npm-start.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-start----1120">
|
||||
<h1 id="----npm-start----1130">
|
||||
<span>npm-start</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Start a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-stop.html
vendored
4
deps/npm/docs/output/commands/npm-stop.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-stop----1120">
|
||||
<h1 id="----npm-stop----1130">
|
||||
<span>npm-stop</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Stop a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-team.html
vendored
4
deps/npm/docs/output/commands/npm-team.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-team----1120">
|
||||
<h1 id="----npm-team----1130">
|
||||
<span>npm-team</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manage organization teams and team memberships</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-test.html
vendored
4
deps/npm/docs/output/commands/npm-test.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-test----1120">
|
||||
<h1 id="----npm-test----1130">
|
||||
<span>npm-test</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Test a package</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-token.html
vendored
4
deps/npm/docs/output/commands/npm-token.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-token----1120">
|
||||
<h1 id="----npm-token----1130">
|
||||
<span>npm-token</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Manage your authentication tokens</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-undeprecate----1120">
|
||||
<h1 id="----npm-undeprecate----1130">
|
||||
<span>npm-undeprecate</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Undeprecate a version of a package</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-uninstall----1120">
|
||||
<h1 id="----npm-uninstall----1130">
|
||||
<span>npm-uninstall</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Remove a package</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-unpublish----1120">
|
||||
<h1 id="----npm-unpublish----1130">
|
||||
<span>npm-unpublish</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Remove a package from the registry</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-unstar----1120">
|
||||
<h1 id="----npm-unstar----1130">
|
||||
<span>npm-unstar</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Remove an item from your favorite packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-update----1120">
|
||||
<h1 id="----npm-update----1130">
|
||||
<span>npm-update</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Update packages</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-version----1120">
|
||||
<h1 id="----npm-version----1130">
|
||||
<span>npm-version</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Bump a package version</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/commands/npm-view.html
vendored
4
deps/npm/docs/output/commands/npm-view.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-view----1120">
|
||||
<h1 id="----npm-view----1130">
|
||||
<span>npm-view</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">View registry info</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-whoami----1120">
|
||||
<h1 id="----npm-whoami----1130">
|
||||
<span>npm-whoami</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Display npm username</span>
|
||||
</header>
|
||||
|
6
deps/npm/docs/output/commands/npm.html
vendored
6
deps/npm/docs/output/commands/npm.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm----1120">
|
||||
<h1 id="----npm----1130">
|
||||
<span>npm</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">javascript package manager</span>
|
||||
</header>
|
||||
@ -158,7 +158,7 @@ npm command-line interface
|
||||
</code></pre>
|
||||
<p>Note: This command is unaware of workspaces.</p>
|
||||
<h3 id="version">Version</h3>
|
||||
<p>11.2.0</p>
|
||||
<p>11.3.0</p>
|
||||
<h3 id="description">Description</h3>
|
||||
<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
|
||||
|
4
deps/npm/docs/output/commands/npx.html
vendored
4
deps/npm/docs/output/commands/npx.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npx----1120">
|
||||
<h1 id="----npx----1130">
|
||||
<span>npx</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Run a command from a local or remote npm package</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----folders----1120">
|
||||
<h1 id="----folders----1130">
|
||||
<span>folders</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Folder Structures Used by npm</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----install----1120">
|
||||
<h1 id="----install----1130">
|
||||
<span>install</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Download and install node and npm</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----folders----1120">
|
||||
<h1 id="----folders----1130">
|
||||
<span>folders</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Folder Structures Used by npm</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----packagejson----1120">
|
||||
<h1 id="----packagejson----1130">
|
||||
<span>package.json</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Specifics of npm's package.json handling</span>
|
||||
</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,
|
||||
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
|
||||
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>
|
||||
<h3 id="devdependencies">devDependencies</h3>
|
||||
<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>
|
||||
<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">{
|
||||
"overrides": {
|
||||
"@npm/bar": {
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npm-shrinkwrapjson----1120">
|
||||
<h1 id="----npm-shrinkwrapjson----1130">
|
||||
<span>npm-shrinkwrap.json</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">A publishable lockfile</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----npmrc----1120">
|
||||
<h1 id="----npmrc----1130">
|
||||
<span>npmrc</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">The npm config files</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----packagejson----1120">
|
||||
<h1 id="----packagejson----1130">
|
||||
<span>package.json</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Specifics of npm's package.json handling</span>
|
||||
</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,
|
||||
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
|
||||
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>
|
||||
<h3 id="devdependencies">devDependencies</h3>
|
||||
<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>
|
||||
<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">{
|
||||
"overrides": {
|
||||
"@npm/bar": {
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----package-lockjson----1120">
|
||||
<h1 id="----package-lockjson----1130">
|
||||
<span>package-lock.json</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">A manifestation of the manifest</span>
|
||||
</header>
|
||||
|
15
deps/npm/docs/output/using-npm/config.html
vendored
15
deps/npm/docs/output/using-npm/config.html
vendored
File diff suppressed because one or more lines are too long
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----dependency-selector-syntax--querying----1120">
|
||||
<h1 id="----dependency-selector-syntax--querying----1130">
|
||||
<span>Dependency Selector Syntax & Querying</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Dependency Selector Syntax & Querying</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----developers----1120">
|
||||
<h1 id="----developers----1130">
|
||||
<span>developers</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Developer Guide</span>
|
||||
</header>
|
||||
|
6
deps/npm/docs/output/using-npm/logging.html
vendored
6
deps/npm/docs/output/using-npm/logging.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----logging----1120">
|
||||
<h1 id="----logging----1130">
|
||||
<span>Logging</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Why, What & How We Log</span>
|
||||
</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>"silly"</code></li>
|
||||
</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>
|
||||
<p>The log levels listed above have various corresponding aliases, including:</p>
|
||||
<ul>
|
||||
|
4
deps/npm/docs/output/using-npm/orgs.html
vendored
4
deps/npm/docs/output/using-npm/orgs.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----orgs----1120">
|
||||
<h1 id="----orgs----1130">
|
||||
<span>orgs</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Working with Teams & Orgs</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----package-spec----1120">
|
||||
<h1 id="----package-spec----1130">
|
||||
<span>package-spec</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Package name specifier</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/using-npm/registry.html
vendored
4
deps/npm/docs/output/using-npm/registry.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----registry----1120">
|
||||
<h1 id="----registry----1130">
|
||||
<span>registry</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">The JavaScript Package Registry</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/using-npm/removal.html
vendored
4
deps/npm/docs/output/using-npm/removal.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----removal----1120">
|
||||
<h1 id="----removal----1130">
|
||||
<span>removal</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Cleaning the Slate</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/using-npm/scope.html
vendored
4
deps/npm/docs/output/using-npm/scope.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----scope----1120">
|
||||
<h1 id="----scope----1130">
|
||||
<span>scope</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Scoped packages</span>
|
||||
</header>
|
||||
|
4
deps/npm/docs/output/using-npm/scripts.html
vendored
4
deps/npm/docs/output/using-npm/scripts.html
vendored
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----scripts----1120">
|
||||
<h1 id="----scripts----1130">
|
||||
<span>scripts</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">How npm handles the "scripts" field</span>
|
||||
</header>
|
||||
|
@ -141,9 +141,9 @@ npm command-line interface
|
||||
|
||||
<section id="content">
|
||||
<header class="title">
|
||||
<h1 id="----workspaces----1120">
|
||||
<h1 id="----workspaces----1130">
|
||||
<span>workspaces</span>
|
||||
<span class="version">@11.2.0</span>
|
||||
<span class="version">@11.3.0</span>
|
||||
</h1>
|
||||
<span class="description">Working with workspaces</span>
|
||||
</header>
|
||||
|
16
deps/npm/lib/commands/run-script.js
vendored
16
deps/npm/lib/commands/run-script.js
vendored
@ -26,7 +26,11 @@ class RunScript extends BaseCommand {
|
||||
static async completion (opts, npm) {
|
||||
const argv = opts.conf.argv.remain
|
||||
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: {} }))
|
||||
if (opts.isFish) {
|
||||
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) {
|
||||
await runScript({
|
||||
args: evArgs,
|
||||
event: ev,
|
||||
nodeGyp: this.npm.config.get('node-gyp'),
|
||||
path,
|
||||
// this || undefined is because runScript will be unhappy with the
|
||||
// default null value
|
||||
pkg,
|
||||
// || undefined is because runScript will be unhappy with the default null value
|
||||
scriptShell: this.npm.config.get('script-shell') || undefined,
|
||||
stdio: 'inherit',
|
||||
pkg,
|
||||
event: ev,
|
||||
args: evArgs,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
2
deps/npm/man/man1/npm-access.1
vendored
2
deps/npm/man/man1/npm-access.1
vendored
@ -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"
|
||||
\fBnpm-access\fR - Set access level on published packages
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-adduser.1
vendored
2
deps/npm/man/man1/npm-adduser.1
vendored
@ -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"
|
||||
\fBnpm-adduser\fR - Add a registry user account
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-audit.1
vendored
2
deps/npm/man/man1/npm-audit.1
vendored
@ -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"
|
||||
\fBnpm-audit\fR - Run a security audit
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-bugs.1
vendored
2
deps/npm/man/man1/npm-bugs.1
vendored
@ -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"
|
||||
\fBnpm-bugs\fR - Report bugs for a package in a web browser
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-cache.1
vendored
2
deps/npm/man/man1/npm-cache.1
vendored
@ -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"
|
||||
\fBnpm-cache\fR - Manipulates packages cache
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-ci.1
vendored
2
deps/npm/man/man1/npm-ci.1
vendored
@ -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"
|
||||
\fBnpm-ci\fR - Clean install a project
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-completion.1
vendored
2
deps/npm/man/man1/npm-completion.1
vendored
@ -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"
|
||||
\fBnpm-completion\fR - Tab Completion for npm
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-config.1
vendored
2
deps/npm/man/man1/npm-config.1
vendored
@ -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"
|
||||
\fBnpm-config\fR - Manage the npm configuration files
|
||||
.SS "Synopsis"
|
||||
|
2
deps/npm/man/man1/npm-dedupe.1
vendored
2
deps/npm/man/man1/npm-dedupe.1
vendored
@ -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"
|
||||
\fBnpm-dedupe\fR - Reduce duplication in the package tree
|
||||
.SS "Synopsis"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user