From owner-svn-ports-head@freebsd.org Tue Nov 1 17:52:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 107E4C25022; Tue, 1 Nov 2016 17:52:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8068B175C; Tue, 1 Nov 2016 17:52:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA1HqbaR061509; Tue, 1 Nov 2016 17:52:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA1Hqbv9061505; Tue, 1 Nov 2016 17:52:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611011752.uA1Hqbv9061505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Nov 2016 17:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425071 - in head/www/npm2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 17:52:39 -0000 Author: sunpoet Date: Tue Nov 1 17:52:37 2016 New Revision: 425071 URL: https://svnweb.freebsd.org/changeset/ports/425071 Log: - Update to 2.15.11 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v2.15.11/CHANGELOG.md Modified: head/www/npm2/Makefile head/www/npm2/distinfo head/www/npm2/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py head/www/npm2/pkg-plist Modified: head/www/npm2/Makefile ============================================================================== --- head/www/npm2/Makefile Tue Nov 1 17:52:31 2016 (r425070) +++ head/www/npm2/Makefile Tue Nov 1 17:52:37 2016 (r425071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 2.15.6 +PORTVERSION= 2.15.11 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMESUFFIX= 2 Modified: head/www/npm2/distinfo ============================================================================== --- head/www/npm2/distinfo Tue Nov 1 17:52:31 2016 (r425070) +++ head/www/npm2/distinfo Tue Nov 1 17:52:37 2016 (r425071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463938978 -SHA256 (npm-2.15.6.tar.xz) = 804a442eac591e9912899d377c6534c97d336959baec07b3c3ab34989c3dfe5d -SIZE (npm-2.15.6.tar.xz) = 2662216 +TIMESTAMP = 1477514023 +SHA256 (npm-2.15.11.tar.xz) = bf53de633f0aa9c3476b6793bf4e46e4966f1ebe1f9084b9c13eb864bc9cb2fa +SIZE (npm-2.15.11.tar.xz) = 2687120 Modified: head/www/npm2/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py ============================================================================== --- head/www/npm2/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py Tue Nov 1 17:52:31 2016 (r425070) +++ head/www/npm2/files/patch-node_modules-node-gyp-gyp-pylib-gyp-generator-make.py Tue Nov 1 17:52:37 2016 (r425071) @@ -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/npm2/pkg-plist ============================================================================== --- head/www/npm2/pkg-plist Tue Nov 1 17:52:31 2016 (r425070) +++ head/www/npm2/pkg-plist Tue Nov 1 17:52:37 2016 (r425071) @@ -9,6 +9,7 @@ lib/node_modules/npm/CONTRIBUTING.md lib/node_modules/npm/LICENSE lib/node_modules/npm/Makefile lib/node_modules/npm/README.md +lib/node_modules/npm/appveyor.yml @(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd lib/node_modules/npm/bin/npm @@ -448,14 +449,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 @@ -645,24 +642,13 @@ 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/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 @@ -706,6 +692,11 @@ 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/path-is-absolute/index.js lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/license lib/node_modules/npm/node_modules/glob/node_modules/path-is-absolute/package.json @@ -720,21 +711,12 @@ lib/node_modules/npm/node_modules/gracef 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/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/imurmurhash/README.md lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js @@ -743,13 +725,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 @@ -839,19 +819,13 @@ lib/node_modules/npm/node_modules/lru-ca lib/node_modules/npm/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/minimatch/README.md lib/node_modules/npm/node_modules/minimatch/minimatch.js -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/.npmignore lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/README.md -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/example.js lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/index.js lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json -lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE lib/node_modules/npm/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown @@ -995,66 +969,6 @@ 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/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/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 @@ -1901,14 +1815,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 @@ -2045,11 +1961,14 @@ lib/node_modules/npm/node_modules/npm-re lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/lib/util.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/test.js +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.npmignore +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/.travis.yml +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/Makefile lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/README.md -lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/build/build.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/component.json lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/index.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json +lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/test.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/index.js lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/process-nextick-args/license.md @@ -2088,11 +2007,13 @@ lib/node_modules/npm/node_modules/npm-re 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 @@ -2118,6 +2039,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 @@ -2155,13 +2077,8 @@ 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/.nyc_output/64996.json -lib/node_modules/npm/node_modules/npmlog/.nyc_output/64998.json -lib/node_modules/npm/node_modules/npmlog/.nyc_output/65000.json -lib/node_modules/npm/node_modules/npmlog/.travis.yml 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/are-we-there-yet/.npmignore lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md @@ -2195,6 +2112,14 @@ lib/node_modules/npm/node_modules/npmlog lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/index.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/test/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._baseslice/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._baseslice/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._baseslice/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._baseslice/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/package.json 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 @@ -2207,10 +2132,6 @@ lib/node_modules/npm/node_modules/npmlog 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/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/README.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/index.js @@ -2219,8 +2140,6 @@ lib/node_modules/npm/node_modules/npmlog 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/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 @@ -2363,7 +2282,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 @@ -2371,6 +2290,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 @@ -2424,6 +2348,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 @@ -2445,6 +2370,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/lru.js lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml @@ -2840,17 +2766,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 +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/openssh-cert.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pem.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs1.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/pkcs8.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/rfc4253.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh-private.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/ssh.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509-pem.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/formats/x509.js +lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/identity.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/index.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/key.js lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/lib/private-key.js @@ -2982,14 +2913,10 @@ lib/node_modules/npm/node_modules/reques lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json lib/node_modules/npm/node_modules/request/node_modules/qs/.eslintignore -lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore -lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml lib/node_modules/npm/node_modules/request/node_modules/qs/CHANGELOG.md lib/node_modules/npm/node_modules/request/node_modules/qs/CONTRIBUTING.md lib/node_modules/npm/node_modules/request/node_modules/qs/LICENSE lib/node_modules/npm/node_modules/request/node_modules/qs/README.md -lib/node_modules/npm/node_modules/request/node_modules/qs/bower.json -lib/node_modules/npm/node_modules/request/node_modules/qs/component.json lib/node_modules/npm/node_modules/request/node_modules/qs/dist/qs.js lib/node_modules/npm/node_modules/request/node_modules/qs/lib/index.js lib/node_modules/npm/node_modules/request/node_modules/qs/lib/parse.js @@ -3028,11 +2955,13 @@ lib/node_modules/npm/node_modules/retry/ lib/node_modules/npm/node_modules/retry/Readme.md lib/node_modules/npm/node_modules/retry/equation.gif lib/node_modules/npm/node_modules/retry/example/dns.js +lib/node_modules/npm/node_modules/retry/example/stop.js lib/node_modules/npm/node_modules/retry/index.js lib/node_modules/npm/node_modules/retry/lib/retry.js lib/node_modules/npm/node_modules/retry/lib/retry_operation.js lib/node_modules/npm/node_modules/retry/package.json lib/node_modules/npm/node_modules/retry/test/common.js +lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js @@ -3040,16 +2969,6 @@ lib/node_modules/npm/node_modules/retry/ lib/node_modules/npm/node_modules/rimraf/LICENSE lib/node_modules/npm/node_modules/rimraf/README.md lib/node_modules/npm/node_modules/rimraf/bin.js -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/README.md -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/license -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json -lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js lib/node_modules/npm/node_modules/rimraf/package.json lib/node_modules/npm/node_modules/rimraf/rimraf.js lib/node_modules/npm/node_modules/semver/.npmignore @@ -3229,15 +3148,6 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/which/LICENSE lib/node_modules/npm/node_modules/which/README.md lib/node_modules/npm/node_modules/which/bin/which -lib/node_modules/npm/node_modules/which/changelog.sh -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json -lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md @@ -3252,7 +3162,6 @@ lib/node_modules/npm/node_modules/which/ lib/node_modules/npm/node_modules/wrappy/LICENSE lib/node_modules/npm/node_modules/wrappy/README.md lib/node_modules/npm/node_modules/wrappy/package.json -lib/node_modules/npm/node_modules/wrappy/test/basic.js lib/node_modules/npm/node_modules/wrappy/wrappy.js lib/node_modules/npm/node_modules/write-file-atomic/.npmignore lib/node_modules/npm/node_modules/write-file-atomic/.nyc_output/47248.json @@ -3311,6 +3220,7 @@ lib/node_modules/npm/test/tap/404-parent lib/node_modules/npm/test/tap/404-private-registry-scoped.js lib/node_modules/npm/test/tap/404-private-registry.js lib/node_modules/npm/test/tap/access.js +lib/node_modules/npm/test/tap/add-local.js lib/node_modules/npm/test/tap/add-named-update-protocol-port.js lib/node_modules/npm/test/tap/add-remote-git-fake-windows.js lib/node_modules/npm/test/tap/add-remote-git-file.js