Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0 /path/to/npm
npm@11.6.1 /path/to/npm
└─┬ init-package-json@0.0.4
└── promzard@0.1.5
```
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.

### Version

11.6.0
11.6.1

### Description

Expand Down
7 changes: 4 additions & 3 deletions deps/npm/docs/content/configuring-npm/npmrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ to override default configs in a standard and consistent manner.

### Auth related configuration

The settings `_auth`, `_authToken`, `username` and `_password` must all be
scoped to a specific registry. This ensures that `npm` will never send
credentials to the wrong host.
The settings `_auth`, `_authToken`, `username`, `_password`, `certfile`,
and `keyfile` must all be scoped to a specific registry. This ensures that
`npm` will never send credentials to the wrong host.

The full list is:
- `_auth` (base64 authentication string)
Expand All @@ -107,6 +107,7 @@ The full list is:
- `_password`
- `email`
- `cafile` (path to certificate authority file)
- `certfile` (path to certificate file)
- `keyfile` (path to key file)

In order to scope these values, they must be prefixed by a URI fragment.
Expand Down
12 changes: 6 additions & 6 deletions deps/npm/docs/content/using-npm/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1866,9 +1866,9 @@ When set to `dev` or `development`, this is an alias for `--include=dev`.
* Default: null
* Type: null or String
* DEPRECATED: `key` and `cert` are no longer used for most registry
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
//other-registry.tld/:keyfile=/path/to/key.pem
//other-registry.tld/:cafile=/path/to/cert.crt
//other-registry.tld/:certfile=/path/to/cert.crt

A client certificate to pass when accessing the registry. Values should be
in PEM format (Windows calls it "Base-64 encoded X.509 (.CER)") with
Expand All @@ -1879,8 +1879,8 @@ cert="-----BEGIN CERTIFICATE-----\nXXXX\nXXXX\n-----END CERTIFICATE-----"
```

It is _not_ the path to a certificate file, though you can set a
registry-scoped "cafile" path like
"//other-registry.tld/:cafile=/path/to/cert.pem".
registry-scoped "certfile" path like
"//other-registry.tld/:certfile=/path/to/cert.pem".



Expand Down Expand Up @@ -1971,9 +1971,9 @@ Alias for `--init-version`
* Default: null
* Type: null or String
* DEPRECATED: `key` and `cert` are no longer used for most registry
operations. Use registry scoped `keyfile` and `cafile` instead. Example:
operations. Use registry scoped `keyfile` and `certfile` instead. Example:
//other-registry.tld/:keyfile=/path/to/key.pem
//other-registry.tld/:cafile=/path/to/cert.crt
//other-registry.tld/:certfile=/path/to/cert.crt

A client key to pass when accessing the registry. Values should be in PEM
format with newlines replaced by the string "\n". For example:
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-access.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-access----1160">
<h1 id="----npm-access----1161">
<span>npm-access</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Set access level on published packages</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-adduser.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-adduser----1160">
<h1 id="----npm-adduser----1161">
<span>npm-adduser</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Add a registry user account</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-audit----1160">
<h1 id="----npm-audit----1161">
<span>npm-audit</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Run a security audit</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-bugs----1160">
<h1 id="----npm-bugs----1161">
<span>npm-bugs</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Report bugs for a package in a web browser</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-cache----1160">
<h1 id="----npm-cache----1161">
<span>npm-cache</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Manipulates packages cache</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-ci.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-ci----1160">
<h1 id="----npm-ci----1161">
<span>npm-ci</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Clean install a project</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-completion.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-completion----1160">
<h1 id="----npm-completion----1161">
<span>npm-completion</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Tab Completion for npm</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-config----1160">
<h1 id="----npm-config----1161">
<span>npm-config</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Manage the npm configuration files</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-dedupe.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-dedupe----1160">
<h1 id="----npm-dedupe----1161">
<span>npm-dedupe</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Reduce duplication in the package tree</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-deprecate.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-deprecate----1160">
<h1 id="----npm-deprecate----1161">
<span>npm-deprecate</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Deprecate a version of a package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-diff----1160">
<h1 id="----npm-diff----1161">
<span>npm-diff</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">The registry diff command</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-dist-tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-dist-tag----1160">
<h1 id="----npm-dist-tag----1161">
<span>npm-dist-tag</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Modify package distribution tags</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-docs----1160">
<h1 id="----npm-docs----1161">
<span>npm-docs</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Open documentation for a package in a web browser</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-doctor.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-doctor----1160">
<h1 id="----npm-doctor----1161">
<span>npm-doctor</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Check the health of your npm environment</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-edit----1160">
<h1 id="----npm-edit----1161">
<span>npm-edit</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Edit an installed package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-exec----1160">
<h1 id="----npm-exec----1161">
<span>npm-exec</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Run a command from a local or remote npm package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-explain.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-explain----1160">
<h1 id="----npm-explain----1161">
<span>npm-explain</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Explain installed packages</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-explore----1160">
<h1 id="----npm-explore----1161">
<span>npm-explore</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Browse an installed package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-find-dupes.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-find-dupes----1160">
<h1 id="----npm-find-dupes----1161">
<span>npm-find-dupes</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Find duplication in the package tree</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-fund----1160">
<h1 id="----npm-fund----1161">
<span>npm-fund</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Retrieve funding information</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-help-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-help-search----1160">
<h1 id="----npm-help-search----1161">
<span>npm-help-search</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Search npm help documentation</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-help----1160">
<h1 id="----npm-help----1161">
<span>npm-help</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Get help on npm</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-init.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-init----1160">
<h1 id="----npm-init----1161">
<span>npm-init</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Create a package.json file</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install-ci-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install-ci-test----1160">
<h1 id="----npm-install-ci-test----1161">
<span>npm-install-ci-test</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Install a project with a clean slate and run tests</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install-test----1160">
<h1 id="----npm-install-test----1161">
<span>npm-install-test</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Install package(s) and run tests</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install----1160">
<h1 id="----npm-install----1161">
<span>npm-install</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Install a package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-link----1160">
<h1 id="----npm-link----1161">
<span>npm-link</span>
<span class="version">@11.6.0</span>
<span class="version">@11.6.1</span>
</h1>
<span class="description">Symlink a package folder</span>
</header>
Expand Down
Loading
Loading