From d85d58d4a352660aeac5c98c4a257e5eb4070bb6 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 8 Feb 2017 14:13:51 -0800 Subject: npm: Lazy load caching-registry-client (#15631) PR-URL: https://github.com/npm/npm/pull/15631 Credit: @iarna Reviewed-By: @zkat --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') 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", -- cgit v1.2.3