Provided by: npm_1.3.10~dfsg-1_all 

NAME
npm-update - Update a package
SYNOPSIS
npm update [-g] [<name> [<name> ...]]
DESCRIPTION
This command will update all the packages listed to the latest version (specified by the tag config).
It will also install missing packages.
If the -g flag is specified, this command will update globally installed packages. If no package name is
specified, all packages in the specified location (global or local) will be updated.
SEE ALSO
• npm help install
• npm help outdated
• npm help registry
• npm help folders
• npm help ls
October 2013 NPM-UPDATE(1)