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
2015-05-06npa: standardize git handlingForrest L Norvell
2015-05-05git: resolved git URLs can be 'git' *or* 'hosted'Matt Zorn
2015-02-27ls: allow filtering by --dev / --prod[uction]Daijiro Wachi
2014-11-13only ls -l children when < depth (closes #6311)Forrest L Norvell
2014-08-30ls: Do not show deps of extraneous depsisaacs
2014-07-17a.split('@') → npa(a)Forrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-06-28replace escape codes with ansicolorsForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
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