Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/ls.js
AgeCommit message (Expand)Author
2010-08-24Fix #145isaacs
2010-08-05Use isATTY if possible to get color support.isaacs
2010-07-31Typo that removed all 'installed' tags from packages if they exist in the reg...isaacs
2010-07-27Add maintainer names, and reduce prefixationisaacs
2010-07-25Fix #85. When not online, make ls not break.isaacs
2010-07-25Wait for stdout to be done before ending.isaacs
2010-07-25Move the callback to the endisaacs
2010-06-13Call the cb() so that ls says "npm ok" when it works as expectedisaacs
2010-05-14Put a blank line at the end of ls.isaacs
2010-05-14Use pretty colors, but not when being piped.isaacs
2010-05-13show data in version orderisaacs
2010-05-13Fix issue #15 - npm ls enhancementsisaacs
2010-05-03Abstract out the tree-walking bits from ls so that it can be reused elsewhere.isaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-03-27Have the ls command call the cb() on success so it says "ok" at the end.isaacs
2010-03-24remove unnecessary logisaacs
2010-03-21Updated to work with node 0.1.33 with the various net2 changes.isaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-01Don't include exec() since it's not used.isaacs
2010-03-01Show the active versionisaacs
2010-02-28Don't list "active" as a version.isaacs
2010-02-28Add a ls commandisaacs
2010-02-28Add the list command to show what's installed.isaacs