Update lang/nodejs4 to 4.4.5.
buffer: - Buffer no longer errors if you call lastIndexOf with a search term longer than the buffer contextify: - Context objects are now properly garbage collected, this solves a problem some individuals were experiencing with extreme memory growth deps: - update npm to 2.15.5 http: - Invalid status codes can no longer be sent. Limited to 3 digit numbers between 100 - 999
This commit is contained in:
parent
b3b1de176d
commit
1bda3bfe9f
3 changed files with 84 additions and 53 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.14 2016/05/06 09:33:56 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2016/05/24 19:43:30 fhajny Exp $
|
||||
|
||||
DISTNAME= node-v4.4.4
|
||||
DISTNAME= node-v4.4.5
|
||||
|
||||
.include "../../lang/nodejs/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2016/04/01 08:24:34 fhajny Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2016/05/24 19:43:30 fhajny Exp $
|
||||
bin/node
|
||||
bin/npm
|
||||
include/node/android-ifaddrs.h
|
||||
|
@ -260,7 +260,6 @@ lib/node_modules/npm/html/doc/misc/npm-coding-style.html
|
|||
lib/node_modules/npm/html/doc/misc/npm-config.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-developers.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-disputes.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-index.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-orgs.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-registry.html
|
||||
lib/node_modules/npm/html/doc/misc/npm-scope.html
|
||||
|
@ -524,10 +523,6 @@ lib/node_modules/npm/node_modules/async-some/some.js
|
|||
lib/node_modules/npm/node_modules/block-stream/LICENCE
|
||||
lib/node_modules/npm/node_modules/block-stream/LICENSE
|
||||
lib/node_modules/npm/node_modules/block-stream/README.md
|
||||
lib/node_modules/npm/node_modules/block-stream/bench/block-stream-pause.js
|
||||
lib/node_modules/npm/node_modules/block-stream/bench/block-stream.js
|
||||
lib/node_modules/npm/node_modules/block-stream/bench/dropper-pause.js
|
||||
lib/node_modules/npm/node_modules/block-stream/bench/dropper.js
|
||||
lib/node_modules/npm/node_modules/block-stream/block-stream.js
|
||||
lib/node_modules/npm/node_modules/block-stream/package.json
|
||||
lib/node_modules/npm/node_modules/char-spinner/LICENSE
|
||||
|
@ -608,6 +603,7 @@ lib/node_modules/npm/node_modules/editor/index.js
|
|||
lib/node_modules/npm/node_modules/editor/package.json
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/.eslintrc
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/.npmignore
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/.travis.yml
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/LICENSE
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/README.md
|
||||
lib/node_modules/npm/node_modules/fs-vacuum/package.json
|
||||
|
@ -761,9 +757,6 @@ lib/node_modules/npm/node_modules/lockfile/LICENSE
|
|||
lib/node_modules/npm/node_modules/lockfile/README.md
|
||||
lib/node_modules/npm/node_modules/lockfile/lockfile.js
|
||||
lib/node_modules/npm/node_modules/lockfile/package.json
|
||||
lib/node_modules/npm/node_modules/lru-cache/.npmignore
|
||||
lib/node_modules/npm/node_modules/lru-cache/.travis.yml
|
||||
lib/node_modules/npm/node_modules/lru-cache/CONTRIBUTORS
|
||||
lib/node_modules/npm/node_modules/lru-cache/LICENSE
|
||||
lib/node_modules/npm/node_modules/lru-cache/README.md
|
||||
lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
|
||||
|
@ -771,6 +764,14 @@ lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/LICENSE
|
|||
lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/README.md
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/map.js
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/package.json
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/pseudomap/pseudomap.js
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/.npmignore
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/.travis.yml
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/CONTRIBUTING.md
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/LICENSE
|
||||
lib/node_modules/npm/node_modules/lru-cache/node_modules/yallist/README.md
|
||||
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/minimatch/LICENSE
|
||||
lib/node_modules/npm/node_modules/minimatch/README.md
|
||||
|
@ -1425,6 +1426,7 @@ lib/node_modules/npm/node_modules/nopt/examples/my-program.js
|
|||
lib/node_modules/npm/node_modules/nopt/lib/nopt.js
|
||||
lib/node_modules/npm/node_modules/nopt/package.json
|
||||
lib/node_modules/npm/node_modules/normalize-git-url/.npmignore
|
||||
lib/node_modules/npm/node_modules/normalize-git-url/.travis.yml
|
||||
lib/node_modules/npm/node_modules/normalize-git-url/CHANGELOG.md
|
||||
lib/node_modules/npm/node_modules/normalize-git-url/LICENSE
|
||||
lib/node_modules/npm/node_modules/normalize-git-url/README.md
|
||||
|
@ -1567,12 +1569,16 @@ 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/.nyc_output/64996.json
|
||||
lib/node_modules/npm/node_modules/npmlog/.nyc_output/64998.json
|
||||
lib/node_modules/npm/node_modules/npmlog/.nyc_output/65000.json
|
||||
lib/node_modules/npm/node_modules/npmlog/.travis.yml
|
||||
lib/node_modules/npm/node_modules/npmlog/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/example.js
|
||||
lib/node_modules/npm/node_modules/npmlog/log.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md
|
||||
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
|
||||
|
@ -1584,6 +1590,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
|
||||
|
@ -1593,34 +1603,26 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-uni
|
|||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/has-unicode/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._basetostring/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._createpadding/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._createpadding/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._createpadding/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash._createpadding/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
|
||||
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/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/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/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/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/node_modules/lodash._root/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/node_modules/lodash._root/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/node_modules/lodash._root/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/node_modules/lodash._root/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.repeat/package.json
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/LICENSE
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/README.md
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/index.js
|
||||
lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.tostring/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
|
||||
|
@ -1690,6 +1692,7 @@ 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/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
|
||||
|
@ -1703,7 +1706,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-json/zunda
|
||||
lib/node_modules/npm/node_modules/read/LICENSE
|
||||
lib/node_modules/npm/node_modules/read/README.md
|
||||
lib/node_modules/npm/node_modules/read/lib/read.js
|
||||
|
@ -1713,30 +1715,48 @@ lib/node_modules/npm/node_modules/read/node_modules/mute-stream/mute.js
|
|||
lib/node_modules/npm/node_modules/read/node_modules/mute-stream/package.json
|
||||
lib/node_modules/npm/node_modules/read/package.json
|
||||
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/doc/stream.markdown
|
||||
lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/duplex.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/float.patch
|
||||
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch
|
||||
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/util.js
|
||||
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
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/package.json
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/readme.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/test.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/README.md
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/browser.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/node.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/package.json
|
||||
lib/node_modules/npm/node_modules/readable-stream/package.json
|
||||
lib/node_modules/npm/node_modules/readable-stream/passthrough.js
|
||||
lib/node_modules/npm/node_modules/readable-stream/readable.js
|
||||
|
@ -1747,7 +1767,6 @@ 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
|
||||
|
@ -1770,18 +1789,11 @@ 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
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/aws4.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/example.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.travis.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/CONTRIBUTORS
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/LICENSE
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml
|
||||
|
@ -1807,11 +1819,14 @@ lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-
|
|||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/.travis.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/Makefile
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/build/build.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/index.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args/license.md
|
||||
|
@ -1863,10 +1878,14 @@ lib/node_modules/npm/node_modules/request/node_modules/forever-agent/LICENSE
|
|||
lib/node_modules/npm/node_modules/request/node_modules/forever-agent/README.md
|
||||
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/.dockerignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/.editorconfig
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/.eslintignore
|
||||
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/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
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/LICENSE
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md
|
||||
|
@ -1875,6 +1894,7 @@ lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/as
|
|||
lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/form-data/wercker.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/har-validator/LICENSE
|
||||
lib/node_modules/npm/node_modules/request/node_modules/har-validator/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/har-validator/bin/har-validator
|
||||
|
@ -2148,6 +2168,11 @@ lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modul
|
|||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/AUTHORS
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js
|
||||
|
@ -2161,6 +2186,12 @@ lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modul
|
|||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/.travis.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/LICENSE
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/lib/index.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/getpass/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/.travis.yml
|
||||
lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/jodid25519/AUTHORS.md
|
||||
|
@ -2240,7 +2271,6 @@ lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE
|
|||
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/README.md
|
||||
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/index.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/package.json
|
||||
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/test.js
|
||||
lib/node_modules/npm/node_modules/request/node_modules/qs/.eslintignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/qs/.npmignore
|
||||
lib/node_modules/npm/node_modules/request/node_modules/qs/.travis.yml
|
||||
|
@ -2448,11 +2478,11 @@ lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtin
|
|||
lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/builtins.json
|
||||
lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json
|
||||
lib/node_modules/npm/node_modules/validate-npm-package-name/package.json
|
||||
lib/node_modules/npm/node_modules/which/.npmignore
|
||||
lib/node_modules/npm/node_modules/which/.travis.yml
|
||||
lib/node_modules/npm/node_modules/which/CHANGELOG.md
|
||||
lib/node_modules/npm/node_modules/which/LICENSE
|
||||
lib/node_modules/npm/node_modules/which/README.md
|
||||
lib/node_modules/npm/node_modules/which/bin/which
|
||||
lib/node_modules/npm/node_modules/which/changelog.sh
|
||||
lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE
|
||||
lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md
|
||||
lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js
|
||||
|
@ -2462,6 +2492,7 @@ lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is
|
|||
lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json
|
||||
lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json
|
||||
lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore
|
||||
lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE
|
||||
lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md
|
||||
lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js
|
||||
lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.12 2016/05/06 09:33:56 fhajny Exp $
|
||||
$NetBSD: distinfo,v 1.13 2016/05/24 19:43:30 fhajny Exp $
|
||||
|
||||
SHA1 (node-v4.4.4.tar.gz) = 692b3c0793911eea4f78698b8a258f4ccd4e8cb1
|
||||
RMD160 (node-v4.4.4.tar.gz) = 4b5424c08b41c2a65534b5e28b6af762cec7cec7
|
||||
SHA512 (node-v4.4.4.tar.gz) = cda6b18a37ca891445a1e0f38ed7d795fbd4cacee98d5c91e90097627ac492743f796a048e54d8283712975eb70f70198f2a464403425487dae46100c8294ed6
|
||||
Size (node-v4.4.4.tar.gz) = 22585086 bytes
|
||||
SHA1 (node-v4.4.5.tar.gz) = 5fb44179ff07e2e228b5f873badeb30ff9a4b3eb
|
||||
RMD160 (node-v4.4.5.tar.gz) = 2c503903581a6152ac80c76f6a7ea0c34d2e8009
|
||||
SHA512 (node-v4.4.5.tar.gz) = e04ef7d8b5df87a464df57a228612798d945271f1c4f47809faa74bf057fa4c47f676adf43103c10002ee4fb938f98b6b45b5655583514ae1c7790a13969250b
|
||||
Size (node-v4.4.5.tar.gz) = 22675369 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
|
||||
|
|
Loading…
Reference in a new issue