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-07-10install: uninstall: Limit global tree manipulation to named pkgsRebecca Turner
2015-06-26uninstall: Support "no arguments"=global action semanticsRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Make `npm uninstall -g` uninstall the current packageRebecca Turner
2015-06-26Add logging of current install stageRebecca Turner
2015-06-26Filter out all of the modules not currently in play with global operationsRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2015-02-27rm: npm rm <noargs> globally removes (unlinks) '.'isaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2013-06-21Update everything to work with semver@2isaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-06-17Add the --save-bundle configisaacs
2012-06-17Fix #2452 Use --save(-dev|-optional) in npm rmisaacs
2012-06-11Use read-package-json depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-03-23Fix #2293 Don't try to 'uninstall' /isaacs
2011-10-22Close #1582 Make prefixes better on windowsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-09-08Remove all reference to activate/deactivate from docs and commentsisaacs
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-11Close #872 Don't destroy the world on 'rm .'isaacs
2011-04-07Closes GH-780 unlink as reverse to linkisaacs
2011-03-22remove extraneous linesisaacs
2011-03-22completion for uninstallisaacs
2011-03-22Use prefix, and delete all the old commented-out crapisaacs
2011-03-22uninstallation in a folderisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-11closes gh-569 Support stomping half-installsisaacs
2011-01-25Allow argless npm rm in package.json folder.isaacs
2011-01-12Fix #499. Only mkdir when appropriate.isaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-11-20reduce logging a bitisaacs
2010-11-16Be a bit more forceful about uninstalling linked packages.isaacs
2010-11-13Better handling of -1-LINK package names.isaacs
2010-10-30Add recursive remove support. Major refactor.isaacs
2010-10-19Fix #302. Check for arg truishness before attempting to interpret it.isaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-09-11indentisaacs
2010-09-11First regression from the s/-/@/ thing. Make it work when you uninstall thing...isaacs
2010-09-11Use "name@version" rather than "name-version". Everywhere.isaacs
2010-09-01Numberless async mapisaacs
2010-08-27Don't fail on uninstall/deactivate script failures.isaacs