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-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-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
2011-03-22alias 'author' for 'owner'isaacs
2011-03-22alias s for searchisaacs
2011-03-22Rollback that 'global if --prefixed' thing.isaacs
2011-03-22If a prefix explicitly set, then be global about itisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-22Add an 'npm prefix' command to get the prefixisaacs
2011-03-22Walk up the folder tree for the prefixisaacs
2011-03-22alias search to findisaacs
2011-03-22special hack for 'll' or 'la'isaacs
2011-03-22Util for removing extraneous packagesisaacs