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
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
2010-08-25Asynchronize uninstallingisaacs
2010-08-25Handle mans in deactivate/uninstallisaacs
2010-08-25Add support for package defaults in uninstall and deactivateisaacs
2010-08-25Make uninstall more parallel and logged betterisaacs
2010-08-24Do the uninstallation steps all at onceisaacs
2010-08-24log betterisaacs
2010-08-24log betterisaacs
2010-08-24log configgy puddingisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-22whitespace errorsisaacs
2010-08-22Some minor changes to make it possible to remove LINK packages properly. Fix ...isaacs
2010-08-03styleisaacs
2010-08-03Fix a few areas where uninstall was removing the active bin/main file rather ...isaacs
2010-07-25Remove all bins, not just the first one. Also, some style.isaacs
2010-07-25Make new uninstall work with tagged link foldersisaacs
2010-07-25Serious refactor. Fix #92.isaacs
2010-07-25Don't fail uninstalling if there's no active versionisaacs
2010-06-26Handle the binroot a bit smarter, work around the homebrew issueisaacs