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
2016-12-13fetch-package-metadata,add-named: Unify package version selectionRebecca Turner
2016-12-13add-named: allow splat tag to be configurableKat Marchán
2015-10-16errors: Show available versions as lists instead of JSONRebecca Turner
2015-10-09package-id: rename into utils, from install/get-package-idRebecca Turner
2015-09-25cache: also update port when updating protocolJames Hartig
2015-07-10test: standard compliance fixes to cherrypicked e835295Rebecca Turner
2015-07-10cache: Make "*" match "latest" if all versions are prereleaseRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-07-01cache: Remove the engineStrict package.json varRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Add multi-stage installerRebecca Turner
2015-05-15cache: fix error messages for private registriesMichael Hayes
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-03-05install: engineStrict only warns for this packageForrest L Norvell
2015-02-20deprecation: say where engineStrict is being used.Forrest L Norvell
2015-02-13src: deprecate engineStrict in package.jsonForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04inflight by URL rather than package specForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-26lock cache → lock targetForrest L Norvell
2014-09-22Re-apply a71615a. Fixes #3265 again, with a test!David Glasser
2014-07-02simplify use of maybeGithubForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02first piece of @org/package module specifiersForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-06-06graceful-fs@3isaacs
2014-05-15addRemoteTarball: swap args to match addLocalTarballisaacs
2014-05-15addRemoteTarball: Pass data, not name/verisaacs
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-08fix #5178 in refactor branchForrest 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