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 (Collapse)Author
2016-06-24read-package-tree@5.1.5Rebecca Turner
Make bad symlinks be non-fatal errors when reading the tree off disk. Credit: @watilde Reviewed-By: @iarna PR-URL: https://github.com/npm/read-package-tree/pull/6
2016-05-20read-package-tree@5.1.4Rebecca Turner
Don't mark a module as linked just because its node_modules is a link. Credit: @iarna Fixes: #10013 PR-URL: https://github.com/npm/npm/pull/12756 Reviewed-By: @othiym23
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-09-25read-package-tree@5.1.2Rebecca Turner
PR-URL: https://github.com/npm/npm/pull/9744
2015-07-18read-package-tree@5.1.0Rebecca Turner
Pull in 5.1.0 to support filtering the results at READ time. PR-URL: https://github.com/npm/npm/pull/8977
2015-07-01read-package-tree@5.0.0Rebecca Turner
Makes errors in the tree non-fatal, instead storing them in an error attribute.
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-26read-package-tree@4.1.0Rebecca Turner