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
AgeCommit message (Expand)Author
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-17docs: update usage example for npm pkg (#4424)Wassim Chegham
2022-02-09fix(config): add pack-destination flattenernlf
2022-02-09fix(publish): pass dryRun: true to libnpmpack so it doesnt write a tarballnlf
2022-02-09fix(pack): let libnpmpack take care of file writesnlf
2022-02-08docs: add --save-bundle to --save usage outputGar
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-26fix(logout): require proper auth.js from npm-registry-fetchGar
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-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-03docs: update description about where/when debug log is writtenLuke Karrys
2021-12-02chore: update one-time password promptDarcy Clarke
2021-12-02feat: streaming debug logfileLuke Karrys
2021-11-22docs: fix typo in `save-peer` descriptionTakuya Fukuju
2021-11-22fix: add missing scope on flat optionsYucel Okcu
2021-11-22chore: remove get-project-scope utilsYucel Okcu
2021-11-11chore: switch to true static attributesGar
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-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: remove usage of unnecessary util.promisifyLuke Karrys
2021-11-04fix: shrinkwrap setting incorrect lockfileVersionLuke Karrys
2021-11-04chore: refactor commandsGar
2021-10-27fix(publish): clean args before loggingGar
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-12feat(config): Add --lockfile-version config optionisaacs
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: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
2021-09-28fix: restore exit code on "npm outdated"gfyoung
2021-09-27fix: encode url before openingGar