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
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2016-10-20lifecycle: warn when running prepublish on installForrest L Norvell
2016-10-20lifecycle: prepublish-on-installForrest L Norvell
2016-07-01cache: ignore enoent on chownr while adding packages to cacheJulian Duque
2016-07-01cache: Fixed Windows issue with addLocalKat Marchán
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Add multi-stage installerRebecca Turner
2014-12-25inflight directory packing, just to be safeForrest L Norvell
2014-11-05only add _resolved for local deps with pathForrest L Norvell
2014-11-01save local dependencies in npm-shrinkwrap.jsonThomas Torp
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-10-03minor cleanupForrest L Norvell
2014-10-01Use realize-package-specifier in cache/addRebecca Turner
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-09-06use prefix in preference to cwdForrest L Norvell
2014-09-05correctly set _from as a relative pathForrest L Norvell
2014-09-05use file:, fix tests.Dylan Greene
2014-07-02short-circuit local installs but fall back lessForrest L Norvell
2014-07-02first piece of @org/package module specifiersForrest L Norvell
2014-05-16addLocalTarball: minor fixups from review with @domenicisaacs
2014-05-16remove unused variables & packagesForrest L Norvell
2014-05-15addLocal: Pass pkgData instead of nameisaacs
2014-05-15addLocalTarball: Use pkgData instead of name/versionisaacs
2014-05-08remove the 'use strict' and jshint bitsForrest L Norvell
2014-05-08refactor maybe* methods to be more consistentForrest L Norvell
2014-05-08devariadify cache.*Forrest 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