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
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2015-12-12add-remote-tarball: work around node 0.8 http back-pressure bugRebecca Turner
2015-12-12src: Make fs-write-stream-atomic consistently referred to as writeStreamAtomicRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Cleanup after unpackingRebecca Turner
2015-03-05restore order to caching git remotesForrest L Norvell
2014-11-12warn on fetch failure (closes #6644)Forrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-09-30convert lib/utils/tar.js to use atomic streamsForrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-08-22remove repeating mkdir in cache/add-remote-tarball.js不四
2014-08-08move fetch into npm-registry-clientForrest L Norvell
2014-05-15addRemoteTarball: swap args to match addLocalTarballisaacs
2014-05-15addLocalTarball: Use pkgData instead of name/versionisaacs
2014-05-15addRemoteTarball: Pass data, not name/verisaacs
2014-05-08remove the 'use strict' and jshint bitsForrest L Norvell
2014-05-08reorganize for readabilityForrest L Norvell
2014-05-08break inflight management out into a moduleForrest L Norvell
2014-05-08goodbye variadic "optional" parametersForrest L Norvell
2014-05-08refactor add* into separate filesForrest L Norvell