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
2019-02-14Revert "install/dedupe: fix hoisting of packages with peerDeps (#147)" (#152)Kat Marchán
2019-02-14install/dedupe: fix hoisting of packages with peerDeps (#147)Tobias Koppers
2018-05-25dedupe: Fix deduping bundles (eg don't)Rebecca Turner
2018-02-20install: Handle packages without install metadata gracefullyRebecca Turner
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-05-26dedupe: find-dupes should output _something_Rebecca Turner
2016-12-02dedupe: Remove unused codeRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2015-11-25doc: npm dedupe doesn't take any argumentsBen Gotow
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09child-path: Compute the path of a new child module in only one placeRebecca Turner
2015-10-09package-id: Use getPackageId more consistently in diagnosticsRebecca Turner
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26dedupe: Only clone + load-extraneousRebecca Turner
2015-06-26Add pre-installation permissions checkingRebecca Turner
2015-06-26Fix various complicated dedupe bugsRebecca Turner
2015-06-26Add logging of current install stageRebecca Turner
2015-06-26Stop deduping from resolving/installing missing depsRebecca Turner
2015-06-26Filter out all of the modules not currently in play with global operationsRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-03-05dedupe: test/tap/dedupe-scoped.js uses find-dupesForrest L Norvell
2015-03-05dedupe: Handle scoped packagesKarolis Narkevicius
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-09-12restore long-missing bit of dedupeForrest L Norvell
2014-07-02use --scope to map scope to registryForrest 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-04-10update tap tests to hit no external dependencies.bcoe
2014-02-15dedupe: respect dependency versionsRafael de Oleza
2014-02-15Forbid deleting important npm dirsisaacs
2013-11-24Use platform independent path separators in dedupMatt Colyer
2013-11-10dedupe: De-duplicate require('npm') linesisaacs
2013-09-08dedupe: respect --tagMaximilian Antoni
2013-06-21Update everything to work with semver@2isaacs
2013-01-29dedupe: Don't fail when nothing is installedisaacs
2013-01-19readdir more carefullyisaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange
2012-12-28Crash on readJson errors other than ENOENTisaacs
2012-11-08Fix #2934 dedupe set must be [] when emptyisaacs
2012-08-22dedupe: Handle dev/extraneous deps betterisaacs
2012-08-21The dedupe commandisaacs