summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-outdated.1
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2020-10-02 17:52:19 -0400
committerMyles Borins <mylesborins@github.com>2020-10-07 09:59:49 -0400
commit2e545249557c265f7d5f338cc3a382985211603c (patch)
treea18ca49252a58cc5a80cd438a020a99bf48a8d23 /deps/npm/man/man1/npm-outdated.1
parent14699846452e627f97dedb85991eea67d932a79d (diff)
downloadnode-new-2e545249557c265f7d5f338cc3a382985211603c.tar.gz
deps: update npm to 7.0.0-rc.3
PR-URL: https://github.com/nodejs/node/pull/35474 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-outdated.1')
-rw-r--r--deps/npm/man/man1/npm-outdated.132
1 files changed, 16 insertions, 16 deletions
diff --git a/deps/npm/man/man1/npm-outdated.1 b/deps/npm/man/man1/npm-outdated.1
index 983a5392c4..aa22c22bad 100644
--- a/deps/npm/man/man1/npm-outdated.1
+++ b/deps/npm/man/man1/npm-outdated.1
@@ -1,4 +1,4 @@
-.TH "NPM\-OUTDATED" "1" "August 2020" "" ""
+.TH "NPM\-OUTDATED" "1" "October 2020" "" ""
.SH "NAME"
\fBnpm-outdated\fR \- Check for outdated packages
.SS Synopsis
@@ -27,15 +27,15 @@ with a dist\-tag of \fBlatest\fP\|\. This may or may not be the maximum version
the package, or the most\-recently published version of the package, depending
on how the package's developer manages the latest dist\-tag \fInpm\-dist\-tag\fR\|\.
.IP \(bu 2
-\fBlocation\fP is where in the dependency tree the package is located\. Note that
-\fBnpm outdated\fP defaults to a depth of 0, so unless you override that, you'll
-always be seeing only top\-level dependencies that are outdated\.
+\fBlocation\fP is where in the physical tree the package is located\.
+.IP \(bu 2
+\fBdepended by\fP shows which package depends on the displayed dependency
.IP \(bu 2
\fBpackage type\fP (when using \fB\-\-long\fP / \fB\-l\fP) tells you whether this package is
-a \fBdependency\fP or a \fBdevDependency\fP\|\. Packages not included in \fBpackage\.json\fP
+a \fBdependency\fP or a dev/peer/optional dependency\. Packages not included in \fBpackage\.json\fP
are always marked \fBdependencies\fP\|\.
.IP \(bu 2
-\fBhomepage\fP (when using \fB\-\-long\fP / \fB\-l\fP) is the \fBhomepage\fP value contained in the package's \fBpackage\.json\fP
+\fBhomepage\fP (when using \fB\-\-long\fP / \fB\-l\fP) is the \fBhomepage\fP value contained in the package's packument
.IP \(bu 2
Red means there's a newer version matching your semver requirements, so you should update now\.
.IP \(bu 2
@@ -47,12 +47,12 @@ Yellow indicates that there's a newer version above your semver requirements (us
.RS 2
.nf
$ npm outdated
-Package Current Wanted Latest Location
-glob 5\.0\.15 5\.0\.15 6\.0\.1 test\-outdated\-output
-nothingness 0\.0\.3 git git test\-outdated\-output
-npm 3\.5\.1 3\.5\.2 3\.5\.1 test\-outdated\-output
-local\-dev 0\.0\.3 linked linked test\-outdated\-output
-once 1\.3\.2 1\.3\.3 1\.3\.3 test\-outdated\-output
+Package Current Wanted Latest Location Depended by
+glob 5\.0\.15 5\.0\.15 6\.0\.1 node_modules/glob dependent\-package\-name
+nothingness 0\.0\.3 git git node_modules/nothingness dependent\-package\-name
+npm 3\.5\.1 3\.5\.2 3\.5\.1 node_modules/npm dependent\-package\-name
+local\-dev 0\.0\.3 linked linked local\-dev dependent\-package\-name
+once 1\.3\.2 1\.3\.3 1\.3\.3 node_modules/once dependent\-package\-name
.fi
.RE
.P
@@ -132,16 +132,16 @@ Type: Boolean
.P
Check packages in the global install prefix instead of in the current
project\.
-.SS depth
+.SS all
.RS 0
.IP \(bu 2
-Default: 0
+Default: false
.IP \(bu 2
-Type: Int
+Type: Boolean
.RE
.P
-Max depth for checking dependency tree\.
+Display all outdated dependencies on the tree\.
.SS See Also
.RS 0
.IP \(bu 2