Wed Mar 9 20:13:23 2016 UTC ()
Update lang/nodejs to 5.8.0. Clean stale bits from options.mk.

Changes since 5.7.1:
- child_process: send() now accepts an options parameter
- constants: ENGINE_METHOD_RSA is now correctly exposed
- Fixed two regressions which originated in v5.7.0:
  - http: Errors inside of http client callbacks now propagate
    correctly
  - path: Fixed normalization of absolute paths
- repl: start() no longer requires an options parameter
- util: Improved format() performance 50-300%


(fhajny)
diff -r1.59 -r1.60 pkgsrc/lang/nodejs/Makefile
diff -r1.31 -r1.32 pkgsrc/lang/nodejs/PLIST
diff -r1.57 -r1.58 pkgsrc/lang/nodejs/distinfo
diff -r1.6 -r1.7 pkgsrc/lang/nodejs/options.mk

cvs diff -r1.59 -r1.60 pkgsrc/lang/nodejs/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/nodejs/Makefile 2016/03/05 11:28:43 1.59
+++ pkgsrc/lang/nodejs/Makefile 2016/03/09 20:13:23 1.60
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1# $NetBSD: Makefile,v 1.59 2016/03/05 11:28:43 jperkin Exp $ 1# $NetBSD: Makefile,v 1.60 2016/03/09 20:13:23 fhajny Exp $
2 2
3DISTNAME= node-v5.7.1 3DISTNAME= node-v5.8.0
4 4
5PKGREVISION= 1 
6.include "../../lang/nodejs/Makefile.common" 5.include "../../lang/nodejs/Makefile.common"
7.include "../../mk/bsd.pkg.mk" 6.include "../../mk/bsd.pkg.mk"

cvs diff -r1.31 -r1.32 pkgsrc/lang/nodejs/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/nodejs/PLIST 2016/02/23 11:23:32 1.31
+++ pkgsrc/lang/nodejs/PLIST 2016/03/09 20:13:23 1.32
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.31 2016/02/23 11:23:32 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.32 2016/03/09 20:13:23 fhajny Exp $
2bin/node 2bin/node
3bin/npm 3bin/npm
4include/node/android-ifaddrs.h 4include/node/android-ifaddrs.h
5include/node/ares.h 5include/node/ares.h
6include/node/ares_build.h 6include/node/ares_build.h
7include/node/ares_rules.h 7include/node/ares_rules.h
8include/node/ares_version.h 8include/node/ares_version.h
9include/node/common.gypi 9include/node/common.gypi
10include/node/config.gypi 10include/node/config.gypi
11include/node/libplatform/libplatform.h 11include/node/libplatform/libplatform.h
12include/node/nameser.h 12include/node/nameser.h
13include/node/node.h 13include/node/node.h
14include/node/node_buffer.h 14include/node/node_buffer.h
@@ -453,33 +453,26 @@ lib/node_modules/npm/node_modules/async- @@ -453,33 +453,26 @@ lib/node_modules/npm/node_modules/async-
453lib/node_modules/npm/node_modules/async-some/LICENSE 453lib/node_modules/npm/node_modules/async-some/LICENSE
454lib/node_modules/npm/node_modules/async-some/README.md 454lib/node_modules/npm/node_modules/async-some/README.md
455lib/node_modules/npm/node_modules/async-some/package.json 455lib/node_modules/npm/node_modules/async-some/package.json
456lib/node_modules/npm/node_modules/async-some/some.js 456lib/node_modules/npm/node_modules/async-some/some.js
457lib/node_modules/npm/node_modules/chownr/LICENSE 457lib/node_modules/npm/node_modules/chownr/LICENSE
458lib/node_modules/npm/node_modules/chownr/README.md 458lib/node_modules/npm/node_modules/chownr/README.md
459lib/node_modules/npm/node_modules/chownr/chownr.js 459lib/node_modules/npm/node_modules/chownr/chownr.js
460lib/node_modules/npm/node_modules/chownr/package.json 460lib/node_modules/npm/node_modules/chownr/package.json
461lib/node_modules/npm/node_modules/cmd-shim/.npmignore 461lib/node_modules/npm/node_modules/cmd-shim/.npmignore
462lib/node_modules/npm/node_modules/cmd-shim/.travis.yml 462lib/node_modules/npm/node_modules/cmd-shim/.travis.yml
463lib/node_modules/npm/node_modules/cmd-shim/LICENSE 463lib/node_modules/npm/node_modules/cmd-shim/LICENSE
464lib/node_modules/npm/node_modules/cmd-shim/README.md 464lib/node_modules/npm/node_modules/cmd-shim/README.md
465lib/node_modules/npm/node_modules/cmd-shim/index.js 465lib/node_modules/npm/node_modules/cmd-shim/index.js
466lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/.npmignore 
467lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/LICENSE 
468lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/README.md 
469lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/fs.js 
470lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/graceful-fs.js 
471lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/package.json 
472lib/node_modules/npm/node_modules/cmd-shim/node_modules/graceful-fs/polyfills.js 
473lib/node_modules/npm/node_modules/cmd-shim/package.json 466lib/node_modules/npm/node_modules/cmd-shim/package.json
474lib/node_modules/npm/node_modules/columnify/LICENSE 467lib/node_modules/npm/node_modules/columnify/LICENSE
475lib/node_modules/npm/node_modules/columnify/Makefile 468lib/node_modules/npm/node_modules/columnify/Makefile
476lib/node_modules/npm/node_modules/columnify/Readme.md 469lib/node_modules/npm/node_modules/columnify/Readme.md
477lib/node_modules/npm/node_modules/columnify/columnify.js 470lib/node_modules/npm/node_modules/columnify/columnify.js
478lib/node_modules/npm/node_modules/columnify/index.js 471lib/node_modules/npm/node_modules/columnify/index.js
479lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/.npmignore 472lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/.npmignore
480lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/LICENSE 473lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/LICENSE
481lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/Readme.md 474lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/Readme.md
482lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/combining.js 475lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/combining.js
483lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/docs/index.md 476lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/docs/index.md
484lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/index.js 477lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/index.js
485lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/.npmignore 478lib/node_modules/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/.npmignore
@@ -740,26 +733,30 @@ lib/node_modules/npm/node_modules/lodash @@ -740,26 +733,30 @@ lib/node_modules/npm/node_modules/lodash
740lib/node_modules/npm/node_modules/lodash._getnative/index.js 733lib/node_modules/npm/node_modules/lodash._getnative/index.js
741lib/node_modules/npm/node_modules/lodash._getnative/package.json 734lib/node_modules/npm/node_modules/lodash._getnative/package.json
742lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE 735lib/node_modules/npm/node_modules/lodash.clonedeep/LICENSE
743lib/node_modules/npm/node_modules/lodash.clonedeep/README.md 736lib/node_modules/npm/node_modules/lodash.clonedeep/README.md
744lib/node_modules/npm/node_modules/lodash.clonedeep/index.js 737lib/node_modules/npm/node_modules/lodash.clonedeep/index.js
745lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/LICENSE.txt 738lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/LICENSE.txt
746lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/README.md 739lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/README.md
747lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/index.js 740lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/index.js
748lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/package.json 741lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._arrayeach/package.json
749lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/LICENSE 742lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/LICENSE
750lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/README.md 743lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/README.md
751lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/index.js 744lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/index.js
752lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/package.json 745lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._basefor/package.json
 746lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/LICENSE
 747lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/README.md
 748lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/index.js
 749lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._root/package.json
753lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/LICENSE 750lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/LICENSE
754lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/README.md 751lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/README.md
755lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/index.js 752lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/index.js
756lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/LICENSE 753lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/LICENSE
757lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/README.md 754lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/README.md
758lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/index.js 755lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/index.js
759lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/package.json 756lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/node_modules/lodash._mapcache/package.json
760lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/package.json 757lib/node_modules/npm/node_modules/lodash.clonedeep/node_modules/lodash._stack/package.json
761lib/node_modules/npm/node_modules/lodash.clonedeep/package.json 758lib/node_modules/npm/node_modules/lodash.clonedeep/package.json
762lib/node_modules/npm/node_modules/lodash.isarguments/LICENSE 759lib/node_modules/npm/node_modules/lodash.isarguments/LICENSE
763lib/node_modules/npm/node_modules/lodash.isarguments/README.md 760lib/node_modules/npm/node_modules/lodash.isarguments/README.md
764lib/node_modules/npm/node_modules/lodash.isarguments/index.js 761lib/node_modules/npm/node_modules/lodash.isarguments/index.js
765lib/node_modules/npm/node_modules/lodash.isarguments/package.json 762lib/node_modules/npm/node_modules/lodash.isarguments/package.json
@@ -784,26 +781,30 @@ lib/node_modules/npm/node_modules/lodash @@ -784,26 +781,30 @@ lib/node_modules/npm/node_modules/lodash
784lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/package.json 781lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludes/package.json
785lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/LICENSE 782lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/LICENSE
786lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/README.md 783lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/README.md
787lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/index.js 784lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/index.js
788lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/package.json 785lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._arrayincludeswith/package.json
789lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/LICENSE 786lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/LICENSE
790lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/README.md 787lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/README.md
791lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/index.js 788lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/index.js
792lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/package.json 789lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._baseflatten/package.json
793lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/LICENSE 790lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/LICENSE
794lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/README.md 791lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/README.md
795lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/index.js 792lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/index.js
796lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/package.json 793lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._cachehas/package.json
 794lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/LICENSE
 795lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/README.md
 796lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/index.js
 797lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._root/package.json
797lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/LICENSE 798lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/LICENSE
798lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/README.md 799lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/README.md
799lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/index.js 800lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/index.js
800lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE 801lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE
801lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md 802lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md
802lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js 803lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js
803lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json 804lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json
804lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/package.json 805lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash._setcache/package.json
805lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/LICENSE 806lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/LICENSE
806lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/README.md 807lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/README.md
807lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/index.js 808lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/index.js
808lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/package.json 809lib/node_modules/npm/node_modules/lodash.union/node_modules/lodash.rest/package.json
809lib/node_modules/npm/node_modules/lodash.union/package.json 810lib/node_modules/npm/node_modules/lodash.union/package.json
@@ -812,26 +813,30 @@ lib/node_modules/npm/node_modules/lodash @@ -812,26 +813,30 @@ lib/node_modules/npm/node_modules/lodash
812lib/node_modules/npm/node_modules/lodash.uniq/index.js 813lib/node_modules/npm/node_modules/lodash.uniq/index.js
813lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/LICENSE 814lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/LICENSE
814lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/README.md 815lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/README.md
815lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/index.js 816lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/index.js
816lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/package.json 817lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludes/package.json
817lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/LICENSE 818lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/LICENSE
818lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/README.md 819lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/README.md
819lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/index.js 820lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/index.js
820lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/package.json 821lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._arrayincludeswith/package.json
821lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/LICENSE 822lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/LICENSE
822lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/README.md 823lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/README.md
823lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/index.js 824lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/index.js
824lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/package.json 825lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._cachehas/package.json
 826lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/LICENSE
 827lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/README.md
 828lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/index.js
 829lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._root/package.json
825lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/LICENSE 830lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/LICENSE
826lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/README.md 831lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/README.md
827lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/index.js 832lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/index.js
828lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE 833lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/LICENSE
829lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md 834lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/README.md
830lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js 835lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/index.js
831lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json 836lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/node_modules/lodash._mapcache/package.json
832lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/package.json 837lib/node_modules/npm/node_modules/lodash.uniq/node_modules/lodash._setcache/package.json
833lib/node_modules/npm/node_modules/lodash.uniq/package.json 838lib/node_modules/npm/node_modules/lodash.uniq/package.json
834lib/node_modules/npm/node_modules/lodash.without/LICENSE 839lib/node_modules/npm/node_modules/lodash.without/LICENSE
835lib/node_modules/npm/node_modules/lodash.without/README.md 840lib/node_modules/npm/node_modules/lodash.without/README.md
836lib/node_modules/npm/node_modules/lodash.without/index.js 841lib/node_modules/npm/node_modules/lodash.without/index.js
837lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/LICENSE 842lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._arrayincludes/LICENSE
@@ -1638,26 +1643,36 @@ lib/node_modules/npm/node_modules/npm-re @@ -1638,26 +1643,36 @@ lib/node_modules/npm/node_modules/npm-re
1638lib/node_modules/npm/node_modules/npm-registry-client/lib/team.js 1643lib/node_modules/npm/node_modules/npm-registry-client/lib/team.js
1639lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js 1644lib/node_modules/npm/node_modules/npm-registry-client/lib/unpublish.js
1640lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js 1645lib/node_modules/npm/node_modules/npm-registry-client/lib/whoami.js
1641lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/LICENSE 1646lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/LICENSE
1642lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/index.js 1647lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/index.js
1643lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/.travis.yml 1648lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/.travis.yml
1644lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/LICENSE 1649lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/LICENSE
1645lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/example/tarray.js 1650lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/example/tarray.js
1646lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/index.js 1651lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/index.js
1647lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/package.json 1652lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/package.json
1648lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/readme.markdown 1653lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/typedarray/readme.markdown
1649lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json 1654lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/package.json
1650lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md 1655lib/node_modules/npm/node_modules/npm-registry-client/node_modules/concat-stream/readme.md
 1656lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/.npmignore
 1657lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/License
 1658lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/Makefile
 1659lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/README.md
 1660lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/equation.gif
 1661lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/example/dns.js
 1662lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/index.js
 1663lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry.js
 1664lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/lib/retry_operation.js
 1665lib/node_modules/npm/node_modules/npm-registry-client/node_modules/retry/package.json
1651lib/node_modules/npm/node_modules/npm-registry-client/package.json 1666lib/node_modules/npm/node_modules/npm-registry-client/package.json
1652lib/node_modules/npm/node_modules/npm-user-validate/.npmignore 1667lib/node_modules/npm/node_modules/npm-user-validate/.npmignore
1653lib/node_modules/npm/node_modules/npm-user-validate/.travis.yml 1668lib/node_modules/npm/node_modules/npm-user-validate/.travis.yml
1654lib/node_modules/npm/node_modules/npm-user-validate/LICENSE 1669lib/node_modules/npm/node_modules/npm-user-validate/LICENSE
1655lib/node_modules/npm/node_modules/npm-user-validate/README.md 1670lib/node_modules/npm/node_modules/npm-user-validate/README.md
1656lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js 1671lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js
1657lib/node_modules/npm/node_modules/npm-user-validate/package.json 1672lib/node_modules/npm/node_modules/npm-user-validate/package.json
1658lib/node_modules/npm/node_modules/npmlog/.travis.yml 1673lib/node_modules/npm/node_modules/npmlog/.travis.yml
1659lib/node_modules/npm/node_modules/npmlog/LICENSE 1674lib/node_modules/npm/node_modules/npmlog/LICENSE
1660lib/node_modules/npm/node_modules/npmlog/README.md 1675lib/node_modules/npm/node_modules/npmlog/README.md
1661lib/node_modules/npm/node_modules/npmlog/example.js 1676lib/node_modules/npm/node_modules/npmlog/example.js
1662lib/node_modules/npm/node_modules/npmlog/log.js 1677lib/node_modules/npm/node_modules/npmlog/log.js
1663lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.jshintrc 1678lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/.jshintrc
@@ -1668,26 +1683,27 @@ lib/node_modules/npm/node_modules/npmlog @@ -1668,26 +1683,27 @@ lib/node_modules/npm/node_modules/npmlog
1668lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/beep/index.js 1683lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/beep/index.js
1669lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/clear/index.js 1684lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/clear/index.js
1670lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js 1685lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/cursorPosition.js
1671lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/progress/index.js 1686lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/examples/progress/index.js
1672lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js 1687lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/ansi.js
1673lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js 1688lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/lib/newlines.js
1674lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json 1689lib/node_modules/npm/node_modules/npmlog/node_modules/ansi/package.json
1675lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore 1690lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore
1676lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE 1691lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE
1677lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/README.md 1692lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/README.md
1678lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/index.js 1693lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/index.js
1679lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore 1694lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/.npmignore
1680lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md 1695lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/History.md
 1696lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/License
1681lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile 1697lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Makefile
1682lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md 1698lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/Readme.md
1683lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js 1699lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/index.js
1684lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json 1700lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json
1685lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/package.json 1701lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/package.json
1686lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore 1702lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/.npmignore
1687lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE 1703lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/LICENSE
1688lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md 1704lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/README.md
1689lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/example.png 1705lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/example.png
1690lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE 1706lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/LICENSE
1691lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md 1707lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/README.md
1692lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js 1708lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/index.js
1693lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE 1709lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/lodash.pad/node_modules/lodash.repeat/LICENSE
@@ -1876,26 +1892,40 @@ lib/node_modules/npm/node_modules/reques @@ -1876,26 +1892,40 @@ lib/node_modules/npm/node_modules/reques
1876lib/node_modules/npm/node_modules/request/lib/cookies.js 1892lib/node_modules/npm/node_modules/request/lib/cookies.js
1877lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js 1893lib/node_modules/npm/node_modules/request/lib/getProxyFromURI.js
1878lib/node_modules/npm/node_modules/request/lib/har.js 1894lib/node_modules/npm/node_modules/request/lib/har.js
1879lib/node_modules/npm/node_modules/request/lib/helpers.js 1895lib/node_modules/npm/node_modules/request/lib/helpers.js
1880lib/node_modules/npm/node_modules/request/lib/multipart.js 1896lib/node_modules/npm/node_modules/request/lib/multipart.js
1881lib/node_modules/npm/node_modules/request/lib/oauth.js 1897lib/node_modules/npm/node_modules/request/lib/oauth.js
1882lib/node_modules/npm/node_modules/request/lib/querystring.js 1898lib/node_modules/npm/node_modules/request/lib/querystring.js
1883lib/node_modules/npm/node_modules/request/lib/redirect.js 1899lib/node_modules/npm/node_modules/request/lib/redirect.js
1884lib/node_modules/npm/node_modules/request/lib/tunnel.js 1900lib/node_modules/npm/node_modules/request/lib/tunnel.js
1885lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE 1901lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/LICENSE
1886lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md 1902lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/README.md
1887lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js 1903lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/index.js
1888lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json 1904lib/node_modules/npm/node_modules/request/node_modules/aws-sign2/package.json
 1905lib/node_modules/npm/node_modules/request/node_modules/aws4/.npmignore
 1906lib/node_modules/npm/node_modules/request/node_modules/aws4/.travis.yml
 1907lib/node_modules/npm/node_modules/request/node_modules/aws4/LICENSE
 1908lib/node_modules/npm/node_modules/request/node_modules/aws4/README.md
 1909lib/node_modules/npm/node_modules/request/node_modules/aws4/aws4.js
 1910lib/node_modules/npm/node_modules/request/node_modules/aws4/example.js
 1911lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.npmignore
 1912lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/.travis.yml
 1913lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/CONTRIBUTORS
 1914lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/LICENSE
 1915lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/README.md
 1916lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js
 1917lib/node_modules/npm/node_modules/request/node_modules/aws4/node_modules/lru-cache/package.json
 1918lib/node_modules/npm/node_modules/request/node_modules/aws4/package.json
1889lib/node_modules/npm/node_modules/request/node_modules/bl/.jshintrc 1919lib/node_modules/npm/node_modules/request/node_modules/bl/.jshintrc
1890lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore 1920lib/node_modules/npm/node_modules/request/node_modules/bl/.npmignore
1891lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml 1921lib/node_modules/npm/node_modules/request/node_modules/bl/.travis.yml
1892lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE.md 1922lib/node_modules/npm/node_modules/request/node_modules/bl/LICENSE.md
1893lib/node_modules/npm/node_modules/request/node_modules/bl/README.md 1923lib/node_modules/npm/node_modules/request/node_modules/bl/README.md
1894lib/node_modules/npm/node_modules/request/node_modules/bl/bl.js 1924lib/node_modules/npm/node_modules/request/node_modules/bl/bl.js
1895lib/node_modules/npm/node_modules/request/node_modules/bl/package.json 1925lib/node_modules/npm/node_modules/request/node_modules/bl/package.json
1896lib/node_modules/npm/node_modules/request/node_modules/caseless/LICENSE 1926lib/node_modules/npm/node_modules/request/node_modules/caseless/LICENSE
1897lib/node_modules/npm/node_modules/request/node_modules/caseless/README.md 1927lib/node_modules/npm/node_modules/request/node_modules/caseless/README.md
1898lib/node_modules/npm/node_modules/request/node_modules/caseless/index.js 1928lib/node_modules/npm/node_modules/request/node_modules/caseless/index.js
1899lib/node_modules/npm/node_modules/request/node_modules/caseless/package.json 1929lib/node_modules/npm/node_modules/request/node_modules/caseless/package.json
1900lib/node_modules/npm/node_modules/request/node_modules/caseless/test.js 1930lib/node_modules/npm/node_modules/request/node_modules/caseless/test.js
1901lib/node_modules/npm/node_modules/request/node_modules/combined-stream/License 1931lib/node_modules/npm/node_modules/request/node_modules/combined-stream/License
@@ -2088,26 +2118,28 @@ lib/node_modules/npm/node_modules/reques @@ -2088,26 +2118,28 @@ lib/node_modules/npm/node_modules/reques
2088lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json 2118lib/node_modules/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
2089lib/node_modules/npm/node_modules/request/node_modules/hawk/package.json 2119lib/node_modules/npm/node_modules/request/node_modules/hawk/package.json
2090lib/node_modules/npm/node_modules/request/node_modules/http-signature/.dir-locals.el 2120lib/node_modules/npm/node_modules/request/node_modules/http-signature/.dir-locals.el
2091lib/node_modules/npm/node_modules/request/node_modules/http-signature/.npmignore 2121lib/node_modules/npm/node_modules/request/node_modules/http-signature/.npmignore
2092lib/node_modules/npm/node_modules/request/node_modules/http-signature/CHANGES.md 2122lib/node_modules/npm/node_modules/request/node_modules/http-signature/CHANGES.md
2093lib/node_modules/npm/node_modules/request/node_modules/http-signature/LICENSE 2123lib/node_modules/npm/node_modules/request/node_modules/http-signature/LICENSE
2094lib/node_modules/npm/node_modules/request/node_modules/http-signature/README.md 2124lib/node_modules/npm/node_modules/request/node_modules/http-signature/README.md
2095lib/node_modules/npm/node_modules/request/node_modules/http-signature/http_signing.md 2125lib/node_modules/npm/node_modules/request/node_modules/http-signature/http_signing.md
2096lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/index.js 2126lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/index.js
2097lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/parser.js 2127lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/parser.js
2098lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/signer.js 2128lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/signer.js
2099lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/utils.js 2129lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/utils.js
2100lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/verify.js 2130lib/node_modules/npm/node_modules/request/node_modules/http-signature/lib/verify.js
 2131lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/AUTHORS
 2132lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/CHANGES.md
2101lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md 2133lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md
2102lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js 2134lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js
2103lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json 2135lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json
2104lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md 2136lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/CHANGES.md
2105lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/LICENSE 2137lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/LICENSE
2106lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md 2138lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/README.md
2107lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js 2139lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/lib/jsprim.js
2108lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/.gitmodules 2140lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/.gitmodules
2109lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/LICENSE 2141lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/LICENSE
2110lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile 2142lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile
2111lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps 2143lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.deps
2112lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ 2144lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/Makefile.targ
2113lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md 2145lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/extsprintf/README.md
@@ -2194,31 +2226,26 @@ lib/node_modules/npm/node_modules/reques @@ -2194,31 +2226,26 @@ lib/node_modules/npm/node_modules/reques
2194lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.npmignore 2226lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.npmignore
2195lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.travis.yml 2227lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/.travis.yml
2196lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/LICENSE 2228lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/LICENSE
2197lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md 2229lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/README.md
2198lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js 2230lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/errors.js
2199lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js 2231lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/index.js
2200lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js 2232lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/reader.js
2201lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js 2233lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/types.js
2202lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js 2234lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/ber/writer.js
2203lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js 2235lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/lib/index.js
2204lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json 2236lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/package.json
2205lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js 2237lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/reader.test.js
2206lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js 2238lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/asn1/tst/ber/writer.test.js
2207lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/AUTHORS 
2208lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/CHANGES.md 
2209lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/README.md 
2210lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/assert.js 
2211lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/assert-plus/package.json 
2212lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md 2239lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/README.md
2213lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in 2240lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/etc/dashdash.bash_completion.in
2214lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js 2241lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/lib/dashdash.js
2215lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json 2242lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/dashdash/package.json
2216lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/.npmignore 2243lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/.npmignore
2217lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/LICENSE 2244lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/LICENSE
2218lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md 2245lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/README.md
2219lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js 2246lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/index.js
2220lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/LICENSE-jsbn 2247lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/LICENSE-jsbn
2221lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js 2248lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/ec.js
2222lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js 2249lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/lib/sec.js
2223lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json 2250lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/package.json
2224lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js 2251lib/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/ecc-jsbn/test.js
@@ -2471,38 +2498,46 @@ lib/node_modules/npm/node_modules/valida @@ -2471,38 +2498,46 @@ lib/node_modules/npm/node_modules/valida
2471lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json 2498lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json
2472lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parser.generated.js 2499lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parser.generated.js
2473lib/node_modules/npm/node_modules/validate-npm-package-license/package.json 2500lib/node_modules/npm/node_modules/validate-npm-package-license/package.json
2474lib/node_modules/npm/node_modules/validate-npm-package-name/.npmignore 2501lib/node_modules/npm/node_modules/validate-npm-package-name/.npmignore
2475lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE 2502lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE
2476lib/node_modules/npm/node_modules/validate-npm-package-name/README.md 2503lib/node_modules/npm/node_modules/validate-npm-package-name/README.md
2477lib/node_modules/npm/node_modules/validate-npm-package-name/index.js 2504lib/node_modules/npm/node_modules/validate-npm-package-name/index.js
2478lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/.travis.yml 2505lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/.travis.yml
2479lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/History.md 2506lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/History.md
2480lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/Readme.md 2507lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/Readme.md
2481lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/builtins.json 2508lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/builtins.json
2482lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json 2509lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json
2483lib/node_modules/npm/node_modules/validate-npm-package-name/package.json 2510lib/node_modules/npm/node_modules/validate-npm-package-name/package.json
 2511lib/node_modules/npm/node_modules/which/.npmignore
2484lib/node_modules/npm/node_modules/which/.travis.yml 2512lib/node_modules/npm/node_modules/which/.travis.yml
2485lib/node_modules/npm/node_modules/which/LICENSE 2513lib/node_modules/npm/node_modules/which/LICENSE
2486lib/node_modules/npm/node_modules/which/README.md 2514lib/node_modules/npm/node_modules/which/README.md
2487lib/node_modules/npm/node_modules/which/bin/which 2515lib/node_modules/npm/node_modules/which/bin/which
2488lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE 2516lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE
2489lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md 2517lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md
2490lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js 2518lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js
2491lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT 2519lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT
2492lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md 2520lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md
2493lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js 2521lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js
2494lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json 2522lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json
2495lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json 2523lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json
 2524lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore
 2525lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md
 2526lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js
 2527lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js
 2528lib/node_modules/npm/node_modules/which/node_modules/isexe/mode.js
 2529lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json
 2530lib/node_modules/npm/node_modules/which/node_modules/isexe/windows.js
2496lib/node_modules/npm/node_modules/which/package.json 2531lib/node_modules/npm/node_modules/which/package.json
2497lib/node_modules/npm/node_modules/which/which.js 2532lib/node_modules/npm/node_modules/which/which.js
2498lib/node_modules/npm/node_modules/wrappy/LICENSE 2533lib/node_modules/npm/node_modules/wrappy/LICENSE
2499lib/node_modules/npm/node_modules/wrappy/README.md 2534lib/node_modules/npm/node_modules/wrappy/README.md
2500lib/node_modules/npm/node_modules/wrappy/package.json 2535lib/node_modules/npm/node_modules/wrappy/package.json
2501lib/node_modules/npm/node_modules/wrappy/wrappy.js 2536lib/node_modules/npm/node_modules/wrappy/wrappy.js
2502lib/node_modules/npm/node_modules/write-file-atomic/.npmignore 2537lib/node_modules/npm/node_modules/write-file-atomic/.npmignore
2503lib/node_modules/npm/node_modules/write-file-atomic/.travis.yml 2538lib/node_modules/npm/node_modules/write-file-atomic/.travis.yml
2504lib/node_modules/npm/node_modules/write-file-atomic/LICENSE 2539lib/node_modules/npm/node_modules/write-file-atomic/LICENSE
2505lib/node_modules/npm/node_modules/write-file-atomic/README.md 2540lib/node_modules/npm/node_modules/write-file-atomic/README.md
2506lib/node_modules/npm/node_modules/write-file-atomic/index.js 2541lib/node_modules/npm/node_modules/write-file-atomic/index.js
2507lib/node_modules/npm/node_modules/write-file-atomic/package.json 2542lib/node_modules/npm/node_modules/write-file-atomic/package.json
2508lib/node_modules/npm/package.json 2543lib/node_modules/npm/package.json

cvs diff -r1.57 -r1.58 pkgsrc/lang/nodejs/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/nodejs/distinfo 2016/03/03 11:54:28 1.57
+++ pkgsrc/lang/nodejs/distinfo 2016/03/09 20:13:23 1.58
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.57 2016/03/03 11:54:28 fhajny Exp $ 1$NetBSD: distinfo,v 1.58 2016/03/09 20:13:23 fhajny Exp $
2 2
3SHA1 (node-v5.7.1.tar.gz) = bd7825efe70b5f82b4a34df17f9f1826d490213d 3SHA1 (node-v5.8.0.tar.gz) = e448f9141c92f8f1a72c3e3da0763dc5a602caef
4RMD160 (node-v5.7.1.tar.gz) = 194fa74e1366149306c20de711463d4b499d752b 4RMD160 (node-v5.8.0.tar.gz) = ccd627c09235069ebf4c2a8c929b4bee6b585d84
5SHA512 (node-v5.7.1.tar.gz) = 3702ef0a4cba9c106ece330ce81291b17d3ca1216efd486fc2a97ce1d0baaf0d457bce4f261d1af5898369b6a040c35cf64a6185cb54374e6417ad445580b937 5SHA512 (node-v5.8.0.tar.gz) = 67ba531b2f32b153d4b48996090f6564d4bc2857fdd78f7d77d5d20b35d2506515f124aa7d752e8a87bc1fb402daca7f15cc885e151b79f3127d15faf0653d5b
6Size (node-v5.7.1.tar.gz) = 22393987 bytes 6Size (node-v5.8.0.tar.gz) = 22440294 bytes
7SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6 7SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
8SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f 8SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
9SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50 9SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50
10SHA1 (patch-deps_uv_common.gypi) = ba9caa1f6d9d6df1913d0d72a8d18ea6db0a32ff 10SHA1 (patch-deps_uv_common.gypi) = ba9caa1f6d9d6df1913d0d72a8d18ea6db0a32ff
11SHA1 (patch-deps_v8_src_arm_cpu-arm.cc) = 854a7b0c6392d4568066b961da0958073b7ac62e 11SHA1 (patch-deps_v8_src_arm_cpu-arm.cc) = 854a7b0c6392d4568066b961da0958073b7ac62e
12SHA1 (patch-deps_v8_src_base_atomicops.h) = 65b6508f5260ae672b9efc5672ba2c93223355ff 12SHA1 (patch-deps_v8_src_base_atomicops.h) = 65b6508f5260ae672b9efc5672ba2c93223355ff
13SHA1 (patch-deps_v8_src_base_atomicops__internals__arm__gcc.h) = 39ba63d8c397c7f076c108173f1ee2b5839ad4d6 13SHA1 (patch-deps_v8_src_base_atomicops__internals__arm__gcc.h) = 39ba63d8c397c7f076c108173f1ee2b5839ad4d6
14SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = 686c2054838a25cfeed7fb9870a959e48dc4de35 14SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = 686c2054838a25cfeed7fb9870a959e48dc4de35
15SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 0abf6a541f24da87dbbd22f57abcd5534999b3df 15SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 0abf6a541f24da87dbbd22f57abcd5534999b3df
16SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = eff609b75125dab536934bd8afa640955dcee674 16SHA1 (patch-deps_v8_src_base_platform_platform-posix.cc) = eff609b75125dab536934bd8afa640955dcee674
17SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = dd8cafadd2668f069dab8625f57fbd71a304db3e 17SHA1 (patch-deps_v8_src_base_platform_semaphore.cc) = dd8cafadd2668f069dab8625f57fbd71a304db3e
18SHA1 (patch-deps_v8_src_log-utils.h) = 32bbf2de2af7a8ab6900a4d5e968dcc1357f6de2 18SHA1 (patch-deps_v8_src_log-utils.h) = 32bbf2de2af7a8ab6900a4d5e968dcc1357f6de2
19SHA1 (patch-deps_v8_src_types.h) = a15d1f13a577135a006e8ef0617c9476eb971fa3 19SHA1 (patch-deps_v8_src_types.h) = a15d1f13a577135a006e8ef0617c9476eb971fa3

cvs diff -r1.6 -r1.7 pkgsrc/lang/nodejs/options.mk (expand / switch to unified diff)

--- pkgsrc/lang/nodejs/options.mk 2015/09/09 00:04:54 1.6
+++ pkgsrc/lang/nodejs/options.mk 2016/03/09 20:13:23 1.7
@@ -1,38 +1,34 @@ @@ -1,38 +1,34 @@
1# $NetBSD: options.mk,v 1.6 2015/09/09 00:04:54 ryoon Exp $ 1# $NetBSD: options.mk,v 1.7 2016/03/09 20:13:23 fhajny Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.node 3PKG_OPTIONS_VAR= PKG_OPTIONS.node
4PKG_SUPPORTED_OPTIONS= openssl dtrace icu 4PKG_SUPPORTED_OPTIONS= openssl dtrace icu
5PKG_SUGGESTED_OPTIONS= openssl 5PKG_SUGGESTED_OPTIONS= openssl
6 6
7.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") \ 7.if (${OPSYS} == "SunOS" || ${OPSYS} == "Darwin") \
8 && exists(/usr/sbin/dtrace) 8 && exists(/usr/sbin/dtrace)
9PKG_SUGGESTED_OPTIONS+= dtrace 9PKG_SUGGESTED_OPTIONS+= dtrace
10.endif 10.endif
11 11
12.include "../../mk/bsd.options.mk" 12.include "../../mk/bsd.options.mk"
13 13
14PLIST_VARS+= dtrace 14PLIST_VARS+= dtrace
15 15
16.if !empty(PKG_OPTIONS:Mdtrace) 16.if !empty(PKG_OPTIONS:Mdtrace)
17CONFIGURE_ARGS+= --with-dtrace 17CONFIGURE_ARGS+= --with-dtrace
18PLIST.dtrace= yes 18PLIST.dtrace= yes
19.else 19.else
20CONFIGURE_ARGS+= --without-dtrace 20CONFIGURE_ARGS+= --without-dtrace
21.endif 21.endif
22 22
23.if !empty(PKG_OPTIONS:Micu) 23.if !empty(PKG_OPTIONS:Micu)
24CONFIGURE_ARGS+= --with-intl=system-icu 24CONFIGURE_ARGS+= --with-intl=system-icu
25.include "../../textproc/icu/buildlink3.mk" 25.include "../../textproc/icu/buildlink3.mk"
26.endif 26.endif
27 27
28.if !empty(PKG_OPTIONS:Mopenssl) 28.if !empty(PKG_OPTIONS:Mopenssl)
29BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2 29BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.2
30.include "../../security/openssl/buildlink3.mk" 30.include "../../security/openssl/buildlink3.mk"
31CONFIGURE_ARGS+= --shared-openssl 31CONFIGURE_ARGS+= --shared-openssl
32.else 32.else
33CONFIGURE_ARGS+= --without-openssl 33CONFIGURE_ARGS+= --without-ssl
34.endif 
35 
36.if empty(PKG_OPTIONS:Msnapshot) 
37CONFIGURE_ARGS+= --without-snapshot 
38.endif 34.endif