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
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
2021-09-23chore: correct a typo in lib/deprecate.jsFelix Yan
2021-09-16fix(logs): clean args for failed commandsGar
2021-09-15fix(install): use configured registry when checking manifestJacob Yacovelli
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-26fix(config): respect --global, --package-lock-onlynlf
2021-08-19fix(docs): update npm-publish access flag infoaustincho
2021-08-18fix(error-message): look for er.path not er.fileGar
2021-08-18feat(cache): initial implementation of ls and rmNathan Fritz
2021-08-17fix(logging): sanitize logged argvGar
2021-08-17chore(docs): add more 'autogenerated' commentsisaacs
2021-08-17fix(did-you-mean): switch levenshtein librariesGar
2021-08-11deps: remove byte-sizeGar
2021-07-29fix(tests): move more tests to use real npmGar