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/lib
AgeCommit message (Expand)Author
2011-07-16Fix bug found in submoduleisaacs
2011-07-16Move minimatch into a dependencyisaacs
2011-07-16docs: Open in npm search page if no repo/homepage listedisaacs
2011-07-15Close #1062 Add 'pack' command to create a tarballisaacs
2011-07-10Don't install deps that would be satisfied by familyisaacs
2011-07-10Setting to undefined is almost always a problemisaacs
2011-07-10Add node -v and npm -v to error outputisaacs
2011-07-09Better default usage outputisaacs
2011-07-09Put date on user objectisaacs
2011-07-08Close #1128 Use -o instead of --no-same-ownerisaacs
2011-07-07Don't bundle extraneous deps. Just causes clutter.isaacs
2011-07-05Close #1119 Always assume url-deps are validisaacs
2011-07-05Print cwd on failureisaacs
2011-07-05Close #1109 Treat . as a directoryisaacs
2011-07-05Close #1109 Object.keys on non-object in cache.jsisaacs
2011-07-01Close #1104 Don't put undefined in file listisaacs
2011-06-30npm submodule commandisaacs
2011-06-30Dumb typo.isaacs
2011-06-29Files shall end in \nisaacs
2011-06-29Fix the FIXME in validWdisaacs
2011-06-29Style, and remove an unnecessary chdirisaacs
2011-06-26Close #1078 Don't be confused by './' in 'files' listisaacs
2011-06-23move tree output to verbose, rather than warnisaacs
2011-06-23Close #1072 Track 'family' apart from 'ancestors'isaacs
2011-06-23Close #1066 Ignore OS X's stupid EPIPEs from 'source'isaacs
2011-06-22Enable including a file in a dir that is not includedisaacs
2011-06-22Handle 'files':[''] caseisaacs
2011-06-22Close #1059 Head-slappingly stupid regexp bug.isaacs
2011-06-19Close #944 Implement --save switch to write deps to package.jsonisaacs
2011-06-16Properly handle 304 responses, and duplicate lessisaacs
2011-06-16capture json opts when json is parsedisaacs
2011-06-15Close #1032 Don't try to read from nullisaacs
2011-06-15Excluding a dir should exclude everythingisaacs
2011-06-13Don't exclude files in ~/.gitignore and prefix/gitignore.isaacs
2011-06-10Don't crash on empty bindirisaacs
2011-06-09Resolve confusion between remote and localisaacs
2011-06-06Make sure package.json 'files' list is top-priorityisaacs
2011-06-05Close #1008 Parse auth in config file (whoops)isaacs
2011-06-05Disable bin publishes by default.isaacs
2011-06-05Close #1000 Parseable output for link and buildisaacs
2011-06-05Close #1000 Parseable output for installisaacs
2011-06-04Close #898 Get and cache the uid/gid values earlyisaacs
2011-06-03Regression from 1.0.9 env.HOME fix.isaacs
2011-06-03Work properly in absence of a HOME environisaacs
2011-06-03Drop support for encrypted auth info in .npmrcisaacs
2011-05-31Don't lose error info in help-search failuresisaacs
2011-05-31Close #996 Don't call help-search without argisaacs
2011-05-31Regression in 'npm link' when referencing a relative pathisaacs
2011-05-31install: Don't show () unless there are childrenisaacs
2011-05-31Don't interpret '' as true unless it's booleanisaacs