diff options
author | npm team <ops+robot@npmjs.com> | 2021-11-18 20:58:02 +0000 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2021-11-22 09:37:01 +0100 |
commit | 8a03482cf1d43df915456cfb067bbb757558ce35 (patch) | |
tree | ed7fcb2d23b61e5289bec1d5f78996b429256b47 /deps/npm/docs/output/commands/npm-hook.html | |
parent | bad6526a000c44faf8535411e8b0c5cce1e828d8 (diff) | |
download | node-new-8a03482cf1d43df915456cfb067bbb757558ce35.tar.gz |
deps: upgrade npm to 8.1.4
PR-URL: https://github.com/nodejs/node/pull/40865
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-hook.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-hook.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deps/npm/docs/output/commands/npm-hook.html b/deps/npm/docs/output/commands/npm-hook.html index a247dacf0a..79e5c8719c 100644 --- a/deps/npm/docs/output/commands/npm-hook.html +++ b/deps/npm/docs/output/commands/npm-hook.html @@ -1,4 +1,5 @@ -<html><head> +<!DOCTYPE html><html><head> +<meta charset="utf-8"> <title>npm-hook</title> <style> body { @@ -183,7 +184,7 @@ the request came from your own configured hook.</p> <p>List your active hooks for the <code>lodash</code> package:</p> <pre lang="bash"><code>$ npm hook ls lodash </code></pre> -<p>Update an existing hook’s url:</p> +<p>Update an existing hook's url:</p> <pre lang="bash"><code>$ npm hook update id-deadbeef https://my-new-website.here/ </code></pre> <p>Remove a hook:</p> @@ -195,7 +196,7 @@ the request came from your own configured hook.</p> <!-- raw HTML omitted --> <h4 id="registry"><code>registry</code></h4> <ul> -<li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li> +<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li> <li>Type: URL</li> </ul> <p>The base URL of the npm registry.</p> @@ -206,7 +207,7 @@ the request came from your own configured hook.</p> <li>Default: null</li> <li>Type: null or String</li> </ul> -<p>This is a one-time password from a two-factor authenticator. It’s needed +<p>This is a one-time password from a two-factor authenticator. It's needed when publishing or changing package permissions with <code>npm access</code>.</p> <p>If not set, and a registry response fails with a challenge for a one-time password, npm will prompt on the command line for one.</p> @@ -215,7 +216,7 @@ password, npm will prompt on the command line for one.</p> <!-- raw HTML omitted --> <h3 id="see-also">See Also</h3> <ul> -<li><a href="https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm">“Introducing Hooks” blog post</a></li> +<li><a href="https://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm">"Introducing Hooks" blog post</a></li> </ul> </div> |