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-10-24More "programmatic npm" updates.isaacs
2010-10-24[api] Small changes to make npm available programaticallyindexzero
2010-10-22Fix #131. Not a perfect init command, but a decent start.isaacs
2010-10-20Fix #293. Use the TMPDIR if defined, or /tmp as the default temporary folder.isaacs
2010-10-05Message around 404 errors a bit more nicelyisaacs
2010-10-02npm-specific error codeisaacs
2010-10-02adds outdated commandarlolra
2010-10-02chmodisaacs
2010-09-10sudon'tisaacs
2010-09-02expose the required version of nodeisaacs
2010-08-26First crack at something resembling a fix for #74isaacs
2010-08-26Add a rebuild command. Fix #143isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Clear the temp files before process.exit, not on exitisaacs
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