summaryrefslogtreecommitdiff
path: root/lang/nodejs
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-04-01 08:21:05 +0000
committerfhajny <fhajny@pkgsrc.org>2016-04-01 08:21:05 +0000
commitab7cc5358e6258bf1be172b80f3d4181ee2556d5 (patch)
treec4a632267b9b1029c74e69862beadcdf22c117f9 /lang/nodejs
parent5244ccf6325eee32c0cd15d76597689db9853c81 (diff)
downloadpkgsrc-ab7cc5358e6258bf1be172b80f3d4181ee2556d5.tar.gz
Update lang/nodejs to 5.10.0.
5.10.0 * buffer: - make byteLength work with ArrayBuffer & DataView - backport --zero-fill-buffers command line option - backport new buffer constructor APIs - add swap16() and swap32() methods * fs: add the fs.mkdtemp() function. * net: emit host in lookup event * node: --no-browser-globals configure flag * npm: Upgrade to v3.8.3. Fixes a security flaw in the use of authentication tokens in HTTP requests that would allow an attacker to set up a server that could collect tokens from users of the command-line interface. Authentication tokens have previously been sent with every request made by the CLI for logged-in users, regardless of the destination of the request. This update fixes this by only including those tokens for requests made against the registry or registries used for the current install. * repl: support standalone blocks * src: override v8 thread defaults using cli options 5.9.0 * contextify: Fixed a memory consumption issue related to heavy use of vm.createContext and vm.runInNewContext. * lib: copy arguments object instead of leaking it * src: allow both -i and -e flags to be used at the same time * timers: Internal Node.js timeouts now use the same logic path as those created with setTimeout() * v8: backport fb4ccae from v8 upstream: breakout events from v8 to offer better support for external debuggers * zlib: add support for concatenated members
Diffstat (limited to 'lang/nodejs')
-rw-r--r--lang/nodejs/Makefile4
-rw-r--r--lang/nodejs/PLIST332
-rw-r--r--lang/nodejs/distinfo10
-rw-r--r--lang/nodejs/options.mk5
4 files changed, 139 insertions, 212 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index 47e0ab036eb..c0c892c406e 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2016/03/09 20:13:23 fhajny Exp $
+# $NetBSD: Makefile,v 1.61 2016/04/01 08:21:05 fhajny Exp $
-DISTNAME= node-v5.8.0
+DISTNAME= node-v5.10.0
.include "../../lang/nodejs/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/nodejs/PLIST b/lang/nodejs/PLIST
index 641adf8d377..a120c1086c7 100644
--- a/lang/nodejs/PLIST
+++ b/lang/nodejs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2016/03/09 20:13:23 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.33 2016/04/01 08:21:05 fhajny Exp $
bin/node
bin/npm
include/node/android-ifaddrs.h
@@ -215,6 +215,7 @@ lib/node_modules/npm/lib/cache/update-index.js
lib/node_modules/npm/lib/completion.js
lib/node_modules/npm/lib/config.js
lib/node_modules/npm/lib/config/clear-credentials-by-uri.js
+lib/node_modules/npm/lib/config/cmd-list.js
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
@@ -605,6 +606,7 @@ 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
lib/node_modules/npm/node_modules/glob/common.js
lib/node_modules/npm/node_modules/glob/glob.js
lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE
@@ -691,6 +693,39 @@ lib/node_modules/npm/node_modules/init-package-json/example/example-default.js
lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js
lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js
lib/node_modules/npm/node_modules/init-package-json/init-package-json.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/LICENSE
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/README.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/common.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/LICENSE
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/README.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/minimatch.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/index.js
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/license
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/package.json
+lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/sync.js
lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore
lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/LICENSE
lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/README.md
@@ -715,6 +750,14 @@ lib/node_modules/npm/node_modules/lodash._baseindexof/package.json
lib/node_modules/npm/node_modules/lodash._baseuniq/LICENSE
lib/node_modules/npm/node_modules/lodash._baseuniq/README.md
lib/node_modules/npm/node_modules/lodash._baseuniq/index.js
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/LICENSE
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/README.md
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/index.js
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/package.json
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/LICENSE
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/README.md
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/index.js
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/package.json
lib/node_modules/npm/node_modules/lodash._baseuniq/package.json
lib/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt
lib/node_modules/npm/node_modules/lodash._bindcallback/README.md
@@ -735,31 +778,11 @@ lib/node_modules/npm/node_modules/lodash._getnative/package.json
lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE
lib/node_modules/npm/node_modules/lodash.clonedeep/README.md
lib/node_modules/npm/node_modules/lodash.clonedeep/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/LICENSE.txt
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/package.json
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/LICENSE
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/package.json
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/LICENSE
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/package.json
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/LICENSE
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/README.md
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/index.js
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/package.json
-lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/package.json
+lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/LICENSE
+lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/README.md
+lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/index.js
+lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/package.json
lib/node_modules/npm/node_modules/lodash.clonedeep/package.json
-lib/node_modules/npm/node_modules/lodash.isarguments/LICENSE
-lib/node_modules/npm/node_modules/lodash.isarguments/README.md
-lib/node_modules/npm/node_modules/lodash.isarguments/index.js
-lib/node_modules/npm/node_modules/lodash.isarguments/package.json
lib/node_modules/npm/node_modules/lodash.isarray/LICENSE
lib/node_modules/npm/node_modules/lodash.isarray/README.md
lib/node_modules/npm/node_modules/lodash.isarray/index.js
@@ -775,34 +798,10 @@ lib/node_modules/npm/node_modules/lodash.restparam/package.json
lib/node_modules/npm/node_modules/lodash.union/LICENSE
lib/node_modules/npm/node_modules/lodash.union/README.md
lib/node_modules/npm/node_modules/lodash.union/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/package.json
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/LICENSE
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/README.md
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/index.js
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json
-lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/package.json
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/LICENSE
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/README.md
lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/index.js
@@ -811,58 +810,18 @@ lib/node_modules/npm/node_modules/lodash.union/package.json
lib/node_modules/npm/node_modules/lodash.uniq/LICENSE
lib/node_modules/npm/node_modules/lodash.uniq/README.md
lib/node_modules/npm/node_modules/lodash.uniq/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/package.json
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/package.json
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/package.json
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/package.json
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json
-lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/package.json
lib/node_modules/npm/node_modules/lodash.uniq/package.json
lib/node_modules/npm/node_modules/lodash.without/LICENSE
lib/node_modules/npm/node_modules/lodash.without/README.md
lib/node_modules/npm/node_modules/lodash.without/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludeswith/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/LICENSE.txt
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arraymap/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._cachehas/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._setcache/package.json
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/LICENSE
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/README.md
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/index.js
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/LICENSE
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/README.md
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/index.js
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/package.json
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/package.json
lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/LICENSE
lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/README.md
lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/index.js
@@ -1026,80 +985,6 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/s
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/package.json
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/node_modules/sigmund/sigmund.js
lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/example.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/log.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/.jshintrc
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/History.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/beep/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/clear/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/examples/progress/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/ansi.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/lib/newlines.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/ansi/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/.npmignore
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/example.png
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/LICENSE.txt
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/LICENSE.txt
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/package.json
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/progress-bar.js
-lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/package.json
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.npmignore
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/.travis.yml
lib/node_modules/npm/node_modules/node-gyp/node_modules/path-array/History.md
@@ -1688,6 +1573,7 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js
lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js
lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
+lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/README.md
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/index.js
@@ -1699,6 +1585,10 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modu
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md
@@ -1710,39 +1600,35 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/LICENSE.txt
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._basetostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/node_modules/lodash._createpadding/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padleft/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/LICENSE.txt
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._basetostring/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/LICENSE
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/README.md
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/index.js
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/node_modules/lodash.repeat/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/node_modules/lodash._createpadding/package.json
-lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padright/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json
+lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js
lib/node_modules/npm/node_modules/npmlog/package.json
@@ -1792,6 +1678,39 @@ lib/node_modules/npm/node_modules/read-package-json/.npmignore
lib/node_modules/npm/node_modules/read-package-json/.travis.yml
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/glob/LICENSE
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/README.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/common.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/LICENSE
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/README.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/minimatch.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/minimatch/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/index.js
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/license
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/node_modules/path-is-absolute/readme.md
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/package.json
+lib/node_modules/npm/node_modules/read-package-json/node_modules/glob/sync.js
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
@@ -1844,11 +1763,14 @@ lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/floa
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore
+lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml
+lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile
lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/build/build.js
lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/component.json
lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js
lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json
+lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/test.js
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/index.js
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/license.md
@@ -1881,6 +1803,7 @@ lib/node_modules/npm/node_modules/realize-package-specifier/LICENSE
lib/node_modules/npm/node_modules/realize-package-specifier/README.md
lib/node_modules/npm/node_modules/realize-package-specifier/index.js
lib/node_modules/npm/node_modules/realize-package-specifier/package.json
+lib/node_modules/npm/node_modules/request/.eslintrc
lib/node_modules/npm/node_modules/request/.npmignore
lib/node_modules/npm/node_modules/request/.travis.yml
lib/node_modules/npm/node_modules/request/CHANGELOG.md
@@ -1903,6 +1826,7 @@ lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md
lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js
lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json
lib/node_modules/npm/node_modules/request/node_modules/aws4/.npmignore
+lib/node_modules/npm/node_modules/request/node_modules/aws4/.tern-port
lib/node_modules/npm/node_modules/request/node_modules/aws4/.travis.yml
lib/node_modules/npm/node_modules/request/node_modules/aws4/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/aws4/README.md
diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo
index 36129514e42..d97ded25cb5 100644
--- a/lang/nodejs/distinfo
+++ b/lang/nodejs/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.58 2016/03/09 20:13:23 fhajny Exp $
+$NetBSD: distinfo,v 1.59 2016/04/01 08:21:05 fhajny Exp $
-SHA1 (node-v5.8.0.tar.gz) = e448f9141c92f8f1a72c3e3da0763dc5a602caef
-RMD160 (node-v5.8.0.tar.gz) = ccd627c09235069ebf4c2a8c929b4bee6b585d84
-SHA512 (node-v5.8.0.tar.gz) = 67ba531b2f32b153d4b48996090f6564d4bc2857fdd78f7d77d5d20b35d2506515f124aa7d752e8a87bc1fb402daca7f15cc885e151b79f3127d15faf0653d5b
-Size (node-v5.8.0.tar.gz) = 22440294 bytes
+SHA1 (node-v5.10.0.tar.gz) = 015148d2d926cf8d346865242682351e5bd82fcb
+RMD160 (node-v5.10.0.tar.gz) = 95b4ecff47dd8dc819a10f61a204c29dcd990e98
+SHA512 (node-v5.10.0.tar.gz) = f824251e7b30bb4783c1c6a84e70bce252884fbdbed6c20f92268e09db21c2803626cf6deb77e04c35edcb44a07dfa76df1c33618259c49d1bc674c19160dd14
+Size (node-v5.10.0.tar.gz) = 22567877 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
diff --git a/lang/nodejs/options.mk b/lang/nodejs/options.mk
index d2bcca2ccb2..840a8c722be 100644
--- a/lang/nodejs/options.mk
+++ b/lang/nodejs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2016/03/09 20:13:23 fhajny Exp $
+# $NetBSD: options.mk,v 1.8 2016/04/01 08:21:05 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.node
PKG_SUPPORTED_OPTIONS= openssl dtrace icu
@@ -20,6 +20,9 @@ PLIST.dtrace= yes
CONFIGURE_ARGS+= --without-dtrace
.endif
+# print-PLIST helper
+PRINT_PLIST_AWK+= {if ($$0 ~ /lib\/dtrace/) {$$0 = "$${PLIST.dtrace}" $$0;}}
+
.if !empty(PKG_OPTIONS:Micu)
CONFIGURE_ARGS+= --with-intl=system-icu
.include "../../textproc/icu/buildlink3.mk"