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
AgeCommit message (Expand)Author
2021-11-04chore: refactor commandsGar
2021-09-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
2021-08-26fix(config): respect --global, --package-lock-onlynlf
2021-07-15feat(config): introduce 'location' parameternlf
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-05-10fix(packages): locale-agnostic string sortingisaacs
2021-03-25fix: npm config warn on workspacesRuy Adorno
2021-03-24fix: config should not error when workspaces are configurednlf
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18update lib/*.js to use new config structuresisaacs
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-12-18Support multiple set/get/deletes in npm configisaacs/config-set-multiisaacs
2020-12-15refactor editor dependency out of lib/confignlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-23fix: npm configRuy Adorno
2020-08-21config.del() -> config.delete()isaacs
2020-08-21lint fixesisaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-07-29update dependencies, refactor config loading to asyncisaacs
2020-07-29Remove the log-stream config, fix some references to removed modulesisaacs
2020-05-08Set non-default configs in the environmentisaacs
2019-08-15gentle-fs@2.2.1isaacs
2018-04-11config: only create config dir before writeDavid Hu
2018-03-23standardizeRebecca Turner
2017-08-16config: provide --json cli switch to npm config listMike Sherov
2017-08-16config: clarify list codeMike Sherov
2016-07-08config: progressbar should be disable in editorDaijiro Wachi
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-03-11config: include per-project .npmrc file in "npm config list"Andres Kalle
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-01-16report umask as zero-padded octalsmikes
2015-01-09obfuscate secrets, incl. nerfed URLs (fixes #7067)smikes
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2013-11-04#4030 Config edit escape sequencesSpain Train
2013-06-02Use os.EOL instead of custom solutionsRobert Kowalski
2013-04-29Use editor moduleisaacs
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2012-08-15Use new npmconf moduleisaacs
2012-07-31The token is an object. Treat it as one.isaacs
2012-07-27Fix 'cb called more than once' in npm config listisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-20Avoid circular errors in config ls -lisaacs
2012-06-07Replace the log util with npmlog moduleisaacs