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-03Case-insensitively compare execPathisaacs
2011-08-24Don't deref undefined command namesisaacs
2011-08-24Allow calling camelCase or css-case for commandsisaacs
2011-08-23Support using 'node npm.js blah'isaacs
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
2011-03-22walk up the --prefix to a non-node_modules dirisaacs
2011-03-22don't use the stupid broken ancient localreg thingisaacs
2011-03-22root command to show where things are installedisaacs
2011-03-22shuffle list around for todo-list useisaacs
2011-03-22Add engine checksisaacs
2011-03-22Refuse to handle pathological dependency cyclesisaacs
2011-03-22EISGIT for attempts to unbuild git reposisaacs
2011-03-22Remove some now-unnecessary piecesisaacs
2011-03-22add unbuild to command listisaacs