Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Nov 2016 17:52:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425070 - in head/www/npm: . files
Message-ID:  <201611011752.uA1HqW0F061355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov  1 17:52:31 2016
New Revision: 425070
URL: https://svnweb.freebsd.org/changeset/ports/425070

Log:
  - Update to 3.10.9
  
  Changes:	https://github.com/npm/npm/releases
  		https://github.com/npm/npm/blob/v3.10.9/CHANGELOG.md

Modified:
  head/www/npm/Makefile
  head/www/npm/distinfo
  head/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py
  head/www/npm/pkg-plist

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Tue Nov  1 17:52:27 2016	(r425069)
+++ head/www/npm/Makefile	Tue Nov  1 17:52:31 2016	(r425070)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	npm
-PORTVERSION=	3.9.2
+PORTVERSION=	3.10.9
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 

Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo	Tue Nov  1 17:52:27 2016	(r425069)
+++ head/www/npm/distinfo	Tue Nov  1 17:52:31 2016	(r425070)
@@ -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

Modified: head/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py
==============================================================================
--- head/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py	Tue Nov  1 17:52:27 2016	(r425069)
+++ head/www/npm/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py	Tue Nov  1 17:52:31 2016	(r425070)
@@ -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)'),
    })
  

Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist	Tue Nov  1 17:52:27 2016	(r425069)
+++ head/www/npm/pkg-plist	Tue Nov  1 17:52:31 2016	(r425070)
@@ -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-
 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/o
 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/ansist
 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/
 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/dezalg
 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/fstrea
 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/fstrea
 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/R
 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/gracef
 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/inflig
 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-p
 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-p
 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
 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
 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
 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-g
 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-g
 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-g
 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-in
 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-re
 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-re
 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-us
 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
 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/
 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-p
 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-p
 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/readab
 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/readab
 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/reques
 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/reques
 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/reques
 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/reques
 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/reques
 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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611011752.uA1HqW0F061355>