2011-11-27 01:21:03 +08:00
|
|
|
.\" Generated with Ronnjs/v0.1
|
|
|
|
.\" http://github.com/kapouer/ronnjs/
|
|
|
|
.
|
2011-12-01 08:45:26 +08:00
|
|
|
.TH "NPM\-OUTDATED" "3" "December 2011" "" ""
|
2011-11-27 01:21:03 +08:00
|
|
|
.
|
|
|
|
.SH "NAME"
|
|
|
|
\fBnpm-outdated\fR \-\- Check for outdated packages
|
|
|
|
.
|
|
|
|
.SH "SYNOPSIS"
|
|
|
|
.
|
|
|
|
.nf
|
|
|
|
npm\.commands\.outdated([packages,] callback)
|
|
|
|
.
|
|
|
|
.fi
|
|
|
|
.
|
|
|
|
.SH "DESCRIPTION"
|
|
|
|
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\.
|