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
2017-03-10fs-write-stream-atomic@1.0.10Kat Marchán
2016-01-07fs-write-stream-atomic@1.0.8Rebecca Turner
Rewrite to use modern streams even on 0.8 plus a bunch of tests Credit: @iarna
2015-12-04fs-write-stream-atomic@1.0.5Forrest L Norvell
Fixes: #10629 Credit: @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-10fs-write-stream-atomic@1.0.4Rebecca 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-05-22fs-write-stream-atomic@1.0.3Rebecca Turner
2014-09-30fs-write-stream-atomic@1.0.2Forrest L Norvell
Now works with streams1 fs.WriteStreams.
2014-09-23fs-write-stream-atomic@1.0.1Forrest L Norvell
Fix a race condition in our race condition fixer.
2014-09-20Add fs-write-stream-atomic depisaacs