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
2016-11-04inflight@1.0.6Forrest L Norvell
Clean up even if / when a callback throws. Credit: @phated Reviewed-By: @othiym23 Reviewed-By: @isaacs Fixes: npm/inflight#1 PR-URL: https://github.com/npm/inflight/pull/3
2016-05-19inflight@1.0.5Kat Marchán
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-06-26deps: deduplicate npm@3 styleRebecca Turner
2014-10-04inflight@1.0.4Forrest L Norvell
callbacks can take an arbitrary number of parameters
2014-10-02inflight@1.0.3Forrest L Norvell
We really, really, really don't want any race conditions in npm.
2014-05-23remove normalize-package-data from top level, de-^-ify inflight depisaacs
2014-05-08break inflight management out into a moduleForrest L Norvell