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
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-09-26Ensure that npm-debug.log file is created when rollbacks are doneisaacs
2014-09-23fix typoForrest L Norvell
2014-09-23Skip installation of installed scoped packages.Tim Oxley
2014-09-23npmconf decides what the default prefix isForrest L Norvell
2014-09-22Fix development dependency is preferred over dependency.Anders Janmyr
2014-09-22Re-apply a71615a. Fixes #3265 again, with a test!David Glasser
2014-09-21add `npm view .`Evan Lucas
2014-09-21fixes #5867, replaces #5790: no git hooksChristopher Hiller
2014-09-20Raise error when tar.unpack encounters a 0-byte tgzisaacs
2014-09-20trivial spacing fixisaacs
2014-09-20Make all write streams atomicisaacs
2014-09-19Allow init without promptMichael Nisi
2014-09-19reintroduce omitted chown (thx iarna!)Forrest L Norvell
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-19support saving --always-auth on adduserForrest L Norvell
2014-09-16Disabled `prepublish` when running production mode install.Jussi Kalliokoski
2014-09-14attach the node version to the published documentForrest L Norvell
2014-09-13function name spacingForrest L Norvell
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-13pack scoped packages correctly (fixes #6175)Forrest L Norvell
2014-09-13Defer rollbacks to end of install.isaacs
2014-09-13style tweaks & dead variable removalForrest L Norvell
2014-09-13lifecycle: clean up callback mutation codeisaacs
2014-09-12restore long-missing bit of dedupeForrest L Norvell
2014-09-12consistently use double quotesForrest L Norvell
2014-09-12tweak output formatting for consistencyForrest L Norvell
2014-09-12Remove enginesisaacs
2014-09-12Error output cleanupisaacs
2014-09-11cache: chown from root if nothing was createdisaacs
2014-09-10cache: set ownership properly on generated package.json fileisaacs
2014-09-10addLocalTarball: chown from the first created dir, not just the target dirisaacs
2014-09-10getCacheStat: always return consistent data types to cbisaacs
2014-09-06use prefix in preference to cwdForrest L Norvell
2014-09-05style tweaks: semicolons, spacing, ' -> "Forrest L Norvell
2014-09-05make #6119 compatible with #5629Forrest L Norvell
2014-09-05Fallback to module installs if package.json is missing in a localRebecca Turner
2014-09-05stylistic cleanupsForrest L Norvell
2014-09-05correctly set _from as a relative pathForrest L Norvell
2014-09-05move from fs.statSync ot fs.stat using asyncMapDylan Greene
2014-09-05use file:, fix tests.Dylan Greene
2014-09-05when saving, using file://Dylan Greene
2014-09-05add tests for local paths in package.json and --save localpathDylan Greene
2014-09-05remove pre-publish check for a future PRDylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-09-03tag: Do not allow tagging with a SemVer range as the tag nameisaacs
2014-09-03isntall ins't FOR youForrest L Norvell
2014-08-30Run commands in prefix, not cwdisaacs
2014-08-30ls: Do not show deps of extraneous depsisaacs