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-08-13process.titleisaacs
2010-08-10Remove kludge for old versionsisaacs
2010-08-10First pass at a weird broken starter repl. Anyone wanna do the rest of it?isaacs
2010-08-08Dumb simple view command. Fix #163isaacs
2010-08-07Handle stdin/exiting a little more gracefully.isaacs
2010-08-07Print a kinder gentler error message when the tmp folder can't be cleaned up.isaacs
2010-08-05Fix for earlier versions of node that didn't have proper module identity.isaacs
2010-08-05Make sure that configs are resolved always. Hopefully resolve #154 and #155isaacs
2010-08-05Use dirname rather than a relative link, to avoid the "could not find module ...isaacs
2010-08-03styleisaacs
2010-08-03Add the update and update-dependents commandsisaacs
2010-08-03Don't complain if the .tmp folder doesn't exist when removing itisaacs
2010-08-03Seems like everything's pretty much working now with the prototypal configsisaacs
2010-07-25Add a command to manage package maintainers. Fix #40isaacs
2010-07-25$PREFIX/etc/npmrc is checked before $HOME/.npmrc, ability to set relative roo...Francisco Treacy
2010-07-25Logging the temp folder is just dumbfaceisaacs
2010-07-25Don't load command logic until/unless necessaryisaacs
2010-07-25Clean up temp folder after each run. Fix #87isaacs
2010-07-25Fixing bugs in 0.1.99, and enable support for itisaacs
2010-07-25kludge for execPathisaacs
2010-07-25Exit if necessaryisaacs
2010-07-05Add temporary kludge for EventEmitter#onisaacs
2010-07-03s/addListener/on/gisaacs
2010-06-08unpublish. w00t.isaacs
2010-06-08Log when the version can't be read, and use the readFileSync buffer properlyisaacs
2010-05-29Report the version of npm to make failure logs easier to spot when they're ou...isaacs
2010-05-11Add start, restart, stop, and test commands that just run scripts in the "scr...isaacs
2010-05-09Add the cache command and documentation.isaacs
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