Commit Graph

8 Commits

Author SHA1 Message Date
Evan Meagher
299a9a4309 Increase tab-completion coverage. 2010-12-02 14:33:18 -08:00
isaacs
7a6a752535 List all outdated packages if latest is missing. 2010-11-24 12:53:52 -08:00
isaacs
f9a99fcce5 Filter "outdated" checks by node version support 2010-11-24 12:37:59 -08:00
isaacs
af9302894e refactor output to go through central module
This is the dramatic refactor which was alluded to in ed004e0.

1. All output goes through a central module.
2. Callbacks are called when data is flushed, but only ever called once
3. Set "outfd" and "logfd" to direct output and error to different places,
   or set to a writable stream when using npm programmatically.
4. Clean up the many varied ways to write data to the console.
5. Set colors smarter, and allow overriding by setting the "color" config.
2010-10-28 18:34:34 -07:00
isaacs
82894b62b6 Output outdated contents to stdout 2010-10-15 17:32:38 -07:00
isaacs
5b55874179 Add usage for outdated 2010-10-01 23:47:50 -07:00
arlolra
118292275d refactor lib/update.js to use npm.commands.outdated 2010-10-01 23:44:22 -07:00
arlolra
72005dd3ab adds outdated command 2010-10-01 23:44:22 -07:00