Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2017 17:48:38 +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: r450059 - head/www/npm
Message-ID:  <201709181748.v8IHmcXv070406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 18 17:48:38 2017
New Revision: 450059
URL: https://svnweb.freebsd.org/changeset/ports/450059

Log:
  Update to 5.4.2
  
  - Revert unintended CONFLICTS_INSTALL change in previous commit
  
  Changes:	https://github.com/npm/npm/releases
  		https://github.com/npm/npm/blob/v5.4.2/CHANGELOG.md

Modified:
  head/www/npm/Makefile
  head/www/npm/distinfo
  head/www/npm/pkg-plist

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Mon Sep 18 17:45:35 2017	(r450058)
+++ head/www/npm/Makefile	Mon Sep 18 17:48:38 2017	(r450059)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	npm
-PORTVERSION=	5.3.0
-PORTREVISION=	1
+PORTVERSION=	5.4.2
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/sunpoet
 
@@ -14,7 +13,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	gmake:devel/gmake
 
-CONFLICTS_INSTALL?=	npm-node4 npm-node6 npm2 npm3 npm4
+CONFLICTS_INSTALL=	npm2 npm3 npm4
 
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	NODE4 NODE6 NODE8

Modified: head/www/npm/distinfo
==============================================================================
--- head/www/npm/distinfo	Mon Sep 18 17:45:35 2017	(r450058)
+++ head/www/npm/distinfo	Mon Sep 18 17:48:38 2017	(r450059)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500138640
-SHA256 (npm-5.3.0.tar.xz) = 45751a53bab6972fa01c5e5cff24bc93662b5cc575bf43be373d824f46036841
-SIZE (npm-5.3.0.tar.xz) = 3164908
+TIMESTAMP = 1505678550
+SHA256 (npm-5.4.2.tar.xz) = 04cfd6a9327fab2495d0698be6100237ac0e49d982dc42e403d19677fc5f0339
+SIZE (npm-5.4.2.tar.xz) = 3174228

Modified: head/www/npm/pkg-plist
==============================================================================
--- head/www/npm/pkg-plist	Mon Sep 18 17:45:35 2017	(r450058)
+++ head/www/npm/pkg-plist	Mon Sep 18 17:48:38 2017	(r450059)
@@ -7,13 +7,11 @@ lib/node_modules/npm/.mailmap
 lib/node_modules/npm/.npmignore
 lib/node_modules/npm/.travis.yml
 lib/node_modules/npm/AUTHORS
-lib/node_modules/npm/BROKEN.org
 lib/node_modules/npm/CHANGELOG.md
 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/TODO.org
 lib/node_modules/npm/TROUBLESHOOTING.md
 lib/node_modules/npm/appveyor.yml
 @(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp
@@ -24,7 +22,6 @@ lib/node_modules/npm/bin/npm.cmd
 lib/node_modules/npm/bin/npx
 lib/node_modules/npm/bin/npx-cli.js
 lib/node_modules/npm/bin/npx.cmd
-lib/node_modules/npm/bin/read-package-json.js
 lib/node_modules/npm/changelogs/CHANGELOG-1.md
 lib/node_modules/npm/changelogs/CHANGELOG-2.md
 lib/node_modules/npm/changelogs/CHANGELOG-3.md
@@ -196,6 +193,7 @@ lib/node_modules/npm/lib/config/core.js
 lib/node_modules/npm/lib/config/defaults.js
 lib/node_modules/npm/lib/config/find-prefix.js
 lib/node_modules/npm/lib/config/get-credentials-by-uri.js
+lib/node_modules/npm/lib/config/lifecycle.js
 lib/node_modules/npm/lib/config/load-cafile.js
 lib/node_modules/npm/lib/config/load-prefix.js
 lib/node_modules/npm/lib/config/load-uid.js
@@ -314,9 +312,11 @@ lib/node_modules/npm/lib/utils/child-path.js
 lib/node_modules/npm/lib/utils/completion/file-completion.js
 lib/node_modules/npm/lib/utils/completion/installed-deep.js
 lib/node_modules/npm/lib/utils/completion/installed-shallow.js
+lib/node_modules/npm/lib/utils/convert-line-endings.js
 lib/node_modules/npm/lib/utils/correct-mkdir.js
 lib/node_modules/npm/lib/utils/deep-sort-object.js
 lib/node_modules/npm/lib/utils/depr-check.js
+lib/node_modules/npm/lib/utils/did-you-mean.js
 lib/node_modules/npm/lib/utils/error-handler.js
 lib/node_modules/npm/lib/utils/error-message.js
 lib/node_modules/npm/lib/utils/escape-arg.js
@@ -325,9 +325,11 @@ lib/node_modules/npm/lib/utils/gently-rm.js
 lib/node_modules/npm/lib/utils/get-publish-config.js
 lib/node_modules/npm/lib/utils/git.js
 lib/node_modules/npm/lib/utils/gunzip-maybe.js
+lib/node_modules/npm/lib/utils/is-hashbang-file.js
 lib/node_modules/npm/lib/utils/is-windows-bash.js
 lib/node_modules/npm/lib/utils/is-windows-shell.js
 lib/node_modules/npm/lib/utils/is-windows.js
+lib/node_modules/npm/lib/utils/lifecycle-cmd.js
 lib/node_modules/npm/lib/utils/lifecycle.js
 lib/node_modules/npm/lib/utils/link.js
 lib/node_modules/npm/lib/utils/locker.js
@@ -346,7 +348,6 @@ lib/node_modules/npm/lib/utils/pulse-till-done.js
 lib/node_modules/npm/lib/utils/read-local-package.js
 lib/node_modules/npm/lib/utils/save-stack.js
 lib/node_modules/npm/lib/utils/spawn.js
-lib/node_modules/npm/lib/utils/tar.js
 lib/node_modules/npm/lib/utils/temp-filename.js
 lib/node_modules/npm/lib/utils/umask.js
 lib/node_modules/npm/lib/utils/unix-format-path.js
@@ -759,67 +760,6 @@ lib/node_modules/npm/node_modules/fs-write-stream-atom
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/rename-fail.js
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/slow-close.js
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/test/toolong.js
-lib/node_modules/npm/node_modules/fstream-npm/.npmignore
-lib/node_modules/npm/node_modules/fstream-npm/.travis.yml
-lib/node_modules/npm/node_modules/fstream-npm/LICENSE
-lib/node_modules/npm/node_modules/fstream-npm/README.md
-lib/node_modules/npm/node_modules/fstream-npm/example/bundle.js
-lib/node_modules/npm/node_modules/fstream-npm/example/dir-tar.js
-lib/node_modules/npm/node_modules/fstream-npm/example/dir.js
-lib/node_modules/npm/node_modules/fstream-npm/example/example.js
-lib/node_modules/npm/node_modules/fstream-npm/example/ig-tar.js
-lib/node_modules/npm/node_modules/fstream-npm/example/tar.js
-lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/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/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/README.md
-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/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/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/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/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
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js
-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/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
-lib/node_modules/npm/node_modules/fstream/README.md
-lib/node_modules/npm/node_modules/fstream/examples/filter-pipe.js
-lib/node_modules/npm/node_modules/fstream/examples/pipe.js
-lib/node_modules/npm/node_modules/fstream/examples/reader.js
-lib/node_modules/npm/node_modules/fstream/examples/symlink-write.js
-lib/node_modules/npm/node_modules/fstream/fstream.js
-lib/node_modules/npm/node_modules/fstream/lib/abstract.js
-lib/node_modules/npm/node_modules/fstream/lib/collect.js
-lib/node_modules/npm/node_modules/fstream/lib/dir-reader.js
-lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js
-lib/node_modules/npm/node_modules/fstream/lib/file-reader.js
-lib/node_modules/npm/node_modules/fstream/lib/file-writer.js
-lib/node_modules/npm/node_modules/fstream/lib/get-type.js
-lib/node_modules/npm/node_modules/fstream/lib/link-reader.js
-lib/node_modules/npm/node_modules/fstream/lib/link-writer.js
-lib/node_modules/npm/node_modules/fstream/lib/proxy-reader.js
-lib/node_modules/npm/node_modules/fstream/lib/proxy-writer.js
-lib/node_modules/npm/node_modules/fstream/lib/reader.js
-lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js
-lib/node_modules/npm/node_modules/fstream/lib/writer.js
-lib/node_modules/npm/node_modules/fstream/package.json
 lib/node_modules/npm/node_modules/glob/LICENSE
 lib/node_modules/npm/node_modules/glob/README.md
 lib/node_modules/npm/node_modules/glob/changelog.md
@@ -938,18 +878,28 @@ lib/node_modules/npm/node_modules/libnpx/child.js
 lib/node_modules/npm/node_modules/libnpx/get-prefix.js
 lib/node_modules/npm/node_modules/libnpx/index.js
 lib/node_modules/npm/node_modules/libnpx/libnpx.1
+lib/node_modules/npm/node_modules/libnpx/locales/ar.json
 lib/node_modules/npm/node_modules/libnpx/locales/ca.json
 lib/node_modules/npm/node_modules/libnpx/locales/cs.json
 lib/node_modules/npm/node_modules/libnpx/locales/de.json
 lib/node_modules/npm/node_modules/libnpx/locales/en.json
 lib/node_modules/npm/node_modules/libnpx/locales/es.json
 lib/node_modules/npm/node_modules/libnpx/locales/fr.json
+lib/node_modules/npm/node_modules/libnpx/locales/id.json
 lib/node_modules/npm/node_modules/libnpx/locales/it.json
 lib/node_modules/npm/node_modules/libnpx/locales/ja.json
+lib/node_modules/npm/node_modules/libnpx/locales/ko.json
+lib/node_modules/npm/node_modules/libnpx/locales/nb.json
+lib/node_modules/npm/node_modules/libnpx/locales/nl.json
+lib/node_modules/npm/node_modules/libnpx/locales/nn.json
+lib/node_modules/npm/node_modules/libnpx/locales/no.json
+lib/node_modules/npm/node_modules/libnpx/locales/pl.json
 lib/node_modules/npm/node_modules/libnpx/locales/pt_BR.json
 lib/node_modules/npm/node_modules/libnpx/locales/ro.json
 lib/node_modules/npm/node_modules/libnpx/locales/ru.json
+lib/node_modules/npm/node_modules/libnpx/locales/sr.json
 lib/node_modules/npm/node_modules/libnpx/locales/tr.json
+lib/node_modules/npm/node_modules/libnpx/locales/uk.json
 lib/node_modules/npm/node_modules/libnpx/locales/zh_CN.json
 lib/node_modules/npm/node_modules/libnpx/locales/zh_TW.json
 lib/node_modules/npm/node_modules/libnpx/node_modules/dotenv/CHANGELOG.md
@@ -1047,30 +997,31 @@ lib/node_modules/npm/node_modules/libnpx/node_modules/
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/license
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/index.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/lib/errname.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/lib/stdio.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/license
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/CHANGELOG.md
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/LICENSE
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/README.md
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/index.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/enoent.js
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/hasBrokenSpawn.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/parse.js
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/resolveCommand.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/util/escapeArgument.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/util/escapeCommand.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/util/hasEmptyArgumentBug.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/util/readShebang.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/lib/util/resolveCommand.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/index.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/license
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/node_modules/shebang-regex/index.js
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/node_modules/shebang-regex/license
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/node_modules/shebang-regex/package.json
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/node_modules/shebang-regex/readme.md
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/package.json
+lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/node_modules/shebang-command/readme.md
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/cross-spawn/package.json
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/buffer-stream.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/index.js
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/license
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/object-assign/index.js
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/object-assign/license
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/object-assign/package.json
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/object-assign/readme.md
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/index.js
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/license
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/node_modules/pinkie/index.js
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/node_modules/pinkie/license
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/node_modules/pinkie/package.json
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/node_modules/pinkie/readme.md
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/package.json
-lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/node_modules/pinkie-promise/readme.md
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/package.json
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/get-stream/readme.md
 lib/node_modules/npm/node_modules/libnpx/node_modules/yargs/node_modules/os-locale/node_modules/execa/node_modules/is-stream/index.js
@@ -1309,6 +1260,14 @@ lib/node_modules/npm/node_modules/lru-cache/node_modul
 lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/package.json
 lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/yallist.js
 lib/node_modules/npm/node_modules/lru-cache/package.json
+lib/node_modules/npm/node_modules/meant/.npmignore
+lib/node_modules/npm/node_modules/meant/.travis.yml
+lib/node_modules/npm/node_modules/meant/CHANGELOG.md
+lib/node_modules/npm/node_modules/meant/LICENSE
+lib/node_modules/npm/node_modules/meant/README.md
+lib/node_modules/npm/node_modules/meant/index.js
+lib/node_modules/npm/node_modules/meant/package.json
+lib/node_modules/npm/node_modules/meant/test.js
 lib/node_modules/npm/node_modules/mississippi/.npmignore
 lib/node_modules/npm/node_modules/mississippi/index.js
 lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/LICENSE
@@ -1500,14 +1459,19 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/g
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py
@@ -1516,23 +1480,33 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/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.pyc
 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
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py
+lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.pyc
 lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py
 lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples
 lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples.bat
@@ -1564,6 +1538,31 @@ lib/node_modules/npm/node_modules/node-gyp/lib/process
 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/.bin/nopt
+lib/node_modules/npm/node_modules/node-gyp/node_modules/.bin/semver
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/examples/filter-pipe.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/examples/pipe.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/examples/reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/examples/symlink-write.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/fstream.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/abstract.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/collect.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/dir-reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/dir-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/file-reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/file-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/get-type.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/link-reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/link-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/proxy-reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/proxy-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/socket-reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/lib/writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/fstream/package.json
 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
@@ -1592,6 +1591,50 @@ lib/node_modules/npm/node_modules/node-gyp/node_module
 lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js
 lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json
 lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/test/basic.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/bin/semver
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/range.bnf
+lib/node_modules/npm/node_modules/node-gyp/node_modules/semver/semver.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/examples/extracter.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/examples/packer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/examples/reader.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/buffer-entry.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/entry.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extended-header-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extended-header.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/extract.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/global-header-writer.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/header.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/pack.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/lib/parse.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/node_modules/block-stream/LICENCE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/node_modules/block-stream/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/node_modules/block-stream/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/node_modules/block-stream/block-stream.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/node_modules/block-stream/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/tar.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/00-setup-fixtures.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/cb-never-called-1.0.1.tgz
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/dir-normalization.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/dir-normalization.tar
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/error-on-broken.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/extract-move.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/extract.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/fixtures.tgz
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/header.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/pack-no-proprietary.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/pack.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/parse-discard.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/parse.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/test/zz-cleanup.js
 lib/node_modules/npm/node_modules/node-gyp/package.json
 lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
 @(,,755) lib/node_modules/npm/node_modules/node-gyp/test/docker.sh
@@ -1652,10 +1695,46 @@ lib/node_modules/npm/node_modules/npm-install-checks/p
 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-lifecycle/CHANGELOG.md
+lib/node_modules/npm/node_modules/npm-lifecycle/LICENSE
+lib/node_modules/npm/node_modules/npm-lifecycle/README.md
+lib/node_modules/npm/node_modules/npm-lifecycle/index.js
+lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js
+lib/node_modules/npm/node_modules/npm-lifecycle/package.json
 lib/node_modules/npm/node_modules/npm-package-arg/LICENSE
 lib/node_modules/npm/node_modules/npm-package-arg/README.md
 lib/node_modules/npm/node_modules/npm-package-arg/npa.js
 lib/node_modules/npm/node_modules/npm-package-arg/package.json
+lib/node_modules/npm/node_modules/npm-packlist/LICENSE
+lib/node_modules/npm/node_modules/npm-packlist/README.md
+lib/node_modules/npm/node_modules/npm-packlist/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/LICENSE
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/README.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/LICENSE
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/README.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/minimatch.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/README.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/node_modules/brace-expansion/package.json
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/node_modules/minimatch/package.json
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/ignore-walk/package.json
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-bundled/README.md
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-bundled/index.js
+lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-bundled/package.json
+lib/node_modules/npm/node_modules/npm-packlist/package.json
 lib/node_modules/npm/node_modules/npm-registry-client/LICENSE
 lib/node_modules/npm/node_modules/npm-registry-client/README.md
 lib/node_modules/npm/node_modules/npm-registry-client/index.js
@@ -2056,25 +2135,11 @@ lib/node_modules/npm/node_modules/pacote/node_modules/
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/package.json
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/package.json
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/test/test.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/.editorconfig
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/analyze.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/document.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/parse.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/stringify.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/unicode.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/lib/utils.js
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/node_modules/jju/package.yaml
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-helpfulerror/test/test.js
+lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-better-errors/CHANGELOG.md
+lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-better-errors/LICENSE.md
+lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-better-errors/README.md
+lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-better-errors/index.js
+lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/json-parse-better-errors/package.json
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/package.json
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/blob.js
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/src/body.js
@@ -2217,61 +2282,6 @@ lib/node_modules/npm/node_modules/pacote/node_modules/
 lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun/lib/util.js
 lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun/package.json
 lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/.travis.yml
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/.travis.yml
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/node_modules/end-of-stream/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/node_modules/end-of-stream/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/node_modules/end-of-stream/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/node_modules/end-of-stream/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/test-browser.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/node_modules/pump/test.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/a/hello.txt
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/b/a/test.txt
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/c/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/d/file1
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/d/file2
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/d/sub-dir/file5
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/d/sub-files/file3
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/d/sub-files/file4
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/e/directory/.ignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/fixtures/e/file
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-fs/test/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/extract.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/headers.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/.travis.yml
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/LICENSE.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/bl.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/bl/test/test.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/end-of-stream/LICENSE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/end-of-stream/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/end-of-stream/index.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/end-of-stream/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/.npmignore
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/LICENCE
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/Makefile
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/README.md
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/immutable.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/mutable.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/package.json
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/node_modules/xtend/test.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/pack.js
-lib/node_modules/npm/node_modules/pacote/node_modules/tar-stream/package.json
 lib/node_modules/npm/node_modules/pacote/package.json
 lib/node_modules/npm/node_modules/pacote/prefetch.js
 lib/node_modules/npm/node_modules/path-is-inside/LICENSE.txt
@@ -2318,25 +2328,14 @@ lib/node_modules/npm/node_modules/read-installed/test/
 lib/node_modules/npm/node_modules/read-installed/test/peer-dep-at-latest.js
 lib/node_modules/npm/node_modules/read-package-json/LICENSE
 lib/node_modules/npm/node_modules/read-package-json/README.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.editorconfig
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/.npmignore
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/LICENSE
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/README.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/index.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/.npmignore
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/LICENSE
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/README.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/index.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/analyze.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/document.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/parse.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/stringify.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/unicode.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/lib/utils.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/package.json
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/package.yaml
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/package.json
-lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/test/test.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-better-errors/CHANGELOG.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-better-errors/LICENSE.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-better-errors/README.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-better-errors/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-better-errors/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/slash/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/slash/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/slash/readme.md
 lib/node_modules/npm/node_modules/read-package-json/package.json
 lib/node_modules/npm/node_modules/read-package-json/read-json.js
 lib/node_modules/npm/node_modules/read-package-tree/LICENSE
@@ -3128,44 +3127,58 @@ lib/node_modules/npm/node_modules/strip-ansi/node_modu
 lib/node_modules/npm/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
 lib/node_modules/npm/node_modules/strip-ansi/package.json
 lib/node_modules/npm/node_modules/strip-ansi/readme.md
-lib/node_modules/npm/node_modules/tar/.npmignore
-lib/node_modules/npm/node_modules/tar/.travis.yml
 lib/node_modules/npm/node_modules/tar/LICENSE
 lib/node_modules/npm/node_modules/tar/README.md
-lib/node_modules/npm/node_modules/tar/examples/extracter.js
-lib/node_modules/npm/node_modules/tar/examples/packer.js
-lib/node_modules/npm/node_modules/tar/examples/reader.js
-lib/node_modules/npm/node_modules/tar/lib/buffer-entry.js
-lib/node_modules/npm/node_modules/tar/lib/entry-writer.js
-lib/node_modules/npm/node_modules/tar/lib/entry.js
-lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js
-lib/node_modules/npm/node_modules/tar/lib/extended-header.js
+lib/node_modules/npm/node_modules/tar/index.js
+lib/node_modules/npm/node_modules/tar/lib/create.js
 lib/node_modules/npm/node_modules/tar/lib/extract.js
-lib/node_modules/npm/node_modules/tar/lib/global-header-writer.js
 lib/node_modules/npm/node_modules/tar/lib/header.js
+lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js
+lib/node_modules/npm/node_modules/tar/lib/large-numbers.js
+lib/node_modules/npm/node_modules/tar/lib/list.js
+lib/node_modules/npm/node_modules/tar/lib/mkdir.js
 lib/node_modules/npm/node_modules/tar/lib/pack.js
 lib/node_modules/npm/node_modules/tar/lib/parse.js
-lib/node_modules/npm/node_modules/tar/node_modules/block-stream/LICENCE
-lib/node_modules/npm/node_modules/tar/node_modules/block-stream/LICENSE
-lib/node_modules/npm/node_modules/tar/node_modules/block-stream/README.md
-lib/node_modules/npm/node_modules/tar/node_modules/block-stream/block-stream.js
-lib/node_modules/npm/node_modules/tar/node_modules/block-stream/package.json
+lib/node_modules/npm/node_modules/tar/lib/pax.js
+lib/node_modules/npm/node_modules/tar/lib/read-entry.js
+lib/node_modules/npm/node_modules/tar/lib/replace.js
+lib/node_modules/npm/node_modules/tar/lib/types.js
+lib/node_modules/npm/node_modules/tar/lib/unpack.js
+lib/node_modules/npm/node_modules/tar/lib/update.js
+lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js
+lib/node_modules/npm/node_modules/tar/lib/winchars.js
+lib/node_modules/npm/node_modules/tar/lib/write-entry.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/.npmignore
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/.travis.yml
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/README.md
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/b.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/extend-minipass.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/extend-through2.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/extend-transform.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/nullsink.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/numbers.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/lib/timer.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/bench/test.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/d.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/e.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/eos.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/foo
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/minipass-benchmarks.xlsx
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/test/basic.js
+lib/node_modules/npm/node_modules/tar/node_modules/minipass/test/empty-end.js
+lib/node_modules/npm/node_modules/tar/node_modules/minizlib/LICENSE
+lib/node_modules/npm/node_modules/tar/node_modules/minizlib/README.md
+lib/node_modules/npm/node_modules/tar/node_modules/minizlib/constants.js
+lib/node_modules/npm/node_modules/tar/node_modules/minizlib/index.js
+lib/node_modules/npm/node_modules/tar/node_modules/minizlib/package.json
+lib/node_modules/npm/node_modules/tar/node_modules/yallist/LICENSE
+lib/node_modules/npm/node_modules/tar/node_modules/yallist/README.md
+lib/node_modules/npm/node_modules/tar/node_modules/yallist/iterator.js
+lib/node_modules/npm/node_modules/tar/node_modules/yallist/package.json
+lib/node_modules/npm/node_modules/tar/node_modules/yallist/yallist.js
 lib/node_modules/npm/node_modules/tar/package.json
-lib/node_modules/npm/node_modules/tar/tar.js
-lib/node_modules/npm/node_modules/tar/test/00-setup-fixtures.js
-lib/node_modules/npm/node_modules/tar/test/cb-never-called-1.0.1.tgz
-lib/node_modules/npm/node_modules/tar/test/dir-normalization.js
-lib/node_modules/npm/node_modules/tar/test/dir-normalization.tar
-lib/node_modules/npm/node_modules/tar/test/error-on-broken.js
-lib/node_modules/npm/node_modules/tar/test/extract-move.js
-lib/node_modules/npm/node_modules/tar/test/extract.js
-lib/node_modules/npm/node_modules/tar/test/fixtures.tgz
-lib/node_modules/npm/node_modules/tar/test/header.js
-lib/node_modules/npm/node_modules/tar/test/pack-no-proprietary.js
-lib/node_modules/npm/node_modules/tar/test/pack.js
-lib/node_modules/npm/node_modules/tar/test/parse-discard.js
-lib/node_modules/npm/node_modules/tar/test/parse.js
-lib/node_modules/npm/node_modules/tar/test/zz-cleanup.js
 lib/node_modules/npm/node_modules/text-table/.travis.yml
 lib/node_modules/npm/node_modules/text-table/LICENSE
 lib/node_modules/npm/node_modules/text-table/example/align.js
@@ -3625,6 +3638,7 @@ lib/node_modules/npm/node_modules/worker-farm/examples
 lib/node_modules/npm/node_modules/worker-farm/examples/basic/index.js
 lib/node_modules/npm/node_modules/worker-farm/examples/pi/calc.js
 lib/node_modules/npm/node_modules/worker-farm/examples/pi/index.js
+lib/node_modules/npm/node_modules/worker-farm/index.d.ts
 lib/node_modules/npm/node_modules/worker-farm/lib/child/index.js
 lib/node_modules/npm/node_modules/worker-farm/lib/farm.js
 lib/node_modules/npm/node_modules/worker-farm/lib/fork.js
@@ -3680,324 +3694,3 @@ lib/node_modules/npm/scripts/publish-tag.js
 @(,,755) lib/node_modules/npm/scripts/release.sh
 @(,,755) lib/node_modules/npm/scripts/relocate.sh
 @(,,755) lib/node_modules/npm/scripts/update-authors.sh
-lib/node_modules/npm/test/broken-under-nyc-and-travis/lifecycle-path.js
-lib/node_modules/npm/test/broken-under-nyc-and-travis/whoami.js
-lib/node_modules/npm/test/common-tap.js
-lib/node_modules/npm/test/fixtures/config/builtin
-lib/node_modules/npm/test/fixtures/config/globalconfig
-lib/node_modules/npm/test/fixtures/config/malformed
-lib/node_modules/npm/test/fixtures/config/multi-ca
-lib/node_modules/npm/test/fixtures/config/userconfig
-lib/node_modules/npm/test/fixtures/config/userconfig-with-gc
-lib/node_modules/npm/test/fixtures/forked-underscore-1.5.1.tgz
-lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-bar.git.tar.gz
-lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-buzz.git.tar.gz
-lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-dummy-npm-foo.git.tar.gz
-lib/node_modules/npm/test/fixtures/github-com-BryanDonovan-npm-git-test.git.tar.gz
-lib/node_modules/npm/test/fixtures/gitignore-and-npmignore-2.tar
-lib/node_modules/npm/test/fixtures/gitignore-and-npmignore.tar
-lib/node_modules/npm/test/fixtures/gitignore-and-npmignore.tgz
-lib/node_modules/npm/test/fixtures/gitignore.tgz
-lib/node_modules/npm/test/fixtures/npmignore.tgz
-lib/node_modules/npm/test/fixtures/onload.js
-lib/node_modules/npm/test/fixtures/scoped-underscore-1.3.1.tgz
-lib/node_modules/npm/test/need-npm5-update/belongs-in-pacote/add-remote-git-get-resolved.js
-lib/node_modules/npm/test/need-npm5-update/belongs-in-pacote/git-races.js
-lib/node_modules/npm/test/need-npm5-update/ignore-shrinkwrap.js
-lib/node_modules/npm/test/need-npm5-update/legacy-array-bin.js
-lib/node_modules/npm/test/need-npm5-update/legacy-dir-bin.js
-lib/node_modules/npm/test/need-npm5-update/legacy-npm-self-install.js
-lib/node_modules/npm/test/need-npm5-update/legacy-optional-deps.js
-lib/node_modules/npm/test/need-npm5-update/legacy-shrinkwrap.js
-lib/node_modules/npm/test/need-npm5-update/lifecycle-signal.js
-lib/node_modules/npm/test/need-npm5-update/move-no-clobber-dest-node-modules.js
-lib/node_modules/npm/test/need-npm5-update/need-only-update-save-optional/update-save.js
-lib/node_modules/npm/test/need-npm5-update/need-outdated/update-symlink.js
-lib/node_modules/npm/test/need-npm5-update/outdated-depth-deep.js
-lib/node_modules/npm/test/need-npm5-update/outdated-depth-integer.js
-lib/node_modules/npm/test/need-npm5-update/outdated-include-devdependencies.js
-lib/node_modules/npm/test/need-npm5-update/outdated-local.js
-lib/node_modules/npm/test/need-npm5-update/outdated-new-versions.js
-lib/node_modules/npm/test/need-npm5-update/outdated-notarget.js
-lib/node_modules/npm/test/need-npm5-update/outdated-private.js
-lib/node_modules/npm/test/need-npm5-update/outdated-symlink.js
-lib/node_modules/npm/test/need-npm5-update/peer-deps-invalid.js
-lib/node_modules/npm/test/need-npm5-update/peer-deps-toplevel.js
-lib/node_modules/npm/test/need-npm5-update/peer-deps-without-package-json.js
-lib/node_modules/npm/test/need-npm5-update/rm-linked.js
-lib/node_modules/npm/test/need-npm5-update/shrinkwrap-complete-except-dev.js
-lib/node_modules/npm/test/need-npm5-update/shrinkwrap-dev-dep-cycle.js
-lib/node_modules/npm/test/network/git-cache-locking.js
-lib/node_modules/npm/test/network/git-cache-no-hooks.js
-lib/node_modules/npm/test/network/legacy-bundled-git.js
-lib/node_modules/npm/test/network/legacy-url-dep.js
-lib/node_modules/npm/test/network/registry.js
-lib/node_modules/npm/test/tap/00-check-mock-dep.js
-lib/node_modules/npm/test/tap/00-config-setup.js
-lib/node_modules/npm/test/tap/00-verify-bundle-deps.js
-lib/node_modules/npm/test/tap/00-verify-ls-ok.js
-lib/node_modules/npm/test/tap/00-verify-no-scoped.js
-lib/node_modules/npm/test/tap/404-parent.js
-lib/node_modules/npm/test/tap/404-private-registry-scoped.js
-lib/node_modules/npm/test/tap/404-private-registry.js
-lib/node_modules/npm/test/tap/access.js
-lib/node_modules/npm/test/tap/add-named-update-protocol-port.js
-lib/node_modules/npm/test/tap/add-remote-git-file.js
-lib/node_modules/npm/test/tap/add-remote-git-shrinkwrap.js
-lib/node_modules/npm/test/tap/add-remote-git-submodule.js
-lib/node_modules/npm/test/tap/add-remote-git.js
-lib/node_modules/npm/test/tap/adduser-always-auth.js
-lib/node_modules/npm/test/tap/adduser-legacy-auth.js
-lib/node_modules/npm/test/tap/adduser-oauth.js
-lib/node_modules/npm/test/tap/adduser-saml.js
-lib/node_modules/npm/test/tap/all-package-metadata-cache-stream-unit.js
-lib/node_modules/npm/test/tap/all-package-metadata-entry-stream-unit.js
-lib/node_modules/npm/test/tap/all-package-metadata-update-stream-unit.js
-lib/node_modules/npm/test/tap/all-package-metadata-write-stream-unit.js
-lib/node_modules/npm/test/tap/all-package-metadata.js
-lib/node_modules/npm/test/tap/anon-cli-metrics.js
-lib/node_modules/npm/test/tap/bearer-token-check.js
-lib/node_modules/npm/test/tap/bin.js
-lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js
-lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds.js
-lib/node_modules/npm/test/tap/bitbucket-shortcut-package.js
-lib/node_modules/npm/test/tap/bitbucket-shortcut.js
-lib/node_modules/npm/test/tap/bugs.js
-lib/node_modules/npm/test/tap/build-already-built.js
-lib/node_modules/npm/test/tap/builtin-config.js
-lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js
-lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js
-lib/node_modules/npm/test/tap/bundled-dependencies.js
-lib/node_modules/npm/test/tap/bundled-no-add-to-move.js
-lib/node_modules/npm/test/tap/bundled-transitive-deps.js
-lib/node_modules/npm/test/tap/cache-add-unpublished.js
-lib/node_modules/npm/test/tap/cache-shasum-fork.js
-lib/node_modules/npm/test/tap/check-cpu-reqs.js
-lib/node_modules/npm/test/tap/check-engine-reqs.js
-lib/node_modules/npm/test/tap/check-install-self.js
-lib/node_modules/npm/test/tap/check-os-reqs.js
-lib/node_modules/npm/test/tap/check-permissions.js
-lib/node_modules/npm/test/tap/ci-header.js
-lib/node_modules/npm/test/tap/circular-dep.js
-lib/node_modules/npm/test/tap/config-basic.js
-lib/node_modules/npm/test/tap/config-builtin.js
-lib/node_modules/npm/test/tap/config-certfile.js
-lib/node_modules/npm/test/tap/config-credentials.js
-lib/node_modules/npm/test/tap/config-edit.js
-lib/node_modules/npm/test/tap/config-list.js
-lib/node_modules/npm/test/tap/config-malformed.js
-lib/node_modules/npm/test/tap/config-meta.js
-lib/node_modules/npm/test/tap/config-new-cafile.js
-lib/node_modules/npm/test/tap/config-private.js
-lib/node_modules/npm/test/tap/config-project.js
-lib/node_modules/npm/test/tap/config-save.js
-lib/node_modules/npm/test/tap/correct-mkdir.js
-lib/node_modules/npm/test/tap/cruft-test.js
-lib/node_modules/npm/test/tap/debug-logs.js
-lib/node_modules/npm/test/tap/dedupe-scoped.js
-lib/node_modules/npm/test/tap/dedupe.js
-lib/node_modules/npm/test/tap/deprecate.js
-lib/node_modules/npm/test/tap/dist-tag.js
-lib/node_modules/npm/test/tap/do-not-remove-other-bins.js
-lib/node_modules/npm/test/tap/doctor.js
-lib/node_modules/npm/test/tap/extraneous-dep-cycle-ls-ok.js
-lib/node_modules/npm/test/tap/false-name.js
-lib/node_modules/npm/test/tap/fetch-package-metadata.js
-lib/node_modules/npm/test/tap/files-and-ignores.js
-lib/node_modules/npm/test/tap/full-warning-messages.js
-lib/node_modules/npm/test/tap/gently-rm-cmdshims.js
-lib/node_modules/npm/test/tap/gently-rm-linked-module.js
-lib/node_modules/npm/test/tap/gently-rm-overeager.js
-lib/node_modules/npm/test/tap/gently-rm-symlinked-global-dir.js
-lib/node_modules/npm/test/tap/get.js
-lib/node_modules/npm/test/tap/gist-short-shortcut-package.js
-lib/node_modules/npm/test/tap/gist-short-shortcut.js
-lib/node_modules/npm/test/tap/gist-shortcut-package.js
-lib/node_modules/npm/test/tap/gist-shortcut.js
-lib/node_modules/npm/test/tap/git-dependency-install-link.js
-lib/node_modules/npm/test/tap/git-npmignore.js
-lib/node_modules/npm/test/tap/git-prepare.js
-lib/node_modules/npm/test/tap/github-shortcut-package.js
-lib/node_modules/npm/test/tap/github-shortcut.js
-lib/node_modules/npm/test/tap/gitlab-shortcut-package.js
-lib/node_modules/npm/test/tap/gitlab-shortcut.js
-lib/node_modules/npm/test/tap/global-prefix-set-in-userconfig.js
-lib/node_modules/npm/test/tap/graceful-restart.js
-lib/node_modules/npm/test/tap/ignore-install-link.js
-lib/node_modules/npm/test/tap/ignore-scripts.js
-lib/node_modules/npm/test/tap/init-interrupt.js
-lib/node_modules/npm/test/tap/install-actions.js
-lib/node_modules/npm/test/tap/install-at-locally.js
-lib/node_modules/npm/test/tap/install-bad-dep-format.js
-lib/node_modules/npm/test/tap/install-bad-man.js
-lib/node_modules/npm/test/tap/install-bin-null.js
-lib/node_modules/npm/test/tap/install-cli-only-development.js
-lib/node_modules/npm/test/tap/install-cli-only-production.js
-lib/node_modules/npm/test/tap/install-cli-only-shrinkwrap.js
-lib/node_modules/npm/test/tap/install-cli-production-nosave.js
-lib/node_modules/npm/test/tap/install-cli-production.js
-lib/node_modules/npm/test/tap/install-cli-unicode.js
-lib/node_modules/npm/test/tap/install-duplicate-deps-warning.js
-lib/node_modules/npm/test/tap/install-from-local.js
-lib/node_modules/npm/test/tap/install-into-likenamed-folder.js
-lib/node_modules/npm/test/tap/install-link-scripts.js
-lib/node_modules/npm/test/tap/install-local-dep-cycle.js
-lib/node_modules/npm/test/tap/install-man.js
-lib/node_modules/npm/test/tap/install-noargs-dev.js
-lib/node_modules/npm/test/tap/install-order.js
-lib/node_modules/npm/test/tap/install-package-json-order.js
-lib/node_modules/npm/test/tap/install-parse-error.js
-lib/node_modules/npm/test/tap/install-property-conflicts.js
-lib/node_modules/npm/test/tap/install-report-just-installed.js
-lib/node_modules/npm/test/tap/install-save-exact.js
-lib/node_modules/npm/test/tap/install-save-local.js
-lib/node_modules/npm/test/tap/install-save-prefix.js
-lib/node_modules/npm/test/tap/install-scoped-already-installed.js
-lib/node_modules/npm/test/tap/install-scoped-link.js
-lib/node_modules/npm/test/tap/install-scoped-with-bundled-dependency.js
-lib/node_modules/npm/test/tap/install-scoped-with-peer-dependency.js
-lib/node_modules/npm/test/tap/install-shrinkwrapped-git.js
-lib/node_modules/npm/test/tap/install-with-dev-dep-duplicate.js
-lib/node_modules/npm/test/tap/invalid-cmd-exit-code.js
-lib/node_modules/npm/test/tap/invalid-dep-version-filtering.js
-lib/node_modules/npm/test/tap/is-fs-access-available.js
-lib/node_modules/npm/test/tap/it.js
-lib/node_modules/npm/test/tap/legacy-ignore-nested-nm.js
-lib/node_modules/npm/test/tap/legacy-missing-bindir.js
-lib/node_modules/npm/test/tap/legacy-no-auth-leak.js
-lib/node_modules/npm/test/tap/legacy-platform-all.js
-lib/node_modules/npm/test/tap/legacy-platform.js
-lib/node_modules/npm/test/tap/legacy-private.js
-lib/node_modules/npm/test/tap/legacy-test-package.js
-lib/node_modules/npm/test/tap/lifecycle-order.js
-lib/node_modules/npm/test/tap/lifecycle.js
-lib/node_modules/npm/test/tap/link.js
-lib/node_modules/npm/test/tap/local-args-relative-to-cwd.js
-lib/node_modules/npm/test/tap/locker.js
-lib/node_modules/npm/test/tap/logout-scoped.js
-lib/node_modules/npm/test/tap/logout.js
-lib/node_modules/npm/test/tap/ls-depth-cli.js
-lib/node_modules/npm/test/tap/ls-depth-unmet.js
-lib/node_modules/npm/test/tap/ls-env.js
-lib/node_modules/npm/test/tap/ls-l-depth-0.js
-lib/node_modules/npm/test/tap/ls-no-results.js
-lib/node_modules/npm/test/tap/ls-production-and-dev.js
-lib/node_modules/npm/test/tap/ls-top-errors.js
-lib/node_modules/npm/test/tap/ls.js
-lib/node_modules/npm/test/tap/map-to-registry.js
-lib/node_modules/npm/test/tap/nerf-dart.js
-lib/node_modules/npm/test/tap/nested-extraneous.js
-lib/node_modules/npm/test/tap/no-global-warns.js
-lib/node_modules/npm/test/tap/no-scan-full-global-dir.js
-lib/node_modules/npm/test/tap/noargs-install-config-save.js
-lib/node_modules/npm/test/tap/node-modules-path-munge.js
-lib/node_modules/npm/test/tap/normalize-package-explode.js
-lib/node_modules/npm/test/tap/npm-api-not-loaded-error.js
-lib/node_modules/npm/test/tap/onload.js
-lib/node_modules/npm/test/tap/optional-metadep-rollback-collision.js
-lib/node_modules/npm/test/tap/outdated-bad-read-tree.js
-lib/node_modules/npm/test/tap/outdated-color.js
-lib/node_modules/npm/test/tap/outdated-depth.js
-lib/node_modules/npm/test/tap/outdated-git.js
-lib/node_modules/npm/test/tap/outdated-json.js
-lib/node_modules/npm/test/tap/outdated-long.js
-lib/node_modules/npm/test/tap/outdated.js
-lib/node_modules/npm/test/tap/override-bundled.js
-lib/node_modules/npm/test/tap/owner.js
-lib/node_modules/npm/test/tap/pack-scoped.js
-lib/node_modules/npm/test/tap/peer-deps.js
-lib/node_modules/npm/test/tap/pick-manifest-from-registry-metadata.js
-lib/node_modules/npm/test/tap/ping.js
-lib/node_modules/npm/test/tap/prepare.js
-lib/node_modules/npm/test/tap/prepublish-only.js
-lib/node_modules/npm/test/tap/prepublish.js
-lib/node_modules/npm/test/tap/progress-config.js
-lib/node_modules/npm/test/tap/prune-dev-dep-cycle.js
-lib/node_modules/npm/test/tap/prune-with-dev-dep-duplicate.js
-lib/node_modules/npm/test/tap/prune-with-only-dev-deps.js
-lib/node_modules/npm/test/tap/prune.js
-lib/node_modules/npm/test/tap/publish-access-scoped.js
-lib/node_modules/npm/test/tap/publish-access-unscoped-restricted-fails.js
-lib/node_modules/npm/test/tap/publish-access-unscoped.js
-lib/node_modules/npm/test/tap/publish-config.js
-lib/node_modules/npm/test/tap/publish-invalid-semver-tag.js
-lib/node_modules/npm/test/tap/publish-scoped.js
-lib/node_modules/npm/test/tap/pwd-prefix.js
-lib/node_modules/npm/test/tap/referer.js
-lib/node_modules/npm/test/tap/repo.js
-lib/node_modules/npm/test/tap/retry-on-stale-cache.js
-lib/node_modules/npm/test/tap/run-script-filter-private.js
-lib/node_modules/npm/test/tap/run-script.js
-lib/node_modules/npm/test/tap/scope-header.js
-lib/node_modules/npm/test/tap/scripts-whitespace-windows.js
-lib/node_modules/npm/test/tap/search.all-package-search.js
-lib/node_modules/npm/test/tap/search.esearch.js
-lib/node_modules/npm/test/tap/search.js
-lib/node_modules/npm/test/tap/semver-doc.js
-lib/node_modules/npm/test/tap/shared-linked.js
-lib/node_modules/npm/test/tap/shrinkwrap-_auth.js
-lib/node_modules/npm/test/tap/shrinkwrap-default-dev.js
-lib/node_modules/npm/test/tap/shrinkwrap-dev-dependency.js
-lib/node_modules/npm/test/tap/shrinkwrap-empty-deps.js
-lib/node_modules/npm/test/tap/shrinkwrap-extra-metadata.js
-lib/node_modules/npm/test/tap/shrinkwrap-global-auth.js
-lib/node_modules/npm/test/tap/shrinkwrap-lifecycle-cwd.js
-lib/node_modules/npm/test/tap/shrinkwrap-lifecycle.js
-lib/node_modules/npm/test/tap/shrinkwrap-local-dependency.js
-lib/node_modules/npm/test/tap/shrinkwrap-nested.js
-lib/node_modules/npm/test/tap/shrinkwrap-optional-dependency.js
-lib/node_modules/npm/test/tap/shrinkwrap-optional-platform.js
-lib/node_modules/npm/test/tap/shrinkwrap-optional-property.js
-lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency-also.js
-lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency.js
-lib/node_modules/npm/test/tap/shrinkwrap-save-dev-with-existing-deps.js
-lib/node_modules/npm/test/tap/shrinkwrap-save-with-existing-dev-deps.js
-lib/node_modules/npm/test/tap/shrinkwrap-scoped-auth.js
-lib/node_modules/npm/test/tap/shrinkwrap-shared-dev-dependency.js
-lib/node_modules/npm/test/tap/shrinkwrap-version-match.js
-lib/node_modules/npm/test/tap/sorted-package-json.js
-lib/node_modules/npm/test/tap/spawn-enoent-help.js
-lib/node_modules/npm/test/tap/spawn-enoent.js
-lib/node_modules/npm/test/tap/spec-local-specifiers.js
-lib/node_modules/npm/test/tap/splat-with-only-prerelease-to-latest.js
-lib/node_modules/npm/test/tap/startstop.js
-lib/node_modules/npm/test/tap/symlink-cycle.js
-lib/node_modules/npm/test/tap/tag-version-prefix.js
-lib/node_modules/npm/test/tap/tagged-version-matching.js
-lib/node_modules/npm/test/tap/team.js
-lib/node_modules/npm/test/tap/test-run-ls.js
-lib/node_modules/npm/test/tap/tree-style.js
-lib/node_modules/npm/test/tap/umask-lifecycle.js
-lib/node_modules/npm/test/tap/uninstall-in-reverse.js
-lib/node_modules/npm/test/tap/uninstall-link-clean.js
-lib/node_modules/npm/test/tap/uninstall-package.js
-lib/node_modules/npm/test/tap/uninstall-save.js
-lib/node_modules/npm/test/tap/unit-child-path.js
-lib/node_modules/npm/test/tap/unit-deps-earliestInstallable.js
-lib/node_modules/npm/test/tap/unit-deps-removeObsoleteDep.js
-lib/node_modules/npm/test/tap/unit-deps-replaceModule.js
-lib/node_modules/npm/test/tap/unit-gentlyrm.js
-lib/node_modules/npm/test/tap/unit-link.js
-lib/node_modules/npm/test/tap/unit-module-name.js
-lib/node_modules/npm/test/tap/unit-package-id.js
-lib/node_modules/npm/test/tap/unpack-foreign-tarball.js
-lib/node_modules/npm/test/tap/unpublish-config.js
-lib/node_modules/npm/test/tap/unsupported.js
-lib/node_modules/npm/test/tap/update-examples.js
-lib/node_modules/npm/test/tap/update-path.js
-lib/node_modules/npm/test/tap/upgrade-lifecycles.js
-lib/node_modules/npm/test/tap/url-dependencies.js
-lib/node_modules/npm/test/tap/verify-no-lifecycle-on-repo.js
-lib/node_modules/npm/test/tap/version-allow-same-version.js
-lib/node_modules/npm/test/tap/version-from-git.js
-lib/node_modules/npm/test/tap/version-git-not-clean.js
-lib/node_modules/npm/test/tap/version-lifecycle.js
-lib/node_modules/npm/test/tap/version-message-config.js
-lib/node_modules/npm/test/tap/version-no-git.js
-lib/node_modules/npm/test/tap/version-no-package.js
-lib/node_modules/npm/test/tap/version-no-tags.js
-lib/node_modules/npm/test/tap/version-sub-directory-shrinkwrap.js
-lib/node_modules/npm/test/tap/version-sub-directory.js
-lib/node_modules/npm/test/tap/version-update-shrinkwrap.js
-lib/node_modules/npm/test/tap/view.js
-lib/node_modules/npm/test/tap/zz-cleanup.js



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