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
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-02-09 01:13:51 +0300
committerC J Silverio <ceejceej@gmail.com>2017-02-10 02:37:51 +0300
commitd85d58d4a352660aeac5c98c4a257e5eb4070bb6 (patch)
tree164779ef48e9b29ab75f97a4815ae136caef0cff /package.json
parent6faa46294cfda64ac923024cbcf01888f477e79a (diff)
npm: Lazy load caching-registry-client (#15631)
PR-URL: https://github.com/npm/npm/pull/15631 Credit: @iarna Reviewed-By: @zkat
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index daed5a474..b48f78709 100644
--- a/package.json
+++ b/package.json
@@ -57,6 +57,7 @@
"inherits": "~2.0.3",
"ini": "~1.3.4",
"init-package-json": "~1.9.4",
+ "lazy-property": "~1.0.0",
"lockfile": "~1.0.3",
"lodash._baseuniq": "~4.6.0",
"lodash.clonedeep": "~4.5.0",
@@ -137,6 +138,7 @@
"ini",
"init-package-json",
"JSONStream",
+ "lazy-property",
"lockfile",
"lodash._baseindexof",
"lodash._baseuniq",