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
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-03-24fix(progress): re-add progress bar to reifyGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-18throw an error when trying to dedupe in global modenlf/no-global-dedupenlf
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-07-29Pass options to arborist.reify() in dedupe, pruneisaacs
2020-07-08add completion module for 'no completion possible'isaacs
2020-07-08fix completion call signature in several commandsisaacs
2020-07-08test: clean up prune/dedupe tests suiteclaudiahdz
2020-06-09feat: make find-dupes top-level commandclaudiahdz
2020-06-06feat: add dryRun to dedupeclaudiahdz
2020-06-06feat: use Arborist for dedupe and pruneclaudiahdz
2020-05-08Consistent output for most reify() commandsisaacs
2020-05-08Fix (with hacky temporary code in some cases) usage output for all commandsisaacs
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