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
2011-03-22Closes GH-704 depth config for ls and read-installedisaacs
2011-03-22Fix the trim snafuisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-22Only show : stuff in -parseable -long modeisaacs
2011-03-22Don't crash on umet depsisaacs
2011-03-22handle linked packages better, and bfs the outputisaacs
2011-03-22detect and display link packagesisaacs
2011-03-22link-safe cycle detection. also, no repeats in parseable dataisaacs
2011-03-22prevent cycles more gracefullyisaacs
2011-03-22Ok, enough, this getting obsessive.isaacs
2011-03-22make parseable data consistentisaacs
2011-03-22Pretty up the flags, and make parseable more consistentisaacs
2011-03-22more ascii art. This is too much fun.isaacs
2011-03-22Use unicode instead of +--isaacs
2011-03-22new lsisaacs
2011-02-26Close GH-537 Add --listexclude configisaacs
2011-02-23Only read installed package.json files when necessary, not all the timeisaacs
2011-02-18Closes GH-606 Don't contact server for ls installedisaacs
2011-02-15listopts was boolean true sometimes? weird.isaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-08Remove extraneous warningsisaacs
2011-01-18Fix #512, and get columns properlyisaacs
2011-01-13Fix #501 Read descriptions per-version is suppliedisaacs
2010-12-18Add `description` flag to control showing it in lsisaacs
2010-12-17Put back "active" on word list.isaacs
2010-12-16Don't limit columns for non-ttysisaacs
2010-12-03Show description and keywords, and don't wrap.isaacs
2010-12-03Mostly rewrite npm ls. Completion wonderfulment!isaacs
2010-12-03ls completionisaacs
2010-12-03refactor the readInstalled and registry.getisaacs
2010-12-03Allow a reasonable amount of cache staleness.isaacs
2010-11-30Externally hosted package supportisaacs
2010-11-25Added listopts. Fixes #396Dav Glass
2010-11-01got excutableized somehow. That ain't right.isaacs
2010-10-29require output in ls.jsoliv_oil
2010-10-29refactor output to go through central moduleisaacs
2010-10-28Only call the drain callback once.isaacs
2010-10-27pass info on up from npm lsisaacs
2010-10-24More "programmatic npm" updates.isaacs
2010-10-16A better shrink-to-fit.isaacs
2010-10-16A better shrink-toisaacs
2010-10-16On further thought, little shrink-to-fit action is better. Just add ws *after...isaacs
2010-10-16on npm list let attributes start listing earlier than pushing out to max name...Tor Valamo
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
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