diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-08-09 08:50:51 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-08-09 08:50:51 +0000 |
commit | c37c99773c5d4c4744ecf799d57a45e771818a66 (patch) | |
tree | e09bc2c47b6b750c98000e17d9b338c0d5629ae5 /lang | |
parent | 16a7d1fa60b7b87f2ba1f3538578e8a25456844f (diff) | |
download | pkgsrc-c37c99773c5d4c4744ecf799d57a45e771818a66.tar.gz |
Update lang/nodejs to 6.3.1.
6.3.1.
Notable changes
- buffer:
- Improve performance of Buffer.from(str, 'hex') and
Buffer#write(str, 'hex').
- Fix creating from zero-length ArrayBuffer.
- deps:
- Upgrade to V8 5.0.71.57.
- Backport V8 instanceof bugfix
- repl: Fix issue with function redeclaration.
- util: Fix inspecting of boxed symbols.
6.3.0
Notable changes
- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building
Node.js as a shared library.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
--debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops
without stopping the Node.js instance.
- src:
- Added a node::FreeEnvironment public C++ API.
- Refactored require('constants'), constants are now available
directly from their respective modules.
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some
situations.
- util: Added a breakLength option to util.inspect() to control
how objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
Node.js over the inspector protocol.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/PLIST | 262 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 10 |
3 files changed, 173 insertions, 103 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index d083f2b7929..001c2d89d71 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.71 2016/06/17 16:53:24 fhajny Exp $ +# $NetBSD: Makefile,v 1.72 2016/08/09 08:50:51 fhajny Exp $ -DISTNAME= node-v6.2.2 +DISTNAME= node-v6.3.1 .include "../../lang/nodejs/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/lang/nodejs/PLIST b/lang/nodejs/PLIST index 5f1ed180ace..585b1543d17 100644 --- a/lang/nodejs/PLIST +++ b/lang/nodejs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2016/06/17 12:20:14 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.38 2016/08/09 08:50:51 fhajny Exp $ bin/node bin/npm include/node/android-ifaddrs.h @@ -277,7 +277,6 @@ lib/node_modules/npm/lib/install/is-extraneous.js lib/node_modules/npm/lib/install/is-fs-access-available.js lib/node_modules/npm/lib/install/mutate-into-logical-tree.js lib/node_modules/npm/lib/install/node.js -lib/node_modules/npm/lib/install/prune-tree.js lib/node_modules/npm/lib/install/read-shrinkwrap.js lib/node_modules/npm/lib/install/save.js lib/node_modules/npm/lib/install/update-package-json.js @@ -338,6 +337,8 @@ lib/node_modules/npm/lib/utils/link.js lib/node_modules/npm/lib/utils/locker.js lib/node_modules/npm/lib/utils/map-to-registry.js lib/node_modules/npm/lib/utils/module-name.js +lib/node_modules/npm/lib/utils/no-progress-while-running.js +lib/node_modules/npm/lib/utils/output.js lib/node_modules/npm/lib/utils/package-id.js lib/node_modules/npm/lib/utils/parse-json.js lib/node_modules/npm/lib/utils/pulse-till-done.js @@ -424,14 +425,10 @@ lib/node_modules/npm/man/man7/npm-scope.7 lib/node_modules/npm/man/man7/npm-scripts.7 lib/node_modules/npm/man/man7/removing-npm.7 lib/node_modules/npm/man/man7/semver.7 -lib/node_modules/npm/node_modules/abbrev/.npmignore -lib/node_modules/npm/node_modules/abbrev/.travis.yml -lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/README.md lib/node_modules/npm/node_modules/abbrev/abbrev.js lib/node_modules/npm/node_modules/abbrev/package.json -lib/node_modules/npm/node_modules/abbrev/test.js lib/node_modules/npm/node_modules/ansi-regex/index.js lib/node_modules/npm/node_modules/ansi-regex/license lib/node_modules/npm/node_modules/ansi-regex/package.json @@ -444,7 +441,6 @@ lib/node_modules/npm/node_modules/ansistyles/LICENSE lib/node_modules/npm/node_modules/ansistyles/README.md lib/node_modules/npm/node_modules/ansistyles/ansistyles.js lib/node_modules/npm/node_modules/ansistyles/package.json -lib/node_modules/npm/node_modules/aproba/.npmignore lib/node_modules/npm/node_modules/aproba/LICENSE lib/node_modules/npm/node_modules/aproba/README.md lib/node_modules/npm/node_modules/aproba/index.js @@ -456,6 +452,14 @@ lib/node_modules/npm/node_modules/archy/examples/beep.js lib/node_modules/npm/node_modules/archy/examples/multi_line.js lib/node_modules/npm/node_modules/archy/index.js lib/node_modules/npm/node_modules/archy/package.json +lib/node_modules/npm/node_modules/asap/CHANGES.md +lib/node_modules/npm/node_modules/asap/LICENSE.md +lib/node_modules/npm/node_modules/asap/README.md +lib/node_modules/npm/node_modules/asap/asap.js +lib/node_modules/npm/node_modules/asap/browser-asap.js +lib/node_modules/npm/node_modules/asap/browser-raw.js +lib/node_modules/npm/node_modules/asap/package.json +lib/node_modules/npm/node_modules/asap/raw.js lib/node_modules/npm/node_modules/chownr/LICENSE lib/node_modules/npm/node_modules/chownr/README.md lib/node_modules/npm/node_modules/chownr/chownr.js @@ -513,14 +517,6 @@ lib/node_modules/npm/node_modules/dezalgo/.travis.yml lib/node_modules/npm/node_modules/dezalgo/LICENSE lib/node_modules/npm/node_modules/dezalgo/README.md lib/node_modules/npm/node_modules/dezalgo/dezalgo.js -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/CHANGES.md -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/LICENSE.md -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/README.md -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/asap.js -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-asap.js -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/browser-raw.js -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/package.json -lib/node_modules/npm/node_modules/dezalgo/node_modules/asap/raw.js lib/node_modules/npm/node_modules/dezalgo/package.json lib/node_modules/npm/node_modules/editor/LICENSE lib/node_modules/npm/node_modules/editor/README.markdown @@ -602,23 +598,22 @@ 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 lib/node_modules/npm/node_modules/glob/common.js lib/node_modules/npm/node_modules/glob/glob.js +lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/LICENSE +lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/README.md +lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/index.js +lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/old.js +lib/node_modules/npm/node_modules/glob/node_modules/fs.realpath/package.json lib/node_modules/npm/node_modules/glob/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/glob/node_modules/minimatch/README.md lib/node_modules/npm/node_modules/glob/node_modules/minimatch/minimatch.js -lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md -lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore -lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md -lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md -lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json lib/node_modules/npm/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml @@ -642,7 +637,6 @@ lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js lib/node_modules/npm/node_modules/graceful-fs/package.json lib/node_modules/npm/node_modules/graceful-fs/polyfills.js -lib/node_modules/npm/node_modules/has-unicode/.npmignore lib/node_modules/npm/node_modules/has-unicode/LICENSE lib/node_modules/npm/node_modules/has-unicode/README.md lib/node_modules/npm/node_modules/has-unicode/index.js @@ -775,14 +769,6 @@ lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclon lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/index.js lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._baseclone/package.json lib/node_modules/npm/node_modules/lodash.clonedeep/package.json -lib/node_modules/npm/node_modules/lodash.isarray/LICENSE -lib/node_modules/npm/node_modules/lodash.isarray/README.md -lib/node_modules/npm/node_modules/lodash.isarray/index.js -lib/node_modules/npm/node_modules/lodash.isarray/package.json -lib/node_modules/npm/node_modules/lodash.keys/LICENSE -lib/node_modules/npm/node_modules/lodash.keys/README.md -lib/node_modules/npm/node_modules/lodash.keys/index.js -lib/node_modules/npm/node_modules/lodash.keys/package.json lib/node_modules/npm/node_modules/lodash.restparam/LICENSE.txt lib/node_modules/npm/node_modules/lodash.restparam/README.md lib/node_modules/npm/node_modules/lodash.restparam/index.js @@ -977,6 +963,92 @@ 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/log.js +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/CHANGES.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/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._baseslice/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._baseslice/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash._basetostring/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/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.padend/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._baseslice/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash._basetostring/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._baseslice/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash._basetostring/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json +lib/node_modules/npm/node_modules/node-gyp/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/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 @@ -1489,6 +1561,7 @@ lib/node_modules/npm/node_modules/npm-install-checks/LICENSE 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-package-arg/.npmignore lib/node_modules/npm/node_modules/npm-package-arg/.travis.yml lib/node_modules/npm/node_modules/npm-package-arg/LICENSE lib/node_modules/npm/node_modules/npm-package-arg/README.md @@ -1598,23 +1671,10 @@ lib/node_modules/npm/node_modules/npm-user-validate/LICENSE lib/node_modules/npm/node_modules/npm-user-validate/README.md lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js lib/node_modules/npm/node_modules/npm-user-validate/package.json -lib/node_modules/npm/node_modules/npmlog/.travis.yml +lib/node_modules/npm/node_modules/npmlog/CHANGELOG.md lib/node_modules/npm/node_modules/npmlog/LICENSE lib/node_modules/npm/node_modules/npmlog/README.md -lib/node_modules/npm/node_modules/npmlog/example.js lib/node_modules/npm/node_modules/npmlog/log.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.jshintrc -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.npmignore -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/History.md -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/beep/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/clear/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/progress/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js -lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE @@ -1632,48 +1692,72 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-b lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore +lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/console-control-strings/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/CHANGELOG.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/example.png -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.tostring/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/node_modules/lodash.tostring/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padend/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.repeat/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/LICENSE -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/README.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/node_modules/lodash.tostring/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.padstart/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/base-theme.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/error.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/has-color.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-color/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/CHANGELOG.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/LICENSE.txt +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/signal-exit/signals.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/node_modules/number-is-nan/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/code-point-at/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/license +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/align.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/package.json +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/plumbing.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/process.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/progress-bar.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/render-template.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/set-immediate.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/set-interval.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/spin.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/template-item.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/theme-set.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/themes.js +lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/wide-truncate.js +lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/CHANGELOG.md +lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/LICENSE.txt +lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/README.md +lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/index.js +lib/node_modules/npm/node_modules/npmlog/node_modules/set-blocking/package.json lib/node_modules/npm/node_modules/npmlog/package.json lib/node_modules/npm/node_modules/once/LICENSE lib/node_modules/npm/node_modules/once/README.md @@ -1774,7 +1858,6 @@ lib/node_modules/npm/node_modules/read-package-json/node_modules/json-parse-help 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/package.json lib/node_modules/npm/node_modules/read-package-json/read-json.js -lib/node_modules/npm/node_modules/read-package-tree/.travis.yml lib/node_modules/npm/node_modules/read-package-tree/LICENSE lib/node_modules/npm/node_modules/read-package-tree/README.md lib/node_modules/npm/node_modules/read-package-tree/package.json @@ -1791,19 +1874,6 @@ lib/node_modules/npm/node_modules/readable-stream/.npmignore lib/node_modules/npm/node_modules/readable-stream/.travis.yml lib/node_modules/npm/node_modules/readable-stream/LICENSE lib/node_modules/npm/node_modules/readable-stream/README.md -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/base.css -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/index.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_duplex.js.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_passthrough.js.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_readable.js.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_transform.js.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_writable.js.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/index.html -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/prettify.css -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/prettify.js -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/sort-arrow-sprite.png -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/sorter.js -lib/node_modules/npm/node_modules/readable-stream/coverage/lcov.info lib/node_modules/npm/node_modules/readable-stream/doc/stream.md lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md lib/node_modules/npm/node_modules/readable-stream/duplex.js diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index b54f918cfc0..179221721f7 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.70 2016/06/17 16:53:24 fhajny Exp $ +$NetBSD: distinfo,v 1.71 2016/08/09 08:50:51 fhajny Exp $ -SHA1 (node-v6.2.2.tar.gz) = 79dc84334914161c1c8cf3063bd7459eeabf8782 -RMD160 (node-v6.2.2.tar.gz) = c38620098c473bc79ea750d97f427860cd465034 -SHA512 (node-v6.2.2.tar.gz) = 65c5579aef66884609a18f87608736379af4522075807f6d7fb74487b01fdfd30b697c237fe50f15bb883ca8b376fdacab2e216963c5f0c90a47427a116ba5cd -Size (node-v6.2.2.tar.gz) = 25165363 bytes +SHA1 (node-v6.3.1.tar.gz) = 8938cfafa786c6e74b957ec62985ea307c006653 +RMD160 (node-v6.3.1.tar.gz) = 5e8cc45e9fce320737869d43a121dbef9e67d360 +SHA512 (node-v6.3.1.tar.gz) = 7b0670312361b88ba7997919276fe98bd0cd6a690efbcdfc903dfcc1dbd241406395dcfe67cebdd107ed9309c3fd4d2f3460caa6505dc84a7c1e418ad6de9c50 +Size (node-v6.3.1.tar.gz) = 25845798 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 |