mirror of https://github.com/nodejs/node.git
18 lines
376 B
Groff
18 lines
376 B
Groff
.TH "NPM\-OUTDATED" "3" "February 2015" "" ""
|
|
.SH "NAME"
|
|
\fBnpm-outdated\fR \- Check for outdated packages
|
|
.SH SYNOPSIS
|
|
.P
|
|
.RS 2
|
|
.nf
|
|
npm\.commands\.outdated([packages,] callback)
|
|
.fi
|
|
.RE
|
|
.SH DESCRIPTION
|
|
.P
|
|
This command will check the registry to see if the specified packages are
|
|
currently outdated\.
|
|
.P
|
|
If the 'packages' parameter is left out, npm will check all packages\.
|
|
|