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-05-03Fix a bug with the fetchTarball function's callbackisaacs
2010-05-03Fix a few minor bugs, and DRY up the registry data fetchisaacs
2010-05-03Error in the range fetchingisaacs
2010-05-03One install to rule them all.isaacs
2010-05-03Make npm.set work like npm.config.set, where setting a data with an _id membe...isaacs
2010-05-03Clean up tarball and temp folder more thoroughlyisaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-26Fix the failing self-installisaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-04-25code formattingisaacs
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-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-04Factor the build stuff into npm.build out of npm.installisaacs
2010-03-04Remove the dependent link if it's already present.isaacs
2010-03-03Create a symlink in the dependency package so that it knows it's being depend...isaacs
2010-03-01typoisaacs
2010-03-01Factor out the readJson function.isaacs
2010-03-01Better logging, and remove the timeout around unpack tar. (It appears to hav...isaacs
2010-03-01Use fs.symlink instead of exec-ing ln -s.isaacs
2010-03-01Move the tarball removal into the fetchAndInstall function, since it should o...isaacs
2010-02-28Change the way that the libs are linked in, to make package activation a litt...isaacs
2010-02-28Refactor some of the reusables into the utils folder.isaacs
2010-02-27Do the dependency dance.isaacs
2010-02-22Typos in cli scriptisaacs
2010-02-22Not quite a full rewrite, but almost. Use callbacks instead of promises.isaacs
2010-02-18Additional logging.isaacs
2010-02-171. Update to work with the latest node (mostly)isaacs
2010-02-03Cosmetic code cleanups.isaacs
2010-01-20Save at this checkpoint before swapping macs.isaacs
2010-01-13Use commonjs style naming conventions.v0.0.1isaacs
2010-01-12It works. call npm.install(tarball, name) to install the package at "tarball"...isaacs
2010-01-12Getting closer. It's almost working, just not unpacking for some reason.isaacs
2010-01-12Getting closer now.isaacs
2010-01-12Taking big bites right now.isaacs