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
2017-05-26pacote@2.7.4Kat Marchán
2015-12-12dep: Make readable-stream@2.0.2 a regular dependencyRebecca Turner
Previously it was only used in tests, but we needed a modern pass through stream to provide buffering for 0.8 http streams, which have a bug around backpressure.
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-14sha@2.0.1Rebecca Turner
2015-07-01graceful-fs@4.1.2isaacs
PR-URL: https://github.com/npm/npm/pull/8735
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-06-01readable-stream@1.1.13Forrest L Norvell
The npm@<3 dedupe algorithm basically chooses which version of a module to hoist arbitrarily. Manually install 1.1.13 (streams3) and prune it where it appears in the tree, and also install 1.0.33 in `request` so that it continues to work as expected.
2014-10-17sha@1.3.0Forrest L Norvell
I guess the line endings changed?
2014-10-01add readable-stream dedupe depisaacs
2014-09-12update sha to pick up new readable-stream moduleisaacs
2014-06-14sha@1.2.4isaacs
2014-01-14sha updateisaacs
For new readable-stream
2013-09-07sha@1.2.3isaacs
2013-07-26include sha's readable-stream optional depisaacs
Fix #3698
2013-07-22Bump many deps for graceful-fs@2 upgradeisaacs
2013-04-29replace `./lib/utils/sha.js` with `sha`ForbesLindesay
closes #3381