node/deps/npm/man/man1/npm-outdated.1

80 lines
1.2 KiB
Groff
Raw Normal View History

.TH "NPM\-OUTDATED" "1" "May 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-outdated\fR \- Check for outdated packages
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm outdated [<name> [<name> \.\.\.]]
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This command will check the registry to see if any (or, specific) installed
packages are currently outdated\.
2013-10-25 00:21:59 +08:00
.P
2014-09-25 05:41:07 +08:00
The resulting field 'wanted' shows the latest version according to the
version specified in the package\.json, the field 'latest' the very latest
2013-10-25 00:21:59 +08:00
version of the package\.
2014-09-25 05:41:07 +08:00
.SH CONFIGURATION
.SS json
.RS 0
.IP \(bu 2
Default: false
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: Boolean
2014-09-25 05:41:07 +08:00
.RE
.P
Show information in JSON format\.
2014-09-25 05:41:07 +08:00
.SS long
.RS 0
.IP \(bu 2
Default: false
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: Boolean
2014-09-25 05:41:07 +08:00
.RE
.P
Show extended information\.
2014-09-25 05:41:07 +08:00
.SS parseable
.RS 0
.IP \(bu 2
Default: false
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: Boolean
2014-09-25 05:41:07 +08:00
.RE
.P
Show parseable output instead of tree view\.
2014-09-25 05:41:07 +08:00
.SS global
.RS 0
.IP \(bu 2
Default: false
2014-09-25 05:41:07 +08:00
.IP \(bu 2
Type: Boolean
2014-09-25 05:41:07 +08:00
.RE
.P
Check packages in the global install prefix instead of in the current
project\.
2014-09-25 05:41:07 +08:00
.SS depth
.RS 0
.IP \(bu 2
Type: Int
2014-09-25 05:41:07 +08:00
.RE
.P
Max depth for checking dependency tree\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help update
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 registry
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 folders
2014-09-25 05:41:07 +08:00
.RE