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
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-04-17Make npm init text a little more friendlyJames Butler
2014-11-13init: dont report write if canceledsmikes
2014-09-19Allow init without promptMichael Nisi
2014-05-12Fix #5200: only show warning when canceling `npm init`Evan Lucas
2014-05-08Busy Spinner, no http noiseisaacs
2013-04-29Provide the raw config object to initJson.Martin Cooper
2012-06-17Use new init magicisaacs
2012-06-15Update node-gyp to 0.5isaacs
2012-06-12un-parse the author fieldisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-04-07init: Allow clobbering repository with 'none'isaacs
2012-04-07Don't clobber the repo object with a string.Martin Cooper
2012-02-28init: Don't add engines sectionisaacs
2012-01-13Fix #2018 Make git binary configurableisaacs
2011-12-10Use 'read' as a submoduleisaacs
2011-11-06init: Make the engines.node default a bit looserisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-08-07Put .js on filenamesisaacs
2011-08-02Close #1214 Don't create an invalid engine rangeisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-06-29Files shall end in \nisaacs
2011-06-29Style, and remove an unnecessary chdirisaacs
2011-04-27Remove 'directories.lib' from init. Sends the wrong message.isaacs
2011-04-06Default version and auther info from config for `npm init`.Laurie Harper
2011-03-22update for output changeisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2010-12-16Don't double-parenthesize "none" in `npm init` output.Evan Meagher
2010-12-16Add git repo step to `npm init`.Evan Meagher
2010-12-03Fix #417. chdir() doesn't parallelize well.isaacs
2010-11-18Fix when git describe --tags isn't valid.isaacs
2010-10-29refactor output to go through central moduleisaacs
2010-10-22Fix #131. Not a perfect init command, but a decent start.isaacs