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
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
2010-06-10Set the version when the json is read. Fix #63isaacs
2010-05-14automatically deactivate on uninstall. Also, remove all versions of a package.isaacs
2010-05-03Remove versioned as well as unversioned bin filesisaacs
2010-05-03Code styleisaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-03-23trailing whitespaceisaacs
2010-03-06s/getOwnProperties/getOwnPropertyNames/ Worst named helper function evar.isaacs
2010-03-06Clean up the things that are linked into the (otherwise pristine) package dir...isaacs
2010-03-06Clean up semver parsing a bit, exposing the regexps as exported parse functio...isaacs
2010-03-05Add an uninstall functionisaacs