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/utils
AgeCommit message (Expand)Author
2022-04-14fix: skip update notifier file if not requestedLuke Karrys
2022-04-05fix(run-script): don't cascade if-present config (#4678)Ruy Adorno
2022-04-04fix: do not export npm_config_include_workspace_rootGar
2022-04-04fix: replace deprecated String.prototype.substr() (#4667)CommanderRoot
2022-03-30fix: consolidate split-package-namesGar
2022-03-30fix: return otplease fn resultsGar
2022-03-28fix: consolidate path delimiter logicGar
2022-03-28fix: consolidate node version support logicGar
2022-03-28fix: consolidate is-windows codeGar
2022-03-28fix: consolidate command alias codeGar
2022-03-28fix: move shellout logic into commandsGar
2022-03-24fix: 100% coverage in tests (#4607)Gar
2022-03-24feat: add logs-dir config to set custom logging locationLuke Karrys
2022-03-24feat(version): reify on workspace version change (#4588)Ruy Adorno
2022-03-17docs: fix unpublish docs to auto generate usage (#4584)Gar
2022-03-17docs: explain that git-tag-version=false does not commit (#4574)Gar
2022-03-17fix: add isntall alias to install (#4573)Gar
2022-03-17fix: remove "bug the author" message from package 404Gar
2022-03-10fix: clean up owner command and otplease (#4528)Gar
2022-02-24chore(cli): remove log option from being passed anywhereLuke Karrys
2022-02-09fix(config): add pack-destination flattenernlf
2022-02-08docs: add --save-bundle to --save usage outputGar
2022-02-03fix(ci): should not use package-lock configRuy Adorno
2022-02-03fix(ci): lock file validationRuy Adorno
2022-01-20fix: npm update --save (#4223)Ruy Adorno
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-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-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-04chore: remove usage of unnecessary util.promisifyLuke 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-12feat(config): Add --lockfile-version config optionisaacs
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-27fix: encode url before openingGar
2021-09-16fix(logs): clean args for failed commandsGar
2021-09-14fix(config): user-agent properly shows ciGar
2021-09-13fix(did-you-mean): succeed if cwd is not a packageGar
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