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-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-15Show reasonable error message when invoked with WSHisaacs
2011-10-12Set umask before calling mkdirisaacs
2011-10-12Apply umask correctly, completely, and remove all literal mode valuesisaacs
2011-10-12Close #1509 Add 'umask' config optionisaacs
2011-10-07alias show->view for @guilleisaacs
2011-10-03New 'bugs' command.Martin Cooper
2011-10-03Set the er.code for npm-specific errors, and s/EENGINE/ENOTSUP/isaacs
2011-09-26Merge remote branch 'deanlandolt/winbin' into winbinisaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
2011-09-19Cleanup star commandisaacs
2011-09-19Add npm star commandJann Horn
2011-09-17Fix #1383 Make prefix if it doesn't already existisaacs
2011-09-07a few hacks to make npm install work on windowsDean Landolt
2011-09-04Scaffolding for debugging startup issuesisaacs
2011-09-03Case-insensitively compare execPathisaacs
2011-08-24Merge branch 'master' into api-docisaacs
2011-08-24Don't deref undefined command namesisaacs
2011-08-24Allow calling camelCase or css-case for commandsisaacs
2011-08-23Allow calling camelCase or css-case for commandsisaacs
2011-08-23Merge branch 'master' into api-docisaacs
2011-08-23Support using 'node npm.js blah'isaacs
2011-08-23Add 'apihelp' commandisaacs
2011-08-23Don't make the first arg always an array.isaacs
2011-08-23Ensure that npm.commands functions always called with an args arrayisaacs
2011-08-18Preserve other members of command functionsisaacs
2011-08-17Friendlier 'npm.install(foo)' for repl poking.isaacs
2011-08-15Provide default cb if none suppliedisaacs
2011-08-07.js extensions on require() calls in npm.jsisaacs
2011-08-07Abstract out 'which'isaacs
2011-08-03Clean up and refactor the oversized npm.load functionisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-07-15Close #1062 Add 'pack' command to create a tarballisaacs
2011-07-05Close #1117 Alias 'docs' command to 'home'isaacs
2011-06-30npm submodule commandisaacs
2011-06-04Close #898 Get and cache the uid/gid values earlyisaacs
2011-05-31Alias remove to uninstallisaacs
2011-05-31First attempt at a grep-like system for searching documentationMark Cahill
2011-04-28hide easter eggisaacs
2011-04-27Allow load without any cb.isaacs
2011-04-25Add 'root' as alias to 'npm.dir'isaacs
2011-04-13add npm whoamiisaacs
2011-04-07Closes GH-780 unlink as reverse to linkisaacs
2011-03-31Fake up the installPrefix, tooisaacs
2011-03-25se for searchisaacs
2011-03-25Move abbrev to a submodule/dependencyisaacs
2011-03-23bundle is removed, so should be bnisaacs
2011-03-22completion isn't actually plumbingisaacs
2011-03-22Where does npm install executables?isaacs
2011-03-22Don't put node_modules directly in prefix. put it in prefix/libisaacs