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-26Add multi-stage installerRebecca Turner
2015-04-03read-package-json@1.3.3Forrest L Norvell
2015-01-23only specify npm.prefix as gentlyRm base when it is inside folder pathBlaine Bublitz
2014-12-25badly-named man files won't install (fixes #7000)Forrest L Norvell
2014-11-12never remove project directories (fixes #5754)Forrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-07-02make gentlyRm safer and tidierForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-10reduce logging for unbuildisaacs
2014-02-15Forbid deleting important npm dirsisaacs
2013-10-24let npm.commands.uninstall() return an array of removed itemsRobert Kowalski
2013-07-11Don't print 'unbuild' on installisaacs
2013-06-25produce output what unbuild deletesRobert Kowalski
2013-05-11Fixes bug where the man field is an arrayFlorian Margaine
2012-07-06Fix #2602 Invalidate package.json cache on unbuildisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Fix #2448 Remove sh shim from windowsisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-18Fix #2172 Don't remove global mans uninstalling local pkgsisaacs
2012-01-30Fix #2106 Missed a call to rm that should've been to gentlyRmisaacs
2012-01-30Don't use the 'gently' param to rimrafisaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-01No need to rm man pages on windowsisaacs
2011-10-01Remove shim files when uninstalling on windowsisaacs
2011-09-15Sometimes failure is an optionisaacs
2011-08-24Fix #1302 Clear out the json cache on unbuildisaacs
2011-08-07Use rimraf instead of local thingisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Use asyncMap from slide moduleisaacs
2011-07-20Use chain function from slide moduleisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-05-01use force if requestedisaacs
2011-04-30Change ordering of install scriptsisaacs
2011-04-24warn should be a verboseisaacs
2011-04-24Remove global bin symlinks properlyisaacs
2011-04-08Closes GH-787 Don't bypass cache for local installs.isaacs
2011-03-22remove extraneous linesisaacs
2011-03-22missed this one in the globalprefix/prefix config changeisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-22Detect global-ness betterisaacs
2011-03-22Make and unmake links more gentlyisaacs
2011-03-22move git-check into install.js, not unbuild.isaacs
2011-03-22Refuse to install over git repos.isaacs
2011-03-22uninstallation in a folderisaacs