pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Oct 12 14:12:15 UTC 2017

Modified Files:
        pkgsrc/lang/nodejs: Makefile PLIST distinfo
        pkgsrc/lang/nodejs/patches:
            patch-deps_v8_src_base_platform_platform-posix.cc
Removed Files:
        pkgsrc/lang/nodejs/patches: patch-deps_uv_src_unix_netbsd.c

Log Message:
Update lang/nodejs to 8.7.0.

deps:
- update npm to 5.4.2
- upgrade libuv to 1.15.0
- update V8 to 6.1.534.42

dgram:
- support for setting dgram socket buffer size

fs:
- add support O_DSYNC file open constant

util:
- deprecate obj.inspect for custom inspection

tools, build:
- there is a fancy new macOS installer


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.103 -r1.104 pkgsrc/lang/nodejs/distinfo
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/lang/nodejs/patches/patch-deps_uv_src_unix_netbsd.c
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.107 pkgsrc/lang/nodejs/Makefile:1.108
--- pkgsrc/lang/nodejs/Makefile:1.107   Wed Sep 27 12:17:10 2017
+++ pkgsrc/lang/nodejs/Makefile Thu Oct 12 14:12:15 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2017/09/27 12:17:10 fhajny Exp $
+# $NetBSD: Makefile,v 1.108 2017/10/12 14:12:15 fhajny Exp $
 
-DISTNAME=      node-v8.6.0
+DISTNAME=      node-v8.7.0
 
 # Stated by the changelog as of 8.2.0
 GCC_REQD+=     4.9.4

Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.50 pkgsrc/lang/nodejs/PLIST:1.51
--- pkgsrc/lang/nodejs/PLIST:1.50       Wed Aug 16 11:52:19 2017
+++ pkgsrc/lang/nodejs/PLIST    Thu Oct 12 14:12:15 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2017/08/16 11:52:19 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.51 2017/10/12 14:12:15 fhajny Exp $
 bin/node
 bin/npm
 bin/npx
@@ -64,7 +64,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
@@ -236,6 +235,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
@@ -354,9 +354,11 @@ lib/node_modules/npm/lib/utils/completio
 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
@@ -365,9 +367,11 @@ lib/node_modules/npm/lib/utils/gently-rm
 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
@@ -386,7 +390,6 @@ lib/node_modules/npm/lib/utils/pulse-til
 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
@@ -712,64 +715,6 @@ lib/node_modules/npm/node_modules/fs-wri
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/README.md
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/index.js
 lib/node_modules/npm/node_modules/fs-write-stream-atomic/package.json
-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/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/.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
@@ -875,18 +820,28 @@ lib/node_modules/npm/node_modules/libnpx
 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
@@ -984,30 +939,31 @@ lib/node_modules/npm/node_modules/libnpx
 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
@@ -1239,6 +1195,14 @@ lib/node_modules/npm/node_modules/lru-ca
 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
@@ -1468,6 +1432,30 @@ 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/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
@@ -1494,6 +1482,36 @@ lib/node_modules/npm/node_modules/node-g
 lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/examples/my-program.js
 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/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/package.json
 lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc
 lib/node_modules/npm/node_modules/nopt/.npmignore
@@ -1536,10 +1554,45 @@ lib/node_modules/npm/node_modules/npm-in
 lib/node_modules/npm/node_modules/npm-install-checks/README.md
 lib/node_modules/npm/node_modules/npm-install-checks/index.js
 lib/node_modules/npm/node_modules/npm-install-checks/package.json
+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/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
@@ -1914,24 +1967,11 @@ lib/node_modules/npm/node_modules/pacote
 lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/node_modules/encoding/node_modules/iconv-lite/lib/streams.js
 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/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-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
@@ -2062,49 +2102,6 @@ lib/node_modules/npm/node_modules/pacote
 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-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/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
@@ -2131,24 +2128,14 @@ lib/node_modules/npm/node_modules/read-i
 lib/node_modules/npm/node_modules/read-installed/read-installed.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-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
@@ -2289,7 +2276,7 @@ lib/node_modules/npm/node_modules/reques
 lib/node_modules/npm/node_modules/request/node_modules/forever-agent/index.js
 lib/node_modules/npm/node_modules/request/node_modules/forever-agent/package.json
 lib/node_modules/npm/node_modules/request/node_modules/form-data/License
-lib/node_modules/npm/node_modules/request/node_modules/form-data/Readme.md
+lib/node_modules/npm/node_modules/request/node_modules/form-data/README.md
 lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/browser.js
 lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/form_data.js
 lib/node_modules/npm/node_modules/request/node_modules/form-data/lib/populate.js
@@ -2887,30 +2874,56 @@ lib/node_modules/npm/node_modules/strip-
 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/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/text-table/.travis.yml
 lib/node_modules/npm/node_modules/text-table/LICENSE
 lib/node_modules/npm/node_modules/text-table/example/align.js
@@ -3321,6 +3334,7 @@ lib/node_modules/npm/node_modules/worker
 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

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.103 pkgsrc/lang/nodejs/distinfo:1.104
--- pkgsrc/lang/nodejs/distinfo:1.103   Wed Sep 27 12:17:10 2017
+++ pkgsrc/lang/nodejs/distinfo Thu Oct 12 14:12:15 2017
@@ -1,20 +1,19 @@
-$NetBSD: distinfo,v 1.103 2017/09/27 12:17:10 fhajny Exp $
+$NetBSD: distinfo,v 1.104 2017/10/12 14:12:15 fhajny Exp $
 
-SHA1 (node-v8.6.0.tar.gz) = 11573a63069be5aeaed4a5204338466a9190def8
-RMD160 (node-v8.6.0.tar.gz) = aa52f57e7b7849cf3c7e829524066c2bf7304b9a
-SHA512 (node-v8.6.0.tar.gz) = f51cb57acbbbd8c34a10b1bd5a9bccda38227d486838091f337389d148f4ff54041786875842dadd0c0a7bc2ee7e00f83bd8f28b98ca0f348eaa6b24a5d34b47
-Size (node-v8.6.0.tar.gz) = 31159108 bytes
+SHA1 (node-v8.7.0.tar.gz) = 27ee11fa9e27a6b6964ba0993a663656d9ae25ba
+RMD160 (node-v8.7.0.tar.gz) = b9ed83f2e4731b90ddc77a88660cd747ae5f596f
+SHA512 (node-v8.7.0.tar.gz) = 0214f2624c67fb2d96f35f3520487865922bf4673fea6890c10479580743bb915d06d9bdc4b1ee2bfcf46240f752ff6d0ed9839fb5bcc3f3cb60e7caf33758be
+Size (node-v8.7.0.tar.gz) = 30269149 bytes
 SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50
 SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_xcode__emulation.py) = 6f21f937d2baf5799192e96865771cef6b4822a5
 SHA1 (patch-deps_uv_common.gypi) = ba9caa1f6d9d6df1913d0d72a8d18ea6db0a32ff
-SHA1 (patch-deps_uv_src_unix_netbsd.c) = c3e4b3c183c6cbe838e212f1115f694507654611
 SHA1 (patch-deps_v8_src_arm_cpu-arm.cc) = d0d11ac474ab109a6f40b26fa457b12d742eb48d
 SHA1 (patch-deps_v8_src_base_atomicops.h) = 552d2b7781b39b93392fd00043b1cf4cb10802da
 SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = 686c2054838a25cfeed7fb9870a959e48dc4de35
 SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 5e593879dbab095f99e82593272a0de91043f9a8
-SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = eff609b75125dab536934bd8afa640955dcee674
+SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = 368620c2a20538c1e5ff194e72d62f173a7f0c91
 SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = aa84bf1dbaac5808529f6b01502d117c88751649
 SHA1 (patch-deps_v8_src_compiler_types.h) = 711cc94535200374104c3cd1f0fbbd00994701a6
 SHA1 (patch-deps_v8_src_globals.h) = ec9798befbfbcd432b0c61bc914fe9d6a4bf4a86

Index: pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc
diff -u pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc:1.3 pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc:1.4
--- pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc:1.3    Wed Sep  9 00:04:54 2015
+++ pkgsrc/lang/nodejs/patches/patch-deps_v8_src_base_platform_platform-posix.cc        Thu Oct 12 14:12:15 2017
@@ -1,11 +1,11 @@
-$NetBSD: patch-deps_v8_src_base_platform_platform-posix.cc,v 1.3 2015/09/09 00:04:54 ryoon Exp $
+$NetBSD: patch-deps_v8_src_base_platform_platform-posix.cc,v 1.4 2017/10/12 14:12:15 fhajny Exp $
 
 Use sysconf(_SC_THREAD_STACK_MIN) instead of PTHREAD_STACK_MIN.
 Cast explicitly.
 
---- deps/v8/src/base/platform/platform-posix.cc.orig   2015-09-08 15:30:38.000000000 +0000
+--- deps/v8/src/base/platform/platform-posix.cc.orig   2017-10-11 12:35:30.000000000 +0000
 +++ deps/v8/src/base/platform/platform-posix.cc
-@@ -329,6 +329,8 @@ int OS::GetCurrentThreadId() {
+@@ -347,6 +347,8 @@ int OS::GetCurrentThreadId() {
    return static_cast<int>(syscall(__NR_gettid));
  #elif V8_OS_ANDROID
    return static_cast<int>(gettid());
@@ -13,8 +13,8 @@ Cast explicitly.
 +  return static_cast<int>(reinterpret_cast<intptr_t>(pthread_self()));
  #elif V8_OS_AIX
    return static_cast<int>(thread_self());
- #elif V8_OS_SOLARIS
-@@ -535,8 +537,13 @@ Thread::Thread(const Options& options)
+ #elif V8_OS_FUCHSIA
+@@ -533,8 +535,13 @@ Thread::Thread(const Options& options)
      : data_(new PlatformData),
        stack_size_(options.stack_size()),
        start_semaphore_(NULL) {
@@ -28,7 +28,7 @@ Cast explicitly.
    }
    set_name(options.name());
  }
-@@ -552,7 +559,7 @@ static void SetThreadName(const char* na
+@@ -550,7 +557,7 @@ static void SetThreadName(const char* na
    pthread_set_name_np(pthread_self(), name);
  #elif V8_OS_NETBSD
    STATIC_ASSERT(Thread::kMaxThreadNameLength <= PTHREAD_MAX_NAMELEN_NP);



Home | Main Index | Thread Index | Old Index