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-27Fix a bug where dependencies marked with "*" wouldn't be auto-installed.isaacs
2010-08-27Add some verbose logging to track down the bug reported by pyronicide in IRC.isaacs
2010-08-25Clean up exec usageisaacs
2010-08-25Move some silly logging into silly landisaacs
2010-08-25fixupisaacs
2010-08-25Better messaging when the node version isn't supportedisaacs
2010-08-24handle the "must install" list betterisaacs
2010-08-24log betterisaacs
2010-08-24Do the building AFTER everything is there, since the installed versions affec...isaacs
2010-08-24Make async map pay attention to the list, so pushing will add new things to t...isaacs
2010-08-24Drastic reorganization. Break free of the chains of serialization! Asynchro...isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Add a todo. Too much in this version already.isaacs
2010-08-23Do the cache unpacking asynclyisaacs
2010-08-23Handle 404s a bit more usefullyisaacs
2010-08-22Set a flag when rolling back so that lifecycle stuff can't fail.isaacs
2010-08-22Better error message when node version not supported. Fix #189isaacs
2010-08-11Fix retardedly backwards logic.isaacs
2010-08-08Log dependenciesisaacs
2010-08-06Report errors better when something is not in the registryisaacs
2010-08-04Install devDependencies if in "dev" mode.isaacs
2010-08-03Roll back when install fails.isaacs
2010-07-25Clean up some noisy logs that are no longer helpfulisaacs
2010-07-25Install packages using the default tag if they're supplied on the cli with ju...isaacs
2010-07-03Filter dependencies based on the running version of node. Fix #6isaacs
2010-07-03Check for installed versions in ranges. Fix #66isaacs
2010-06-29Handle the "*" version range properly, rather than treating it as a tag.isaacs
2010-06-29Default publish, install, and link to "." if no arguments given. Fix #73isaacs
2010-06-26Make the default tag 'latest' instead of 'stable'isaacs
2010-06-11Set the _nodeSupported flag on package data as it comes inisaacs
2010-05-10Also treat "." as a local pathnameisaacs
2010-05-10Leverage the cache for installs.isaacs
2010-05-09Change the docs to match how install will work.isaacs
2010-05-06Fix for bug reported by @mikeal http://gist.github.com/391441isaacs
2010-05-05get rid of two unnecessary verbose logsisaacs
2010-05-05Don't kill the error message if the fetch fails. It might be another issue.isaacs
2010-05-03Handle case where there's no data already installedv0.1.1isaacs
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