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-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
2021-09-16fix(logs): clean args for failed commandsGar
2021-09-15fix(search): return valid json for no resultsAyush Rawal
2021-09-14fix(config): user-agent properly shows ciGar
2021-09-13fix(view): Show the correct publish date for versions selected by rangeAnders Kaseorg
2021-09-13fix(did-you-mean): succeed if cwd is not a packageGar
2021-09-09feat(install): very strict global npm enginesGar
2021-09-09fix(error-message): clean urls from 404 errorGar
2021-08-26tests(config): fix snapshot cleanerGar
2021-08-26fix(config): respect --global, --package-lock-onlynlf