Skip to content

Commit 6c2480c

Browse files
npm-cli-botUlisesGascon
authored andcommitted
deps: upgrade npm to 10.0.0
PR-URL: #49423 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent de0a51b commit 6c2480c

File tree

509 files changed

+23728
-4061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+23728
-4061
lines changed

deps/npm/docs/content/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion

deps/npm/docs/content/commands/npm-pkg.md

Lines changed: 0 additions & 1 deletion

deps/npm/docs/content/commands/npm.md

Lines changed: 1 addition & 1 deletion

deps/npm/docs/content/configuring-npm/package-json.md

Lines changed: 5 additions & 2 deletions

deps/npm/docs/content/using-npm/config.md

Lines changed: 0 additions & 28 deletions

deps/npm/docs/output/commands/npm-ls.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3>
160160
the results to only the paths to the packages named. Note that nested
161161
packages will <em>also</em> show the paths to the specified packages. For
162162
example, running <code>npm ls promzard</code> in npm's source tree will show:</p>
163-
<pre><code class="language-bash">npm@9.8.1 /path/to/npm
163+
<pre><code class="language-bash">npm@10.0.0 /path/to/npm
164164
165165
166166
</code></pre>

deps/npm/docs/output/commands/npm-pkg.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ <h2 id="see-also">See Also</h2>
346346
<li><a href="../commands/npm-install.html">npm install</a></li>
347347
<li><a href="../commands/npm-init.html">npm init</a></li>
348348
<li><a href="../commands/npm-config.html">npm config</a></li>
349-
<li><a href="../commands/npm-set-script.html">npm set-script</a></li>
350349
<li><a href="../using-npm/workspaces.html">workspaces</a></li>
351350
</ul></div>
352351

deps/npm/docs/output/commands/npm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2>
150150
</code></pre>
151151
<p>Note: This command is unaware of workspaces.</p>
152152
<h3 id="version">Version</h3>
153-
<p>9.8.1</p>
153+
<p>10.0.0</p>
154154
<h3 id="description">Description</h3>
155155
<p>npm is the package manager for the Node JavaScript platform. It puts
156156
modules in place so that node can find them, and manages dependency

deps/npm/docs/output/configuring-npm/package-json.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,10 @@ <h3 id="bugs">bugs</h3>
211211
issues with your package.</p>
212212
<p>It should look like this:</p>
213213
<pre><code class="language-json">{
214-
"url" : "https://github.com/owner/project/issues",
215-
"email" : "[email protected]"
214+
"bugs": {
215+
"url": "https://github.com/owner/project/issues",
216+
"email": "[email protected]"
217+
}
216218
}
217219
</code></pre>
218220
<p>You can specify either one or both values. If you want to provide only a
@@ -359,6 +361,7 @@ <h3 id="files">files</h3>
359361
<li><code>README</code></li>
360362
<li><code>LICENSE</code> / <code>LICENCE</code></li>
361363
<li>The file in the "main" field</li>
364+
<li>The file(s) in the "bin" field</li>
362365
</ul>
363366
<p><code>README</code> &amp; <code>LICENSE</code> can have any case and extension.</p>
364367
<p>Conversely, some files are always ignored:</p>

deps/npm/docs/output/using-npm/config.html

Lines changed: 1 addition & 23 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)