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 it for real this time.v0.1.27-2isaacs
2010-08-27Add some verbose logging to track down the bug reported by pyronicide in IRC.isaacs
2010-08-25require the symlink util at the top of the fileisaacs
2010-08-24log betterisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-10Sniff for wscript. Fix #72isaacs
2010-08-04Objectify the dependencies when reading json.isaacs
2010-08-04always install devDependencies when doing a link installisaacs
2010-08-04Don't install the current folder when linking if there are no dependencies.isaacs
2010-08-03Apparently readInstalled doesn't always filter. Should look into that.isaacs
2010-08-03Install dependencies when doing link, and also roll back on failure. Fix #133isaacs
2010-07-25Regression fix.isaacs
2010-07-25Fix regression in link.js refactorisaacs
2010-07-25Fix regression from e97bd0disaacs
2010-07-25Simplify link command to use the abstracted out link.jsisaacs
2010-07-25Make link packages > their normal counterparts, since they're generally newer...isaacs
2010-07-03Sniff for crypto more reliably, and require node 0.1.99isaacs
2010-06-29Default publish, install, and link to "." if no arguments given. Fix #73isaacs
2010-06-26raise an error about not having crypto where it's neededisaacs
2010-06-16update method of creating hash objectisaacs
2010-06-08Add a -LINK-{hash} tag to link versionsisaacs
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-05make use of the terser single-function syntax that chain allows.isaacs
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-04Get the absolute address to a folder when linking, so that you can link . wit...isaacs
2010-03-04Install via symlink instead of from a tarball.isaacs