aboutsummaryrefslogtreecommitdiffstats
path: root/www/npm
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-02 01:52:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-02 01:52:31 +0800
commitb18b47a9752ed1e8b593e48b873cb1ecc8b9aad7 (patch)
tree7e8a13d117dad211ed262bb18ba2b9d5e9861bd9 /www/npm
parente0d26132f4d2f64daff20855c9b934499616eeaa (diff)
downloadfreebsd-ports-gnome-b18b47a9752ed1e8b593e48b873cb1ecc8b9aad7.tar.gz
freebsd-ports-gnome-b18b47a9752ed1e8b593e48b873cb1ecc8b9aad7.tar.zst
freebsd-ports-gnome-b18b47a9752ed1e8b593e48b873cb1ecc8b9aad7.zip
- Update to 3.10.9
Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v3.10.9/CHANGELOG.md
Diffstat (limited to 'www/npm')
-rw-r--r--www/npm/Makefile2
-rw-r--r--www/npm/distinfo6
-rw-r--r--www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py16
-rw-r--r--www/npm/pkg-plist693
4 files changed, 405 insertions, 312 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile
index edd8ad39ff3d..548e61d51c1f 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= npm
-PORTVERSION= 3.9.2
+PORTVERSION= 3.10.9
CATEGORIES= www
MASTER_SITES= LOCAL/sunpoet
diff --git a/www/npm/distinfo b/www/npm/distinfo
index 01bf5186b94d..5949c7e9fb3e 100644
--- a/www/npm/distinfo
+++ b/www/npm/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463935939
-SHA256 (npm-3.9.2.tar.xz) = a609210f2513a23093a4e373870ca946a5decf247ab2ecb75c3070691a4ef666
-SIZE (npm-3.9.2.tar.xz) = 2711172
+TIMESTAMP = 1477514027
+SHA256 (npm-3.10.9.tar.xz) = 0e456427d40146581ab425bb1b2de9c525ee6402cde7a2fe4e5775889ae51e56
+SIZE (npm-3.10.9.tar.xz) = 2459328
diff --git a/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py b/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py
index 128a51380a11..bfa67d1f887f 100644
--- a/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py
+++ b/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py
@@ -1,14 +1,14 @@
---- node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig 2015-10-02 18:06:50 UTC
+--- node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig 2016-09-09 02:47:59 UTC
+++ node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
-@@ -2059,9 +2059,9 @@ def GenerateOutput(target_list, target_d
+@@ -2065,9 +2065,9 @@ def GenerateOutput(target_list, target_d
'AR.target': GetEnvironFallback(('AR_target', 'AR'), '$(AR)'),
'CXX.target': GetEnvironFallback(('CXX_target', 'CXX'), '$(CXX)'),
'LINK.target': GetEnvironFallback(('LINK_target', 'LINK'), '$(LINK)'),
-- 'CC.host': GetEnvironFallback(('CC_host',), 'gcc'),
-+ 'CC.host': GetEnvironFallback(('CC_host',), 'cc'),
- 'AR.host': GetEnvironFallback(('AR_host',), 'ar'),
-- 'CXX.host': GetEnvironFallback(('CXX_host',), 'g++'),
-+ 'CXX.host': GetEnvironFallback(('CXX_host',), 'c++'),
- 'LINK.host': GetEnvironFallback(('LINK_host',), '$(CXX.host)'),
+- 'CC.host': GetEnvironFallback(('CC_host', 'CC'), 'gcc'),
++ 'CC.host': GetEnvironFallback(('CC_host', 'CC'), 'cc'),
+ 'AR.host': GetEnvironFallback(('AR_host', 'AR'), 'ar'),
+- 'CXX.host': GetEnvironFallback(('CXX_host', 'CXX'), 'g++'),
++ 'CXX.host': GetEnvironFallback(('CXX_host', 'CXX'), 'c++'),
+ 'LINK.host': GetEnvironFallback(('LINK_host', 'LINK'), '$(CXX.host)'),
})
diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist
index 3982e8cd3f55..d572124f0815 100644
--- a/www/npm/pkg-plist
+++ b/www/npm/pkg-plist
@@ -1,5 +1,6 @@
bin/npm
etc/man.d/npm.conf
+lib/node_modules/npm/.github/issue_template.md
lib/node_modules/npm/.mailmap
lib/node_modules/npm/.npmignore
lib/node_modules/npm/.travis.yml
@@ -233,13 +234,17 @@ lib/node_modules/npm/lib/install/filter-invalid-actions.js
lib/node_modules/npm/lib/install/flatten-tree.js
lib/node_modules/npm/lib/install/inflate-bundled.js
lib/node_modules/npm/lib/install/inflate-shrinkwrap.js
-lib/node_modules/npm/lib/install/is-dev.js
+lib/node_modules/npm/lib/install/is-dev-dep.js
lib/node_modules/npm/lib/install/is-extraneous.js
lib/node_modules/npm/lib/install/is-fs-access-available.js
+lib/node_modules/npm/lib/install/is-opt-dep.js
+lib/node_modules/npm/lib/install/is-prod-dep.js
+lib/node_modules/npm/lib/install/is-registry-specifier.js
lib/node_modules/npm/lib/install/mutate-into-logical-tree.js
lib/node_modules/npm/lib/install/node.js
-lib/node_modules/npm/lib/install/prune-tree.js
lib/node_modules/npm/lib/install/read-shrinkwrap.js
+lib/node_modules/npm/lib/install/realize-shrinkwrap-specifier.js
+lib/node_modules/npm/lib/install/report-optional-failure.js
lib/node_modules/npm/lib/install/save.js
lib/node_modules/npm/lib/install/update-package-json.js
lib/node_modules/npm/lib/install/validate-args.js
@@ -299,6 +304,8 @@ lib/node_modules/npm/lib/utils/link.js
lib/node_modules/npm/lib/utils/locker.js
lib/node_modules/npm/lib/utils/map-to-registry.js
lib/node_modules/npm/lib/utils/module-name.js
+lib/node_modules/npm/lib/utils/no-progress-while-running.js
+lib/node_modules/npm/lib/utils/output.js
lib/node_modules/npm/lib/utils/package-id.js
lib/node_modules/npm/lib/utils/parse-json.js
lib/node_modules/npm/lib/utils/pulse-till-done.js
@@ -392,14 +399,10 @@ lib/node_modules/npm/node_modules/.bin/opener
lib/node_modules/npm/node_modules/.bin/rimraf
lib/node_modules/npm/node_modules/.bin/semver
lib/node_modules/npm/node_modules/.bin/which
-lib/node_modules/npm/node_modules/abbrev/.npmignore
-lib/node_modules/npm/node_modules/abbrev/.travis.yml
-lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md
lib/node_modules/npm/node_modules/abbrev/LICENSE
lib/node_modules/npm/node_modules/abbrev/README.md
lib/node_modules/npm/node_modules/abbrev/abbrev.js
lib/node_modules/npm/node_modules/abbrev/package.json
-lib/node_modules/npm/node_modules/abbrev/test.js
lib/node_modules/npm/node_modules/ansi-regex/index.js
lib/node_modules/npm/node_modules/ansi-regex/license
lib/node_modules/npm/node_modules/ansi-regex/package.json
@@ -414,12 +417,10 @@ lib/node_modules/npm/node_modules/ansistyles/README.md
lib/node_modules/npm/node_modules/ansistyles/ansistyles.js
lib/node_modules/npm/node_modules/ansistyles/package.json
lib/node_modules/npm/node_modules/ansistyles/test/ansistyles.js
-lib/node_modules/npm/node_modules/aproba/.npmignore
lib/node_modules/npm/node_modules/aproba/LICENSE
lib/node_modules/npm/node_modules/aproba/README.md
lib/node_modules/npm/node_modules/aproba/index.js
lib/node_modules/npm/node_modules/aproba/package.json
-lib/node_modules/npm/node_modules/aproba/test/index.js
lib/node_modules/npm/node_modules/archy/.travis.yml
lib/node_modules/npm/node_modules/archy/LICENSE
lib/node_modules/npm/node_modules/archy/README.markdown
@@ -430,6 +431,14 @@ lib/node_modules/npm/node_modules/archy/package.json
lib/node_modules/npm/node_modules/archy/test/beep.js
lib/node_modules/npm/node_modules/archy/test/multi_line.js
lib/node_modules/npm/node_modules/archy/test/non_unicode.js
+lib/node_modules/npm/node_modules/asap/CHANGES.md
+lib/node_modules/npm/node_modules/asap/LICENSE.md
+lib/node_modules/npm/node_modules/asap/README.md
+lib/node_modules/npm/node_modules/asap/asap.js
+lib/node_modules/npm/node_modules/asap/browser-asap.js
+lib/node_modules/npm/node_modules/asap/browser-raw.js
+lib/node_modules/npm/node_modules/asap/package.json
+lib/node_modules/npm/node_modules/asap/raw.js
lib/node_modules/npm/node_modules/chownr/LICENSE
lib/node_modules/npm/node_modules/chownr/README.md
lib/node_modules/npm/node_modules/chownr/chownr.js
@@ -501,14 +510,6 @@ lib/node_modules/npm/node_modules/dezalgo/.travis.yml
lib/node_modules/npm/node_modules/dezalgo/LICENSE
lib/node_modules/npm/node_modules/dezalgo/README.md
lib/node_modules/npm/node_modules/dezalgo/dezalgo.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/CHANGES.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-asap.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-raw.js
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json
-lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/raw.js
lib/node_modules/npm/node_modules/dezalgo/package.json
lib/node_modules/npm/node_modules/dezalgo/test/basic.js
lib/node_modules/npm/node_modules/editor/LICENSE
@@ -557,27 +558,19 @@ lib/node_modules/npm/node_modules/fstream-npm/example/example.js
lib/node_modules/npm/node_modules/fstream-npm/example/ig-tar.js
lib/node_modules/npm/node_modules/fstream-npm/example/tar.js
lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/LICENSE
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/example/basic.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/.npmignore
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/example.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/index.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
@@ -588,18 +581,9 @@ lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_m
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/package.json
lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/.ignore
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/.npmignore
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/00-setup.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/basic.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/common.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/ignore-most.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/nested-ignores.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/read-file-order.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/unignore-child.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/test/zz-cleanup.js
lib/node_modules/npm/node_modules/fstream-npm/package.json
lib/node_modules/npm/node_modules/fstream-npm/test/ignores.js
+lib/node_modules/npm/node_modules/fstream-npm/test/scoped.js
lib/node_modules/npm/node_modules/fstream/.npmignore
lib/node_modules/npm/node_modules/fstream/.travis.yml
lib/node_modules/npm/node_modules/fstream/LICENSE
@@ -629,22 +613,21 @@ lib/node_modules/npm/node_modules/glob/README.md
lib/node_modules/npm/node_modules/glob/changelog.md
lib/node_modules/npm/node_modules/glob/common.js
lib/node_modules/npm/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/LICENSE
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/README.md
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/index.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/old.js
+lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/package.json
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
@@ -667,28 +650,17 @@ lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js
lib/node_modules/npm/node_modules/graceful-fs/package.json
lib/node_modules/npm/node_modules/graceful-fs/polyfills.js
-lib/node_modules/npm/node_modules/has-unicode/.npmignore
lib/node_modules/npm/node_modules/has-unicode/LICENSE
lib/node_modules/npm/node_modules/has-unicode/README.md
lib/node_modules/npm/node_modules/has-unicode/index.js
lib/node_modules/npm/node_modules/has-unicode/package.json
-lib/node_modules/npm/node_modules/has-unicode/test/index.js
lib/node_modules/npm/node_modules/hosted-git-info/.npmignore
-lib/node_modules/npm/node_modules/hosted-git-info/.travis.yml
lib/node_modules/npm/node_modules/hosted-git-info/LICENSE
lib/node_modules/npm/node_modules/hosted-git-info/README.md
lib/node_modules/npm/node_modules/hosted-git-info/git-host-info.js
lib/node_modules/npm/node_modules/hosted-git-info/git-host.js
lib/node_modules/npm/node_modules/hosted-git-info/index.js
lib/node_modules/npm/node_modules/hosted-git-info/package.json
-lib/node_modules/npm/node_modules/hosted-git-info/test/basic.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/bitbucket-https-with-embedded-auth.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/bitbucket.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/gist.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/github.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/gitlab.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/https-with-inline-auth.js
-lib/node_modules/npm/node_modules/hosted-git-info/test/lib/standard-tests.js
lib/node_modules/npm/node_modules/iferr/.npmignore
lib/node_modules/npm/node_modules/iferr/LICENSE
lib/node_modules/npm/node_modules/iferr/README.md
@@ -705,13 +677,11 @@ lib/node_modules/npm/node_modules/inflight/LICENSE
lib/node_modules/npm/node_modules/inflight/README.md
lib/node_modules/npm/node_modules/inflight/inflight.js
lib/node_modules/npm/node_modules/inflight/package.json
-lib/node_modules/npm/node_modules/inflight/test.js
lib/node_modules/npm/node_modules/inherits/LICENSE
lib/node_modules/npm/node_modules/inherits/README.md
lib/node_modules/npm/node_modules/inherits/inherits.js
lib/node_modules/npm/node_modules/inherits/inherits_browser.js
lib/node_modules/npm/node_modules/inherits/package.json
-lib/node_modules/npm/node_modules/inherits/test.js
lib/node_modules/npm/node_modules/ini/LICENSE
lib/node_modules/npm/node_modules/ini/README.md
lib/node_modules/npm/node_modules/ini/ini.js
@@ -733,19 +703,13 @@ lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/glob.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
@@ -796,8 +760,12 @@ lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js
lib/node_modules/npm/node_modules/init-package-json/test/scope.js
lib/node_modules/npm/node_modules/init-package-json/test/silent.js
lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js
+lib/node_modules/npm/node_modules/lockfile/.npmignore
+lib/node_modules/npm/node_modules/lockfile/.travis.yml
+lib/node_modules/npm/node_modules/lockfile/CHANGELOG.md
lib/node_modules/npm/node_modules/lockfile/LICENSE
lib/node_modules/npm/node_modules/lockfile/README.md
+lib/node_modules/npm/node_modules/lockfile/gen-changelog.sh
lib/node_modules/npm/node_modules/lockfile/lockfile.js
lib/node_modules/npm/node_modules/lockfile/package.json
lib/node_modules/npm/node_modules/lockfile/test/basic.js
@@ -840,19 +808,7 @@ lib/node_modules/npm/node_modules/lodash._getnative/package.json
lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE
lib/node_modules/npm/node_modules/lodash.clonedeep/README.md
lib/node_modules/npm/node_modules/lodash.clonedeep/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/LICENSE
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/package.json
lib/node_modules/npm/node_modules/lodash.clonedeep/package.json
-lib/node_modules/npm/node_modules/lodash.isarray/LICENSE
-lib/node_modules/npm/node_modules/lodash.isarray/README.md
-lib/node_modules/npm/node_modules/lodash.isarray/index.js
-lib/node_modules/npm/node_modules/lodash.isarray/package.json
-lib/node_modules/npm/node_modules/lodash.keys/LICENSE
-lib/node_modules/npm/node_modules/lodash.keys/README.md
-lib/node_modules/npm/node_modules/lodash.keys/index.js
-lib/node_modules/npm/node_modules/lodash.keys/package.json
lib/node_modules/npm/node_modules/lodash.restparam/LICENSE.txt
lib/node_modules/npm/node_modules/lodash.restparam/README.md
lib/node_modules/npm/node_modules/lodash.restparam/index.js
@@ -860,14 +816,6 @@ lib/node_modules/npm/node_modules/lodash.restparam/package.json
lib/node_modules/npm/node_modules/lodash.union/LICENSE
lib/node_modules/npm/node_modules/lodash.union/README.md
lib/node_modules/npm/node_modules/lodash.union/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/package.json
lib/node_modules/npm/node_modules/lodash.union/package.json
lib/node_modules/npm/node_modules/lodash.uniq/LICENSE
lib/node_modules/npm/node_modules/lodash.uniq/README.md
@@ -876,18 +824,6 @@ lib/node_modules/npm/node_modules/lodash.uniq/package.json
lib/node_modules/npm/node_modules/lodash.without/LICENSE
lib/node_modules/npm/node_modules/lodash.without/README.md
lib/node_modules/npm/node_modules/lodash.without/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/package.json
lib/node_modules/npm/node_modules/lodash.without/package.json
lib/node_modules/npm/node_modules/mkdirp/.travis.yml
lib/node_modules/npm/node_modules/mkdirp/LICENSE
@@ -977,7 +913,6 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
-lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py.orig
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py
lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py
@@ -1023,66 +958,119 @@ lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js
lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/browser.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/.travis.yml
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/.travis.yml
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/CONTRIBUTORS
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/test/basic.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/test/foreach.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/test/memory-leak.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/lru-cache/test/serialize.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/bench.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/test/basic.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/brace-expansion/package.json
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/basic.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/brace-expand.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/caching.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/defaults.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/test/extglob-ending-with-state-char.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/CHANGELOG.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/test/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/lib/test-event.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/tracker.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/trackergroup.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/test/trackerstream.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/console-control-strings/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/console-control-strings/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/console-control-strings/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/console-control-strings/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/CHANGELOG.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/base-theme.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/error.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/has-color.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/has-color/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/CHANGELOG.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/LICENSE.txt
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/signals.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/align.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/test/align.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/plumbing.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/process.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/progress-bar.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/render-template.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/set-immediate.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/set-interval.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/spin.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/template-item.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/theme-set.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/themes.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/wide-truncate.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/set-blocking/CHANGELOG.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/set-blocking/LICENSE.txt
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/set-blocking/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/set-blocking/index.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/set-blocking/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/History.md
@@ -1930,14 +1918,16 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/package.json
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/test/test.js
lib/node_modules/npm/node_modules/node-gyp/package.json
-lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.c
+lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
lib/node_modules/npm/node_modules/node-gyp/test/docker.sh
lib/node_modules/npm/node_modules/node-gyp/test/fixtures/ca-bundle.crt
lib/node_modules/npm/node_modules/node-gyp/test/fixtures/ca.crt
lib/node_modules/npm/node_modules/node-gyp/test/fixtures/server.crt
lib/node_modules/npm/node_modules/node-gyp/test/fixtures/server.key
lib/node_modules/npm/node_modules/node-gyp/test/simple-proxy.js
+lib/node_modules/npm/node_modules/node-gyp/test/test-addon.js
lib/node_modules/npm/node_modules/node-gyp/test/test-download.js
+lib/node_modules/npm/node_modules/node-gyp/test/test-find-accessible-sync.js
lib/node_modules/npm/node_modules/node-gyp/test/test-find-node-directory.js
lib/node_modules/npm/node_modules/node-gyp/test/test-find-python.js
lib/node_modules/npm/node_modules/node-gyp/test/test-options.js
@@ -2018,6 +2008,7 @@ lib/node_modules/npm/node_modules/npm-install-checks/package.json
lib/node_modules/npm/node_modules/npm-install-checks/test/check-engine.js
lib/node_modules/npm/node_modules/npm-install-checks/test/check-git.js
lib/node_modules/npm/node_modules/npm-install-checks/test/check-platform.js
+lib/node_modules/npm/node_modules/npm-package-arg/.npmignore
lib/node_modules/npm/node_modules/npm-package-arg/.travis.yml
lib/node_modules/npm/node_modules/npm-package-arg/LICENSE
lib/node_modules/npm/node_modules/npm-package-arg/README.md
@@ -2117,17 +2108,113 @@ lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/test/tarray.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/CHANGELOG.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/LICENSE
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/log.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/test/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/test/lib/test-event.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/test/tracker.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/test/trackergroup.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/test/trackerstream.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/console-control-strings/LICENSE
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/console-control-strings/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/console-control-strings/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/console-control-strings/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/CHANGELOG.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/LICENSE
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/base-theme.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/error.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/has-color.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/has-color/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/has-color/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/has-color/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/CHANGELOG.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/LICENSE.txt
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/signals.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/align.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/test/align.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/plumbing.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/process.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/progress-bar.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/render-template.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/set-immediate.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/set-interval.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/spin.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/template-item.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/theme-set.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/themes.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/gauge/wide-truncate.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/CHANGELOG.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/LICENSE.txt
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/README.md
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/index.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/node_modules/set-blocking/package.json
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/npmlog/package.json
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/.npmignore
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/dns.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/stop.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/common.js
+lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-forever.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-operation.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-retry-wrap.js
lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/test/integration/test-timeouts.js
@@ -2153,6 +2240,7 @@ lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-authed.js
lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-basic.js
lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-github-api-json.js
lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-not-authed.js
+lib/node_modules/npm/node_modules/npm-registry-client/test/fetch-streaming.js
lib/node_modules/npm/node_modules/npm-registry-client/test/get-403.js
lib/node_modules/npm/node_modules/npm-registry-client/test/get-basic.js
lib/node_modules/npm/node_modules/npm-registry-client/test/get-error-403.js
@@ -2190,23 +2278,10 @@ lib/node_modules/npm/node_modules/npm-user-validate/package.json
lib/node_modules/npm/node_modules/npm-user-validate/test/email.test.js
lib/node_modules/npm/node_modules/npm-user-validate/test/pw.test.js
lib/node_modules/npm/node_modules/npm-user-validate/test/username.test.js
-lib/node_modules/npm/node_modules/npmlog/.travis.yml
+lib/node_modules/npm/node_modules/npmlog/CHANGELOG.md
lib/node_modules/npm/node_modules/npmlog/LICENSE
lib/node_modules/npm/node_modules/npmlog/README.md
-lib/node_modules/npm/node_modules/npmlog/example.js
lib/node_modules/npm/node_modules/npmlog/log.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.jshintrc
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.npmignore
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/History.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/beep/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/clear/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/progress/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
@@ -2229,58 +2304,79 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-b
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/CHANGELOG.md
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/example.png
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/base-theme.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/error.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/has-color.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/CHANGELOG.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/LICENSE.txt
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/signals.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/align.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/test/align.js
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/plumbing.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/process.js
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/test/progress-bar.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/render-template.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/set-immediate.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/set-interval.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/spin.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/template-item.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/theme-set.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/themes.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/wide-truncate.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/CHANGELOG.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/LICENSE.txt
+lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/package.json
lib/node_modules/npm/node_modules/npmlog/package.json
-lib/node_modules/npm/node_modules/npmlog/test/basic.js
-lib/node_modules/npm/node_modules/npmlog/test/progress.js
lib/node_modules/npm/node_modules/once/LICENSE
lib/node_modules/npm/node_modules/once/README.md
lib/node_modules/npm/node_modules/once/once.js
lib/node_modules/npm/node_modules/once/package.json
lib/node_modules/npm/node_modules/opener/LICENSE.txt
-lib/node_modules/npm/node_modules/opener/README.md
lib/node_modules/npm/node_modules/opener/opener.js
lib/node_modules/npm/node_modules/opener/package.json
lib/node_modules/npm/node_modules/osenv/.npmignore
@@ -2301,7 +2397,6 @@ lib/node_modules/npm/node_modules/osenv/test/unix.js
lib/node_modules/npm/node_modules/osenv/test/windows.js
lib/node_modules/npm/node_modules/osenv/x.tap
lib/node_modules/npm/node_modules/path-is-inside/LICENSE.txt
-lib/node_modules/npm/node_modules/path-is-inside/README.md
lib/node_modules/npm/node_modules/path-is-inside/lib/path-is-inside.js
lib/node_modules/npm/node_modules/path-is-inside/package.json
lib/node_modules/npm/node_modules/read-cmd-shim/.npmignore
@@ -2350,19 +2445,13 @@ lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/glob.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/minimatch.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
-lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
@@ -2417,25 +2506,10 @@ lib/node_modules/npm/node_modules/read-package-json/test/fixtures/readmes/readme
lib/node_modules/npm/node_modules/read-package-json/test/helpful.js
lib/node_modules/npm/node_modules/read-package-json/test/non-json.js
lib/node_modules/npm/node_modules/read-package-json/test/readmes.js
-lib/node_modules/npm/node_modules/read-package-tree/.travis.yml
lib/node_modules/npm/node_modules/read-package-tree/LICENSE
lib/node_modules/npm/node_modules/read-package-tree/README.md
lib/node_modules/npm/node_modules/read-package-tree/package.json
lib/node_modules/npm/node_modules/read-package-tree/rpt.js
-lib/node_modules/npm/node_modules/read-package-tree/test/basic.js
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/bad/package.json
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/deep-archy.txt
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/deep/.keep
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/empty/node_modules/foo/package.json
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/linkedroot-archy.txt
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/noname/archy.txt
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/noname/node_modules/foo/keep-alive
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/other/archy.txt
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/other/node_modules/.bin
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/root/archy.txt
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/root/package.json
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/selflink/archy.re
-lib/node_modules/npm/node_modules/read-package-tree/test/fixtures/selflink/package.json
lib/node_modules/npm/node_modules/read/LICENSE
lib/node_modules/npm/node_modules/read/README.md
lib/node_modules/npm/node_modules/read/lib/read.js
@@ -2449,7 +2523,7 @@ lib/node_modules/npm/node_modules/readable-stream/.npmignore
lib/node_modules/npm/node_modules/readable-stream/.travis.yml
lib/node_modules/npm/node_modules/readable-stream/LICENSE
lib/node_modules/npm/node_modules/readable-stream/README.md
-lib/node_modules/npm/node_modules/readable-stream/doc/stream.markdown
+lib/node_modules/npm/node_modules/readable-stream/doc/stream.md
lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
lib/node_modules/npm/node_modules/readable-stream/duplex.js
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js
@@ -2457,6 +2531,11 @@ lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js
+lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/BufferList.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/index.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/license.md
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/package.json
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/readme.md
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch
@@ -2524,6 +2603,7 @@ lib/node_modules/npm/node_modules/request/CHANGELOG.md
lib/node_modules/npm/node_modules/request/CONTRIBUTING.md
lib/node_modules/npm/node_modules/request/LICENSE
lib/node_modules/npm/node_modules/request/README.md
+lib/node_modules/npm/node_modules/request/codecov.yml
lib/node_modules/npm/node_modules/request/index.js
lib/node_modules/npm/node_modules/request/lib/auth.js
lib/node_modules/npm/node_modules/request/lib/cookies.js
@@ -2547,24 +2627,7 @@ lib/node_modules/npm/node_modules/request/node_modules/aws4/.travis.yml
lib/node_modules/npm/node_modules/request/node_modules/aws4/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/aws4/README.md
lib/node_modules/npm/node_modules/request/node_modules/aws4/aws4.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/LICENSE
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/README.md
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/LICENSE
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/README.md
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/map.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/package.json
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/pseudomap.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/pseudomap/test/basic.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/.npmignore
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/.travis.yml
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/CONTRIBUTING.md
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/LICENSE
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/README.md
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/package.json
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/test/basic.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/node_modules/yallist/yallist.js
-lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/package.json
+lib/node_modules/npm/node_modules/request/node_modules/aws4/lru.js
lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json
lib/node_modules/npm/node_modules/request/node_modules/bl/.jshintrc
lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore
@@ -2651,23 +2714,32 @@ lib/node_modules/npm/node_modules/request/node_modules/forever-agent/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md
lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js
lib/node_modules/npm/node_modules/request/node_modules/forever-agent/package.json
-lib/node_modules/npm/node_modules/request/node_modules/form-data/.dockerignore
-lib/node_modules/npm/node_modules/request/node_modules/form-data/.editorconfig
-lib/node_modules/npm/node_modules/request/node_modules/form-data/.eslintignore
lib/node_modules/npm/node_modules/request/node_modules/form-data/License
-lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md
+lib/node_modules/npm/node_modules/request/node_modules/form-data/README.md
lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/browser.js
lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js
lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/populate.js
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.js
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/dist/async.min.js
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
-lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/LICENSE
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/README.md
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/bench.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/index.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/abort.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/async.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/defer.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/iterate.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_asynckit.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_parallel.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_serial.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/readable_serial_ordered.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/state.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/streamify.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/lib/terminator.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/package.json
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/parallel.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/serial.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/serialOrdered.js
+lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/asynckit/stream.js
lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json
-lib/node_modules/npm/node_modules/request/node_modules/form-data/wercker.yml
lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md
lib/node_modules/npm/node_modules/request/node_modules/har-validator/bin/har-validator
@@ -2749,7 +2821,9 @@ lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_module
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/package.json
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/test.js
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/.travis.yml
+lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/LICENSE.md
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/README.md
+lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/benchmark.js
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/jsonpointer.js
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json
lib/node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/test.js
@@ -2964,17 +3038,22 @@ lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modul
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/bin/sshpk-sign
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/bin/sshpk-verify
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/algs.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/certificate.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/dhe.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/ed-compat.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/errors.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/fingerprint.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/auto.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js
@@ -2997,14 +3076,17 @@ lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modul
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/AUTHORS
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/README.md
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/index.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/bcrypt-pbkdf/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js
-lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus/AUTHORS
-lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus/CHANGES.md
-lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus/README.md
-lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus/assert.js
-lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/node_modules/assert-plus/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/.npmignore
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/LICENSE
@@ -3015,6 +3097,12 @@ lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modul
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.npmignore
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.travis.yml
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/LICENSE
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js
+lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.npmignore
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.travis.yml
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md
@@ -3100,16 +3188,11 @@ lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json
-lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/test.js
lib/node_modules/npm/node_modules/request/node_modules/qs/.eslintignore
-lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore
-lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml
lib/node_modules/npm/node_modules/request/node_modules/qs/CHANGELOG.md
lib/node_modules/npm/node_modules/request/node_modules/qs/CONTRIBUTING.md
lib/node_modules/npm/node_modules/request/node_modules/qs/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/qs/README.md
-lib/node_modules/npm/node_modules/request/node_modules/qs/bower.json
-lib/node_modules/npm/node_modules/request/node_modules/qs/component.json
lib/node_modules/npm/node_modules/request/node_modules/qs/dist/qs.js
lib/node_modules/npm/node_modules/request/node_modules/qs/lib/index.js
lib/node_modules/npm/node_modules/request/node_modules/qs/lib/parse.js
@@ -3148,11 +3231,13 @@ lib/node_modules/npm/node_modules/retry/Makefile
lib/node_modules/npm/node_modules/retry/Readme.md
lib/node_modules/npm/node_modules/retry/equation.gif
lib/node_modules/npm/node_modules/retry/example/dns.js
+lib/node_modules/npm/node_modules/retry/example/stop.js
lib/node_modules/npm/node_modules/retry/index.js
lib/node_modules/npm/node_modules/retry/lib/retry.js
lib/node_modules/npm/node_modules/retry/lib/retry_operation.js
lib/node_modules/npm/node_modules/retry/package.json
lib/node_modules/npm/node_modules/retry/test/common.js
+lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js
lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js
lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js
lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js
@@ -3162,20 +3247,12 @@ lib/node_modules/npm/node_modules/rimraf/README.md
lib/node_modules/npm/node_modules/rimraf/bin.js
lib/node_modules/npm/node_modules/rimraf/package.json
lib/node_modules/npm/node_modules/rimraf/rimraf.js
-lib/node_modules/npm/node_modules/semver/.npmignore
-lib/node_modules/npm/node_modules/semver/.travis.yml
lib/node_modules/npm/node_modules/semver/LICENSE
lib/node_modules/npm/node_modules/semver/README.md
lib/node_modules/npm/node_modules/semver/bin/semver
lib/node_modules/npm/node_modules/semver/package.json
lib/node_modules/npm/node_modules/semver/range.bnf
lib/node_modules/npm/node_modules/semver/semver.js
-lib/node_modules/npm/node_modules/semver/test/big-numbers.js
-lib/node_modules/npm/node_modules/semver/test/clean.js
-lib/node_modules/npm/node_modules/semver/test/gtr.js
-lib/node_modules/npm/node_modules/semver/test/index.js
-lib/node_modules/npm/node_modules/semver/test/ltr.js
-lib/node_modules/npm/node_modules/semver/test/major-minor-patch.js
lib/node_modules/npm/node_modules/sha/.npmignore
lib/node_modules/npm/node_modules/sha/LICENSE
lib/node_modules/npm/node_modules/sha/README.md
@@ -3191,7 +3268,6 @@ lib/node_modules/npm/node_modules/slide/lib/chain.js
lib/node_modules/npm/node_modules/slide/lib/slide.js
lib/node_modules/npm/node_modules/slide/package.json
lib/node_modules/npm/node_modules/sorted-object/LICENSE.txt
-lib/node_modules/npm/node_modules/sorted-object/README.md
lib/node_modules/npm/node_modules/sorted-object/lib/sorted-object.js
lib/node_modules/npm/node_modules/sorted-object/package.json
lib/node_modules/npm/node_modules/strip-ansi/index.js
@@ -3329,15 +3405,6 @@ lib/node_modules/npm/node_modules/which/CHANGELOG.md
lib/node_modules/npm/node_modules/which/LICENSE
lib/node_modules/npm/node_modules/which/README.md
lib/node_modules/npm/node_modules/which/bin/which
-lib/node_modules/npm/node_modules/which/changelog.sh
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json
lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore
lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE
lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md
@@ -3352,23 +3419,22 @@ lib/node_modules/npm/node_modules/which/which.js
lib/node_modules/npm/node_modules/wrappy/LICENSE
lib/node_modules/npm/node_modules/wrappy/README.md
lib/node_modules/npm/node_modules/wrappy/package.json
-lib/node_modules/npm/node_modules/wrappy/test/basic.js
lib/node_modules/npm/node_modules/wrappy/wrappy.js
-lib/node_modules/npm/node_modules/write-file-atomic/.npmignore
-lib/node_modules/npm/node_modules/write-file-atomic/.travis.yml
lib/node_modules/npm/node_modules/write-file-atomic/LICENSE
lib/node_modules/npm/node_modules/write-file-atomic/README.md
lib/node_modules/npm/node_modules/write-file-atomic/index.js
lib/node_modules/npm/node_modules/write-file-atomic/package.json
-lib/node_modules/npm/node_modules/write-file-atomic/test/basic.js
lib/node_modules/npm/npmrc
lib/node_modules/npm/package.json
lib/node_modules/npm/scripts/changelog.js
lib/node_modules/npm/scripts/clean-old.sh
+lib/node_modules/npm/scripts/dep-update
+lib/node_modules/npm/scripts/dev-dep-update
lib/node_modules/npm/scripts/doc-build.sh
lib/node_modules/npm/scripts/gen-changelog
lib/node_modules/npm/scripts/index-build.js
lib/node_modules/npm/scripts/install.sh
+lib/node_modules/npm/scripts/maketest
lib/node_modules/npm/scripts/publish-tag.js
lib/node_modules/npm/scripts/release.sh
lib/node_modules/npm/scripts/relocate.sh
@@ -3392,6 +3458,16 @@ lib/node_modules/npm/test/fixtures/gitignore.tgz
lib/node_modules/npm/test/fixtures/npmignore.tgz
lib/node_modules/npm/test/fixtures/onload.js
lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz
+lib/node_modules/npm/test/network/bearer-token-check.js
+lib/node_modules/npm/test/network/git-cache-locking.js
+lib/node_modules/npm/test/network/git-cache-no-hooks.js
+lib/node_modules/npm/test/network/it.js
+lib/node_modules/npm/test/network/legacy-bundled-git.js
+lib/node_modules/npm/test/network/legacy-optional-deps.js
+lib/node_modules/npm/test/network/legacy-shrinkwrap.js
+lib/node_modules/npm/test/network/legacy-url-dep.js
+lib/node_modules/npm/test/network/outdated-symlink.js
+lib/node_modules/npm/test/network/registry.js
lib/node_modules/npm/test/tap/00-check-mock-dep.js
lib/node_modules/npm/test/tap/00-config-setup.js
lib/node_modules/npm/test/tap/00-verify-bundle-deps.js
@@ -3400,6 +3476,7 @@ lib/node_modules/npm/test/tap/404-parent.js
lib/node_modules/npm/test/tap/404-private-registry-scoped.js
lib/node_modules/npm/test/tap/404-private-registry.js
lib/node_modules/npm/test/tap/access.js
+lib/node_modules/npm/test/tap/add-local.js
lib/node_modules/npm/test/tap/add-named-update-protocol-port.js
lib/node_modules/npm/test/tap/add-remote-git-fake-windows.js
lib/node_modules/npm/test/tap/add-remote-git-file.js
@@ -3409,7 +3486,6 @@ lib/node_modules/npm/test/tap/add-remote-git-submodule.js
lib/node_modules/npm/test/tap/add-remote-git.js
lib/node_modules/npm/test/tap/adduser-always-auth.js
lib/node_modules/npm/test/tap/adduser-legacy-auth.js
-lib/node_modules/npm/test/tap/bearer-token-check.js
lib/node_modules/npm/test/tap/bin.js
lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js
lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js
@@ -3420,6 +3496,8 @@ lib/node_modules/npm/test/tap/build-already-built.js
lib/node_modules/npm/test/tap/builtin-config.js
lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js
lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js
+lib/node_modules/npm/test/tap/bundled-dependencies.js
+lib/node_modules/npm/test/tap/bundled-transitive-deps.js
lib/node_modules/npm/test/tap/cache-add-localdir-fallback.js
lib/node_modules/npm/test/tap/cache-add-unpublished.js
lib/node_modules/npm/test/tap/cache-ls-filenames.js
@@ -3464,8 +3542,6 @@ lib/node_modules/npm/test/tap/gist-short-shortcut-package.js
lib/node_modules/npm/test/tap/gist-short-shortcut.js
lib/node_modules/npm/test/tap/gist-shortcut-package.js
lib/node_modules/npm/test/tap/gist-shortcut.js
-lib/node_modules/npm/test/tap/git-cache-locking.js
-lib/node_modules/npm/test/tap/git-cache-no-hooks.js
lib/node_modules/npm/test/tap/git-dependency-install-link.js
lib/node_modules/npm/test/tap/git-npmignore.js
lib/node_modules/npm/test/tap/git-races.js
@@ -3483,8 +3559,10 @@ lib/node_modules/npm/test/tap/install-actions.js
lib/node_modules/npm/test/tap/install-at-locally.js
lib/node_modules/npm/test/tap/install-bad-dep-format.js
lib/node_modules/npm/test/tap/install-bad-man.js
+lib/node_modules/npm/test/tap/install-bin-null.js
lib/node_modules/npm/test/tap/install-cli-only-development.js
lib/node_modules/npm/test/tap/install-cli-only-production.js
+lib/node_modules/npm/test/tap/install-cli-only-shrinkwrap.js
lib/node_modules/npm/test/tap/install-cli-production-nosave.js
lib/node_modules/npm/test/tap/install-cli-production.js
lib/node_modules/npm/test/tap/install-cli-unicode.js
@@ -3498,6 +3576,7 @@ lib/node_modules/npm/test/tap/install-order.js
lib/node_modules/npm/test/tap/install-package-json-order.js
lib/node_modules/npm/test/tap/install-parse-error.js
lib/node_modules/npm/test/tap/install-preferglobal-warnings.js
+lib/node_modules/npm/test/tap/install-property-conflicts.js
lib/node_modules/npm/test/tap/install-report-just-installed.js
lib/node_modules/npm/test/tap/install-save-exact.js
lib/node_modules/npm/test/tap/install-save-local.js
@@ -3505,28 +3584,27 @@ lib/node_modules/npm/test/tap/install-save-prefix.js
lib/node_modules/npm/test/tap/install-scoped-already-installed.js
lib/node_modules/npm/test/tap/install-scoped-link.js
lib/node_modules/npm/test/tap/install-scoped-with-peer-dependency.js
+lib/node_modules/npm/test/tap/install-shrinkwrapped-git.js
lib/node_modules/npm/test/tap/install-with-dev-dep-duplicate.js
lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js
+lib/node_modules/npm/test/tap/invalid-dep-version-filtering.js
lib/node_modules/npm/test/tap/is-fs-access-available.js
-lib/node_modules/npm/test/tap/it.js
lib/node_modules/npm/test/tap/legacy-array-bin.js
-lib/node_modules/npm/test/tap/legacy-bundled-git.js
lib/node_modules/npm/test/tap/legacy-dir-bin.js
lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js
lib/node_modules/npm/test/tap/legacy-missing-bindir.js
lib/node_modules/npm/test/tap/legacy-no-auth-leak.js
lib/node_modules/npm/test/tap/legacy-npm-self-install.js
-lib/node_modules/npm/test/tap/legacy-optional-deps.js
lib/node_modules/npm/test/tap/legacy-platform-all.js
lib/node_modules/npm/test/tap/legacy-platform.js
lib/node_modules/npm/test/tap/legacy-private.js
-lib/node_modules/npm/test/tap/legacy-shrinkwrap.js
lib/node_modules/npm/test/tap/legacy-test-package.js
-lib/node_modules/npm/test/tap/legacy-url-dep.js
+lib/node_modules/npm/test/tap/lifecycle-order.js
lib/node_modules/npm/test/tap/lifecycle-path.js
lib/node_modules/npm/test/tap/lifecycle-signal.js
lib/node_modules/npm/test/tap/lifecycle.js
lib/node_modules/npm/test/tap/link.js
+lib/node_modules/npm/test/tap/local-args-relative-to-cwd.js
lib/node_modules/npm/test/tap/locker.js
lib/node_modules/npm/test/tap/logout-scoped.js
lib/node_modules/npm/test/tap/logout.js
@@ -3537,16 +3615,19 @@ lib/node_modules/npm/test/tap/ls-l-depth-0.js
lib/node_modules/npm/test/tap/ls-no-results.js
lib/node_modules/npm/test/tap/ls-production-and-dev.js
lib/node_modules/npm/test/tap/ls-top-errors.js
+lib/node_modules/npm/test/tap/ls.js
lib/node_modules/npm/test/tap/map-to-registry.js
lib/node_modules/npm/test/tap/nerf-dart.js
lib/node_modules/npm/test/tap/nested-extraneous.js
lib/node_modules/npm/test/tap/no-global-warns.js
lib/node_modules/npm/test/tap/no-scan-full-global-dir.js
lib/node_modules/npm/test/tap/noargs-install-config-save.js
+lib/node_modules/npm/test/tap/node-modules-path-munge.js
lib/node_modules/npm/test/tap/normalize-package-explode.js
lib/node_modules/npm/test/tap/npm-api-not-loaded-error.js
lib/node_modules/npm/test/tap/onload.js
lib/node_modules/npm/test/tap/optional-metadep-rollback-collision.js
+lib/node_modules/npm/test/tap/outdated-bad-read-tree.js
lib/node_modules/npm/test/tap/outdated-color.js
lib/node_modules/npm/test/tap/outdated-depth-deep.js
lib/node_modules/npm/test/tap/outdated-depth-integer.js
@@ -3559,7 +3640,6 @@ lib/node_modules/npm/test/tap/outdated-long.js
lib/node_modules/npm/test/tap/outdated-new-versions.js
lib/node_modules/npm/test/tap/outdated-notarget.js
lib/node_modules/npm/test/tap/outdated-private.js
-lib/node_modules/npm/test/tap/outdated-symlink.js
lib/node_modules/npm/test/tap/outdated.js
lib/node_modules/npm/test/tap/override-bundled.js
lib/node_modules/npm/test/tap/owner.js
@@ -3580,7 +3660,6 @@ lib/node_modules/npm/test/tap/publish-invalid-semver-tag.js
lib/node_modules/npm/test/tap/publish-scoped.js
lib/node_modules/npm/test/tap/pwd-prefix.js
lib/node_modules/npm/test/tap/referer.js
-lib/node_modules/npm/test/tap/registry.js
lib/node_modules/npm/test/tap/repo.js
lib/node_modules/npm/test/tap/retry-on-stale-cache.js
lib/node_modules/npm/test/tap/rm-linked.js
@@ -3590,16 +3669,26 @@ lib/node_modules/npm/test/tap/scripts-whitespace-windows.js
lib/node_modules/npm/test/tap/search.js
lib/node_modules/npm/test/tap/semver-doc.js
lib/node_modules/npm/test/tap/semver-tag.js
+lib/node_modules/npm/test/tap/shared-linked.js
+lib/node_modules/npm/test/tap/shrinkwrap-default-arg-ver.js
+lib/node_modules/npm/test/tap/shrinkwrap-dev-dep-cycle.js
lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js
lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js
+lib/node_modules/npm/test/tap/shrinkwrap-lifecycle-cwd.js
+lib/node_modules/npm/test/tap/shrinkwrap-lifecycle.js
lib/node_modules/npm/test/tap/shrinkwrap-local-dependency.js
lib/node_modules/npm/test/tap/shrinkwrap-nested.js
lib/node_modules/npm/test/tap/shrinkwrap-optional-dependency.js
+lib/node_modules/npm/test/tap/shrinkwrap-optional-platform.js
+lib/node_modules/npm/test/tap/shrinkwrap-optional-property.js
lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency-also.js
lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency.js
+lib/node_modules/npm/test/tap/shrinkwrap-save-dev-with-existing-deps.js
+lib/node_modules/npm/test/tap/shrinkwrap-save-dev-without-existing-dev-deps.js
lib/node_modules/npm/test/tap/shrinkwrap-save-with-existing-dev-deps.js
lib/node_modules/npm/test/tap/shrinkwrap-scoped-auth.js
lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency.js
+lib/node_modules/npm/test/tap/shrinkwrap-transitive-dev.js
lib/node_modules/npm/test/tap/shrinkwrap-version-match.js
lib/node_modules/npm/test/tap/sorted-package-json.js
lib/node_modules/npm/test/tap/spawn-enoent-help.js
@@ -3608,6 +3697,7 @@ lib/node_modules/npm/test/tap/splat-with-only-prerelease-to-latest.js
lib/node_modules/npm/test/tap/startstop.js
lib/node_modules/npm/test/tap/symlink-cycle.js
lib/node_modules/npm/test/tap/tag-version-prefix.js
+lib/node_modules/npm/test/tap/tagged-version-matching.js
lib/node_modules/npm/test/tap/team.js
lib/node_modules/npm/test/tap/test-run-ls.js
lib/node_modules/npm/test/tap/tree-style.js
@@ -3617,6 +3707,7 @@ lib/node_modules/npm/test/tap/uninstall-link-clean.js
lib/node_modules/npm/test/tap/uninstall-package.js
lib/node_modules/npm/test/tap/uninstall-save.js
lib/node_modules/npm/test/tap/unit-child-path.js
+lib/node_modules/npm/test/tap/unit-deps-childDependencySpecifier.js
lib/node_modules/npm/test/tap/unit-deps-removeObsoleteDep.js
lib/node_modules/npm/test/tap/unit-deps-replaceModule.js
lib/node_modules/npm/test/tap/unit-gentlyrm.js
@@ -3630,6 +3721,7 @@ lib/node_modules/npm/test/tap/update-index.js
lib/node_modules/npm/test/tap/update-path.js
lib/node_modules/npm/test/tap/update-save.js
lib/node_modules/npm/test/tap/update-symlink.js
+lib/node_modules/npm/test/tap/upgrade-lifecycles.js
lib/node_modules/npm/test/tap/url-dependencies.js
lib/node_modules/npm/test/tap/verify-no-lifecycle-on-repo.js
lib/node_modules/npm/test/tap/version-from-git.js
@@ -3639,6 +3731,7 @@ lib/node_modules/npm/test/tap/version-message-config.js
lib/node_modules/npm/test/tap/version-no-git.js
lib/node_modules/npm/test/tap/version-no-package.js
lib/node_modules/npm/test/tap/version-no-tags.js
+lib/node_modules/npm/test/tap/version-sub-directory-shrinkwrap.js
lib/node_modules/npm/test/tap/version-sub-directory.js
lib/node_modules/npm/test/tap/version-update-shrinkwrap.js
lib/node_modules/npm/test/tap/view.js