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-11-04chore: refactor commandsGar
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-09-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
2021-07-22fix(config): consolidate use of npm.colorGar
2021-07-15@npmcli/arborist@2.7.1Ruy Adorno
2021-06-23feat(ls): report *why* something is invalidisaacs
2021-06-23chore(linting): add bin and clean up lib/ls.jsIvan
2021-06-17fix(ls): respect prod config for workspacesRuy Adorno
2021-06-16feat(ls): support `--package-lock-only` flagGareth Jones
2021-06-16fix(docs): ls command usage instructionsVlad GURDIGA
2021-06-16fix(workspaces): explicitly error in global modeGar
2021-05-24fix(ls): show relative paths from rootisaacs
2021-05-20feat: add ls workspacesRuy Adorno
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-05-10fix(packages): locale-agnostic string sortingisaacs
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