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-25Activate mans!isaacs
2010-08-25Load the default bins and whatnot in activateisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23make the maps asyncisaacs
2010-08-23Make activate as parallel as possible.isaacs
2010-08-22whitespace errorsisaacs
2010-08-22Correct a few things, and use path.join over literal / charactersisaacs
2010-08-22Initial implementation of package 'modules.' Issue 144.Alex Wolfe
2010-08-11typoisaacs
2010-08-10semver is not defined when args === 2isaacs
2010-08-03Activate on updateisaacs
2010-07-27Make activate faster by avoiding extra work.isaacs
2010-07-27Don't link executables if binroot is falseyisaacs
2010-07-26Relative links! Fix #104. Fix #21.isaacs
2010-07-25Update activate to use name@version styleisaacs
2010-06-10Set the version when the json is read. Fix #63isaacs
2010-06-08Add a -LINK-{hash} tag to link versionsisaacs
2010-05-17Make activate honour user defined binrootMartyn Smith
2010-05-03revert previous change. no longer necessaryisaacs
2010-05-03Don't try to link the lifecycle env vars as bins.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-04-25Refactor the commands onto npm.commandsisaacs
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-04No need to pass cb as an arg, since it's being done by chain() already.isaacs
2010-03-01Don't require the implicit deactivate if there was no need for it.isaacs
2010-03-01Do implicit install. Don't use exec when fs will do.isaacs
2010-03-01Remove the todo. The symlink itself is a perfectly appropriate data mechanism.isaacs
2010-02-28Activate command, working now.isaacs
2010-02-28Rename process-cb to execisaacs
2010-02-28Add the activate command (doesn't do anything yet)isaacs