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
2021-04-29ls: do not warn on missing optional depsisaacs
2021-04-22fix: npm ls --long missing depsRuy Adorno
2021-04-22fix(ls): do not exit with error when all problems are extraneous depsnlf
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-03-04Remove unused arguments on various function callsNathan Shively-Sanders
2021-02-08fix: prune optionalDeps ls compatRuy Adorno
2021-01-15fix: npm ls global testsRuy Adorno
2020-12-11Remove 'use strict'isaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-20fix: check `result` when determining exit code of `ls <filter>`Gareth Jones
2020-09-29fix: listing deps of a linked depRuy Adorno
2020-09-29fix: npm ls <pkg> with depth cli configRuy Adorno
2020-07-30fix: npm ls duplicated itemsRuy Adorno
2020-07-29lint the lib folderisaacs
2020-07-23fix: more dedupe edge casesRuy Adorno
2020-07-23fix: unmet label on deduped depsRuy Adorno
2020-07-23fix: archy output dedupe label colorRuy Adorno
2020-07-23fix: better handle problemsRuy Adorno
2020-07-23fix: deduped+filter issuesRuy Adorno
2020-07-22fix: add support to global npm lsRuy Adorno
2020-07-21BREAKING: changed npm ls default to depth=0Ruy Adorno
2020-07-21BREAKING: rewrite npm lsRuy Adorno
2019-02-19install: add support for package aliases (#3)Kat Marchán
2019-02-14ls: show installed but unmet peer deps (#145)Lars Willighagen
2018-03-23standardizeRebecca Turner
2017-08-13ls: Don't exclude modules that are both dev & prod with --productionRebecca Turner
2017-07-12ls: add --link filter (#17616)Richard Simko
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-07-06config: refactor to use Object.assign (#17563)Ramana Venkata
2017-07-06install: Insist on full tree when mutating with a package.lockRebecca Turner
2017-07-06ls: Take shrinkwrap into account in lsRebecca Turner
2017-05-27ls: remove unused argument (#16756)薛定谔的猫
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