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-10-01logical-tree: Make it mutate to improve performanceRebecca Turner
2015-08-21logical-tree: Make sure user installed modules are attached to root of logica...Rebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-08ls: Improve display of missing peer dep errorsRebecca Turner
2015-07-01install: Display errors reading the tree after installationRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26ls: Don't error on missing optional depsRebecca Turner
2015-06-26tree-validater: check for invalid peer deps at all levels, not just topRebecca Turner
2015-06-26install: bug fix, thinkoRebecca Turner
2015-06-26install: bug fix, missingPeers is not there by defaultRebecca Turner
2015-06-26Expand dev deps into logical tree TOORebecca Turner
2015-06-26Formatting for clarityRebecca Turner
2015-06-26We have to validate peer deps PRIOR to expanding the tree or we get the wrong...Rebecca Turner
2015-06-26Guard against missing dev deps field when exporting a logical treeRebecca Turner
2015-06-26Report missing peer dependencies in ls outputRebecca Turner
2015-06-26Factor out extraneous and dev module detection into stand alone packagesRebecca Turner
2015-06-26Add warnings if you need to update deps of a linked module, completes #6934Rebecca Turner
2015-06-26Fix dev dependency matching now that it's includes more informationRebecca Turner
2015-06-26When generate a readInstalled type tree, include link informationRebecca Turner
2015-06-26Improve dev dependency trackingRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner