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
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-06-23feat(ls): report *why* something is invalidisaacs
2021-06-23chore(tests): expose real mock npm objectGar
2021-06-17fix(ls): respect prod config for workspacesRuy Adorno
2021-06-16feat(ls): support `--package-lock-only` flagGareth Jones
2021-05-24fix(ls): show relative paths from rootisaacs
2021-05-20feat: add ls workspacesRuy Adorno
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-04-14tap@15.0.2Gar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25fix(test): update hidden package-lock mtime in lsisaacs
2021-02-22update tests for new @npmcli/arborist behaviorisaacs
2021-01-15fix: npm ls global testsRuy Adorno
2020-12-18(docs,test): assorted typo fixesXhmikosR
2020-11-17lint tests before publishingisaacs
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-09-01fix: npm ls extraneous workspacesRuy Adorno
2020-07-30fix: npm ls duplicated itemsRuy Adorno
2020-07-29test: more affordances for Windowsisaacs
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
2020-07-14tests: refactor ls testsRuy Adorno