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/test
AgeCommit message (Expand)Author
2022-03-17fix: properly show `npm view ./directory` (#4576)Gar
2022-03-17fix: remove name from unpublished messageGar
2022-03-10fix(doctor): allow for missing local bin and node_modulesGar
2022-03-10fix(doctor): don't retry pingGar
2022-03-10chore: rewrite doctor testsGar
2022-03-10chore: mocknpm improvementsGar
2022-03-02fix(ls): respect `--include-workspace-root` (#4481)Nathan Fritz
2022-03-02fix: ignore implict workspace for some commands (#4479)Nathan Fritz
2022-03-02fix: publish of tarballs includes README in packument (#4480)Nathan Fritz
2022-02-24chore(cli): remove log option from being passed anywhereLuke Karrys
2022-02-08fix(log): pass in logger to more external modulesGar
2022-02-03fix(outdated): parse aliased modulesRuy Adorno
2022-02-03fix(ci): should not use package-lock configRuy Adorno
2022-02-03fix(ci): lock file validationRuy Adorno
2022-02-03fix(log): pass in logger to external modulesGar
2022-01-20fix: resolve workspace paths from cwd when possible (#4265)nlf
2022-01-20fix: npm update --save (#4223)Ruy Adorno
2022-01-07fix(unpublish): Show warning on unpublish command when last version (#4191)Emin Buğra Saral
2021-12-16Bring in all libnpm modules + arborist as workspaces (#4166)Nathan Fritz
2021-12-09feat: display `publishConfig` during `config list`Luke Karrys
2021-12-09fix: output configured registry during publishLuke Karrys
2021-12-09fix: redact all private keys from config outputLuke Karrys
2021-12-09fix: dont warn on error cleaning individual log filesLuke Karrys
2021-12-02chore: update one-time password promptDarcy Clarke
2021-12-02feat: streaming debug logfileLuke Karrys
2021-11-22fix: add missing scope on flat optionsYucel Okcu
2021-11-22chore: remove get-project-scope utilsYucel Okcu
2021-11-18chore: more faithfully mock global.process in testisaacs
2021-11-11chore: refactor audit testsGar
2021-11-11fix(install): command completion with single matchGar
2021-11-11fix: command completionGar
2021-11-11fix: clean up birthday commandGar
2021-11-10fix: explicitly allow `npm help` to open file:/// man pagesGar
2021-11-10fix: don't try to open file:/// urlsGar
2021-11-09chore: refactor pack testsGar
2021-11-05chore: update to latest eslint and linting rulesGar
2021-11-04fix: make prefixed usage errors more consistentLuke Karrys
2021-11-04fix(help|edit): use npm.exec, use file:///Gar
2021-11-04chore: lint previously ignored filesLuke Karrys
2021-11-04chore: remove usage of unnecessary util.promisifyLuke Karrys
2021-11-04fix: shrinkwrap setting incorrect lockfileVersionLuke Karrys
2021-11-04chore: refactor commandsGar
2021-10-27fix: allow `--lockfile-version` config to be string and coerce to numberPelle Wessman
2021-10-15feat(workspaces): add --include-workspace-root and explicit --no-workspacesfritzy/workspace-rootGar
2021-10-07chore: fix publish testsGar
2021-10-07feat: drop node 10, 11, and programmatic apiGar
2021-09-30Revert "feat(workspaces): --include-workspace-root"Luke Karrys
2021-09-30feat(workspaces): --include-workspace-rootGar
2021-09-28fix: restore exit code on "npm outdated"gfyoung
2021-09-27fix: encode url before openingGar