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
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26ls: Remove blank lines from `npm ls --parseable`Rebecca Turner
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2017-03-10ls: stop flattening output, show the actual treeRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-05-20ls: fix filter when prerelease version presentKat Marchán
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-03-11ls: Made `npm ls --parseable` honor the `depth` optionZac
2016-03-04install: Make install reports only include versions installedRebecca Turner
2016-02-19ls: Only list runtime dependencies when doing `npm ls --production`zoujie.wzj
2016-01-29ls: don't subtract dev from production depsDave
2015-12-11ls: fix depth when outputting JSONMark Reeder
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-10-01logical-tree: Make it mutate to improve performanceRebecca Turner
2015-09-18ls: install: Stop warning about cruft in module directoriesRebecca Turner
2015-08-21ls: Elminate warnings about missing package.json at top levelRebecca Turner
2015-08-12ls: Add support for --only={prod[uction]|dev[elopment]}Bryan English
2015-08-08ls: Improve display of missing peer dep errorsRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-07-01install: Display errors reading the tree after installationRebecca Turner
2015-07-01install: determine globalness based on install dir not configRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26ls: Don't error on missing optional depsRebecca Turner
2015-06-26ls: don't error out if our folder can't be readRebecca Turner
2015-06-26Don't try to find version matches on missing peer recordsRebecca Turner
2015-06-26Report missing peer dependencies in ls outputRebecca Turner
2015-06-26Remove dead code from npm lsRebecca Turner
2015-06-26Add warnings if you need to update deps of a linked module, completes #6934Rebecca Turner
2015-06-26Improve the look of install resultsRebecca Turner
2015-06-26Don't show dependencies of linked modules as npm doesn't operate in themRebecca Turner
2015-06-26Factor `npm ls` to be able to be passed a tree to printRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
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