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-12src: Make fs-write-stream-atomic consistently referred to as writeStreamAtomicRebecca Turner
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Refactor to use uniqueFilename from a module instead of internallyRebecca Turner
2015-06-26Cleanup after unpackingRebecca Turner
2015-06-26Add a single method of getting temporary and/or unique filenamesRebecca Turner
2014-10-04improve loggingForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-28efficiently validate tmp tarballs safelyForrest L Norvell
2014-09-26code style tweaksForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-09-20Make all write streams atomicisaacs
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss
2014-09-11cache: chown from root if nothing was createdisaacs
2014-09-10addLocalTarball: chown from the first created dir, not just the target dirisaacs
2014-05-24fix #5330Forrest L Norvell
2014-05-16addLocalTarball: Replace 'once' functionisaacs
2014-05-16addLocalTarball: minor fixups from review with @domenicisaacs
2014-05-16remove unused variables & packagesForrest L Norvell
2014-05-16addLocalTarball: comment cleanupisaacs
2014-05-15addLocalTarball: Remove extraneous unpackisaacs
2014-05-15addPlacedTarball: send package data obj, not nameisaacs
2014-05-15addLocalTarball: Use pkgData instead of name/versionisaacs
2014-05-08update docsForrest L Norvell
2014-05-08remove the 'use strict' and jshint bitsForrest L Norvell
2014-05-08devariadify cache.*Forrest L Norvell
2014-05-08goodbye variadic "optional" parametersForrest L Norvell
2014-05-08refactor add* into separate filesForrest L Norvell