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
2014-05-23fix `npm ls` labeling issueEvan You
2014-03-16read-installed@2.0.0isaacs
2014-02-15read-installed@1.0.0isaacs
2013-09-13Return nonzero when ls returns no results.Thom Blake
2013-06-25ls: show git urls in parenthesesRobert Kowalski
2013-06-25ls: Don't call path.resolve on non-stringsisaacs
2013-06-21Update everything to work with semver@2isaacs
2013-01-15Use stashed git sha in shrinkwrap installisaacs
2013-01-09Add peerInvalid to npm ls.Domenic Denicola
2012-09-13ls: Exit with error when problems are foundisaacs
2012-09-08ls: Space between top-level name and folderisaacs
2012-08-30Don't print (max depth reached) in npm lsisaacs
2012-07-17Simplify color config settingisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-07-11Positional args for lsisaacs
2012-06-12Replace relativize with path.relativeisaacs
2012-06-12Use read-installed dependencyisaacs
2012-06-10Fix #2509 Show the actual version when maxDepth is reachedisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-03-30reference error on invalid packagesisaacs
2012-03-28Use archy in lsisaacs
2012-02-29Handle 'name@http://url' style _from fieldsisaacs
2012-02-29shrinkwrap: Behave properly with url-installed depsisaacs
2012-02-25Support --json flag for ls outputisaacs
2012-02-05Mark the root as seen, so we don't recurse into it.Martin Cooper
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-09-08Fix #1361 data.path can be undefinedisaacs
2011-08-07Put .js on filenamesisaacs
2011-05-22Expose data from npm.commands.lsisaacs
2011-05-04Don't crash in ls when given an invalid prefixisaacs
2011-04-21Less noisy lsisaacs
2011-04-13Close #807 Print (empty) if the dir is emptyisaacs
2011-04-12spacing issues in lsisaacs
2011-04-07sort ls output alphabeticallyisaacs
2011-04-04Report ls flags a bit better in parseable modeisaacs
2011-03-22Don't put node_modules directly in prefix. put it in prefix/libisaacs
2011-03-22Correct output of unmet vs max-depth in lsisaacs
2011-03-22Stray space on ls -gisaacs
2011-03-22simpler 'no completion' case. just omit itisaacs
2011-03-22Add warning when args are supplied, and empty completionisaacs
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