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-25Handle mans in deactivate/uninstallisaacs
2010-08-25Add support for package defaults in uninstall and deactivateisaacs
2010-08-24whitespaceisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Parallelize deactivate as much as possible.isaacs
2010-08-23Use the path module rather than literal / charsisaacs
2010-08-22rm always "works" now, so no need to hide the errorisaacs
2010-08-22Some minor changes to make it possible to remove LINK packages properly. Fix ...isaacs
2010-07-27Don't link executables if binroot is falseyisaacs
2010-07-25Clean up some noisy logs that are no longer helpfulisaacs
2010-06-08Add a -LINK-{hash} tag to link versionsisaacs
2010-05-17Make deactivate respect binroot setting.isaacs
2010-05-03Make npm.set work like npm.config.set, where setting a data with an _id membe...isaacs
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-11s/_npmKey/_id/ to match couchdb's idiomisaacs
2010-03-05allow single bare functions to be passed to chain(). wrapping a single funct...isaacs
2010-03-05Use the "bin" field rather than the install/activate scripts.isaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-01Deactivate the active version of a packageisaacs