Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornpm team <ops+robot@npmjs.com>2021-11-18 23:58:02 +0300
committerMichaël Zasso <targos@protonmail.com>2021-11-22 11:37:01 +0300
commit8a03482cf1d43df915456cfb067bbb757558ce35 (patch)
treeed7fcb2d23b61e5289bec1d5f78996b429256b47 /deps/npm/docs/output/commands/npm-token.html
parentbad6526a000c44faf8535411e8b0c5cce1e828d8 (diff)
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-token.html')
-rw-r--r--deps/npm/docs/output/commands/npm-token.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/docs/output/commands/npm-token.html b/deps/npm/docs/output/commands/npm-token.html
index 57842ff50a8..a0ec36c4578 100644
--- a/deps/npm/docs/output/commands/npm-token.html
+++ b/deps/npm/docs/output/commands/npm-token.html
@@ -1,4 +1,5 @@
-<html><head>
+<!DOCTYPE html><html><head>
+<meta charset="utf-8">
<title>npm-token</title>
<style>
body {
@@ -233,7 +234,7 @@ tokens with the <code>npm token create</code> command.</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>
@@ -244,7 +245,7 @@ tokens with the <code>npm token create</code> command.</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>