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-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
2012-03-14log config usage if undefined key in set functiongradus
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-10Be more careful about when the npm builtin config gets savedisaacs
2011-10-08Output builtin config values with 'npm config ls'isaacs
2011-09-23always be validating configsisaacs
2011-09-04Proper line-ending for config-editisaacs
2011-09-04Use \r\n as the line ending on windowsisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-04-20sort keys in config lsisaacs
2011-04-01Better terser output for config lsisaacs
2011-03-25Use optparse instead of parse-args.jsisaacs
2011-03-22Completion for config commandsisaacs