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
path: root/npm.js
AgeCommit message (Expand)Author
2010-05-03One install to rule them all.isaacs
2010-05-03Add registry-install, with dependency resolution, fetching from registry, etc.isaacs
2010-05-03Make npm.set work like npm.config.set, where setting a data with an _id membe...isaacs
2010-04-27one-line-ifyisaacs
2010-04-27support overriding config options just for one command on the command line us...isaacs
2010-04-26refactor deactivate docisaacs
2010-04-25Refactor the commands onto npm.commandsisaacs
2010-03-26Don't hang ini.config on npm.config because it gets clobbered by the "config"...isaacs
2010-03-26Add the config commandisaacs
2010-03-26Streamline the config stuff around a bit.isaacs
2010-03-24remove the todos that are doneisaacs
2010-03-24save the config on exitisaacs
2010-03-24typo leading to the wrong tmp folderisaacs
2010-03-23Use the config for the root setting.isaacs
2010-03-23adduser cli option, creates a couchdb user and stores new credentials locallyMikeal Rogers
2010-03-21Point the default registry at its future location.isaacs
2010-03-21Updated to work with node 0.1.33 with the various net2 changes.isaacs
2010-03-11Add the tab functionisaacs
2010-03-11Expose publish command.isaacs
2010-03-06alias 'uninstall' to 'rm' since that's so much easier to typeisaacs
2010-03-05Add an uninstall functionisaacs
2010-03-05Regression in utils refactor.isaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-04Add link command to the npm object.isaacs
2010-03-04Add the build command.isaacs
2010-03-01Dry things up a bit, use "npm" instead of exports since that's nicer.isaacs
2010-03-01Always return the same npm object.isaacs
2010-02-28Add the list command to show what's installed.isaacs
2010-02-28Add the activate command (doesn't do anything yet)isaacs
2010-02-171. Update to work with the latest node (mostly)isaacs
2010-01-12It works. call npm.install(tarball, name) to install the package at "tarball"...isaacs
2010-01-12semicolonisaacs
2010-01-12Taking big bites right now.isaacs
2010-01-12Blank slate.isaacs
2009-10-08Work around the change to exec().isaacs
2009-10-06Making it work with a split catalog.isaacs
2009-10-05Missed some include()s.isaacs
2009-10-05Tweaked to work with the latest node.isaacs
2009-10-05Add some robustness in the package file lib linking.isaacs
2009-10-05Links the library file now, but makes use of a non-standard change to node.js...isaacs
2009-10-05Use the shared stuff in utils.jsisaacs
2009-10-03Putting too much stuff in here. It's sort of fetching the tarballs, but not ...isaacs
2009-10-03Slight change to enhance "queue" with a "stack" function that is the same, bu...isaacs
2009-10-03A completely embarrassingly disorderly mess right now. But it's getting clos...isaacs
2009-09-30Bit of restructuring around how the installation works, and standardized a lo...isaacs
2009-09-30Start on the path of installing things.isaacs
2009-09-30Remove the command line curl in favor of http.cat.isaacs
2009-09-30Remove the commented-out sections of httpClient fail. That's what source con...isaacs
2009-09-30Kludge some command-line curl in there to get around the fact that httpClient...isaacs
2009-09-29Initial drop. Ugly, sketchy, and not even yet quite a "work in progress".isaacs