pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs4 Update lang/nodejs4 to 4.4.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/550d7a487f75
branches:  trunk
changeset: 347569:550d7a487f75
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue May 24 19:43:30 2016 +0000

description:
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

diffstat:

 lang/nodejs4/Makefile |    4 +-
 lang/nodejs4/PLIST    |  123 +++++++++++++++++++++++++++++++------------------
 lang/nodejs4/distinfo |   10 ++--
 3 files changed, 84 insertions(+), 53 deletions(-)

diffs (truncated from 364 to 300 lines):

diff -r e763a440a64c -r 550d7a487f75 lang/nodejs4/Makefile
--- a/lang/nodejs4/Makefile     Tue May 24 19:33:13 2016 +0000
+++ b/lang/nodejs4/Makefile     Tue May 24 19:43:30 2016 +0000
@@ -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"
diff -r e763a440a64c -r 550d7a487f75 lang/nodejs4/PLIST
--- a/lang/nodejs4/PLIST        Tue May 24 19:33:13 2016 +0000
+++ b/lang/nodejs4/PLIST        Tue May 24 19:43:30 2016 +0000
@@ -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-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/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/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/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/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/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/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_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-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-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-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/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/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/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-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/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/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_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



Home | Main Index | Thread Index | Old Index