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
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-12Closes GH-574 Alias 'view' to 'info'isaacs
2011-02-08Check for sudo being ok based on node versionisaacs
2011-02-08Remove sudon'tisaacs
2011-02-04Make the .npm directory configurableDav Glass
2011-01-31Fix #539 Implement configurable "onload-script"isaacs
2011-01-28Allow forceful publishingisaacs
2011-01-23Alias "ls" command to "search" and "find"isaacs
2011-01-19More efficient multi-load preventionisaacs
2011-01-19[fix] Prevent infinite loops in npm.load() when multiple callbacks call npm.l...indexzero
2011-01-12Fix #499. Only mkdir when appropriate.isaacs
2011-01-06Allow multiple calls to npm.load() to be handled not dumblyisaacs
2011-01-01Move completion to plumbing where it belongs.isaacs
2010-12-23make docisaacs
2010-12-16Add `npm set` and `npm get` as aliases to config.isaacs
2010-12-13Fix #298: Initial run-script command.isaacs
2010-12-13Use effective location of node as execPath.isaacs
2010-12-08make "faq" a commandisaacs
2010-12-06Exclude plumbing commands from completionisaacs
2010-12-06Add "docs" command.isaacs
2010-12-04`npm explore` commandisaacs
2010-11-29Guard against using npm programmatically wrong.isaacs
2010-11-29remove "u" : "update" alias. Too confusing.isaacs
2010-11-25Edit commandisaacs
2010-11-25Version command. Fix #394isaacs
2010-11-19Handle cases where it fails to print the warningisaacs
2010-11-02nextTick the sudon't warning, so it doens't die.isaacs
2010-11-01Remove ancient todoisaacs
2010-10-31npm deprecate functionisaacs
2010-10-30Initial bash completion support. Very rudimentary.isaacs
2010-10-30Add an 'npm complete' command to look up aliasesisaacs
2010-10-29make the npm object an EventEmitterisaacs
2010-10-29Add a helpful message for when someone does "node npm.js"isaacs
2010-10-29support abbreviated versions of commandsisaacs
2010-10-27[minor] Move sudo warning till after npm.config is setindexzero
2010-10-25Put back the temp directory assurance kludge.isaacs
2010-10-25Remove last *Sync stuffisaacs
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