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
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
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-20Default undefined key values in config.set to "".chromakode
2011-01-02Allow explicitly getting disallowed configsisaacs
2010-12-20Don't show 'restricted' config valisaacs
2010-12-13Use effective location of node as execPath.isaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-11-01Use graceful fs module in config.jsisaacs
2010-10-29refactor output to go through central moduleisaacs
2010-10-20Pass the key to parseField/unParseField, so the "isPath" logic is in one place.isaacs
2010-10-15Better config edit commandisaacs
2010-10-15save config again after editing, to re-sort and validate.isaacs
2010-10-15A more friendly edit command.isaacs
2010-10-15just some tweaks to make config setting a little sweeterisaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-08-09handle unknown config actions more friendlylikeisaacs
2010-08-03Use console.log instead of sys.puts, and output in ini formatisaacs