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
AgeCommit message (Expand)Author
2015-05-15handle error from readPackagesmikes
2015-05-08install: nerf normalization output on dependenciesForrest L Norvell
2015-05-06npa: standardize git handlingForrest L Norvell
2015-05-01git: cacheable deps can be 'git' *or* 'hosted'laiso
2015-04-24install: less closure for devDependenciesForrest L Norvell
2015-04-24install: include devDependencies when installingsmikes
2015-04-11install: use a more robust method for testing for scopeForrest L Norvell
2015-04-11install: scoped packages with peerDependencieserik wienhold
2015-04-10git: save non-normalized shorthand to package.jsonForrest L Norvell
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-03-13install: track bundled dependencies in contextForrest L Norvell
2015-03-12install: removed obsolete commentRichard Littauer
2015-03-06install: tweak install --link for gitForrest L Norvell
2015-03-06install: don't try to --link git dependenciessmikes
2015-03-05install: engineStrict only warns for this packageForrest L Norvell
2015-02-27completion: remove registry calls to -/shortForrest L Norvell
2015-02-27completion: install completion on folders and urlsHelge Skogly Holm
2015-02-20deprecation: peerDependencie deprecation tweaksForrest L Norvell
2015-02-13src: warn that peerDependency behavior is changingForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-17install peerDependencies from top (closes #6323)Forrest L Norvell
2014-10-04inflight installs, prevent peerDependency problemsForrest L Norvell
2014-10-03log errors on multi-{install,build}Forrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-27clean up locking; prefix lockfile with "."Forrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache β†’ lock targetForrest L Norvell
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-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-16Disabled `prepublish` when running production mode install.Jussi Kalliokoski
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-13Defer rollbacks to end of install.isaacs
2014-09-05stylistic cleanupsForrest 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-05allow local paths in package.json, but disallow publishingDylan Greene
2014-08-22make sure already install work for scoped packages不四
2014-07-17npm-package-arg replacements for split in installForrest L Norvell
2014-07-17invalid names in optional deps are an early errorForrest L Norvell
2014-07-17use npm-package-arguments when savingForrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-05-23Always sort saved bundleDependenciesisaacs