{
	"name": "web3",
	"versions": {
		"0.2.5": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.2.5",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": ">=2.0.0",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/ethereum.js.git"
			},
			"homepage": "https://github.com/ethereum/ethereum.js",
			"bugs": {
				"url": "https://github.com/ethereum/ethereum.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "73b9ed29c09531817df311c2d050dec6667197e7",
			"_id": "web3@0.2.5",
			"_shasum": "4d8073a975350e3af684f47296cde1473771e256",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "4d8073a975350e3af684f47296cde1473771e256",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.2.5.tgz"
			},
			"contributors": []
		},
		"0.2.6": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.2.6",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": ">=2.0.0",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/ethereum.js.git"
			},
			"homepage": "https://github.com/ethereum/ethereum.js",
			"bugs": {
				"url": "https://github.com/ethereum/ethereum.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "0ccc05a33d29edc3b8353d3ed081cdfa34ea14a3",
			"_id": "web3@0.2.6",
			"_shasum": "d6ec2f0c462c2b057674e1f9a4c975a9a9fd800d",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "d6ec2f0c462c2b057674e1f9a4c975a9a9fd800d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.2.6.tgz"
			},
			"contributors": []
		},
		"0.2.7": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.2.7",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "1a8032c72cd6a8f0302127d507c7d57fb42673fa",
			"_id": "web3@0.2.7",
			"_shasum": "7432918c5d318c1f4dcf68e71a7539db23c2dbd6",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "7432918c5d318c1f4dcf68e71a7539db23c2dbd6",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.2.7.tgz"
			},
			"contributors": []
		},
		"0.2.8": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.2.8",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "271b00f0692e9b89f7a3a611df79d078bc7a2d26",
			"_id": "web3@0.2.8",
			"_shasum": "a1c85977470b12228ce35153b669f5be123f49a7",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "a1c85977470b12228ce35153b669f5be123f49a7",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.2.8.tgz"
			},
			"contributors": []
		},
		"0.3.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "3897bc246fb94157b1795a6467365ab60e6bc2d1",
			"_id": "web3@0.3.0",
			"_shasum": "20ff3b08008acf958171de9e0480c58dda3f0e52",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "20ff3b08008acf958171de9e0480c58dda3f0e52",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.0.tgz"
			},
			"contributors": []
		},
		"0.3.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "f8a43eddfb450d0e0ba1669a6916babe0ea43642",
			"_id": "web3@0.3.1",
			"_shasum": "e1626dfa25a43842a6838ef0b4759ae086dc2cdb",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "e1626dfa25a43842a6838ef0b4759ae086dc2cdb",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.1.tgz"
			},
			"contributors": []
		},
		"0.3.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "c74c854b56cb76bfc941d7aef8a135b7c1cfc4b3",
			"_id": "web3@0.3.2",
			"_shasum": "d54678a18b0669fa9ae45b63fdb5d726f0f6d1a5",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "d54678a18b0669fa9ae45b63fdb5d726f0f6d1a5",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.2.tgz"
			},
			"contributors": []
		},
		"0.3.3": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.3",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "3b799d128452639463424c657956ee90a28daec6",
			"_id": "web3@0.3.3",
			"_shasum": "611d5deddaad908cbe738e7613aaae498d14e44a",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "611d5deddaad908cbe738e7613aaae498d14e44a",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.3.tgz"
			},
			"contributors": []
		},
		"0.3.4": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.4",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "798960743b6df2ed96ffafd678bb471e6911124a",
			"_id": "web3@0.3.4",
			"_shasum": "97f1b2e005c67e3f0299bd23d7cc7f97e37380ae",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "97f1b2e005c67e3f0299bd23d7cc7f97e37380ae",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.4.tgz"
			},
			"contributors": []
		},
		"0.3.6": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.3.6",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "e90843973f3ae554069347b61cb5b393091c34d1",
			"_id": "web3@0.3.6",
			"_shasum": "70df61c3033a407364d3327f7e3113af65284eaa",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "70df61c3033a407364d3327f7e3113af65284eaa",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.3.6.tgz"
			},
			"contributors": []
		},
		"0.4.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.4.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "cd2e4622c6c66e3db13fdab53788e3e754838c3e",
			"_id": "web3@0.4.0",
			"_shasum": "b29e8890743f2b29cce35c35a8eea3110c1f2f05",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "b29e8890743f2b29cce35c35a8eea3110c1f2f05",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.4.0.tgz"
			},
			"contributors": []
		},
		"0.4.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.4.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "dc69085b7230a9060a2e7924aa1944bc38c1b23f",
			"_id": "web3@0.4.1",
			"_shasum": "8821db5d27080c1fdf7488d8d83615e1cf767e57",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "8821db5d27080c1fdf7488d8d83615e1cf767e57",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.4.1.tgz"
			},
			"contributors": []
		},
		"0.4.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.4.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "16861fc1944cca721672bb8faa81909d69be2b99",
			"_id": "web3@0.4.2",
			"_shasum": "0e307bd3aa9236011857da935cf3def4bf69a4b1",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "0e307bd3aa9236011857da935cf3def4bf69a4b1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.4.2.tgz"
			},
			"contributors": []
		},
		"0.4.3": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.4.3",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "71ae809e5f4c3d1cb4f5590be19ab8c96d84ee3c",
			"_id": "web3@0.4.3",
			"_shasum": "6ca29e54cb4bae5e38732f27aece33018ba5afed",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "6ca29e54cb4bae5e38732f27aece33018ba5afed",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.4.3.tgz"
			},
			"contributors": []
		},
		"0.5.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.5.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=6.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.1.6",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "c9ebd7e23846bdc8b39427eb9c123fa651a3798b",
			"_id": "web3@0.5.0",
			"_shasum": "a68b382bb766f9adb5f7229fbdf8891137f3dbb5",
			"_from": ".",
			"_npmVersion": "2.1.17",
			"_nodeVersion": "0.10.33",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "a68b382bb766f9adb5f7229fbdf8891137f3dbb5",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.5.0.tgz"
			},
			"contributors": []
		},
		"0.6.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.6.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.3.0",
				"browserify": ">=10.0",
				"chai": "^2.1.1",
				"coveralls": "^2.11.2",
				"del": ">=0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.4.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.0.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"karma": "^0.12.31",
				"karma-browserify": "^4.0.0",
				"karma-chrome-launcher": "^0.1.7",
				"karma-firefox-launcher": "^0.1.4",
				"karma-mocha": "^0.1.10",
				"karma-safari-launcher": "^0.1.1",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.0",
				"vinyl-source-stream": "^1.0.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
				"karma": "./node_modules/karma/bin/karma start --singleRun=true --browsers=\"Firefox\""
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "47e292a12cbe75b028bbfda60de241fef6a4d20f",
			"_id": "web3@0.6.0",
			"_shasum": "eb2a8088622f9907474a9acc11af861d88e3e159",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "eb2a8088622f9907474a9acc11af861d88e3e159",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.6.0.tgz"
			},
			"contributors": []
		},
		"0.7.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.7.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "d59b1cddfc5f5a97892018b9662ee63defad9bce",
			"_id": "web3@0.7.0",
			"_shasum": "f6cfa72146461288e75105cd6f584715f291475d",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "f6cfa72146461288e75105cd6f584715f291475d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.7.0.tgz"
			},
			"contributors": []
		},
		"0.7.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.7.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@frozeman.de",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "c44fe014341b2a90f1bde14c6ecdca1e04fd6e82",
			"_id": "web3@0.7.1",
			"_shasum": "34a64a3ba74d69ae09ea5a062031331acca5c3f0",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "34a64a3ba74d69ae09ea5a062031331acca5c3f0",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.7.1.tgz"
			},
			"contributors": []
		},
		"0.8.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.8.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "dbb976acf489e87e2bd78ade4d93a1a7d71c29ff",
			"_id": "web3@0.8.0",
			"_shasum": "50e89b3850ccd3846adc8a8dd9753084cb4fb61c",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "50e89b3850ccd3846adc8a8dd9753084cb4fb61c",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.8.0.tgz"
			},
			"contributors": []
		},
		"0.8.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.8.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "6e04aa936f8dd2ce79f7cf50658606ef331f107f",
			"_id": "web3@0.8.1",
			"_shasum": "6fda27c0848a3e3ea005c53c51150fe65a6f796e",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "6fda27c0848a3e3ea005c53c51150fe65a6f796e",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.8.1.tgz"
			},
			"contributors": []
		},
		"0.9.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.9.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "625c0df8ba6257b995aa19c18f3dc35a3a62b23f",
			"_id": "web3@0.9.0",
			"_shasum": "d518bb27c2fce95f013a44809163db84fb7c3261",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "d518bb27c2fce95f013a44809163db84fb7c3261",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.9.0.tgz"
			},
			"contributors": []
		},
		"0.9.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.9.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "ce8362c45c36a47eca591fb53d7a125e59d88084",
			"_id": "web3@0.9.1",
			"_shasum": "26fad2da5613d657c07ceedba24cde3cf8c023e3",
			"_from": ".",
			"_npmVersion": "2.11.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"dist": {
				"shasum": "26fad2da5613d657c07ceedba24cde3cf8c023e3",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.9.1.tgz"
			},
			"contributors": []
		},
		"0.9.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.9.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "e3a8734914dc2b1e428b8db9a444fdbddbcfe5ed",
			"_id": "web3@0.9.2",
			"_shasum": "d0630eb2b5dfecf4c340c67f78d98d2e99e50cbe",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "d0630eb2b5dfecf4c340c67f78d98d2e99e50cbe",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.9.2.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.10.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.10.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "cdb679b9a5260cb326dfc7b3458661bbba2f59e7",
			"_id": "web3@0.10.0",
			"_shasum": "874ff27bc9a21f7bef62f59c5c620f6570329aef",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "874ff27bc9a21f7bef62f59c5c620f6570329aef",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.10.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.11.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.11.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "20cd4c5bca02090bd673a67fcef674e18d5c0e42",
			"_id": "web3@0.11.0",
			"_shasum": "2fa94842fe6d52fc9034c56a9bfe865ec64de458",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "2fa94842fe6d52fc9034c56a9bfe865ec64de458",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.11.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.12.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.12.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "03058bf4f4558b382733793d41f83f7becb5846a",
			"_id": "web3@0.12.0",
			"_shasum": "20ac36d5a1c61351806142449d12d8df0e12cd12",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "20ac36d5a1c61351806142449d12d8df0e12cd12",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.12.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.12.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.12.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "d4a729b73bbcd968fa5a6b6b785184df65c0df8b",
			"_id": "web3@0.12.1",
			"_shasum": "299887b6be405e1c4b3af2e4ef38cabfcbe7b1d8",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "299887b6be405e1c4b3af2e4ef38cabfcbe7b1d8",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.12.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.12.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.12.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "f18b5322596c4ad4b12d4a861b9f991bf282a3ad",
			"_id": "web3@0.12.2",
			"_shasum": "2f236f79a28f8880b8dad0f38e1259d23b0ddf05",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "2f236f79a28f8880b8dad0f38e1259d23b0ddf05",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.12.2.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.13.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.13.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=1.2.0",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.1.0",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "ef75a5d3a8a383defd474fba2a8d2bc48b865756",
			"_id": "web3@0.13.0",
			"_shasum": "fbd55744bc013fae6ecc144145e1daea12105ae1",
			"_from": ".",
			"_npmVersion": "2.12.1",
			"_nodeVersion": "0.12.7",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "fbd55744bc013fae6ecc144145e1daea12105ae1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.13.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.14.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.14.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "0ae82cf895b74b264d309d21feecbf3645713d0b",
			"_id": "web3@0.14.0",
			"_shasum": "9713cb1af2bffbd4a32fe7cc910daeb42767115a",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.0",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "9713cb1af2bffbd4a32fe7cc910daeb42767115a",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.14.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.14.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.14.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "62398f4f8a90183c6a702d94ed220ebcdef4ca20",
			"_id": "web3@0.14.1",
			"_shasum": "2690717c205356e7def38f11b9c4c712bfe44a22",
			"_from": ".",
			"_npmVersion": "2.14.4",
			"_nodeVersion": "4.1.0",
			"_npmUser": {
				"name": "debris",
				"email": "marek.kotewicz@gmail.com"
			},
			"dist": {
				"shasum": "2690717c205356e7def38f11b9c4c712bfe44a22",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.14.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				}
			],
			"contributors": []
		},
		"0.15.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.15.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "29e3efb8d88d41e1a7ef0fdfba0d652b503d63e0",
			"_id": "web3@0.15.0",
			"_shasum": "7d9fd19338b5637c6c53302239ef946e34a68da8",
			"_from": ".",
			"_npmVersion": "2.8.4",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "7d9fd19338b5637c6c53302239ef946e34a68da8",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.15.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"contributors": []
		},
		"0.15.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.15.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "03c3518efc1a699e47154a0075d91a336c5c5a8c",
			"_id": "web3@0.15.1",
			"_shasum": "65b17fd3be991de4983c3558cc1f0b9aab3a0a10",
			"_from": ".",
			"_npmVersion": "2.8.4",
			"_nodeVersion": "0.10.32",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "65b17fd3be991de4983c3558cc1f0b9aab3a0a10",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.15.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"contributors": []
		},
		"0.15.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.15.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "github:debris/bignumber.js#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "dc12e9b6cb01c65ded39bdb155f42f801b1bc1b8",
			"_id": "web3@0.15.2",
			"_shasum": "4ecfcc997094c2f638d7eaa84f1fcc5d57a8e74c",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "4ecfcc997094c2f638d7eaa84f1fcc5d57a8e74c",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.15.2.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.15.2.tgz_1455282834660_0.52377775660716"
			},
			"contributors": []
		},
		"0.15.3": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.15.3",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "fc9e96473a4100e1b5465cd001ff8ece6c097563",
			"_id": "web3@0.15.3",
			"_shasum": "f997ccda419fc528c0d6c5d8d5382212bfa74628",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "f997ccda419fc528c0d6c5d8d5382212bfa74628",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.15.3.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-5-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.15.3.tgz_1456759510959_0.6682048423681408"
			},
			"contributors": []
		},
		"0.16.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.16.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "35a06d36d4569517e14cd58a0d602acb7a3be864",
			"_id": "web3@0.16.0",
			"_shasum": "a4554175cd462943035b1f1d39432f741c6b6019",
			"_from": ".",
			"_npmVersion": "2.14.12",
			"_nodeVersion": "4.2.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "a4554175cd462943035b1f1d39432f741c6b6019",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.16.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.16.0.tgz_1463064516913_0.17618103325366974"
			},
			"contributors": []
		},
		"0.17.0-alpha": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.17.0-alpha",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#master",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.3.5",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "134f55388fd33837718f76ea4b5f87f9d0e01b2e",
			"_id": "web3@0.17.0-alpha",
			"_shasum": "d4799dde791534b4d8b51eecdaf02c617b37e9e3",
			"_from": ".",
			"_npmVersion": "2.15.1",
			"_nodeVersion": "4.4.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "d4799dde791534b4d8b51eecdaf02c617b37e9e3",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.17.0-alpha.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/web3-0.17.0-alpha.tgz_1464598763163_0.7912253451067954"
			},
			"contributors": []
		},
		"0.17.0-beta": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.17.0-beta",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "e4eb9606aa0aa10fd3eeb0a5e5d67c4fff43e814",
			"_id": "web3@0.17.0-beta",
			"_shasum": "57af38245bff7a32099f7ce5780fad5bbc00da5b",
			"_from": ".",
			"_npmVersion": "2.15.1",
			"_nodeVersion": "4.4.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "57af38245bff7a32099f7ce5780fad5bbc00da5b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.17.0-beta.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/web3-0.17.0-beta.tgz_1473944649491_0.6677823858335614"
			},
			"contributors": []
		},
		"0.18.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.18.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "cbd57465b481b3bf95a7ee8b0346e231ded9df0e",
			"_id": "web3@0.18.0",
			"_shasum": "03e4471bc2853a8177f06212fcad6adf1b16736a",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "03e4471bc2853a8177f06212fcad6adf1b16736a",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.18.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.18.0.tgz_1483700944505_0.7352451360784471"
			},
			"contributors": []
		},
		"0.18.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.18.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "274b37cc56e383bfa64df3b5221009ecaf822493",
			"_id": "web3@0.18.1",
			"_shasum": "39e2343216b6040ec3963dc9219ffc2fcfb6b2a0",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "39e2343216b6040ec3963dc9219ffc2fcfb6b2a0",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.18.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.18.1.tgz_1484231913436_0.8444911637343466"
			},
			"contributors": []
		},
		"0.18.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.18.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "152a92c195c116ad200d09540e269d0939945aad",
			"_id": "web3@0.18.2",
			"_shasum": "61b1a6edf5056820e22e1ef082f54c279f4bf758",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "61b1a6edf5056820e22e1ef082f54c279f4bf758",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.18.2.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/web3-0.18.2.tgz_1484311066669_0.3297519588377327"
			},
			"contributors": []
		},
		"0.18.4": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.18.4",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "76f8798cb5c796073ba3605130cc14a152570312",
			"_id": "web3@0.18.4",
			"_shasum": "81ec1784145491f2eaa8955b31c06049e07c5e7d",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "81ec1784145491f2eaa8955b31c06049e07c5e7d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.18.4.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/web3-0.18.4.tgz_1490780987680_0.5868047615513206"
			},
			"contributors": []
		},
		"0.19.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.19.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "81ab762ff11ab47afed37ac72628ac4ed84328c8",
			"_id": "web3@0.19.0",
			"_shasum": "8b18fba24421a59d2884859bcb9b718c2665524e",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "8b18fba24421a59d2884859bcb9b718c2665524e",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.19.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/web3-0.19.0.tgz_1494324398412_0.9052057259250432"
			},
			"contributors": []
		},
		"0.19.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.19.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "^4.0.2",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "d38c19ee56387db030b9658ae11f32a3ff68b11c",
			"_id": "web3@0.19.1",
			"_shasum": "e763d5b1107c4bc24abd4f8cbee1ba3659e6eb31",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "e763d5b1107c4bc24abd4f8cbee1ba3659e6eb31",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.19.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.19.1.tgz_1498283504357_0.8498545554466546"
			},
			"contributors": []
		},
		"0.20.0": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.0",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "e7641a7add45e6f1cb50cf1e9a7119a7c594ba6e",
			"_id": "web3@0.20.0",
			"_shasum": "aabbbe35fe6cabe811659087a55cc86e99336c74",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "aabbbe35fe6cabe811659087a55cc86e99336c74",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.0.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.20.0.tgz_1500285676139_0.18819339014589787"
			},
			"contributors": []
		},
		"0.20.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.1",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "900712fbe75ed9f908e0469c3820e3800472e8a6",
			"_id": "web3@0.20.1",
			"_shasum": "fb262e9ad71552167a6af012fdd420de017032f0",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "fb262e9ad71552167a6af012fdd420de017032f0",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.20.1.tgz_1500291258998_0.1112638080958277"
			},
			"contributors": []
		},
		"1.0.0-beta1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta1",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "171817cc9b71743201524c65687e445584668aa8",
			"_id": "web3@1.0.0-beta1",
			"_shasum": "af260d52714b9c23d7cc7a9f170726dbceab806f",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.9.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "af260d52714b9c23d7cc7a9f170726dbceab806f",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta1.tgz_1500543491200_0.6261522667482495"
			},
			"deprecated": "This version has faulty dependecy links.",
			"contributors": []
		},
		"1.0.0-beta2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta2",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "627af5091d9bf196c175aeeead5837df63fb3b5e",
			"_id": "web3@1.0.0-beta2",
			"_shasum": "bde93e2b88c431673f25d81298221a1ec2b1a9ef",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "bde93e2b88c431673f25d81298221a1ec2b1a9ef",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta2.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta2.tgz_1500546721841_0.09619899094104767"
			},
			"deprecated": "This version has faulty dependecy links.",
			"contributors": []
		},
		"1.0.0-beta.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.1",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "627af5091d9bf196c175aeeead5837df63fb3b5e",
			"_id": "web3@1.0.0-beta.1",
			"_shasum": "d2c23ac99d57b36674854fa94e37a35303f08b91",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "d2c23ac99d57b36674854fa94e37a35303f08b91",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.1.tgz"
			},
			"maintainers": [
				{
					"name": "debris",
					"email": "marek.kotewicz@gmail.com"
				},
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.1.tgz_1500546872622_0.8040832241531461"
			},
			"contributors": []
		},
		"1.0.0-beta.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.2",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "62e605410ff0f761f1fa76f55bb30b88d21a598b",
			"_id": "web3@1.0.0-beta.2",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-k4d18t4dW4HCxdt+nndr1ccadQ+0DJsKR1kiiiqWu/MZqjN1CYFHzGjDgevYqBGQPh+N0wjEpxSM/h2J+d9mqw==",
				"shasum": "29c579eee9d59799e9d19ad94840865d67bcf5a0",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.2.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.2.tgz_1500553292932_0.12798518943600357"
			},
			"contributors": []
		},
		"1.0.0-beta.3": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.3",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "c2931d205b2a9ca9b9e83c2da0ef230119de8227",
			"_id": "web3@1.0.0-beta.3",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-cH+SYcnNillFGRzzWwhleUcsWOc4LkRlmnuoUgxgEPWje88X5N3w/JuOpAvNZW5HeO01eYikeJyRzkm1eygM3g==",
				"shasum": "0f2ee101c4472282e64b7551251955cf48251d94",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.3.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.3.tgz_1500553638777_0.45639786100946367"
			},
			"contributors": []
		},
		"1.0.0-beta.4": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.4",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "bb72c2acee477126629662d04b0784c570a712ec",
			"_id": "web3@1.0.0-beta.4",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-pi9DjoaE+NmfJUbnfhrN93p8UkxNF8dIJq2/7YuEDbUEtYnOYByqs0ks6VaKaX4lCgDapQHo9/vShGjA1+1gRw==",
				"shasum": "610c930636940b38b366358d79adfc6b2ee9f74d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.4.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.4.tgz_1500554627974_0.5787223256193101"
			},
			"contributors": []
		},
		"1.0.0-beta.5": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.5",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethcore.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethcore.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "bb72c2acee477126629662d04b0784c570a712ec",
			"_id": "web3@1.0.0-beta.5",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-x18IQFbyYM1VOc4FDxj1yv9zdl17wshW2gJd7IyDSpAM12CH/rqfNuhlm5/i6aS/thm3SqE6JADazLC/9EO7Gw==",
				"shasum": "433cee8a512c837c9e53af78b4db7e1dc1979dd4",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.5.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.5.tgz_1500629704117_0.21592750283889472"
			},
			"contributors": []
		},
		"1.0.0-beta.6": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.6",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "./node_modules/lerna/bin/lerna.js bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "786c52c1c9e72c1c76d6661d58a6bfcc578b6697",
			"_id": "web3@1.0.0-beta.6",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-rlZqWMZZj67pw8T/9Smgz5QUn8dzT4a8aB269q9WSQNH23XHrVAu3+yg+rbWBfQLl3s8txLRrsTRyaypeHdOag==",
				"shasum": "a4ebd0dda49b816638d455f34515129490b810ba",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.6.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.6.tgz_1500732705641_0.07942723575979471"
			},
			"contributors": []
		},
		"1.0.0-beta.7": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.7",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "./node_modules/lerna/bin/lerna.js bootstrap",
				"build": "gulp",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "0d73ed42b74eee771eaa1fbc76eb664b078446d8",
			"_id": "web3@1.0.0-beta.7",
			"_npmVersion": "5.3.0",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-PGtv86nm1ipiA05YQCVBnpKXTiOMJFH1XbIQNXHAYJSBtMs5sl/pt0MQANyHIQxS268bM3+QSxqwJtGWbaz22w==",
				"shasum": "2883afeeeccd885b3a5789465a746577d04354fa",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.7.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.7.tgz_1500734540259_0.8491373683791608"
			},
			"contributors": []
		},
		"1.0.0-beta.9": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.9",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"build": "gulp",
				"build-all": "gulp all",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"lerna": "^2.0.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "4b03d24d6314548289b7804893ba55c93f7893fd",
			"_id": "web3@1.0.0-beta.9",
			"_shasum": "2ef66f4d79296d4c236ddc648af2abdfe98c0614",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "2ef66f4d79296d4c236ddc648af2abdfe98c0614",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.9.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.9.tgz_1500915118529_0.8782774757128209"
			},
			"contributors": []
		},
		"1.0.0-beta.10": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.10",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna publish --skipp-git --force-publish; gulp; npm publish;",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "361990880749828c3e463d8cd659540eee545c48",
			"_id": "web3@1.0.0-beta.10",
			"_shasum": "8587019998cc2375a1321afa7256f050640dc91c",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "8587019998cc2375a1321afa7256f050640dc91c",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.10.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.10.tgz_1500916163224_0.3816047487780452"
			},
			"contributors": []
		},
		"1.0.0-beta.11": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.11",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna publish --skipp-git --force-publish; gulp; npm publish;",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "cb2a9f7c25def91d2b4cf1ccbb0aa5afb8f070e7",
			"_id": "web3@1.0.0-beta.11",
			"_shasum": "2983b95c175f6de530689f89417d4cfaeaa3d43c",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "2983b95c175f6de530689f89417d4cfaeaa3d43c",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.11.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.11.tgz_1500918536613_0.9075856292620301"
			},
			"contributors": []
		},
		"1.0.0-beta.12": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.12",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "28cfc4dd52c5c442cc94ff9a0caed9622efa846d",
			"_id": "web3@1.0.0-beta.12",
			"_shasum": "8423bc3978902e478ddf62a53e4f231de7214c26",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "8423bc3978902e478ddf62a53e4f231de7214c26",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.12.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.12.tgz_1501089920079_0.6367582958191633"
			},
			"contributors": []
		},
		"1.0.0-beta.13": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.13",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "c8a7aa7972cedd7e6ccb214f49609ebca14e88b0",
			"_id": "web3@1.0.0-beta.13",
			"_shasum": "197caaaf00791c90b8018161be50c2d92675a4c4",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "197caaaf00791c90b8018161be50c2d92675a4c4",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.13.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.13.tgz_1501163462853_0.94522043177858"
			},
			"contributors": []
		},
		"1.0.0-beta.14": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.14",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "45f422640a94245468d4dc6915551cf0cd33d533",
			"_id": "web3@1.0.0-beta.14",
			"_shasum": "d8a284673b090fa79c2e019e061af16506783d7f",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "d8a284673b090fa79c2e019e061af16506783d7f",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.14.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.14.tgz_1501680473763_0.8771198973990977"
			},
			"contributors": []
		},
		"1.0.0-beta.15": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.15",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "b5840fbbecfea66bb6b5b6b8a7f3a436755c53ad",
			"_id": "web3@1.0.0-beta.15",
			"_shasum": "033a78d0f4c0c12a20462520a73cfc09f2a8dc69",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "033a78d0f4c0c12a20462520a73cfc09f2a8dc69",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.15.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.15.tgz_1501760706560_0.3078923875000328"
			},
			"contributors": []
		},
		"1.0.0-beta.16": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.16",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "e33d22f883f018b4c71b3011da9dfbe91ed02891",
			"_id": "web3@1.0.0-beta.16",
			"_shasum": "fb15e08b98eb3e4261c1a1e39075509ea5f5eee3",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "fb15e08b98eb3e4261c1a1e39075509ea5f5eee3",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.16.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.16.tgz_1502122225871_0.546602189540863"
			},
			"contributors": []
		},
		"1.0.0-beta.17": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.17",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "ca1bd7d0cbef4407a153f16f4f1ae289f34f09da",
			"_id": "web3@1.0.0-beta.17",
			"_shasum": "fed645c563cfb0a40e99f6fee08838e677521b30",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "fed645c563cfb0a40e99f6fee08838e677521b30",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.17.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.17.tgz_1502187992169_0.18005225248634815"
			},
			"contributors": []
		},
		"1.0.0-beta.18": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.18",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --skip-git; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "5f9b7c23a6fc49b8c7c3d2ea80f891ab8d83c250",
			"_id": "web3@1.0.0-beta.18",
			"_shasum": "ef9192d045b22018b09826a3576ae3e6ae0b66f5",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "ef9192d045b22018b09826a3576ae3e6ae0b66f5",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.18.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.18.tgz_1502288362971_0.23524738778360188"
			},
			"contributors": []
		},
		"0.20.2": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.2",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "4b0fabcaa8d57a4a1c2b814a681bedff45fcd70f",
			"_id": "web3@0.20.2",
			"_shasum": "c54dac5fc0e377399c04c1a6ecbb12e4513278d6",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "c54dac5fc0e377399c04c1a6ecbb12e4513278d6",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.2.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.20.2.tgz_1505476165129_0.11877683410421014"
			},
			"contributors": []
		},
		"1.0.0-beta.19": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.19",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; lerna publish --skip-git; gulp; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "6df16b768d4453ec44ae6da17f8178aa43597bd7",
			"_id": "web3@1.0.0-beta.19",
			"_shasum": "ddccfb6daa97e0d79d71e8c6df291456c67fbaa9",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "ddccfb6daa97e0d79d71e8c6df291456c67fbaa9",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.19.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.19.tgz_1505476540660_0.022363544441759586"
			},
			"contributors": []
		},
		"1.0.0-beta.20": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.20",
			"description": "Ethereum JavaScript API",
			"license": "LGPL-3.0",
			"main": "./src/index.js",
			"directories": {
				"lib": "./src",
				"doc": "./doc",
				"test": "./test"
			},
			"scripts": {
				"postinstall": "lerna bootstrap",
				"build": "gulp",
				"build-all": "gulp all",
				"publish": "lerna bootstrap; gulp; lerna publish --skip-git; gulp version; npm publish",
				"watch": "gulp watch",
				"docs": "cd docs; make html;",
				"lint": "jshint *.js packages",
				"test": "mocha; jshint *.js packages",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"lerna": "^2.0.0"
			},
			"devDependencies": {
				"babel-preset-env": "^1.6.0",
				"bignumber.js": "^4.0.0",
				"bn.js": "^4.11.6",
				"bower": ">=1.4.1",
				"browserify": "^14.4.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"crypto-js": "^3.1.4",
				"del": ">=2.0.2",
				"ethereumjs-wallet": "^0.6.0",
				"ethjs-signer": "^0.1.1",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-babel": "^6.1.2",
				"gulp-jshint": "^2.0.4",
				"gulp-rename": "^1.2.2",
				"gulp-replace": "^0.6.1",
				"gulp-streamify": "^1.0.2",
				"gulp-uglify": "^3.0.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"underscore": "^1.8.3",
				"vinyl-source-stream": "^1.1.0"
			},
			"gitHead": "6df16b768d4453ec44ae6da17f8178aa43597bd7",
			"_id": "web3@1.0.0-beta.20",
			"_shasum": "a5ad27c932ddcb9b037fd8dc9624ddf943544efe",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "a5ad27c932ddcb9b037fd8dc9624ddf943544efe",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.20.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.20.tgz_1505476874845_0.6279675255063921"
			},
			"contributors": []
		},
		"1.0.0-beta.21": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.21",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.21",
				"web3-core": "^1.0.0-beta.21",
				"web3-eth": "^1.0.0-beta.21",
				"web3-eth-personal": "^1.0.0-beta.21",
				"web3-net": "^1.0.0-beta.21",
				"web3-shh": "^1.0.0-beta.21",
				"web3-utils": "^1.0.0-beta.21"
			},
			"_id": "web3@1.0.0-beta.21",
			"scripts": {},
			"_shasum": "33e1115152996fa10d455a5a1890b666ebcc4c8d",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "33e1115152996fa10d455a5a1890b666ebcc4c8d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.21.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.21.tgz_1505915651927_0.8358395481482148"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.22": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.22",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.22",
				"web3-core": "^1.0.0-beta.22",
				"web3-eth": "^1.0.0-beta.22",
				"web3-eth-personal": "^1.0.0-beta.22",
				"web3-net": "^1.0.0-beta.22",
				"web3-shh": "^1.0.0-beta.22",
				"web3-utils": "^1.0.0-beta.22"
			},
			"_id": "web3@1.0.0-beta.22",
			"scripts": {},
			"_shasum": "96eef37e7e017d4beedeeff91ba3343e8af7a9ff",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "96eef37e7e017d4beedeeff91ba3343e8af7a9ff",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.22.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.22.tgz_1506351983024_0.8544150965753943"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.23": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.23",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.22",
				"web3-core": "^1.0.0-beta.23",
				"web3-eth": "^1.0.0-beta.23",
				"web3-eth-personal": "^1.0.0-beta.23",
				"web3-net": "^1.0.0-beta.23",
				"web3-shh": "^1.0.0-beta.23",
				"web3-utils": "^1.0.0-beta.23"
			},
			"_id": "web3@1.0.0-beta.23",
			"scripts": {},
			"_shasum": "d2292b507f34bc36d48794098d74066a7f518cf8",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "d2292b507f34bc36d48794098d74066a7f518cf8",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.23.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.23.tgz_1507634689874_0.9455658430233598"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.24": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.24",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.22",
				"web3-core": "^1.0.0-beta.24",
				"web3-eth": "^1.0.0-beta.24",
				"web3-eth-personal": "^1.0.0-beta.24",
				"web3-net": "^1.0.0-beta.24",
				"web3-shh": "^1.0.0-beta.24",
				"web3-utils": "^1.0.0-beta.24"
			},
			"_id": "web3@1.0.0-beta.24",
			"scripts": {},
			"_shasum": "0b653d6a50f407b37f593371fb6ee1bd3a1f27c2",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.3",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "0b653d6a50f407b37f593371fb6ee1bd3a1f27c2",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.24.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.24.tgz_1508420362308_0.879748290637508"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.25": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.25",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.25",
				"web3-core": "^1.0.0-beta.25",
				"web3-eth": "^1.0.0-beta.25",
				"web3-eth-personal": "^1.0.0-beta.25",
				"web3-net": "^1.0.0-beta.25",
				"web3-shh": "^1.0.0-beta.25",
				"web3-utils": "^1.0.0-beta.25"
			},
			"_id": "web3@1.0.0-beta.25",
			"scripts": {},
			"_shasum": "4dbcdec8fbcd83d5288346a4f2c615f1dc801713",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "4dbcdec8fbcd83d5288346a4f2c615f1dc801713",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.25.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.25.tgz_1510658259976_0.7877213868778199"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.26": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.26",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "^1.0.0-beta.26",
				"web3-core": "^1.0.0-beta.26",
				"web3-eth": "^1.0.0-beta.26",
				"web3-eth-personal": "^1.0.0-beta.26",
				"web3-net": "^1.0.0-beta.26",
				"web3-shh": "^1.0.0-beta.26",
				"web3-utils": "^1.0.0-beta.26"
			},
			"_id": "web3@1.0.0-beta.26",
			"scripts": {},
			"_shasum": "bb46daf6aefc313f768b3de39d7f4a8d7bd06663",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "bb46daf6aefc313f768b3de39d7f4a8d7bd06663",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.26.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.26.tgz_1510658634496_0.9858382688835263"
			},
			"directories": {},
			"contributors": []
		},
		"0.20.3": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.3",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "fc12360c02acc03cc4c0cebd7f6a16feab12f799",
			"_id": "web3@0.20.3",
			"_shasum": "caa44373dc8815ac8767bddb6ba73073964caa8b",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "caa44373dc8815ac8767bddb6ba73073964caa8b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.3.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.20.3.tgz_1513849895579_0.32788316369988024"
			},
			"contributors": []
		},
		"1.0.0-beta.27": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.27",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.27",
				"web3-core": "1.0.0-beta.27",
				"web3-eth": "1.0.0-beta.27",
				"web3-eth-personal": "1.0.0-beta.27",
				"web3-net": "1.0.0-beta.27",
				"web3-shh": "1.0.0-beta.27",
				"web3-utils": "1.0.0-beta.27"
			},
			"_id": "web3@1.0.0-beta.27",
			"scripts": {},
			"_shasum": "d9a7c956bec981b0ba927bdb91dd0f1275eb3479",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "d9a7c956bec981b0ba927bdb91dd0f1275eb3479",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.27.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.27.tgz_1513854565600_0.5477396750357002"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0-beta.28": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.28",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.28",
				"web3-core": "1.0.0-beta.28",
				"web3-eth": "1.0.0-beta.28",
				"web3-eth-personal": "1.0.0-beta.28",
				"web3-net": "1.0.0-beta.28",
				"web3-shh": "1.0.0-beta.28",
				"web3-utils": "1.0.0-beta.28"
			},
			"_id": "web3@1.0.0-beta.28",
			"scripts": {},
			"_shasum": "baf345e1059fa0f45018bac520ddd6a5db49c695",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "baf345e1059fa0f45018bac520ddd6a5db49c695",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.28.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.28.tgz_1516208832398_0.0013020269107073545"
			},
			"directories": {},
			"contributors": []
		},
		"0.20.4": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.4",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "596da7ebfa3fe5bf8a92b1b736139267958ee6db",
			"_id": "web3@0.20.4",
			"_shasum": "400e6579a65bb4a3dde71a6ebf6509afadc33a04",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "400e6579a65bb4a3dde71a6ebf6509afadc33a04",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.4.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-0.20.4.tgz_1516209050673_0.47369580576196313"
			},
			"contributors": []
		},
		"1.0.0-beta.29": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.29",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.29",
				"web3-core": "1.0.0-beta.29",
				"web3-eth": "1.0.0-beta.29",
				"web3-eth-personal": "1.0.0-beta.29",
				"web3-net": "1.0.0-beta.29",
				"web3-shh": "1.0.0-beta.29",
				"web3-utils": "1.0.0-beta.29"
			},
			"_id": "web3@1.0.0-beta.29",
			"scripts": {},
			"_shasum": "e97bfd5fde145a50181724f1777f8db918366260",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "e97bfd5fde145a50181724f1777f8db918366260",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.29.tgz"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3-1.0.0-beta.29.tgz_1516959571479_0.7691321717575192"
			},
			"directories": {},
			"contributors": []
		},
		"0.20.5": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.5",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "b34dcf93281a506bdfd42e02a72bcff9636fafd6",
			"_id": "web3@0.20.5",
			"_shasum": "c5048d35f7bf4e2c4c280ce51fbbbc951290b165",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "c5048d35f7bf4e2c4c280ce51fbbbc951290b165",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.5.tgz",
				"fileCount": 306,
				"unpackedSize": 6083775
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_0.20.5_1518520929236_0.27661910282236657"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.30": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.30",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.30",
				"web3-core": "1.0.0-beta.30",
				"web3-eth": "1.0.0-beta.30",
				"web3-eth-personal": "1.0.0-beta.30",
				"web3-net": "1.0.0-beta.30",
				"web3-shh": "1.0.0-beta.30",
				"web3-utils": "1.0.0-beta.30"
			},
			"_id": "web3@1.0.0-beta.30",
			"scripts": {},
			"_shasum": "ad3e761845aeb2f40a7760cde75793773a431ecd",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "ad3e761845aeb2f40a7760cde75793773a431ecd",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.30.tgz",
				"fileCount": 5,
				"unpackedSize": 21244
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.30_1518521627755_0.8668860384021402"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.31": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.31",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.31",
				"web3-core": "1.0.0-beta.31",
				"web3-eth": "1.0.0-beta.31",
				"web3-eth-personal": "1.0.0-beta.31",
				"web3-net": "1.0.0-beta.31",
				"web3-shh": "1.0.0-beta.31",
				"web3-utils": "1.0.0-beta.31"
			},
			"_id": "web3@1.0.0-beta.31",
			"scripts": {},
			"_shasum": "c56239e5271407c982cb8584a9dfc81fdac47e36",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "c56239e5271407c982cb8584a9dfc81fdac47e36",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.31.tgz",
				"fileCount": 5,
				"unpackedSize": 21384
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.31_1520950009734_0.9700472897839414"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.20.6": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.6",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2": "*",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "bd6a890bdf44879534f927813e0e84ed2ac44b96",
			"_id": "web3@0.20.6",
			"_shasum": "3e97306ae024fb24e10a3d75c884302562215120",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "3e97306ae024fb24e10a3d75c884302562215120",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.6.tgz",
				"fileCount": 306,
				"unpackedSize": 6201595
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_0.20.6_1520950551077_0.6551914074829714"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.32": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.32",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.32",
				"web3-core": "1.0.0-beta.32",
				"web3-eth": "1.0.0-beta.32",
				"web3-eth-personal": "1.0.0-beta.32",
				"web3-net": "1.0.0-beta.32",
				"web3-shh": "1.0.0-beta.32",
				"web3-utils": "1.0.0-beta.32"
			},
			"_id": "web3@1.0.0-beta.32",
			"scripts": {},
			"_shasum": "75e28e14b5ba939ef4ce7f82eea9988c6aa975d0",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "75e28e14b5ba939ef4ce7f82eea9988c6aa975d0",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.32.tgz",
				"fileCount": 5,
				"unpackedSize": 21384
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.32_1521489821318_0.9700506060796557"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.33": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.33",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.33",
				"web3-core": "1.0.0-beta.33",
				"web3-eth": "1.0.0-beta.33",
				"web3-eth-personal": "1.0.0-beta.33",
				"web3-net": "1.0.0-beta.33",
				"web3-shh": "1.0.0-beta.33",
				"web3-utils": "1.0.0-beta.33"
			},
			"_id": "web3@1.0.0-beta.33",
			"scripts": {},
			"_shasum": "c6021b5769927726371c184b868445311b139295",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "c6021b5769927726371c184b868445311b139295",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.33.tgz",
				"fileCount": 5,
				"unpackedSize": 21384
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.33_1521490978723_0.5557657931402076"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.34": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.34",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.34",
				"web3-core": "1.0.0-beta.34",
				"web3-eth": "1.0.0-beta.34",
				"web3-eth-personal": "1.0.0-beta.34",
				"web3-net": "1.0.0-beta.34",
				"web3-shh": "1.0.0-beta.34",
				"web3-utils": "1.0.0-beta.34"
			},
			"_id": "web3@1.0.0-beta.34",
			"scripts": {},
			"_shasum": "347e561b784098cb5563315f490479a1d91f2ab1",
			"_from": ".",
			"_npmVersion": "3.10.10",
			"_nodeVersion": "6.11.4",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"shasum": "347e561b784098cb5563315f490479a1d91f2ab1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.34.tgz",
				"fileCount": 5,
				"unpackedSize": 21512
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.34_1523631432025_0.315099688290994"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.20.7": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "0.20.7",
			"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
			"main": "./index.js",
			"directories": {
				"lib": "./lib"
			},
			"dependencies": {
				"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
				"crypto-js": "^3.1.4",
				"utf8": "^2.1.1",
				"xhr2-cookies": "^1.1.0",
				"xmlhttprequest": "*"
			},
			"browser": {
				"xmlhttprequest": "./lib/utils/browser-xhr.js"
			},
			"devDependencies": {
				"bower": ">=1.4.1",
				"browserify": ">=10.0",
				"chai": "^3.0.0",
				"coveralls": "^2.11.2",
				"del": ">=2.0.2",
				"exorcist": "^0.4.0",
				"gulp": ">=3.9.0",
				"gulp-jshint": ">=1.5.0",
				"gulp-rename": ">=1.2.0",
				"gulp-replace": "^0.5.3",
				"gulp-streamify": "0.0.5",
				"gulp-uglify": ">=1.2.0",
				"istanbul": "^0.4.4",
				"jshint": ">=2.5.0",
				"mocha": ">=2.3.3",
				"sandboxed-module": "^2.0.2",
				"vinyl-source-stream": "^1.1.0"
			},
			"scripts": {
				"build": "gulp",
				"watch": "gulp watch",
				"lint": "jshint *.js lib",
				"test": "mocha; jshint *.js lib",
				"test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"homepage": "https://github.com/ethereum/web3.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"ethereum",
				"javascript",
				"API"
			],
			"author": {
				"name": "ethdev.com"
			},
			"authors": [
				{
					"name": "Marek Kotewicz",
					"email": "marek@ethdev.com",
					"url": "https://github.com/debris"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethdev.com",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marian Oancea",
					"email": "marian@ethdev.com",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@ethdev.com",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeff@ethdev.com",
					"url": "https://github.com/obscuren"
				}
			],
			"license": "LGPL-3.0",
			"gitHead": "798e8b97dc38e58cce4cdd92957dc756dabac9d8",
			"_id": "web3@0.20.7",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-VU6/DSUX93d1fCzBz7WP/SGCQizO1rKZi4Px9j/3yRyfssHyFcZamMw2/sj4E8TlfMXONvZLoforR8B4bRoyTQ==",
				"shasum": "1605e6d81399ed6f85a471a4f3da0c8be57df2f7",
				"tarball": "https://registry.npmjs.org/web3/-/web3-0.20.7.tgz",
				"fileCount": 309,
				"unpackedSize": 7931829,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWHhPCRA9TVsSAnZWagAAA4EP/09yOTk+PvdHe6ruoZqD\ntz+6JkI1VOIsorHB/MVzk1JukNIaCbKKCUQg3zSSmqMZAnOfssjNvmhuIg/+\n9FfAdse3NerRMH3clcQHTXvEelRP6Ymzq9IKUTiWXXpE+yYo29Qh1vjdil41\n/IwQ8DPReyc0l3tkviZBeWC14iVan6jE6hG87TjkPo1YmJQ5fFecdkE+cI6t\nOZ51iSHED5I68bih9fuIMLgqyvcwHRorkvxpc8Fwb9Aub1ADsRTHZ8flAL44\nldmrYbKFsbYwrsiGISt3G5eXEH9D5qoGCHDNFWx164fr2tQtldDBBY8Fm2c4\nMFlnWzdbJnYgUPvUJWvS1q7WyQqGMyForsJsEqFjA8IQjzydlAYXTV1npo16\niDs3PN4CuZ7miOSRLrk4aol/48jPFH+veekqYHX1t/fWQz+OIA7Xg8rhW0Em\n9p5GPDlFAwopUQlBhd8wd3bKlhgcpHXMbhVKxdpqRdB2762sns7cDjL6KDKg\n0PfS78nuQh5VL+eEHEv/i7fo7B+QlCiSWFwzHZ28u9sElJnt9zAMogRWKedd\ni563Apbw3vIPqNf+roMpbZS7/HGrSccJX7uRdNgcIrYKlCv/wnhBaegxlXBg\nH/h2bI7msss4bmm0vs9UXe/VXKzTcNsEoLpIFf4aqkyPFGlZHBnp757dY8aX\nUEa6\r\n=x9r+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_0.20.7_1532524623439_0.5921984809740943"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.35": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.35",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"types": "index.d.ts",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.35",
				"web3-core": "1.0.0-beta.35",
				"web3-eth": "1.0.0-beta.35",
				"web3-eth-personal": "1.0.0-beta.35",
				"web3-net": "1.0.0-beta.35",
				"web3-shh": "1.0.0-beta.35",
				"web3-utils": "1.0.0-beta.35"
			},
			"_id": "web3@1.0.0-beta.35",
			"_npmVersion": "6.1.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-xwDmUhvTcHQvvNnOPcPZZgCxKUsI2e+GbHy7JkTK3/Rmnutazy8x7fsAXT9myw7V1qpi3GgLoZ3fkglSUbg1Mg==",
				"shasum": "6475095bd451a96e50a32b997ddee82279292f11",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.35.tgz",
				"fileCount": 5,
				"unpackedSize": 21512,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbWHqrCRA9TVsSAnZWagAA+sUQAIao3rlpYcVTwBDX5PGo\nw9SDxauQxCWZf3ygdlSPDHg/PA6/KJHuyLaM9XQe85LhnJD2BBK0iUMCwpXD\n7+ZlzldlBvRpjyKt8zZIRGMNSPmFzHnTNIYubn3MoSSWqWr1tXL7oLRJGrJO\nfIu6eiMhPo6jTZOyfXCY+WXzAav/lFF4mTL6+WYjmQ+yI8ya3DGGczwlCjBp\nV4VefhpaxOoWewz+zFBWhVLQ2DuPCQuB5ep11/H/I5YOh7sqDj+R61mf7KJw\nq1jxXAwdhfUfdp4Iz4Z0rpoJ4Pt0Kk8J0HLkXFXgPF8vEcYsarA4ICldGDIu\nuwpSPSJpnMC59dlhuDIF/gdmpQ/Bf8M5uomQ0IZ2BxMNIFalQwB6yHaRL7MU\ncR3MkjDVULp/i+huyVPBWK03mZlaSOSonNygCQq7F3BQwJyhXPRZ2PArnxx8\nRJZhNZXcMj2utC0lIamy4MAHgmtWsyIdZcx57yeVcODNjSH+z/xgVrhT2OGE\ntOpTSC8B2MUKsPX3gWoubnNeAGviycHG2AkiyMqvPeWQrCHZp8qXh49FfeyH\nNgw5h3njZenfmOYGMYSrZmbwZIExEIymE4r8+ShM+CPlF9y8NozUFShqe4AV\nQIbMmP83yHecqE+zQAnF2To3rS2mGQcPuKM0Z7djpBxuRqdKO3Foj7ikOOtS\n+ngC\r\n=dDre\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.35_1532525227042_0.680818046469885"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.36": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.36",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.36",
				"web3-core": "1.0.0-beta.36",
				"web3-eth": "1.0.0-beta.36",
				"web3-eth-personal": "1.0.0-beta.36",
				"web3-net": "1.0.0-beta.36",
				"web3-shh": "1.0.0-beta.36",
				"web3-utils": "1.0.0-beta.36"
			},
			"_id": "web3@1.0.0-beta.36",
			"_npmVersion": "6.4.0",
			"_nodeVersion": "8.11.1",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-fZDunw1V0AQS27r5pUN3eOVP7u8YAvyo6vOapdgVRolAu5LgaweP7jncYyLINqIX9ZgWdS5A090bt+ymgaYHsw==",
				"shasum": "2954da9e431124c88396025510d840ba731c8373",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.36.tgz",
				"fileCount": 3,
				"unpackedSize": 3639,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjnF1CRA9TVsSAnZWagAAtsIP/Ro1tiJKEdjHn5/S05rS\nCao/C1j2ji4B1NIyZh9dJBA1jQylJtvVu7CrYgeFrrbyp+hQrBXWxkkOsqJW\nHOBXzqn6TFOjrz4p7ahb/O/lu0F4e/hCWCaGXBz3wailmeylKFUBuapWx4rN\nQsLuxK1RcLCC7o7st5IOE2trPYvT5AFzs36uIKxGECaqRukGPZLiLRWq5FQg\n/7mBnLd3a9qEUYA9yZTpvekf0T7uXTneAROT83ok1cFJ0714XSDzVS3TOMYA\nqw8HwjjTbsUGwOPwhxdNBlG+gr5EE/iyXa1lifHGRW1SNWO7bnYa7QC2aU3W\nRrLk/2iHBJ6Ho1ddP8bZPQ4S1b/N2pwaiVHEUBiw2j+Dr4M96s4qZtOvk7MW\nRRXoTIF2RWYNmD0Hg2Fs8QpJhvJD0ZuzDOhX4JefrQligymEhskWJrRyc5EO\n3Oo5drIGdy86up0auErTX0jv+5wGvhZUxjesL0GUyT9KwOPhDrhV26vcSgl3\n7VwJgwrj7IgsTa/PERirRmOF3H8Jz7iI/dpWQX44snF/k7EIAWiVw5lJ4Tte\nFzdc/KwIUmC2vNHw4f0b+EN4ZJ4JN2FrQPdF6KxoXOby56IS7hYexmPINg+c\nDI+Luii8HxPvlNiO34DQJr37hWRA1TgzrXqGvF3zN2xy87XyMfAZ6hQGNUk/\nmw90\r\n=Z1nu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.36_1536061813013_0.09760596046266334"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.37": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.37",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.0.0-beta.37",
				"web3-core": "1.0.0-beta.37",
				"web3-eth": "1.0.0-beta.37",
				"web3-eth-personal": "1.0.0-beta.37",
				"web3-net": "1.0.0-beta.37",
				"web3-shh": "1.0.0-beta.37",
				"web3-utils": "1.0.0-beta.37"
			},
			"_id": "web3@1.0.0-beta.37",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.4.0",
			"_npmUser": {
				"name": "frozeman",
				"email": "fabian@frozeman.de"
			},
			"dist": {
				"integrity": "sha512-8XLgUspdzicC/xHG82TLrcF/Fxzj2XYNJ1KTYnepOI77bj5rvpsxxwHYBWQ6/JOjk0HkZqoBfnXWgcIHCDhZhQ==",
				"shasum": "b42c30e67195f816cd19d048fda872f70eca7083",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.37.tgz",
				"fileCount": 3,
				"unpackedSize": 3639,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcC/MjCRA9TVsSAnZWagAAm0wP/0f60W5XCvYekQYRql+D\nLulbh5fekLEoSPm+bX3X3MmdjoNiAxQD3Ss+39TxwUbP00EhL6ayBY9CzFqJ\nstcCYQSgml7hQHwWTOxVFYEzfHNzy0M67ksEAziJRn9Qm4xazxftI6mjT887\nLFMzIFTi2yIDJpL+RUBwvSS7u5skfmS5Id7VL/9qhKYPqA+0X2UD5pxiYWpU\nnQ1pGjVCG5KMzWqFLgsmEKAOfS+oSrqhm/cPrEL+TqQnICz2l46okdF6lTgo\nHlpOWkMAumuksizP8x4kLlYCLLcu5DkPF+n+r4OdFmsIN6sw1RwVFYBjmNzv\nCSmMsQqO5XZGBypJ5/cvRrNYthV90vlubbsAvgXavBms5F9+PbU7TKCefHde\nlZwd/KFgn8329G/B5C1SwrPxFEHrI12alHk1Hw28qQrXnVQGYRYT/Q7AAMan\nmFCOvmmlsE9N8wTiAl+075wch0A2wlsBjkr3IdRUG+9BbO+G44Ey25MzYaQC\nT+/J2O50MULvO7oQhjQ6GKWmnd8RGro370MpTVN4oQOWTdkFAUL0TC+jdFjK\ng3P20leAA7VDfTLZKnIAKRB9eFYyB1FhoJLsXKc5aMXBsFqEOYM1aAi84vPG\nfIocUXC5+EXft8hnW7j5+jNM5M1AObB8qDUrUrrXbwrewBlCdFfVOjEGuWlZ\ny0N9\r\n=2/sR\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "frozeman",
					"email": "fabian@frozeman.de"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.37_1544287010282_0.7436342159141776"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.38": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.38",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext"
			},
			"types": "types",
			"dependencies": {
				"web3-bzz": "1.0.0-beta.38",
				"web3-core": "1.0.0-beta.38",
				"web3-core-helpers": "1.0.0-beta.38",
				"web3-core-method": "1.0.0-beta.38",
				"web3-eth": "1.0.0-beta.38",
				"web3-eth-personal": "1.0.0-beta.38",
				"web3-net": "1.0.0-beta.38",
				"web3-providers": "1.0.0-beta.38",
				"web3-shh": "1.0.0-beta.38",
				"web3-utils": "1.0.0-beta.38"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.38",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-+Jc/lgMHvUBoKLCWFaUGWMGh+BqbT4rTVS9sLrWP03dQznpTuHxCk9dAUIEpO26qWcH6DHL7/jvY0ZWOjVg2aQ==",
				"shasum": "1f0925f13c5217607b315bf85c2d664a93c4e76d",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.38.tgz",
				"fileCount": 7,
				"unpackedSize": 32137,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcS2AeCRA9TVsSAnZWagAAW5sP/jL7j7pm446VOl75TAbQ\nM5/q4ReSpf5ZaXajmuFt76XkcWDfVq4DAlfZNuwafoEdUIlrsKLt2JtkT76F\n3F3fVaAKRqktaF3GV2WhknYUMc6Z9ZWQY4Eg/Djl4TCMVsbyzG2q7qMx3XQh\nOnA5H9krlGLP06QIrJLjid6DlHTMKQ+3n+nUX0Cl329hxEtbUrG6cSUKjf9I\nibUYIipZ33GOskTcsJShD2MVUWhJ/aAF0lavwybcwCqxm/fxHXi3AYnC/23Q\nuF26h+FwHDJuJwKQ1wOp7d5tguvQCuZD2iwAtYdh+rMmIVlKrhK1Sr0PDJqy\neyAvAMK00oQq11ED7rlLML+6y7dE6PtIbdCNUlwab4Lelgmw2U6tEhQQFvh+\nqFiS0jOx2d69HB/ruERNUo0E1tdRKm/S5ABhgE6aVwQM1hJ5PcLRMEUFOX+Y\nYzt/r644Oh7cwqab3+2fMDXTtD86+GgGs6sy0l5OfOP5OoYioGXdLVaHXb9R\nY7ApBSgXgpiw+OS7tCnNYcam9NGXxQjD2ngtfw1A3oZzWpKTuT0ptmx4Tko2\nF018lZ9Bswofsc9Sc1uba8kRF3vlvqLnXMDrNLbekbs/RdHFB8JPYq7oxJEe\nzD53e+lDg+320fGxpzy1533DebKNutczf/yxQzFBudy2J9E3oI9VQjFIUbLh\nInCg\r\n=gaN/\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.38_1548443678205_0.4455118581804045"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.39": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.39",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/master/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext"
			},
			"types": "types",
			"dependencies": {
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.39",
				"web3-core": "1.0.0-beta.39",
				"web3-core-helpers": "1.0.0-beta.39",
				"web3-core-method": "1.0.0-beta.39",
				"web3-eth": "1.0.0-beta.39",
				"web3-eth-personal": "1.0.0-beta.39",
				"web3-net": "1.0.0-beta.39",
				"web3-providers": "1.0.0-beta.39",
				"web3-shh": "1.0.0-beta.39",
				"web3-utils": "1.0.0-beta.39"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.39",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-JB+PxaczrciejJnfbvjoHCsiC1kC2OrrxG2DqdqQw4zQyZw7uM8xBFX19nn2VOjQtjOZOcZOADpFF2sJrER5BA==",
				"shasum": "2234de891676489bcf4d4605c48568fab7bdf7d5",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.39.tgz",
				"fileCount": 7,
				"unpackedSize": 31545,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcTeziCRA9TVsSAnZWagAAzGQP/jxZsGyLnLMeruU0ZEol\np1jIMFqCNYKNovd7t5eIQsgTQFlNKAo7saeK6YScXs40BaBU1W361oIBWDb1\nYJu/1fFoRVQgwlxW2UIIlYYzPJ0AigXH8FOcoNV3SBdqWeSiEXcgoWXeQCIm\n60G34TQFSB5l2Dq9SHkth6xKNWWGH56FluErqVbKc5xp6boiW10niXXYIam5\nq6cgcPr0FnyYAGk6y0vV2whuRZQ4xnPQicqHu3W5avNVuf05UmGUqp1tMvfR\n2UYhQZ/LMSaC35dpbdmaHgrGYOvCAWVYUPlF9bTLl5yRapNcCA19WD7khA0q\nRDbXjauK+HeZrMo2a7OEH0XtTtbjtQ54COl/sgaWCTk0cVLXWCbXEsBRV920\ngl+iGhHvl85mHJzGutlOAPLN3FR1iukePWkZ1A60lBdME9bTD7RZ+5QUStwn\nzwbktbLCJlVyGNgpYrYpy2P94NgAOd/BwoTtWV8ekePJxVw2hgZMoicqDAKg\nKIQBS4CS3PEu6YSJYXP8Ljew6DtgBKrAsaCKrmnr1dwT4A9LLmVNybrmyX02\nNm1t11c1DhP2sS4ahHOySNbwEpfKzvwuxfdIygwaIMR2d3W12QwVO3lgdiiK\nAaThSD4ysQpcTG0O68AtSXc6FZHit1Cr3ABNoON4PnBmUDXOVqIlLBoRF3sn\ns8kU\r\n=2ABX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.39_1548610785328_0.2607185016804541"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.40": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.40",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.40",
				"web3-core": "1.0.0-beta.40",
				"web3-core-helpers": "1.0.0-beta.40",
				"web3-core-method": "1.0.0-beta.40",
				"web3-eth": "1.0.0-beta.40",
				"web3-eth-personal": "1.0.0-beta.40",
				"web3-net": "1.0.0-beta.40",
				"web3-providers": "1.0.0-beta.40",
				"web3-shh": "1.0.0-beta.40",
				"web3-utils": "1.0.0-beta.40"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.40",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-sIePQ/1c7pJatJz/MC0TgJt8H22G2kjFYsPi1E17MlYOytYtXcx6MCl0OrAmWcyftFOts/v55lDkeVKZ7EY+Fg==",
				"shasum": "d14f785ddfc8af6518b485787e2192fa88c564dd",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.40.tgz",
				"fileCount": 7,
				"unpackedSize": 31578,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT0KwCRA9TVsSAnZWagAAFgkP/jOhVNNv0L7fPwIVoZFL\nkZvO5ZWOgesFETdqnEYh+vs/yZ0RL+Ex55SWXFMJtOyYsiIb8+p4cKmzhNMB\n8mxCTOGYuaUbx6+BE8xF/KrPGUVR9ITgmluFN4MNb9RGWQsmZarF6KqHn/tS\nrRS5MLrtYc6QBPHjehdtvQFNkWcv+F/WU+omCD6Lbmo4uYGMNd9YnHARivCg\nZZcXCeHqeVUKFmQG1rs0OUAsTpik/LDB0x5APnCh6Xy836huyQfwnOQSmL6t\nA1bCB4dVJ3ZOL3Z9Y25++ztXPCWHcU2BVZsk//XUMX/F7teyoAP55+zpvDPn\n6oJskUrDHctuOn8y6Buxz9lqgkRsWPtGbuEaprXJo9NTAhq/tfX6dMNZ+kBA\nEZQPV1ICeIGAO2ovsDU2BWhahGPz/dTwEsgO6PZizbsgPMqSj8Kpghd6tQcC\nHDcX9i9JhwmEenNarPs0bCrb0JlI6xnHLdLeqi2A801CoQfztWKn/BhwX0dG\nER+p5f3xlb8WPwIr42JH1F3fwQDYUlmxCcLlOSMn52Ee/MLiNMyY/dwQD1nQ\nbNJTSo6NSRxySThPIELagTVzvLFR+uuUKhwXuULcOzpTZkboKkbY/IdKC4ic\nUXdW4UQWfMqK6HlrUmWh2nQbki736AqU0O5ftluMcl2OgL5+xAi9aCpCDf3a\nD0En\r\n=o6/V\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.40_1548698288237_0.7482271315181699"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.41": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.41",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.41",
				"web3-core": "1.0.0-beta.41",
				"web3-core-helpers": "1.0.0-beta.41",
				"web3-core-method": "1.0.0-beta.41",
				"web3-eth": "1.0.0-beta.41",
				"web3-eth-personal": "1.0.0-beta.41",
				"web3-net": "1.0.0-beta.41",
				"web3-providers": "1.0.0-beta.41",
				"web3-shh": "1.0.0-beta.41",
				"web3-utils": "1.0.0-beta.41"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.41",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-G4s5GBLP+xxwcIhevc4rmSg1PpQB/ou6KGCAR6UqGaRXNkSysjjifU1eywaCpcbjIN5FXjIOh/HGjVMdkt0VZQ==",
				"shasum": "ed2f7ae63d4db89820a4f6b0d4a0a7cc53eee5e1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.41.tgz",
				"fileCount": 7,
				"unpackedSize": 31578,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT3BuCRA9TVsSAnZWagAAPKgP/1vhD9HdvMSrVef6WfoJ\n/bxtVrUVHUMLCZSu13RVjob1ZBY9fVO3au4OsVok1SlO6oaCcNj7Fck0v7mv\nTOyPlMd7cWvdEB9z+yLhw3TOBrJQew/XKMJ4yqgUwyIj3rPxwx4rgGSs5x2d\nwQxwk+c3IzWlgUuM4/30B+14e5IykBfjsAbb66P5Wdg2a9xkVXNQmtVdP9Rg\n1JGvdjjNaFrSf0leDp+jjcVIjFRNnFhneFv0OBSRgV4pJhPq1INpgO95yo8E\nFyYv9JukI6wZa3i7jqpNzc7tgBTZ2maNu/qCnwdFR9KuKHn2WMx4TvYxbQ1V\nR2kLGvFiWK1kLKJEDKQZ9ihxMFn0fIs8UoL8thdijvf22Q67oCxrbClUeEK1\n1dqZ7R+0SMHDkaNYepCPbJo9q/96o4992g0FGPzQEjAU13A31AMSOet7HYS2\nJ/x+PFcVOSBmziBcmkvjmlWLB2JoaXbAmrX9ofE0nE1qUPr3b4b3yrONoICc\nqMtovnaDmjnslOXaXCgXq5N+vSIKNKYIH9FW3GHZGMLdAEJ27ydq89b1ySXo\nKWyQAJFDcgvc4Y4jHJWtYhT434gCiTGIqvIquDhF1/D9ibv9MOoFQxk2rHqg\nseDO4j877JQ46yUMQc+m8g4neaiYHPeyVKUKWlMLzZsEPwx/RNP1w0gGVfv/\nwqXO\r\n=XeZs\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.41_1548709997816_0.5918093453048114"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.42": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.42",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.42",
				"web3-core": "1.0.0-beta.42",
				"web3-core-helpers": "1.0.0-beta.42",
				"web3-core-method": "1.0.0-beta.42",
				"web3-eth": "1.0.0-beta.42",
				"web3-eth-personal": "1.0.0-beta.42",
				"web3-net": "1.0.0-beta.42",
				"web3-providers": "1.0.0-beta.42",
				"web3-shh": "1.0.0-beta.42",
				"web3-utils": "1.0.0-beta.42"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.42",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-GZiYMJtAxFAeTVm6rdxZpZz3gsCi3S222h4SWoZR94F6BSZm1nuON+xAdyVqzkddaY2Zbyy6diijzubt9t1Qtg==",
				"shasum": "49614d2ac93dc71a789dac83ebf2043785862eb6",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.42.tgz",
				"fileCount": 7,
				"unpackedSize": 31626,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWwXSCRA9TVsSAnZWagAAu0wQAI2q4U5V+kLt5tAa1Rte\nbd7RKKtSvjB+Ef5JEbsTldleTWnSkJbfTrdVS6E5ICHiW+iaKFM7pD5XHrn+\ni7J40AdePWTcGl+WsLW4jz2SMrdpaw7nEXkg6QTgWYVIN85IncBExjoXoeDZ\nAXaaOPi76oO7izgzP4W/OEkx9JqkFVUk72AKdocU+g8z2Mc+EN8IrGtvZRz2\nW1yMwofHO+BI7nlK8TQemTTs68JkfiS7XqK6d17kWFO2Pcfj++1h7psUyDQx\n97jqYuoYn+NZ7Zgc+5V5vAf8cLW7XgumaFVASOYACo5ppDESep5A2ctOQsFm\nb7Uc82EMP0xLlA7s4pEneXsiGtxchOZAKZVeW+WgPnR3Usae1EqQqT6KwSM1\nV1rLX/psx75Lo9e0/UkZQ8C/TbG9Mv6WwglCYhKIxxUXs77pbrOaop3pwz38\n8qKL5WanSaFA2HHj+9NDr1KJuK1kAaTabJXs1zA4N/tajk9mm6u/vGj5Ilb8\neprBCNp/iPJCFrqxRLokAY5ufGtQZ/qiMEO21ylV/dLOoEd5h3JQeAz09lLA\ncABgyI3lCYxDviYLJbpLxNCOQqslcKxUKooBJxkQhgQdGyweuHGNCbJGrCHx\nQ6uvYghyTsD3pxBZj5QmU1DfEjHiPAbOBc/HB+dDF0LvX1xTIy3IbXbD6EOe\n5Gb0\r\n=SRcx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.42_1549469137579_0.751372585938356"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.43": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.43",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.43",
				"web3-core": "1.0.0-beta.43",
				"web3-core-helpers": "1.0.0-beta.43",
				"web3-core-method": "1.0.0-beta.43",
				"web3-eth": "1.0.0-beta.43",
				"web3-eth-personal": "1.0.0-beta.43",
				"web3-net": "1.0.0-beta.43",
				"web3-providers": "1.0.0-beta.43",
				"web3-shh": "1.0.0-beta.43",
				"web3-utils": "1.0.0-beta.43"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.43",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "11.3.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-jEQJ4NHoMI3dPum/kiFiVapOa16Pi5dZ5WWg3A7IpRPlalmaQTV2EGffYmfLbLt0UbbpBhF2M2yXnaGLy4izLQ==",
				"shasum": "e378315a3262a90b93b453529ada7c82db5d76b1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.43.tgz",
				"fileCount": 8,
				"unpackedSize": 32473,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWzM2CRA9TVsSAnZWagAAiZUP/jDHUJKOEMcYVw11juNi\nSO1qjQUdLToSExdd1NyF5RXI3bLPl2uxghsXTBp2r/62XErSaiFXEUV6Of0b\ntTUvf8lLoM03FtwooPcThtHU+XcLQHaZh3JPaGue6E1KObUdm0Vldb7cgW+X\n9wjsH9o8P+ZD88EoHRc5qkqYMRgheks7/4gRTmxc+d7Aeae3kuNbfEI0WtcP\niFg4Sj8mLiy9acOi2n+TQY6G60A8umLWpQtBpqmCr4sMzEJEIHToueiTjejY\nJSqTkO60iqdZFCauJ+TroUwlQ0Tk4yWu4PYS/raTKYGsf5MOPMrYgB+l4nPr\n7uzEplEPQW/aUuvliM5j3k5HPOtUwSdwyLDHmMChEF72lGRC7KNoAqk0XQLQ\nSmYYwikfSELDw6ebsrFRdlunLQMak2cHRnhEAOKSfVy0lxkCLhK3cSfYIV6A\nJnHS9F2ZFhnVAGNwxgz//MiijARInTMvRGGo+xVhm1dwjKLymGxx/Jv5tGmk\nhlegpXNfW/RRUhIezya3bETd8ylmtoCfnpkOdrCUECc01a6SzDFDTTDzSHOe\n4yzWdyQNe9SCm3cU4ALjJNXdSh+yo1D7U27XFTX4al+NVU5zyLq3A3R4YO00\nFgZJQojRLklv9vhUC2toPmbhgsVXT94fi4Bjq3/K+PHi1w0xnoQVwyq/ZYTg\njZPh\r\n=jDtz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.43_1549480758031_0.9828493301462475"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.44": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.44",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.44",
				"web3-core": "1.0.0-beta.44",
				"web3-core-helpers": "1.0.0-beta.44",
				"web3-core-method": "1.0.0-beta.44",
				"web3-eth": "1.0.0-beta.44",
				"web3-eth-personal": "1.0.0-beta.44",
				"web3-net": "1.0.0-beta.44",
				"web3-providers": "1.0.0-beta.44",
				"web3-shh": "1.0.0-beta.44",
				"web3-utils": "1.0.0-beta.44"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.44",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.9.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-qsbXRoi39J5cfbyf5G/Y47MXghW730esrNXB+SJCeCMQc11mgp3ueYzF1LpjdG07lxSLM4hBk3bVQwxrYs5mZA==",
				"shasum": "973f9f4f431ba8a1f9039f5245b5222a796ebbe7",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.44.tgz",
				"fileCount": 8,
				"unpackedSize": 32473,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXbP7CRA9TVsSAnZWagAA4csQAJWgwMcK5v53LMkefBGR\nme8xGBTK+KVFngzqrzncDsH4WaAWeKC69sWm7xoDdaQZVB2K3XVkwGSj1Mp8\n7gbF48yTgZ+bwve7A46eWNIv8QNDxYANad86hlHtek5kR6SUlASW9H0AM/d2\n5oxUflQhym8cKoz3oouzAJbZK81RJ/q6Ty/j99Jq8ahUEhwixlLeVz++C3dt\nVAnAqcPxl8H1SZseewr1odHa//KWNn4zR+T4A33l0jysMithu6sQF1ZJN9Qq\n7WEX1B273MB/ruZsDK2wyp54F9FIiTSa1wW/HPZmHHbWlG6S56uQwJz9oOmJ\nX47U9YLIclnVm/p9WD1ihK4LTnPZEJKtClfxgCbSHdxD2Sj9XIbXAqUNKy6w\ncmRcEb2R9siNcuPqmUTWRBaxRtpqs8k+Xjtz3mng37o+CbfksgEVFRt14HPu\nPhLrUM9/ekt2C/Gykxcm0prEQrqsgcROcuQ5oDjQkoCmv6WRtUr7M5g5Vwp6\ntLpQE+zef8Rtm9QsxB6gbKxZijbEN1JJQcq0fGK5Nck0pVv+fM9ZeCNOMAlJ\nXEf5+YyJ9G5QwqTt4+yzprKJt+A6DU3rHiK5AJdWh/w0eS3cLEAz1p7sYFKL\neKD3ChUALCUuaZ4PZvoMzj2IpMXzcNS7zYsUQWMHfWbnbCjPuMPJP+KgKd8O\nrwRk\r\n=c7DC\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.44_1549644795182_0.263667327759584"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.46": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.46",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.46",
				"web3-core": "1.0.0-beta.46",
				"web3-core-helpers": "1.0.0-beta.46",
				"web3-core-method": "1.0.0-beta.46",
				"web3-eth": "1.0.0-beta.46",
				"web3-eth-personal": "1.0.0-beta.46",
				"web3-net": "1.0.0-beta.46",
				"web3-providers": "1.0.0-beta.46",
				"web3-shh": "1.0.0-beta.46",
				"web3-utils": "1.0.0-beta.46"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.46",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.9.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-a+apA/pXiivrurVEq5Pv9+0GZ5vC6Utu8M9fojW9YUuvory29WFDg+tg+ITBmMvz/dQxInahNS32xJB6HhZbHg==",
				"shasum": "03b5eb25e4ca1130f4775e43964c19dad2aecdc2",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.46.tgz",
				"fileCount": 8,
				"unpackedSize": 32473,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcXsOYCRA9TVsSAnZWagAAhx4P/j2AXtlDwkHpMwiL3Qfm\nu21OGqeMDKBJRHmvznA0ZUddGLvoLSiAZ7yaosyED1adkHpicsBicLVim+XS\nTLUL34qq/4Ooj7ZhiXEBYt0nBaD5GanUOWFFPyL0sJdq3XzxuIfb9p1Wnn+9\nzU7RShP8LKI/5u/l2QQ/GjBgL2kAZ8ubiD0mw+pltvO2Teah60eSMD1+snXM\nrMGDYkplyvT6BPu7vjDZSDA1BLkW3ZruxFhBTZim/Lk3Pr/7pO3dLwaEwCea\niNRHQCqbD13K9jTWKin2VDs7xRp8jN+YEt0+LJ2Bo/EzZFvvMLW8a+WN8OMf\nEwRxh795RgF7HQIX36qlvyxsmOD6Nh3tI0fy+ogsZ7nh90YkHz6Rp2tWWCoR\n3nmiuCX8XrA1SICSytOhMDfR8dcR3bbASpYEcdrWyfd5vhkq0viUnuz4fR/l\nEZdYYrkB/kzDW26167UhOk6BcvBgVTATBkYDGcoi9DzJti62CC0mVcMnxTXm\nxT0Yx6H8BHjzv2boVOcAeT0SDbwinNJFnS1AfULYUPdw7Qhb1ja/BWj3mVCP\njn7Nz8lr8g0VCfB/4+AXd7Lg1Cd9hcOu2+uDFhHtjGBhIwuNLz4ycf1ePvbQ\nrwmJ5NnlaJNQRhlktcq9eCTEGpOcsl//5FaCJbTO0jkP+KqkSREHSI3lGZrw\nKlgP\r\n=7T8N\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.46_1549714328232_0.26374453643088347"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.47": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.47",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.47",
				"web3-core": "1.0.0-beta.47",
				"web3-core-helpers": "1.0.0-beta.47",
				"web3-core-method": "1.0.0-beta.47",
				"web3-eth": "1.0.0-beta.47",
				"web3-eth-personal": "1.0.0-beta.47",
				"web3-net": "1.0.0-beta.47",
				"web3-providers": "1.0.0-beta.47",
				"web3-shh": "1.0.0-beta.47",
				"web3-utils": "1.0.0-beta.47"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.47",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.9.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-jw0wa3VNPKursVLc1LvxRx1e26ebZK4TsPY758q/soYnuTSzkpSRjErESAiLjSrFV0F8Ass6z/6o1SAke0yTtA==",
				"shasum": "f34557cf23be48e628ac4b0e2024336b8335c067",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.47.tgz",
				"fileCount": 8,
				"unpackedSize": 32587,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJceZCRCRA9TVsSAnZWagAAOJcQAIrC+hmsdV+glWqpBtvo\nOYwSo9D3i404TyaZaHNRxFFN9D2cXj2YCbZk20pdW6okb7oCuhh2Zfdgtts9\nTM0Thz2wEvl5cQ3PDq3YIomGzAixanb+ybAyba71JQso+wazB0NdXoa2hHqd\nsS0nO+SduKDuEJCIVa31u3jmHK4fHpdzpgGBYSFcjxpTKESL/HqdbIJNrgXw\nTsz2vLFuCKeFmLZD6hHEGkA06wdaqXwFac5UsverG7dOS7syAL3AHUehzUJ1\nwXkWikuhkMhxry0WKD9Fwq9+sXiqEfY6/VPtRjEj7gu5hO9nznNM/NWadgKx\nuiYELOcttF7KGPxdZlkFUQP0ruMYoOylvAdVTj1Z2lZ+lHrNOPgxsVGEndKS\n2kHIK52bGp8V4t2gwnbGVVTu2crz8tctissZp38UAs3b9TzW2zQP43++cciK\nl+OWFuq/rvX4pMR949AsPYi/P48HJsKPTqu550Ykybvh8zEFrT6Mu9xvZaGa\nkfGKkhhdZMQltE9wf0gY1ZJnzjarUMq+eqnWpi7VwT8XL1HtuMCKN798Bl0E\nbFSiVRUSU9T3bYL2MRSbx61RNPvXMopOI2HMSnjy1ON70SnncC4BSqvi9OzV\n6/3fwwoM744AfzMZc1zVF9NSATlfKTnG9MEur/bEZMFunBvGstozqEyLcYWX\n8Znf\r\n=ZzcS\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.47_1551470736460_0.9453388538190641"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.48": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.48",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.48",
				"web3-core": "1.0.0-beta.48",
				"web3-core-helpers": "1.0.0-beta.48",
				"web3-core-method": "1.0.0-beta.48",
				"web3-eth": "1.0.0-beta.48",
				"web3-eth-personal": "1.0.0-beta.48",
				"web3-net": "1.0.0-beta.48",
				"web3-providers": "1.0.0-beta.48",
				"web3-shh": "1.0.0-beta.48",
				"web3-utils": "1.0.0-beta.48"
			},
			"devDependencies": {
				"dtslint": "^0.4.2"
			},
			"_id": "web3@1.0.0-beta.48",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "11.9.0",
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"dist": {
				"integrity": "sha512-/HfIaRQVScZv0iy6fnEZCsXQbbOmtEB08sa2YaCkRo8nqUQo1C+55VC5sXqjrwKaDs9Xf9qxVTiUUeTbKD+KYg==",
				"shasum": "66a3d29cdb40a0d2015cd7e5af081defaa2ec270",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.48.tgz",
				"fileCount": 8,
				"unpackedSize": 32809,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfsJbCRA9TVsSAnZWagAAcOkP+QBR+ZxEWlbIMlqijocO\npCU/ct7fUAXj9I0kyI4dsz6V3O1pipGI9zU16Ipp+D96i+ejxjJkpJTQO89S\nnxeD24xTVB+DqdV1fhoeGUylUIYWSE3/iG2vN0zAUACE1VSdliW20pUkIxsj\n8u+FXGT/ikj513IWrPw6w1GoWLl2mjSrFc1yAi82Mr0mQJaQkk7hosiGM0hD\nCGnaB8UuqWxAU16Pkb2Nz1D4R8ISYs6OmLiuNsYpIBCnh+d26kobNcnXNW/L\n+d6Uqsz2xityVaaxHEWxvUesY9fKgozdPaXx8/RU83YvnjA86HLWjzmY4c2+\nNO+FOqq1qm0dB31bCJKjPX3dFgUKfzoWhAGKgWkaGtdQcvfAEzI4pLulgM6P\ncjkaBE8LU0rLcr+0xRsRgElYlMIo7qZY/3cnwcfdT0jTl2bRSsVBhPxIhVoE\nooh6i5OeVoIyQQPgv1s99uOunAEFky19+CCBox+SCtOdRLSA/dGfPUBgvDk0\n7GVblF/gSV6XMI/a0qGidVuN9OBzgZlgLRfRLZK6yWbEFZ9rFH6i9uYD+GgA\nqzZcFhI1mqFkL8xuYR47r4o5yM9mIetvAN7VdXRBPbBwL0p/2hVHQ3qIVzd8\nsg/wgu5c/5vkZntZuWFlPFDEaUEUJZAURixSArb99ZCR+5aNTYHySlmPh/YP\nb1eN\r\n=4blT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.48_1551811162452_0.26815869380504487"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.49": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.49",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.49",
				"web3-core": "1.0.0-beta.49",
				"web3-core-helpers": "1.0.0-beta.49",
				"web3-core-method": "1.0.0-beta.49",
				"web3-eth": "1.0.0-beta.49",
				"web3-eth-personal": "1.0.0-beta.49",
				"web3-net": "1.0.0-beta.49",
				"web3-providers": "1.0.0-beta.49",
				"web3-shh": "1.0.0-beta.49",
				"web3-utils": "1.0.0-beta.49"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "eb1452cdd1591e0f26ff0f66df68ee0feb3f8c47",
			"_id": "web3@1.0.0-beta.49",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-8CzCmvaLsm4VCmPrp3l1zSoovJD2EmMKCpgaGLXU5i3x0TYzLU99GW6dmxg8k/OAdP8jd6TGwwUWL5d5RRLUPg==",
				"shasum": "04c199bf3513c4977a00987929fcd5510b53a49c",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.49.tgz",
				"fileCount": 8,
				"unpackedSize": 32512,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckP/cCRA9TVsSAnZWagAAHhgP/0EcOyP3wfkiowIth+n3\nACpATaAWE2Z9boU7lUWndniWjvl+q68I5zDmYJ6dsNEzs6duuE0PsBBbOazz\nmZOBUHDeF9N5dL2QFxw8WXM24aF8KqGuvwe3YLiarhVpnln67cdh0JyV3nYc\nkm19+7yKWgG91B8ODGgvSH0dzMaCMQrmK2HGOxBZRHgELcvkzlkiYPWEAjd1\n3AAXHSJEtDhOS7ARE7LEm9bLRsuwWIwaEit+Wq4cI/W7Qld8+bSqMOT9FWcp\nthtF7W6BHyAUOg+3vhF7o88ueuxh6PGIa+JtkL2NWJC7h3gydBQf8xe18jwS\nXV9YH82Mpze3o3NFFcZ22rplg00zBiypd4qZr6ofmivNrsFfG5nBgwRZ8ZBt\n3DJw29PTgW7BMq0viYVhhPaZfv0CMZTiV6vXkduf16/hxyFyT2VV0S+8Gwrd\nuf+IokvELxnOqqE62zG9H8JWoWkt4/x66kPtTnUh4Ra8eLcStR2LBjnu8vVA\nNxd7iyVV6pAcD92pGPbicaQ0ATcXh5NJqq+zq4qDr/sNzpzbmUdt8siEe/On\nHCROIxS3AXDq/yBB3SZSG/g1Yrnk0YsB1qWnD/pNimGStuzCYi5rHwabpN7n\n8ohZ6VK33qYEenVky6VNG/pvZM+sSzy7hZrWyT04+ZWQ2vn3Y6L+r8wW1gh1\nOLgk\r\n=gOgU\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.49_1553006555519_0.6014619666019068"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.50": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.50",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.50",
				"web3-core": "1.0.0-beta.50",
				"web3-core-helpers": "1.0.0-beta.50",
				"web3-core-method": "1.0.0-beta.50",
				"web3-eth": "1.0.0-beta.50",
				"web3-eth-personal": "1.0.0-beta.50",
				"web3-net": "1.0.0-beta.50",
				"web3-providers": "1.0.0-beta.50",
				"web3-shh": "1.0.0-beta.50",
				"web3-utils": "1.0.0-beta.50"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "90353080483037843a55874729a6f22ae9217539",
			"_id": "web3@1.0.0-beta.50",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-N4YqT1jl2tZYNWiLk5gA5BMchHJaG76d65z899DT9UTR4iI6mfqe1QIE+1YLII1x+uE8ohFzBq/aaZ8praLeoA==",
				"shasum": "a82db1ac519e68696363eee46d9b233f52f37eed",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.50.tgz",
				"fileCount": 8,
				"unpackedSize": 32512,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckh2xCRA9TVsSAnZWagAAX+wQAJNRBAJY2V0Py4tzcIsk\n3HlK9GkJjXXzOe+FS9tug7yhpvrxlqjqyaWl/Wb4ref6+NYUEvFi1I0J5L+1\nPbUE+uBMpcPE6kpCu+Fak1gT4dtpKLfAiI5uaKXL1SN34qljJNycAtwdo0HE\nW7vBcjEPwfKzhNL/NSvFzYUt1xmr7PcR/xvM9m2NWbIRTmWM2Fj+4zmYDgYk\nC/fN0vnZHYIh+Lg6v/Pokbjeojr1Z0nT7GnhstcEUUztmVqcmciEQ8qbPByn\nBkedyI9+dXblWYhbOpohgV5fjbxcAqXiO+Pls0GfhtsZXgMAq+At7v/GOz4Y\nY1sTs9kjZRN1ea2lLhFeOHcSfShKxmYPF6kwdWh5K5lfCWzV8WXuiePII280\n66KKov6aidEhQ3W3yJrT0ghMWZxY6lRezvTH6eqYpI664NE7SsWeWOpEvPGP\nqJgsLKkYFAcBdR4/KEQuQbUkm8AFc1nLFM3hHJubDIgC9L9MGq6Ha4CcZHCP\nby9taRxGHIuZBGW/V8XDc3L5V4W92hIarFmo3xaqhmekarXs11gftxs72TpG\nFegHO41EhBVgDdt+g4VgJxYtNkObj5wLjZvYYguBYUI9tWV+rxQLTn6Wvz+a\nGiuh2dn3YQ2cCCVWMogsLc7WJV/Z9b+FwwhLZoxndTnXT5LebsgdStmYiEOe\n/kZj\r\n=bq8z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.50_1553079728545_0.22730048922875423"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.51": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.51",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.51",
				"web3-core": "1.0.0-beta.51",
				"web3-core-helpers": "1.0.0-beta.51",
				"web3-core-method": "1.0.0-beta.51",
				"web3-eth": "1.0.0-beta.51",
				"web3-eth-personal": "1.0.0-beta.51",
				"web3-net": "1.0.0-beta.51",
				"web3-providers": "1.0.0-beta.51",
				"web3-shh": "1.0.0-beta.51",
				"web3-utils": "1.0.0-beta.51"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "67468b3f923d85839fc06ff4eedbe553ba60c185",
			"_id": "web3@1.0.0-beta.51",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-cSjJe8AwR9TKELLkGwk2HNL+37e+Y3x0nKkdBNpBZQNZR0SeoT3Jckkd7pBgrJKcyupItN+tKF48x5yNRvHzrQ==",
				"shasum": "1099df908ef3421704e0aa0c3ec680d3bd2cf01b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.51.tgz",
				"fileCount": 7,
				"unpackedSize": 22166,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcnNX8CRA9TVsSAnZWagAAjo8P/R+4sEao+ronL8bwh4yL\nCimnVfLmMUe0JqE72n8tSaJ8K6R9t6+5gbQKPIDDYVIqZijZ3mcQ1nSI4Qod\n1BTKxNRF7n59RylRFTJdvQt634MNs+Sjfxg9yv7rAlO/I7ojeuPSUChxMrpA\nHmdd8GPHCePChlsvX+MGfEgP1XTnI94ec9uGoTzpqwnaLyEGed8qaDdChcVF\nDtuem8vPotn7sH3FQIxDHnoFqrzttpu8ZBbAd2n8b9noVtMxTPHje8yIjF3q\neuXMdtv6krEWuUtUn3iPw498erizFdzCqRVn4FDsPxy+2Wf4id9LxV6GOQl1\nk5XYSAvu0HBffc4wFxRPdWmL0g7MBpKt80N3wQVGbynXfi6GhQDnM9buWuLD\nBjobYUQhHFfRn/xTU9nE8nrnzTQGhOPCFTCgHv18PgLH6RVDVrhdssshklXp\nx7abUNbhU7K4ZoYCZesrH1DC3lgqtGcUyIqexy2XDplef+9qgbYBRpS9NByk\nmGA2gs/5I2WWEsuhg2nHR+QitCt1itPQ+MODcmKxAA4vQ3dVUWYgqc/RVcHH\nP+E+qAW6mP5/345u2346yCK6LYiRUhC2/CpVBIKhCaipwL3gX6zJ8mFi/uMi\nRP4EtzHKztRI+HKkc9OxQ+CGLO0kkILGTK58nWgErQmRF22ODXud10PLx06C\nAq7g\r\n=DVPo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.51_1553782267885_0.9594513312637312"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.52": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.52",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.52",
				"web3-core": "1.0.0-beta.52",
				"web3-core-helpers": "1.0.0-beta.52",
				"web3-core-method": "1.0.0-beta.52",
				"web3-eth": "1.0.0-beta.52",
				"web3-eth-personal": "1.0.0-beta.52",
				"web3-net": "1.0.0-beta.52",
				"web3-providers": "1.0.0-beta.52",
				"web3-shh": "1.0.0-beta.52",
				"web3-utils": "1.0.0-beta.52"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "1c89f503c90180598910d29892f6ebf92455cfe1",
			"_id": "web3@1.0.0-beta.52",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-IWBV1gS7sElHqD2mkwjdyeEmY4YhWn7C+b+pdOWgDJ6j70ux2bqVMfsP0saZ9nWeF1TWMvUnrFsyZ7C4/VnhTA==",
				"shasum": "a524888b84206d1ceea8abe1d6056bd7a0a8e33f",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.52.tgz",
				"fileCount": 7,
				"unpackedSize": 22216,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpjofCRA9TVsSAnZWagAArTcP/jME5dO2gqAx5vpqnoL9\nwoXKV7S+J1Wt2frqtvxrNdw9iRtEQj69tA4cN0pJZZNxqgWKmVF8lXUJ+xSW\n650y7RQE84dCUWyZPljX0Ms/yqb/Q9q/paHmceBc6jf+8HkAQAeEz1Td81WD\nPBRUzessLoRpyLb53wd9pyRYNDCby+3Xb/4VyEtSHP66LcqPq+2bgucLvZpv\nC5qdUxyhQqkMrxtrD6dt5qiyasvc+vVUtuVVZL+jgf3OiWIhoUk9qllX75lF\nGQZvfzF8dexuVpg+ccCgzMb4/nH4+HbI5IiytN048x2Ttt5HPXkrHsHnwP3s\nLp4NRoyMTqU+7es50aY0tAAXsthr8qis/XvsYAxZBGcy/Qa3IDOWiTKL61rM\nE9zYg9W9pl1r4dNUbg/OtUMO+jlw43dHw4Ti6UrxUpBn++wLiokc97dtqiDp\n94FRJRpY+UHCXKmKSTjWhH2lrzDTx2uxean4OUIyaiVhOWAycrMDkbJ4aeDW\nKUf7ccx+1fstuOsBx2diGmM6vwcYm0yCXZ76ANSRPafr0tp8SbwQJWi0flZt\n2WdmrGBSpDJchrHIoJqpmZLy5dSXOCESajfj09sr+7AvwEJ9bxYGDfjLXw9k\nkfAa4ru5zqDpbtZNHlx/XAES4DZdZsmHedZWFJVv8CA1mo8BrNIWiLBfTsxL\nlV0F\r\n=7NdD\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.52_1554397726490_0.4036345605569096"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.53": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.53",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.53",
				"web3-core": "1.0.0-beta.53",
				"web3-core-helpers": "1.0.0-beta.53",
				"web3-core-method": "1.0.0-beta.53",
				"web3-eth": "1.0.0-beta.53",
				"web3-eth-personal": "1.0.0-beta.53",
				"web3-net": "1.0.0-beta.53",
				"web3-providers": "1.0.0-beta.53",
				"web3-shh": "1.0.0-beta.53",
				"web3-utils": "1.0.0-beta.53"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "d955a98a5fc8819ff866254ff7141a10b503b5cd",
			"_id": "web3@1.0.0-beta.53",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-oo5tnmCXf+ZeAigvs+lrr1o1svD5grHvgOTRnZh3oWsuycr+YWlEE9WGYTb5Nxu/2HLM8Ky66o+f3Z0GSlzVmg==",
				"shasum": "455ade24706a11b7e17dfd51dca475001c9b78b1",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.53.tgz",
				"fileCount": 7,
				"unpackedSize": 22215,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyB/hCRA9TVsSAnZWagAA1BgP/1hX/Hw0iLAhGQZq+x93\neccoiNVmN6wcGM3r5CpzQXBSx0wmwYjkzt7cLqeVkg5sQ4DpZqRPnDj+c4k5\nj0L/s8dI3Oz6/LYlXSxMR4nzfLUOMiqbcvs4hoSDFOyAb6pQlNK+ZBmXjFS1\nKCH6zQQ7CyIMq0dLL+is/qUy/YPcCvBUPQT9g3t/IenGxys5u7mzA57qnvjg\n8l1A1LNKX9K/YFulqY+SNLPJOQB0vvJH7pAok8/FZ2AFgu/4y5ysU3eInJNZ\n8hP/ih+kfymAa5jCS03x9Vq5KxTE7p6NNSXUkOYjWO3P6qdive6Dg2d1UNfI\nhHK1rTUvVryR82ZFnCQ8qGoQVQaA6tWtTkIP10Q5oeOjZpy/6mUeInYGdfj2\nNgXNxh1J0nvN9gbxeUhZ2YljV06DdFAYJMrWeF7kKhuvZ9ohnRS2B/rU3OfB\nByrM/bctlARwr9AaQm8pN1rAzQYuq/T4dV0RBWOGriWazLRcmx55wyDbwnAc\nacx4mFrpTxl+VvU3wlR9soBqLm45LeCigEjuvnEo4aD2I7mZJa2sTExsr6Jq\nlx/yZT5+wofKjCCB4v8cYEZIgNtCMZGnCqGBF5P1h4zI7+4QaEcOV4XwG4jw\nf4vqcdUaQyq4TXHuHODhdFz0bG/SKxCR+HzUAaqY0lkuuvyGh72YPiMqWuKE\n84YP\r\n=jRcK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.53_1556619233034_0.5093802057892309"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.54": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.54",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-bzz": "1.0.0-beta.54",
				"web3-core": "1.0.0-beta.54",
				"web3-core-helpers": "1.0.0-beta.54",
				"web3-core-method": "1.0.0-beta.54",
				"web3-eth": "1.0.0-beta.54",
				"web3-eth-personal": "1.0.0-beta.54",
				"web3-net": "1.0.0-beta.54",
				"web3-providers": "1.0.0-beta.54",
				"web3-shh": "1.0.0-beta.54",
				"web3-utils": "1.0.0-beta.54"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "b3f8427438e5bfe1daca7a63f4eb7cd8e9e4d6c0",
			"_id": "web3@1.0.0-beta.54",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-rMQaLFwBNR3Lc8Npa9uasdkJKhsnp2FrDA0r8J814mU1VITkAG7l8NPICrlUaDLNiQn0bf6QnONTNujuds+yNg==",
				"shasum": "d3545ad863be6558ca08b3e41b9491cf16d1eb8b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.54.tgz",
				"fileCount": 7,
				"unpackedSize": 22215,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcy2KoCRA9TVsSAnZWagAACJYQAIXKAWLGrS8TNUQjFqEz\nDYkgT72QzZnzsRWHGsqmowmQ2juEd8/MuOfu7t+VlIiw6JJZmyz+4VOoZVv0\nEAYvfsmZzdYxdva2es1HKlCijTlTrRagB9pQIrjse3Ld+5VRNDhMMqOnYhFh\nr6NL1yPAMRE3NqVXNhUuMa+rFiKZU11zE9OtI63tYaLHZirrMs2Os8CYqi5c\nE9SghDlIBVcSgHPOqqufE7YVQsEM2HTprl0SONssOzqARN6lEyt4+BDiJn4p\nppAXFxQfXTq917W+Z547axfxp+qYwG/v/GQ/7tTQGm6QDzwX2mvVYjZDs/o6\n/FVJ7pEtl5doQdqRV7bEeonldbbUnTzB65hDw4FQRcZIEsolfx2fei9Yd9Jo\n0QV99KfhQayaTS/sqpvYW7CYP+yvtWlfREOtk/RUbYGBScZPk4hrWKM7ws2y\n4Jyz34xbwsMiCsn692wMWYVHZvIgAQ3NWxY2zQ88Ls9pT9rcqVJPgXf5gnub\nQf4g4yJQQ8h2fuErRAGJlw6PVGULs68ZaZf7xy/8nwGvQQwMk+xtfoCeM3BQ\nvYp+t+SlutINtWdw+lzpmLPy8kOlfLDrsOfHrNlffullFtp8+wih6FQyJQum\nuVmOODGczDNOglmBa8UPllNNE64gXUgorM1ADd40AbB8+SwKqNfIl4sVrA5n\npc77\r\n=MIpq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.54_1556832935908_0.9304508916044432"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0-beta.55": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "1.0.0-beta.55",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^10.12.18",
				"web3-core": "1.0.0-beta.55",
				"web3-eth": "1.0.0-beta.55",
				"web3-eth-personal": "1.0.0-beta.55",
				"web3-net": "1.0.0-beta.55",
				"web3-providers": "1.0.0-beta.55",
				"web3-shh": "1.0.0-beta.55",
				"web3-utils": "1.0.0-beta.55"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "37347fd46344f45d1c57104920bdda0779f0d51c",
			"_id": "web3@1.0.0-beta.55",
			"_nodeVersion": "11.9.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-yJpwy4IUA3T/F9hWzYQVn0GbJCrAaZ0KTIO3iuqkhaYH0Y09KV7k4GzFi4hN7hT4cFTj4yIKaeVCwQ5kzvi2Vg==",
				"shasum": "8845075129299da172c2eb41a748c8a87c2a2b5a",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.55.tgz",
				"fileCount": 7,
				"unpackedSize": 21342,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1BoKCRA9TVsSAnZWagAABvMP/3/yLk9lKEozHbs3VvzT\nmCFM5mCik/kvfxdYEAed4uZa40b5McosjCZPX8L2JEZjpKxsBXvyO2xlQU2B\nFy01kHfwiv95hQD1S0Q0k1Kb/X1d6wPL8M2v1AvlrzLWeS23gb0FQOPkLz6m\nzHFgOk7P9mt61f4qupizFjVlZBKUa+drc9FIvgQDbi92wz478TVnSEELPgmN\nZj6QUWPbAHoHFkITQ/ZR1EHuoixYUhriSt5CYFovMt8axFbN2S7L1YN3ie5+\nVOD28IeN6qRgkrgOZsRVlDQgENDp2gSWr+dTP4J6TNR3Wy24sv1gp9UyZw26\nlZ38O9Z2fT1d4yW1P3jk63DjesoWsZqB9HdUL0EnMWJHZXKFP9BRD2zQhRup\ngcJGn1+w8s/PrjMbgcYGRx7+3VAtBSQznaQ312FBDPsocwYXt6Z+xPHSwCoQ\n3gA6TCZNwegnnPzfKS233GkV7ur8Q8+6tg5oGP8UYBy3ICqjUNFNHMnLhxqW\nA7WUVTFZS9CLKhZqDrUQw4RCOIkR9NUk0c9C6HvqW+cQfJhSMopEZzJieGto\nhFiUWnhOlV5WjbwOgk8PpSgWOSEAmC5Yp8h/4ezfthe/8eSVne75kg67cp60\nPcOqr3bwKfTyGlRZ+Y9X0i85hKnhLjPcpQtS5icRrlHGnnseg6Fw9PK8EzVU\nfybC\r\n=IlDv\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.0.0-beta.55_1557404168404_0.6612143347615957"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0-alpha": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "2.0.0-alpha",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^12.6.1",
				"web3-core": "2.0.0-alpha",
				"web3-eth": "2.0.0-alpha",
				"web3-eth-personal": "2.0.0-alpha",
				"web3-net": "2.0.0-alpha",
				"web3-providers": "2.0.0-alpha",
				"web3-shh": "2.0.0-alpha",
				"web3-utils": "2.0.0-alpha"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "a09d2cc84c1f08aa673028cc7c517d40a1f72972",
			"readmeFilename": "README.md",
			"_id": "web3@2.0.0-alpha",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-2GEX6o7aM8eBL4Aiij5TN4ThjxXgUFf6ycxiouObnhiK1I15ztl4e28NjNq9pknZv8Ntx8QH0DvJlzxZTlTAng==",
				"shasum": "564f3dfc316a1bc9f45558f077746ef2b5a4d7f5",
				"tarball": "https://registry.npmjs.org/web3/-/web3-2.0.0-alpha.tgz",
				"fileCount": 7,
				"unpackedSize": 21625,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKauTCRA9TVsSAnZWagAAJbcP/39tqLpVjIMPOO2G87OS\nsEu1DSkpb6HITYM6DfB5paa6ODSYk7IDMh+DESIUM8oaRN8uB2+ZrgDEWNad\nXP++zKjrLK+P2qBwRVzQerBtMcJRy1fV0X4ER/FZnrZmuhB34OjS3cVcyMFp\nZD+uPXnBJxjr5JpWUV6yqdhhvj5F/1+qXTpkdtuHNogAiYDaYcBb4YSFE5P+\nG+j8zYZUIXQ5a0iIF0DEU86MWz6hknx0Y75NQ9Ms+i9rHwwfDM1o8jGG1ezl\nb04gqBSRwr4eDCjBa+kCyz2CFAxKhy5yWkvqOrFq0g/Z9yoAuZl373K6AWgp\nNBx7bBAVDgNeoRYKlsgIo7HAjxRVOObL5UbNMMWaa3QQG351YSyeqHqGWBG/\ngpLvzzDv6ASUVqA3rQADiOkfwVR48JkWsaZwD1UokSmQ+NGO4ItfgjKzFYwR\nMvHHU4xwsZAvOp5/TI40FEwUa+M0bpQlgCG/eAV6W4koSWoF7LTbvo5UqjH4\nFBG8vc12NF1jwSWWnkfbl/NmdqzyhOqs6XnPDqkcBR6hBbH+XupacvHOkXyQ\nR2QN904xlcO7gt+4X1/SCpGAWthSCDcPBuBJ/BxUr4pO88IbIkD1a4k9dH9o\nhUDYTeP3oV6fh0p3moSLPKPhjvZG3ek03yfuZo3OpH9CBCFponvyHrMq7pJi\nF2l3\r\n=K2gL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_2.0.0-alpha_1563011986681_0.7739927843443233"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "web3",
			"version": "1.2.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0 <=11.15.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.0",
				"web3-core": "1.2.0",
				"web3-eth": "1.2.0",
				"web3-eth-personal": "1.2.0",
				"web3-net": "1.2.0",
				"web3-shh": "1.2.0",
				"web3-utils": "1.2.0"
			},
			"_id": "web3@1.2.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-iFrVAexsopX97x0ofBU/7HrCxzovf624qBkjBUeHZDf/G3Sb4tMQtjkCRc5lgVvzureq5SCqDiFDcqnw7eJ0bA==",
				"shasum": "ef9c43a99eac348a85c09179690290d45a96a5f2",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.0.tgz",
				"fileCount": 3,
				"unpackedSize": 3803,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdNtT2CRA9TVsSAnZWagAA8uUP/jVxkN0vDJDJjMpPJBtS\n5Spo62GKArwi47g7PhbmLSU0KHc33pPuPeAX82vrpqv73xFjcwzbt15PkEbZ\nV5SfVfeWF27x5Gn03MrvqGBRfjgZ9BEK78xCDRFj6SRbYmJnpon/c+qYV/cr\npPQm9hbPW1AUKDJfNwUSyx3UDfi+6M5V3kTMLs6iX3n3mewDHl1S2oXlQRxV\nsn0KimqYavR53LqXiP4ZNPqGIB9ffpe3iyZ2YqH4PgMp/fJZ19HHEvlwUwFD\n/urnP38xUtM9HvqAIHx5EdtuPH0chkccCac0+oFWUy4W/CJTLXqDe2mFgrvu\nKmAYVvIbGHYNThq4DO2jZ89+vD9iDfJt5kEzv2/QYdrY8yhJ42LEqCWIh/3N\noNEhK6nsSi0dBmJe0RZQFQHaY6cNgthKHIkcgnH+sS9R8Uk4524Mj+GUbVKo\nbuOFSLloyrQxbFk5A0h8WS7ddgoPYQGBdF2xplSoE+AvT0OZhAXacXplOl2d\ncruwQGbeJjyt61vChKxZ0BEd1ylMj8OUUuDe5OjTf2MC+kWt7P8rTo3XClT9\njbAaZTTJhapHFS8vjiHWKImYceeBgyDWN5QdbfmONlsChyMwXp8epg9yx+Tw\nbd9CI34CqSVD4IJxl1FvBvwIO9v/ucPSHAlIoySQrYhA09elSiM8hvCbZM3e\n3oVh\r\n=SC7Z\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.0_1563874550052_0.4728858548155923"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "web3",
			"version": "1.2.1",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.1",
				"web3-core": "1.2.1",
				"web3-eth": "1.2.1",
				"web3-eth-personal": "1.2.1",
				"web3-net": "1.2.1",
				"web3-shh": "1.2.1",
				"web3-utils": "1.2.1"
			},
			"_id": "web3@1.2.1",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-nNMzeCK0agb5i/oTWNdQ1aGtwYfXzHottFP2Dz0oGIzavPMGSKyVlr8ibVb1yK5sJBjrWVnTdGaOC2zKDFuFRw==",
				"shasum": "5d8158bcca47838ab8c2b784a2dee4c3ceb4179b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.1.tgz",
				"fileCount": 3,
				"unpackedSize": 3766,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSU3LCRA9TVsSAnZWagAAfssQAJFyl0p7/pXsXDx5wOXk\nV8cHpombPyBd0DvgwdKp0NGpkA829EduJfnGJvvO4IoSlZu+f802vy3cTaT3\nwFUAkVDx1Wf/qGlxlZgoe7F0ptsA+Pwaia4vKY7oocBee++/hKANDRl/WW+s\n04VWtUowSW29AS9q2N4E14yB3zN9P+WnPcg59cUvUJU++e2EszZ5+9HVKJOF\nJNudQW5dIb2lgk4Sf0zYhtpd2DcyTCLeqMolXSvUrKu5atYb5hBB0ClbWjjT\nYvmflYDY4G/34gE41E1wJweE6o9ZYvFGU1A8KlGsE9ULuemldcIYoJNL559w\ntDBR98ARkdqdf54hl3TVNs5BycbTCfydz7TvFSzMqYMlMOoSDbh7/sC8pV6U\nwepPTTFLPYOr6X/U+5rfv59qxVxZ7ukNikupR4ACSS94aX1lMaxbKUMEaqVs\nRB9Xw6LJnyoIgcIX7w68vTwcQpyph2iTfMWjBh+axhCRgVBWVLS+6iGR6gWT\nC+ZnX70lg6yR3lhR6eWS5qnFk+FO5Yam1iZjjMixn0XOqlsnoAqWidFfRIrT\nMQflFN4o5TK24PM6U6mwkVXspx0TjXjn/mWY9+FIkVLkf83jfCPfMOm1gej5\n6f8akj5XX8h1aJPqTWfC7ou04njnkYKvuPCmwuLhlYtEWqX4adBgU9mvyUA1\nemOc\r\n=OZ/P\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.1_1565085131334_0.13749713127512586"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0-alpha.1": {
			"name": "web3",
			"namespace": "ethereum",
			"version": "2.0.0-alpha.1",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "dist/web3.cjs.js",
			"module": "dist/web3.esm.js",
			"browser": "dist/web3.umd.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"authors": [
				{
					"name": "Samuel Furter",
					"email": "samuel@ethereum.org",
					"homepage": "https://github.com/nivida"
				},
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "https://github.com/frozeman"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"scripts": {
				"build": "rollup -c",
				"dev": "rollup -c -w",
				"test": "jest",
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"types": "types/index.d.ts",
			"dependencies": {
				"@babel/runtime": "^7.3.1",
				"@types/node": "^12.6.1",
				"web3-core": "2.0.0-alpha.1",
				"web3-eth": "2.0.0-alpha.1",
				"web3-eth-personal": "2.0.0-alpha.1",
				"web3-net": "2.0.0-alpha.1",
				"web3-providers": "2.0.0-alpha.1",
				"web3-shh": "2.0.0-alpha.1",
				"web3-utils": "2.0.0-alpha.1"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81",
			"_id": "web3@2.0.0-alpha.1",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "6.9.0",
			"dist": {
				"integrity": "sha512-njwdP8MsziYYu9BGXvq9326xViWe6Q4/I/sq/AKOqfLWgLhAJ9xYkP8U6v0AclNE8Ow447dV3b9eK3sOLS1/WQ==",
				"shasum": "cfc0cef8c94d312ae943f268d6b42ebada521150",
				"tarball": "https://registry.npmjs.org/web3/-/web3-2.0.0-alpha.1.tgz",
				"fileCount": 7,
				"unpackedSize": 21647,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSVIrCRA9TVsSAnZWagAAr3QP/1jfTqT6bc+wRMf9mwhs\nDN2qLZ9O07KtJ7D5fmkXjxLErmyhP5lKIxrODDKJEEzcH3k7eTM4SvUkyzcr\ncNezXPcX61dTe7RTmHTvlx1aaxW+68PDBx76SfA5SxRsDKjX7Nic5WPgtA2b\n5cQE1aqH8KPERKlbkOEEvu5U7f/NeFLheRB2B5hWFjYVqhGj45ZcOsxtEqEG\nqRpdpzRC9dwgQZ7cM1ghggie2x7wuBL+etKm/tEIXEodKWNY864s6ogPppfV\nLwkTkXWq3rm0KJl4/xohUBjG7A3UUj8a366k7B07jM6C0CAqNNSFzSUir3Qy\neNUeI3Cjqmz7Dx9JM6Wi65qV//rfafNJXyOOY5RrjtJwQQT1sWq4I0W0PzB1\nqieOvkdFjXI+FRSjwReBHHHGjftJ8b6DGrC5K0GxBYlZVUkI0YXh41KaLI9k\niaqlrZ8aZNpbUAzJXWi16IU9ih3gZ/EDN5weUN4IE0MJYCreixEKKJahe5/a\nCbye/4sybMOECeiZCOsaquXyxD7DgVMKK9q1WZf/uI2NT4YIk7lpSytYY22r\n3PWXl4ZC48CQHv6q6bcd2TQ5+pU0C3iXbCoo48cWdR5Qy/ffCVbRftljuqnQ\nxPOuymhGNOq3w4JLTmDICsooK891rWs6NDpIqEqJcr6F1Ohi0dyn5st+NSle\npANq\r\n=jyZP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_2.0.0-alpha.1_1565086250561_0.2957468806410717"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.2": {
			"name": "web3",
			"version": "1.2.2",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"browser": "dist/web3.min.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.2",
				"web3-core": "1.2.2",
				"web3-eth": "1.2.2",
				"web3-eth-personal": "1.2.2",
				"web3-net": "1.2.2",
				"web3-shh": "1.2.2",
				"web3-utils": "1.2.2"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"_id": "web3@1.2.2",
			"_nodeVersion": "12.11.1",
			"_npmVersion": "6.11.3",
			"dist": {
				"integrity": "sha512-/ChbmB6qZpfGx6eNpczt5YSUBHEA5V2+iUCbn85EVb3Zv6FVxrOo5Tv7Lw0gE2tW7EEjASbCyp3mZeiZaCCngg==",
				"shasum": "b1b8b69aafdf94cbaeadbb68a8aa1df2ef266aec",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.2.tgz",
				"fileCount": 11,
				"unpackedSize": 7490145,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsCFbCRA9TVsSAnZWagAAWU8P/2vjAvZ1RIZpe9f92o1p\no7VLwl5h2Mkmjpf81+F7MuelfXfoODSMP5pmFcua4eL3h74mvqwOPZcnlVmN\noQwItG7hk1/qz4XnJKaE7W6wkltQOq5jVH/AZYLxRRmQp+GT0kNZuYgBFSie\nKDlpJNFs6Cx0nw0JNGMpouGLIdfXKOxEBPhvhglSWGO+9XoodfQT2NbNKPmK\n+g3HieI4l28cZ8JQG5Xa4Po9xV+7ID0CIGVW0grNsvGUewrXY+6kfJz60Xzu\nGRkX1o80mLJOGP4lxXVakIiLiynUaLJdG6ZdCwVaqpMqYlnaECz1+poTCaxK\nWFmwgwQlgP3oRzMVr45Phv1QYuKPYVEUAz0t2UfD7Rf3JM39LiB893bgbp36\n+UmGx5ZqDZ9tlcERhI/4cBQ1fOfYn0XV/ExFuWZnEtpzkhP68RGPIF9+FhgQ\nV/tmayqlGjQR/P6V+O2OBAt+pMdJQUTbmU0rld5xwB4G7Qz7GVGqDM4OOjhq\nDz8W3M0gJE4d4dbQuvw+6l5IPjlqtmK7KnGWnisY2QTB4sppJODUgh3BsY1O\nRA2/ECiZZUJePZDvy/qp+bK36ScZYsmyD/acTu03Nx4hrsiijscNFMhuxRoS\nVwEdBL3jlBqz/ZP9WsdsW+3lmQ8BNriklFrLrPxhdQW76f1inw4WmFOo5z95\niaEl\r\n=34l+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.2_1571823962559_0.3683535700431193"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.3": {
			"name": "web3",
			"version": "1.2.3",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.3",
				"web3-core": "1.2.3",
				"web3-eth": "1.2.3",
				"web3-eth-personal": "1.2.3",
				"web3-net": "1.2.3",
				"web3-shh": "1.2.3",
				"web3-utils": "1.2.3"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "aca6a78b6c8182f175aa059e7ad359f109ec7a84",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.3",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.18.3/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-DXOn7GWnbZywc7V8+l2qtDBXzT/xEp83rZveZ9V9dQzs+6GpHiqZlOCybTTFv7YqMTtQAJjTgaBuLDVB6CLrjg==",
				"shasum": "f6a927711614dfb6a38ecb9d148f1aff55ece4bd",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.3.tgz",
				"fileCount": 12,
				"unpackedSize": 7499873,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzXN7CRA9TVsSAnZWagAAQtgP/2i4s1LW9ayIC8lWAH/8\njKHODVM9jeSMJMWm5izbICeUMJPRryExVjAELnixhJjzJ15JBB3m6JVUeVCI\no3/QN5//9cqGXmQg2IOCAqXxfTW6+8jrVg4kfxPr89PNRAEFCZANKoUk4mda\nmVMocDto4vmED/8B+USvPPtAKfNS8MxlVORTK6wAfggPXJeg37VO7v1SmLF/\n8D+J5Z6SZTe5ClFb49q3b/VCftEvGzI/T2HYxZqvWI0w2VmXwAkFlgFhefPm\n3pvHzWuqKCJQRBh5pXHQvl3P94MMstxCfpJPZulYpBQepbUacnZzQzp6X0W6\nKdc8tZLYw98QRB5C0It5CH57kxIraoLkCOiqzpHsWzF/1MUOB2JEaAlvJ8FQ\nOOxa5zCFeUpeaZt9+9jPjA3goE0yXymTX7DKJdQuJ21ZJnwab//jokVkiYWe\nqDmoeg+ArU0sq8LnWgczYQph89+wQDY29r+Bo31qkHBKNXZvRlGCTX0gi/51\nQOWGQfiD110TBaoefgtPJC6BmdzKZ0PzigvhH5T5tpJfSmQE9AgcUNFgNu3Y\nbiNVDP1N5Go2hLiA79Uvlfa9g+fwKUFWvo+mbtxcuzufDGc1nIxYzCKULvZc\nGnyK3qEaKWW6cpB/G0O1yF0Vn5PHs2fF0hJp1qPLGlcS5/4tqMmaMHO56jrs\nHdLF\r\n=az5t\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.3_1573745530939_0.1505046246017938"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.4": {
			"name": "web3",
			"version": "1.2.4",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.4",
				"web3-core": "1.2.4",
				"web3-eth": "1.2.4",
				"web3-eth-personal": "1.2.4",
				"web3-net": "1.2.4",
				"web3-shh": "1.2.4",
				"web3-utils": "1.2.4"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "341015ab24efc3ea1e5d8afd07e8c92a7c738536",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.4",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.18.3/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-xPXGe+w0x0t88Wj+s/dmAdASr3O9wmA9mpZRtixGZxmBexAF0MjfqYM+MS4tVl5s11hMTN3AZb8cDD4VLfC57A==",
				"shasum": "6e7ab799eefc9b4648c2dab63003f704a1d5e7d9",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.4.tgz",
				"fileCount": 12,
				"unpackedSize": 7499616,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdzndJCRA9TVsSAnZWagAArvMQAKMBeY4vWC13KM7KtppG\notxOHLcJwAZAS7nYnhp8o/kzjI5iaujMtgbxwhZoeFs0kkPnZZo1MfxJxp2n\nSAfOVBYbHq3CiFoSH7V8Xw2ov1gnAQZwrK9rOD70m8tpG5gesi0OLszknuiE\ng90SqpalRyO+qnyMbBAyMKGQuIwRc3da8Vw6+n4T7WphB6R4pMA1BFd3ZRDG\nN9evNGhS+KTQxsIPSm6neVyOQt2B9qFDcPGHwYeImfHGBQjAn7MoC9FPCb1U\noovcoW7/1y9lIhCRXJH+ErNftY+HPGfAEV9gr4VFXZlvxCoqhr+g5alHbia+\nRKyowsu4fdUnXcxAFWGFynQii6LMqZlGigFgRJyNKj/oCOsRGk1ghLwM7cQk\n96TF7CaBdUlaZQIUa95dRToQ7BpzosufIgD84q3P96MKK+Pv2kFcCu9hxHHl\nwZKt19SCO03JI4umhtu1SXxbtFzlBfb/uRMOPNsQgB2KI45Hpej8S+Rf5IU6\npyMSIrdA0WVAi9WeeassnxheH6iKf+JGj3llcknsGhsuGQwRgLb8W5aM0Gpl\n0qNAnXTBkzkD5IukymusqvVmj8fI7+4+O7DvJZ50V7VmbDjJ+2ngmzyWdFnA\ntqTKy/GaIJFUXjoaAq7PUvd3RPD05SZjJRrJF30l/RpS7HljOxUTsVapkCTa\n51Cb\r\n=6e4Y\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.4_1573812040987_0.724005718960526"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.5-rc.0": {
			"name": "web3",
			"version": "1.2.5-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.5-rc.0",
				"web3-core": "1.2.5-rc.0",
				"web3-eth": "1.2.5-rc.0",
				"web3-eth-personal": "1.2.5-rc.0",
				"web3-net": "1.2.5-rc.0",
				"web3-shh": "1.2.5-rc.0",
				"web3-utils": "1.2.5-rc.0"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "e919f81ccf7fee23a2d9075fa141bec0ff4a087a",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.5-rc.0",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.18.3/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-pbBj8ofmVv4g5h3DUFRjRxDSpbTjQvSETOo0wDwuAtPPF0Wrr6e385g0KOPTzRvm6RIbxvaAcdRC3ScEkc4GLA==",
				"shasum": "7290ae614be9a3ad7dc3fe25c9a307413840be09",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.5-rc.0.tgz",
				"fileCount": 12,
				"unpackedSize": 9793572,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIFbBCRA9TVsSAnZWagAAOBIP/2mDA1DEPdGWrg0LkYhE\nHlKM7qAurhIjPpceSprobMllfICVPJ5dAeu9vJgXLhOWcVjllKWHwnqazl8E\n9ibKVJyPfe7M1cQv9gkw8Mfjl+s9t7/jJBguMGRgMlR3PHjn17CnKvCCYPOJ\nn8NHhbi16WprpyGMvGBIg8vxTCunmHlaQUCt4Ntwrpm1p7mvU71o/rB0cic+\nQmlpmPQ0yHiKX0HL3aaN3wdCiAvi3De/3M7PpQbrUegqA8Sc5px7tRetF1ab\nATx1a6VpFk4BXiww4QrnFnL8jqXu7pYc8O7TTP9+negZtHuxstobnB2Pl875\ne6cWH1uYRhob2foWagaQCdOiyFVNrZVDZX1pe2CGA/wsZ6C+c71vPNeo0TAV\nZrypTlshTk93baQoFqq9ZcshCQ+TFYH7td2X3MA264e0JXkeDNwKFjJRjv+j\noGCkH/27mR+DnbrUEc8XIuSXak6pQ3UGr5TuXTi3xd05ouAYd3IIpRj+yI0B\ncFpnDns+hVn9pWOsotSNTiGpMT3Nupl7+hYZGKMDPUrfkSA2UZIiW5tABHBJ\nWE3mZzwmc0mr0UWWIPORjNd12X+fb3grLRgJTarU2xp1KBwSh6/ol19mXCf4\nWGEorYakoTDzvJzjjjpQ7oXXXGs0JEKaC64eylW35Kr4IPzHr3zT7P165QsJ\nxnri\r\n=zi9h\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.5-rc.0_1579177665025_0.02028010391114976"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.5": {
			"name": "web3",
			"version": "1.2.5",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.5",
				"web3-core": "1.2.5",
				"web3-eth": "1.2.5",
				"web3-eth-personal": "1.2.5",
				"web3-net": "1.2.5",
				"web3-shh": "1.2.5",
				"web3-utils": "1.2.5"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "e68246e2939768de8abc196f7d41e1effaf4f7cd",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.5",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.18.3/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-diHCkn3x2wCG8xl4funRihWw0oJP6xRchU8ke5S8hxnSdDjtieg0L2zzW1xPnEt5FWEHUPdzBdkH3kiPkD/OYg==",
				"shasum": "86e2f3d9aa5aa8013d436097805243f94b76d14f",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.5.tgz",
				"fileCount": 12,
				"unpackedSize": 9793556,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeLqDbCRA9TVsSAnZWagAA10kP+QE0LRyJevxYJzys9+zF\nUhD1gT1crJUZiMkQwDqZyynDfWFOenGa3ODg0qumvLN9VNmJyDrkAu5yd6YJ\n/hNoGoJhQl4vOKWjhWnAgZjOXw1MhaStqIW8iH0GcTfQ5NssQNSw5IVGviPj\nSJH9fMKCTF3f+iUOF8Mrm2aoQQHIRxluwBVKIUALB1+lFSGnr1z0Gh+RigPP\naFo/qCM+0g4fUvBhYrrrnFCkY2cN7+TY5b+bIDsP8yVnRMsiFFGBRVelWfTs\na7ntDKOFY6t9FGOWFG0gXLZ6+LXJwgRB4d2EdouunkC7jLk2tSU9uMGN4ScG\n1nYwSgJs+ytd0l44KasIFmi0xk7mklCfiujozM4m79G31n4NpdgDIuP2uEfu\n3VnxFNQ5Wn2T7i0FnZuwTbNwh8W5Yys0jt4VO3UVEuK8kbnMTqafm3vdnZLe\nRLeNNXdRP4vlTTQz6LvG/rn/+qKNOipNOlqn77NiKuQhQlJkHuTkhJ7KMRm0\nLkgE3BtEMr1CuvD0VANyt/4iWlMixDWLLb2Czbhz/HzXDKeigf/jDw1EkOdi\nr95h1mpLPqUvk5N/JbqF1wWCVjy8O1FObxRhkp1Mgb6GU87Uw9mJ6XpfkSGg\nxPmLAuWhUINdWAQnWCwUnb0JDiedw4CKjW+OQQmZvyLm9SNjb6YrYVrNAR0F\nsF1N\r\n=1VHg\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.5_1580114138900_0.10649185198357514"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.6": {
			"name": "web3",
			"version": "1.2.6",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types --onlyTestTsNext",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"@types/node": "^12.6.1",
				"web3-bzz": "1.2.6",
				"web3-core": "1.2.6",
				"web3-eth": "1.2.6",
				"web3-eth-personal": "1.2.6",
				"web3-net": "1.2.6",
				"web3-shh": "1.2.6",
				"web3-utils": "1.2.6"
			},
			"devDependencies": {
				"definitelytyped-header-parser": "^1.0.1",
				"dtslint": "0.4.2"
			},
			"gitHead": "c20bcf09b04f773406ce3532e88fd105bb04e244",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.6",
			"_nodeVersion": "10.16.0",
			"_npmVersion": "lerna/3.18.3/node@v10.16.0+x64 (darwin)",
			"dist": {
				"integrity": "sha512-tpu9fLIComgxGrFsD8LUtA4s4aCZk7px8UfcdEy6kS2uDi/ZfR07KJqpXZMij7Jvlq+cQrTAhsPSiBVvoMaivA==",
				"shasum": "c497dcb14cdd8d6d9fb6b445b3b68ff83f8ccf68",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.6.tgz",
				"fileCount": 12,
				"unpackedSize": 9798630,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNsIaCRA9TVsSAnZWagAA/bYP/1eTQd+CEK5WvQD5QCNU\nVKptp/kMesVsXItM1tFIvp0lrUxkJ8AuJh7U+mutkjgidgyC8y7nPs+hyH99\nu0z7DGb/2NdIQyYA5AoZzI+O/W8JNEf0BY2MSDFOWKvvs28OtAkeGkFzUS9+\nOxP5tLswyyaKboWmN6GOnNUxebbdSGH7gGC5Zb845gf4tXoOrZ77Qvdy3GiC\n7Ezgh5MjjvXAtptUrg96IUepf0dg3MYyNJ9XPOezkt2Y4UaQ6dWgA/dF6Qkk\n+YCvNNSHskNMehwseCzVfMjSosXn26TW3LwbXyltk7yB/bn9g+Vix+FYB/Xq\nwq9jtbJqQnqZTMCYPywdxMEf2di9q3h/gCQ3bdExQTZXereXFWPAwyLTqXny\n3DsWS2JGCt4ueP20pvJ2Ap3ebgW6dT0bUG/IFYfamwLCXfMKy0tGDQJdQUDR\nS250uezta5pbvUiGpsT48sz34GMx4g4v7G+wGHkqZUj7MmbG5BddjwcYqls2\nuTkC3ryrwfrfyOHGDSrviBGlZ9/eFEfKJ7DJLZhjjDRCLdg6OdiVY7Tqdi++\nxWKSyuLrMHXTDgm/tn6tupr2d3xJZTK8LlOMFgC9AVHXF2giHZlkB6m9yTDB\nQPGdkz/yZe6K+P0eHGjP8FugvFk75TaT1WnabsuRWsHzu/EY9qr3TrhGU30W\n0FEb\r\n=00Iq\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "fabian@frozeman.de",
					"name": "frozeman"
				},
				{
					"email": "samuel@ethereum.org",
					"name": "nivida"
				}
			],
			"_npmUser": {
				"name": "nivida",
				"email": "samuel@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.6_1580646937686_0.8815561892586223"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.7-rc.0": {
			"name": "web3",
			"version": "1.2.7-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.7-rc.0",
				"web3-core": "1.2.7-rc.0",
				"web3-eth": "1.2.7-rc.0",
				"web3-eth-personal": "1.2.7-rc.0",
				"web3-net": "1.2.7-rc.0",
				"web3-shh": "1.2.7-rc.0",
				"web3-utils": "1.2.7-rc.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"definitelytyped-header-parser": "^3.9.0",
				"dtslint": "^3.4.1"
			},
			"gitHead": "598e53163890660670c46d84bb6a6cbee4693e41",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.7-rc.0",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.18.3/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Hvlwk5x7ZiUpK2O1APv9MVcZlBTUCvHNsdamO6s8ymv6ABrO0qqgoQqt6QGOSF0OhKUouoGVeUqEbuC8ZZpnmw==",
				"shasum": "f1ac630d13825e53567fd3314ddca521447c03e2",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.7-rc.0.tgz",
				"fileCount": 12,
				"unpackedSize": 9698379,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelmwcCRA9TVsSAnZWagAAhYYQAIrigQpFiIElnBrRjSNh\nxb2tXoZocaf4fLZ3wp2ehoPVAEs4cxE4R3g7d0A1Pv0LhAvmGHiEgGP/ny4q\nlVkiMNbdbOSqpUjLLwnBjSGDyY/886GsvobgV4nqvGZ6NzlVRptA85lf0NLF\nkliGvJacELp6Pi1k0GK5xVri7oxK3X+9MWqyhqBYLvm3/2GAjEBroWmNy3oB\nuRRpOUYDF+sUgrFg1FMipbhAiYwxzlCus/UiDc3Qv3ekcOLm3Y4J6rl22c69\nhwiX4eAQKv2Q6rWbMxqakzuYt7ZrhdlOZV0s/f3MZYwErQwr1yoJneGjkAXr\nxJNEYXLW28JdDE5agN+kPFRll0Qfn9qa5xo0igpDJAh7+oc/gw+GDZeDT5P3\nFjh3nae7HBS0LzYqPSgqMM22c8+qNQz7Hstcf8J+6Ci9wf0fsgD1p/nOfpta\ntDjp/WrhLY9Qx7gzanD3/AbCdvy4zyjHbqfXI0HjdbxVLRlZPGPiZwCZVISS\nKTRaq9vGelnoOgFoj1VdFP930lO2BMd8EPva2bJ+N+LldyLARPlP4rnPpUJK\n8v79tadn2TtscTe2J9cFHYZFe9JLjryd4vis7gA5IEfpPDcUrwoVipHwMfaB\nazY5oLiLv4TBlvWI9QXvSSPR5aF/ewFHbMffp4j0BIxFZ2TpxVCxZtUS4NOc\nIwqI\r\n=FUFQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.7-rc.0_1586916380181_0.042676916440234525"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.7": {
			"name": "web3",
			"version": "1.2.7",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.7",
				"web3-core": "1.2.7",
				"web3-eth": "1.2.7",
				"web3-eth-personal": "1.2.7",
				"web3-net": "1.2.7",
				"web3-shh": "1.2.7",
				"web3-utils": "1.2.7"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"definitelytyped-header-parser": "^3.9.0",
				"dtslint": "^3.4.1"
			},
			"gitHead": "65237be53b5d2ec7d12da12c35d7ddb7af57256f",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.7",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.18.3/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-jAAJHMfUlTps+jH2li1ckDFEpPrEEriU/ubegSTGRl3KRdNhEqT93+3kd7FHJTn3NgjcyURo2+f7Da1YcZL8Mw==",
				"shasum": "fcb83571036c1c6f475bc984785982a444e8d78e",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.7.tgz",
				"fileCount": 12,
				"unpackedSize": 9698499,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeoz6gCRA9TVsSAnZWagAAYRAP/07EsH7fJzfyNMGMrpuD\nge43XfGW6BsoaDwcqTDPfu6XSOrpBzZdfEmNZYwohtan5r9MVnraoUDma5Q7\np74v6H2VofeAWtJMhA3eUi0BY8LhHcBVmb/S0HCn/+OYVk3zwB4syEJFrjVT\nODVt5N5/X4PKa0SSDxcucVpCtMUKJ7oiJU2bjVmMKdi1hgWrmq2fDjAqTchw\nESZdqqsXNYQ8hh6VkFl8wiNHlH84jTAuZiqqpujFobOXBzaYewX/3qhsYgVk\nE9CtsQlB4ahH+yyNwY8edr4VTHzysZo2bl2DB8hvPHwSbyfoR6m/WDKxEhNn\nPc1+FefqmK7wPZkKc0ANq0ZtlzSjsQOgO0o+J84TxAcfL5c0StzZqa6SlJAd\nWk2BKqGkG4w4tDj/ey/b4Ju/vMf+61ywIfJeaQMK65dQx0jGC5zpgEeRNSR1\ngT/E3LKPUf+ZsM2jXyhtks560PxThaPSO6/4lPPAY6dqDrfx/R+4YsGh8zfY\nNDfGsz+N9OiEMuLQ824dVyhqe5a25OyS584V3uVfWIYQy/OMBdtmQJ1qKM3G\nu8bO/arstzGEgFBNjVKNnUMPS2CSZm13MjsjIZZykkOq0JKLPht/jiv/ciNN\nEcV7w+By4jrVXeq59jLehGtnO2EUhuE+GV3Rf5bUOjXfJdveygjThO/MthyH\nj5Ph\r\n=2XAV\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.7_1587756703713_0.9544113257940461"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.8-rc.0": {
			"name": "web3",
			"version": "1.2.8-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.8-rc.0",
				"web3-core": "1.2.8-rc.0",
				"web3-eth": "1.2.8-rc.0",
				"web3-eth-personal": "1.2.8-rc.0",
				"web3-net": "1.2.8-rc.0",
				"web3-shh": "1.2.8-rc.0",
				"web3-utils": "1.2.8-rc.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"dtslint": "^3.4.1",
				"typescript": "latest"
			},
			"gitHead": "035d11acced0bdd43e500d4defbfdcd1b70768d7",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.8-rc.0",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.20.2/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-+qCR2WD3gA/iAEAdojmJMy9RRgcDIEbmLH0ll4HP805Lx6hega4XvWAFNunTy73LXa+6uKckAIF8JE+5pP6sCw==",
				"shasum": "0b0c7ab1e0fe385c423c4273bb46f4898eca70b2",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.8-rc.0.tgz",
				"fileCount": 12,
				"unpackedSize": 10412378,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetawXCRA9TVsSAnZWagAAhL0P/jRM6eSDxa4GsX/cbkHU\ndUd8d+ouoFD6wkyq0HCPwea4UHFPfjnIWRF7KZtIOwsqEOKuMv5qqN4denx4\n86CBeRzKUtXPvHzcdsygHEYVWTW/dBhkuCS4tcguACwhB+m5GLTXz2ZGWOUF\nk8dONwfheDr2KnIJpXalMep8ceDE2vEKQpm6xAeAf258SDc0CrWeK+S+z/hC\nUXVwPM+R37OTNjjJ9Ny3FgwI9Nzgqnw7l3I/FWSs/Fxn0aM+1InEVICh+EnT\nc5MyXE+8FkbQBEd+yqbt/trG9XW9OVvLgE2KTrLnpqqwgl1lyJ5lo5dFuSG5\nJTky0nPh+ZdaDsH6IQmk/ZnFSa2Qc/VKIxoXW1MRbZ17KfOSJQ4asQ7BfJjS\nQkZPxOOIXibktWCdlkASOLDwrYuLobNbzhaK7ivyNPrQz8mQuBwzDj9CGHc1\nXw+sXC+UQlKQTAfmqviqhMY8bn/GWliwddHByOwiHFzuG2A2hAgFGb4uAONN\nvX3EyG3tEJW3ULKFzeeBY6la49lppfY0KXqOQMAKCZ5kU1EetwwwZ9NHE2BZ\nGltMtwgs1A99QDj2UqccW1r63JQJicXElNw9zTyEWXTQGfMnj8eSYJVc86ls\nz/9KKIh8povyWd5c7E1BHOY/PqV+RoLQYeBdt/tEcnEryjCAjIk1dosBW1EG\nTOsp\r\n=D10a\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.8-rc.0_1588964374812_0.49957547047539896"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.8-rc.1": {
			"name": "web3",
			"version": "1.2.8-rc.1",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.8-rc.1",
				"web3-core": "1.2.8-rc.1",
				"web3-eth": "1.2.8-rc.1",
				"web3-eth-personal": "1.2.8-rc.1",
				"web3-net": "1.2.8-rc.1",
				"web3-shh": "1.2.8-rc.1",
				"web3-utils": "1.2.8-rc.1"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"dtslint": "^3.4.1",
				"typescript": "latest"
			},
			"gitHead": "62890027ca41f9e272ba3ed83c4d83fd2a7aeced",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.8-rc.1",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.20.2/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-dab3W9ik8G62saOUpHXtDCIvXlPRQanVf5Ldeo9hfpNM4QnA3Q5H0P+H8F789HYtanSghFbgDow4XbuNPg2h5Q==",
				"shasum": "8ebc042b1811f44e1669952ba7783e83697d6c95",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.8-rc.1.tgz",
				"fileCount": 12,
				"unpackedSize": 10414075,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewuaICRA9TVsSAnZWagAAu3gQAJmNKfksNYWQVVW/HGNt\nu/OYa+GuDe3ZKjFmYMEf7X0JHsMOxGpm4BFomGsEd9/Ws/wkzEXZQrWeAZyo\nzlQWnoCsCWwfTh8ksQqEtii4R+2Ql1AMTjPmhR+s2VT2LS7a8kg0NrY5VgDM\nlKrVrdT9WHRPETBHRirhbRbYb3CLUj2gL1yoaRP/EurzRvd8as0aiaIjYOoM\ntoOhlvLOoREVPV2edKwcbNiglAJ1yQbQAfl08mWZPHhQ+YQCyqenyQ5xfSKj\nmBD1nE6XDYdhe+dsC4D3t0kvg3eGBwbC24bYtIwdGJDfvw+nQ2B7VqMMZe4S\nPSG5dwly6oapuZweDTKg3MtVV9BbeApn+u877Ubv4ulYPnnX9O/G7l6KVEzz\n4T43Bd8/Jz/KFs87kWvCagU/JohYoaAYC7sMMN1Bt3sPPML/hL6HKM95uQlp\nq4RTjiY6OJRWqKEiawijCbD7j4Xq5nIJFLscYVm185IbifPRqQmBWlHXv57h\nvJTxb2800iLQXdy5u21vxNWFaYcZwwEGjTjllsXTe+cPy3ZM2MDCk/ArGJ1I\n3cDS1DiL1aR6/qUyYhgOmumzuFH6hxrkFc83ytMop2RGxlhf1NLG3l6Qohjs\nIZDUVUBb2vSZpkxyYwrkmS8+YLhC5sb9tlXjXYkocvbUUNWzVaGS39vt24FS\n6s0y\r\n=aBGl\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.8-rc.1_1589831303745_0.023848473049757235"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.8": {
			"name": "web3",
			"version": "1.2.8",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.8",
				"web3-core": "1.2.8",
				"web3-eth": "1.2.8",
				"web3-eth-personal": "1.2.8",
				"web3-net": "1.2.8",
				"web3-shh": "1.2.8",
				"web3-utils": "1.2.8"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"dtslint": "^3.4.1",
				"typescript": "latest"
			},
			"gitHead": "e5b3b370b15adc53e88f0eff6ee09c52fa715994",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.8",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.20.2/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-rXUn16VKxn2aIe9v0KX+bSm2JXdq/Vnj3lZ0Rub2Q5YUSycHdCBaDtJRukl/jB5ygAdyr5/cUwvJzhNDJSYsGw==",
				"shasum": "20b24baa769e0224a708ef5bf196a5b83d19540b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.8.tgz",
				"fileCount": 12,
				"unpackedSize": 10413915,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexaNfCRA9TVsSAnZWagAA+pcP+wccDCssyuICSSPtSslp\n/2nAOuT7PEcdfphD/ZtpUY6HFOUcfxDmcpvW+H23uCutQZWmqgjg05t/mOS1\n2rGh7wcc3/wSBZFFeqIiU0QG0ReMy1FR3fvmMa2VUKZmzrBPzfOJP2j5slXi\nQrDh7Ljgq4Zg6u8RMvUF7XNeQFBddU/lpeKA/Q7wUhmPsjuv+yRajz5pfNOS\nJPY6v1FY1JNPrr9/L3M+DaQdiSEmzowWcOR8nrVEToXmvv1WuP2kS4/dUIo6\n/xZQpnfw3myRw0/mhlKhHl+QOZIIQi8LFiLvzc8qyLc9FcU20F3UVM4P3hs4\nwBH4tsvMbLsJpzQPa4xtskJCUQxrgjz5k2sAmskj8oTARnJQrws3mmT27b/v\niFYvYF+Z+rf6b6HHR50WGsTzGpewydzLUs7qAL+wWYGUju2Q+5u1yWfojxn1\nfU//l+x1VJsC39sZfo7pEb1dlOCPxZgMzluK1NRUxMoK6z4i0nPJYqyDh8ay\nTsWRnFBCpJLj6SGh81qllQMP/D1HjdneH2viZRwLTf3hiPkBT5G2c1c4E/bU\nzw8lvC1/R9VuH3VKgsBNc2OeBC/N7Lkn6ZsiA2sLrddfQE9d1MU/82mjmaoV\nQJwDR+tUi88XEJCcYhV5+x/lUsZUAJHfayAzQ2UjcyJiD0zJ067+Fsxopwyo\njdcV\r\n=1DTm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.8_1590010718840_0.5438459705392835"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.9-rc.0": {
			"name": "web3",
			"version": "1.2.9-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.9-rc.0",
				"web3-core": "1.2.9-rc.0",
				"web3-eth": "1.2.9-rc.0",
				"web3-eth-personal": "1.2.9-rc.0",
				"web3-net": "1.2.9-rc.0",
				"web3-shh": "1.2.9-rc.0",
				"web3-utils": "1.2.9-rc.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"dtslint": "^3.4.1",
				"typescript": "latest"
			},
			"gitHead": "7d94fdb22808ee95de326208f6086fb29ad6bca1",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.9-rc.0",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.20.2/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-IAwriQJGlwgXKUmh3nU7HC5SmqnoDUmwaprbPoP6I0bVefhXPHnwvNIMf91kKqux7UvIqqs0tweP+fRJ5OvAHQ==",
				"shasum": "93c3a5f6ad6588f7102a8107ff70159ae54f4dc9",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.9-rc.0.tgz",
				"fileCount": 12,
				"unpackedSize": 10570710,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1tkdCRA9TVsSAnZWagAAGkoQAIHB5R5Gp2P4Wje0LoBi\n0LXcP2gPYHz7u+f7v3/dESAEyhz7ADwXNV6jTWntETipAdXuUCl8gd6AlMa2\naT7R4V9uwafHvTLae45QwhuHBXwFLVzH6K9sv+lzGk4tlHZ1HlMnAxHtKGgH\ncyZGb0UnXzb4qPAzwJOD/ZHXHnvFKBSUF2dvEzg/Q2YHOWffnVkOZJVTCSeY\nFmAq0mKEZIBfoALPfihN/tQeH7fbGIzKoxpL/NmgNgnMf9O6NOPHh03FGsic\n9icMQNnteEXb24qCivxrBEE9I8dUCgUhRj9xXQZRe+m2dKkXW9T4hqNzdEOT\nTsOk2xrfSXd9upI9h7eW3WP4w67iopNUcSHOEDvnkOrOTIxmN/oE1wKCYY9i\nu3ylvKlJWxQaSj/R1yfBl6iCju54HiRLYL4Sg39tgguMTcCe90ZH/H+L7x+F\nzEOg1nywdGe5hEXUjXzDf8CtnQYYvXtTdUcEpKiDBNlfKH/SyDQ/srnIKzQd\nnKCKtslC5vuJwFmhtUO6wACyMmfNwzGoDUkBzF6EOGLQOZ0UffjgviLjXtod\nsLHaA9ddNYqtJ2ZYMLPLKOLyi3pNyN61V2Sk4YCjGIGQyZzJBdLZpzmk21jG\n1pAT0YOQUqEcA0aLqdYBaWk23NXmp6f7i3kSc0H0jvQjdhnNfMXaC6zgrsW2\ncvVo\r\n=OHgi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.9-rc.0_1591138588799_0.7957332740881364"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.9": {
			"name": "web3",
			"version": "1.2.9",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.9",
				"web3-core": "1.2.9",
				"web3-eth": "1.2.9",
				"web3-eth-personal": "1.2.9",
				"web3-net": "1.2.9",
				"web3-shh": "1.2.9",
				"web3-utils": "1.2.9"
			},
			"devDependencies": {
				"@types/node": "^12.12.34",
				"dtslint": "^3.4.1",
				"typescript": "latest"
			},
			"gitHead": "0e7ee3325437f73f4bace6c2df06aefafd72c716",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.9",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.20.2/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-Mo5aBRm0JrcNpN/g4VOrDzudymfOnHRC3s2VarhYxRA8aWgF5rnhQ0ziySaugpic1gksbXPe105pUWyRqw8HUA==",
				"shasum": "cbcf1c0fba5e213a6dfb1f2c1f4b37062e4ce337",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.9.tgz",
				"fileCount": 12,
				"unpackedSize": 10570550,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3982CRA9TVsSAnZWagAA1dEP+QAR73sr/CfIGN8nQfnl\nhYCO0xNzUIP7PRRkxYn/54o5QQJXpmBdXM3QZ+YDNn6BUOPwFKua5RQ64lfM\nGlKnUqNtLkY9fIlVey0l+NhMPTEVQnw3NqW2T0uDhQVbXeE+v7PmylQuj2WS\nsOp4pPSoGb7q2HpSURP4XfEc0eeLbD4UvGoE1T/TbDwOqdPqbnqbaNqmaXib\nGdWjKckdV5vb450jZETIMXD9Hjj/t5ecvdrUFy5IPp6qZxc/WywKp7xQ+80E\nmXkq9jW3Euqx7nEg3Ft1HF7ysGfuRhPJIJS6F3tFf1r3VyScJcd3O1HJx2Ps\nsg/e8lORs8BGskQtHg/ODQ41PTUIbcXCIZ9jKLCQFP55SCSJuf5Any8VznTP\n2zUrFI1QYAOOC6q5JGxXudZlHpJZ3sEzI/WtREkqOo8jMn75urK+no8YVJm8\nWIevNZkCd9MaONx1cBdrrAHLbU2WQ2ljeGUayjwK0bVG5dPHwlBYbZUQhNb7\n3mfgb1mmpKs/bIuUMwPpyKpWTbLR7JPkpq/scFo2BGh3/SAjnrUctv7EE5uh\nyJbZvJ1nALwAraFjEwB1uW9flHIhc7SnHeT3aLya8wf8U6cyunhyYKMTbllV\nQ5jklmLYps5hrlShujM6vjYaPFjUo3pjOptu2+Kkvb1elYzXbHZ/Vw52OY2M\nCBuu\r\n=SIL1\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.9_1591729973674_0.5242356480016528"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.10-rc.0": {
			"name": "web3",
			"version": "1.2.10-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.10-rc.0",
				"web3-core": "1.2.10-rc.0",
				"web3-eth": "1.2.10-rc.0",
				"web3-eth-personal": "1.2.10-rc.0",
				"web3-net": "1.2.10-rc.0",
				"web3-shh": "1.2.10-rc.0",
				"web3-utils": "1.2.10-rc.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.6",
				"dtslint": "^3.4.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "ef81e78b2eed69dd386e0d2cb9bd22d8af998c34",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.10-rc.0",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.22.0/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-uagwp49t3Fz7VLLnW31Ab2W4wuYUSE5YmZy2hwdL+ff6BJGxksSlrMLGLjHXsxN7Er6E7dtNdl38iMywxxcfyA==",
				"shasum": "6cb44dde25b58aa33867e9604b35518356717ccc",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.10-rc.0.tgz",
				"fileCount": 12,
				"unpackedSize": 8517495,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfB0B3CRA9TVsSAnZWagAAX4sP/R8WjKk2CWWRNnoYQ0iY\nlVcut89JLfGlWJpDa61vx08GtZhuBFt9ingn2p0t7v0aqF9zwS0/1+xtCcKA\n5bHck5bvLpJ3BsyjQ10+TivaDYxaL+UFxLR1796kMuW0Xx5YrdM0JnV0lmP5\nZKSiXLQy2+PlAc1Gf8nkMAYFIhlxhcHg/bJe1XKao6nnPHyr1vnpLjjAlwir\nkQhN3GgbhcQbamv2wvcyQqkeAmJECzdrTkcjMPhQWYm4PLiy3ecRS9uV7IBw\n1El68wEUfQX1lVu4NIs289o3HfjSMhUDm5yTMX80anEYxxApACUwO8JSZoa5\nJ7bttXd69PLXnw01BlDSJcEzskP6jfM9QuJqZ8TqnZNU7F3E720vYAsDPETr\nFrROYbU8b1x1J5eJjVqug2TJokHm+82EoeeV4VnJ8M7BiDfWWoMd92Z1d90c\nc1yTgdy5CRLkcdL2Ji271GET59fB1/mb8BAj60dhLyyyvZLhACle0GQRQ8jo\nwbs32YjA4nnXGMNdClrFRUBfcW8XY+Zh3HQ2+0Z3zC35prC/3gtVH4MnCtFE\nAitcHwDXYx5sWRrMQf2X74CmzKWJS/tNDS6AMnwrnXEcBR7rh3fWMbFPT2MP\n8aVa2Zijozm+S+IzJlLwwo9TqtS5KgsNii36/PnMCwhwzrDIexTAQtTa/iVQ\nwRfY\r\n=mmuz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.10-rc.0_1594310774599_0.17904874808695204"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.10": {
			"name": "web3",
			"version": "1.2.10",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.10",
				"web3-core": "1.2.10",
				"web3-eth": "1.2.10",
				"web3-eth-personal": "1.2.10",
				"web3-net": "1.2.10",
				"web3-shh": "1.2.10",
				"web3-utils": "1.2.10"
			},
			"devDependencies": {
				"@types/node": "^12.12.6",
				"dtslint": "^3.4.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "c42b14e30c097c4e2c214f421ebc8fc7fd0965e8",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.10",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.22.0/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-7wJRpI9kC0yYlIoXiN+6DcTFXFNaI98lh5ao8Nf8H23KYW02TgtG8ZgNgkW2IH6s+4/NFmyQlLViyK/b2NIE/w==",
				"shasum": "14e19ffbd6396c72888bd37a4ed545fcb2302b5b",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.10.tgz",
				"fileCount": 12,
				"unpackedSize": 8517415,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEd5lCRA9TVsSAnZWagAAZFYP/0P7btD5LsHk8Mx7lYTm\n0PKwWsvP+Wv2sS0TUuKUNPkGi5mqYf3IhAgvUBzqDRh0ZeXsxvNooKePINTT\nvhRPdPyyFuoPRA58j8fYlhU+DzUSrjoQwTylevAmompThdygVS3igqfMdyjW\nA+LK+pz+YyZHQIASAWQG1+2DMkk3xzn6brwLd3kPpYVI+Oh7wW47uzfj3Jlk\n3FaMUnzIBxizFuG0BQVMwtk4jA4NYqcFd85FbjfovlzXyvkJimZksLS6lb8Y\nrGNeM3uZPmp+oYVV407hPr3B+UX0Dpz7sqqaOiCW7qCIXR6Q6rikltJRA95O\nJaZqZQ8P7qRAKN4aT4EVmZkJio9oQ8gM0uc8RdCbV5u2EX8ztlCJn57BcbC6\ntl0/t7D6wlkm9ybTvEhOmqtoWtfhcwLEEVGUiSY0Ax3YpjHhhul/mNvjtwaA\nF/5Ar6lxJN7v7mea7DEkY0z7mvm0rgPXBLWQSUZJa6l6uyOrcrEMwlGq7zBU\nHh0Sy5EIDUODqI3+iBjsapKTX0LEd4PW5ZewWjL418EmABdOsnmhNy4FHfiY\nczgwiWew6sDmHnb8RZw4OfPVzAXx1LRY/wW0IHjOWy/b4e5WRWqbRVmYL4/P\nd92Lo+ssY2r7eYoOphJeidQnXu90PNJMkCWTotTeZvM1ftVukMFPYGm4jLNG\nuxsW\r\n=vB+P\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.10_1595006565218_0.7842457360171131"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.11": {
			"name": "web3",
			"version": "1.2.11",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "src/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.2.11",
				"web3-core": "1.2.11",
				"web3-eth": "1.2.11",
				"web3-eth-personal": "1.2.11",
				"web3-net": "1.2.11",
				"web3-shh": "1.2.11",
				"web3-utils": "1.2.11"
			},
			"devDependencies": {
				"@types/node": "^12.12.6",
				"dtslint": "^3.4.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "87e668275ac7d9b8af7c909137fc0626c3866929",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.2.11",
			"_nodeVersion": "10.16.2",
			"_npmVersion": "lerna/3.22.0/node@v10.16.2+x64 (darwin)",
			"dist": {
				"integrity": "sha512-mjQ8HeU41G6hgOYm1pmeH0mRAeNKJGnJEUzDMoerkpw7QUQT4exVREgF1MYPvL/z6vAshOXei25LE/t/Bxl8yQ==",
				"shasum": "50f458b2e8b11aa37302071c170ed61cff332975",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.2.11.tgz",
				"fileCount": 12,
				"unpackedSize": 8517443,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfE3cKCRA9TVsSAnZWagAAxAgP/jQ36mJ4YOWqOaWN4E6y\n+ckDAOz6D1kp6EAKBClecC3jIqlDMVEKvmyBKxndefPBfey7mNJ46JHRie9E\nM/Z7FaCClRXEOcdVo04HwXIhJG8lphUovARKBraURtlg1nf+zVa1Ga51zaMU\n7JakR6dPWaRKpMzrzaGOX5dxMD8kWfjNzI9ouBWfhSCBgLHogWTD+5GYa88z\nzJ5uKDrGRw22f7sbuwszrRUcnW7EDgtFEf6wvzF5QFtofLijahlcAWUN95Av\nTpYcfSTFF2BdH5O2WneBDGO1tnp/nac2pzR7fVQQrHu2jAlUviFR4Y4ekR99\nal04mrmoffYgP+CVxG5HJUOCRQW0+8JaX7UTrIus6a6gIJcMoU7uU4Nc+WJg\nMgx42+88XQ8cV/lbAP6pIMAedDqxD2iAU4S285HZ8BLIB2FzrcoBy+DVWute\nQJrSIsJl/s4y4QR8WkT9X+CPmVuY9uBQhvAc201mLgmx4YkP2OVErtXH334l\nQ7LP4S9Va7BDZbBj0fHDZC0fvtBmJ8RJiiDjC1JSXGcIg4rNkl7gt/ceZtwd\nLYu8ZXHjdCG9Muo67+MdtC9zg/dtt14g4u9pxqWH/+cFLzIkKQ5S3gzKLypn\n1WQvnChD8GLBsiAGWmKIps2XYIDRKc+sMYUlL1uq6HbSvomztvDYKnt1ahDL\nLJft\r\n=JJUx\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "ralxz",
				"email": "ryan@ryanio.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.2.11_1595111177675_0.5619823294139148"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0-rc.0": {
			"name": "web3",
			"version": "1.3.0-rc.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "lib/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"tsc": "tsc -b tsconfig.json",
				"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.3.0-rc.0",
				"web3-core": "1.3.0-rc.0",
				"web3-eth": "1.3.0-rc.0",
				"web3-eth-personal": "1.3.0-rc.0",
				"web3-net": "1.3.0-rc.0",
				"web3-shh": "1.3.0-rc.0",
				"web3-utils": "1.3.0-rc.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.6",
				"dtslint": "^3.4.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "83c9f65c7cb3b4f4532f890ec5a3608fd1879e35",
			"readmeFilename": "README.md",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.3.0-rc.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "lerna/3.22.0/node@v12.16.1+x64 (linux)",
			"dist": {
				"integrity": "sha512-3V9x4VqSqSagMR5zjkQkd2eev1kR8hAw6NHb+QcmfaiXCl3cbSKhXYSSqfJcY2pnc+JOqfOQDTMK4vsApMf84A==",
				"shasum": "e7a578dc58e9507aabcdb9de1d309570cae0a813",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.3.0-rc.0.tgz",
				"fileCount": 15,
				"unpackedSize": 12010214,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUATyCRA9TVsSAnZWagAAwPYP/1f4bGMFpNpiqKNKzzsg\nRA3yzgsIk2KLLJhjcC1Mix7mll2QT23RUImln74FBTqiMRbOAfzRB/QCTDio\nIUNDeYfLpw/JeU+7qDow6BbiCxYk0LC2st/uJX1MBph0LB8hNp+eIcJ6rTKn\nWSEikjQXYUQzNfv+kLog/430SndEbPRIZgarhRtnKuu9UvG72BG6xKP8VYpR\ncihBRIiztNd5Odp94tvFCYVCCqwaH4kRR7Mdo9BvFMo4+YmYm717Va2PnL+9\nV+BzTxV3pa5wsEEDmlSwFhvuiBZHvw9u8Qver5NH9C/xab5ec3bYs9lqGi15\nt0Oyer83xaaQmjC4JTk7yC4a+NSm51nxySweORRRqfW+IAEHBNZD/mZWHNXP\nIA7qJoET0dKfmuRZGKmBor2MqcVifqV5pe9UoEVXPIsZWPh7zUfNrQc4s44O\nA8Oysu4EPkXOakuknqiYbOVWBPPBTnmjRX7/chTLc9yzRuVaTCPHg0m0Z1F7\nRMG0ajvlJNnvXhkL7GAOM7Hezn/GCHrjR0GHQibB0KhOPd1O8pN/tfeMqcVl\nwHdwEfooa2Hwwv+B78kRa4wSoezGzmHkm742beCFOx9QxuGUqkwtByODvm/c\nlKfedCRrZZkdRFN8zmxbvRH14j9+SelXwXgeOQZdtAICqKxbfTBp0aSvEkqt\n/+Gi\r\n=jZqK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "christophergewecke@gmail.com",
					"name": "cgewecke"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"_npmUser": {
				"name": "gregthegreek",
				"email": "gregorymarkou@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.3.0-rc.0_1599079665858_0.28162255676372294"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "web3",
			"version": "1.3.0",
			"description": "Ethereum JavaScript API",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereum/web3.js.git"
			},
			"license": "LGPL-3.0",
			"engines": {
				"node": ">=8.0.0"
			},
			"main": "lib/index.js",
			"bugs": {
				"url": "https://github.com/ethereum/web3.js/issues"
			},
			"keywords": [
				"Ethereum",
				"JavaScript",
				"API"
			],
			"author": {
				"name": "ethereum.org"
			},
			"types": "types/index.d.ts",
			"scripts": {
				"tsc": "tsc -b tsconfig.json",
				"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
				"postinstall": "node angular-patch.js"
			},
			"authors": [
				{
					"name": "Fabian Vogelsteller",
					"email": "fabian@ethereum.org",
					"homepage": "http://frozeman.de"
				},
				{
					"name": "Marek Kotewicz",
					"email": "marek@parity.io",
					"url": "https://github.com/debris"
				},
				{
					"name": "Marian Oancea",
					"url": "https://github.com/cubedro"
				},
				{
					"name": "Gav Wood",
					"email": "g@parity.io",
					"homepage": "http://gavwood.com"
				},
				{
					"name": "Jeffery Wilcke",
					"email": "jeffrey.wilcke@ethereum.org",
					"url": "https://github.com/obscuren"
				}
			],
			"dependencies": {
				"web3-bzz": "1.3.0",
				"web3-core": "1.3.0",
				"web3-eth": "1.3.0",
				"web3-eth-personal": "1.3.0",
				"web3-net": "1.3.0",
				"web3-shh": "1.3.0",
				"web3-utils": "1.3.0"
			},
			"devDependencies": {
				"@types/node": "^12.12.6",
				"dtslint": "^3.4.1",
				"typescript": "^3.9.5"
			},
			"gitHead": "a88944fff1f62b2b6f00e3de52446d24d9e92cc6",
			"homepage": "https://github.com/ethereum/web3.js#readme",
			"_id": "web3@1.3.0",
			"_nodeVersion": "12.16.1",
			"_npmVersion": "lerna/3.22.0/node@v12.16.1+x64 (linux)",
			"dist": {
				"integrity": "sha512-4q9dna0RecnrlgD/bD1C5S+81Untbd6Z/TBD7rb+D5Bvvc0Wxjr4OP70x+LlnwuRDjDtzBwJbNUblh2grlVArw==",
				"shasum": "8fe4cd6e2a21c91904f343ba75717ee4c76bb349",
				"tarball": "https://registry.npmjs.org/web3/-/web3-1.3.0.tgz",
				"fileCount": 15,
				"unpackedSize": 12010134,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYRKwCRA9TVsSAnZWagAAWOoP/1j0sXbI2u7svjA4z9Xh\nycsGP+5BCrLrjK2LeEgvy4/GqjHedV7IWXyite9bOPWzH8AdlrIJNDbTK29l\nfrn/sBK9zJfoEvMqIDanZ9n5pJnK5YNEDKzgCjKoPTaG/5XyIu5M03WR6Shq\nqhwbgR8OkWYaQXGws/+Far0ZGYpdaLqVzUU/XDfa+8Oca29HZxeoG688Bh/w\nqjR+/oSLyK0Vf4oSOpID28JQk1CMcRgZa35C3kn3FbOimyxt0bpClTtucyH0\nlq2AV6CVBZlcOfZ4KeKHS53NEV0fiVTLI0eVDmJT2V1LGHEJPUHF2RZlVK4y\ndCuh0pczMRzeAV/Dw7VPE35dSPLiT+QLYhsJfTweb4+viVsPFgoT+SflAcHN\nj7YAKLdoNtGFpGaZakP9xevGNL9+qZtz09gQEo+VqTxJ3xiZdF+xq6z1topZ\nHPAqKaB5JteHAwxpodiYEBD0AyRE+4h5p6Wtg6AUfEvr8XHSZdBxITu7cBGM\nWFkwIQ+ykljyxmin3MW+xDSHKkYd1HHHWVy5mmuLEhl5RqBu4SLmPbIeXOU1\nca1B9gEnSCUqhOlCTOMPrtsCh24aBSFoTueNFBdSRqotPAsApnv1ONNp1dLL\nzl6aLhIsvejk/yQvq0OF82h6xLr5UCe6zt9LNDkqnI36PLSCrhUnJKDErAjg\n8skb\r\n=Eso4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "ralxz",
					"email": "ryan@ryanio.com"
				},
				{
					"name": "cgewecke",
					"email": "christophergewecke@gmail.com"
				},
				{
					"name": "holgerd77",
					"email": "Holger.Drewes@gmail.com"
				},
				{
					"name": "gregthegreek",
					"email": "gregorymarkou@gmail.com"
				}
			],
			"_npmUser": {
				"name": "gregthegreek",
				"email": "gregorymarkou@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/web3_1.3.0_1600197295722_0.1618058526048527"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-09-15T19:14:58.330Z",
		"created": "2015-04-07T02:42:04.180Z",
		"0.2.5": "2015-04-07T02:42:04.180Z",
		"0.2.6": "2015-04-09T22:18:38.729Z",
		"0.2.7": "2015-04-11T09:42:45.995Z",
		"0.2.8": "2015-04-16T11:19:25.768Z",
		"0.3.0": "2015-04-22T14:47:15.140Z",
		"0.3.1": "2015-04-23T09:22:56.474Z",
		"0.3.2": "2015-04-24T08:43:41.176Z",
		"0.3.3": "2015-04-26T09:00:06.641Z",
		"0.3.4": "2015-04-29T12:11:21.057Z",
		"0.3.6": "2015-05-12T06:42:46.819Z",
		"0.4.0": "2015-05-12T09:15:30.422Z",
		"0.4.1": "2015-05-13T10:25:39.394Z",
		"0.4.2": "2015-05-14T10:57:59.815Z",
		"0.4.3": "2015-05-21T09:42:13.067Z",
		"0.5.0": "2015-05-30T06:04:24.464Z",
		"0.6.0": "2015-06-11T03:27:09.973Z",
		"0.7.0": "2015-06-26T11:07:15.008Z",
		"0.7.1": "2015-06-30T11:12:24.228Z",
		"0.8.0": "2015-07-07T10:14:53.739Z",
		"0.8.1": "2015-07-08T12:08:25.613Z",
		"0.9.0": "2015-07-20T14:58:11.589Z",
		"0.9.1": "2015-07-21T09:38:25.990Z",
		"0.9.2": "2015-07-27T09:10:10.726Z",
		"0.10.0": "2015-08-03T13:34:05.341Z",
		"0.11.0": "2015-08-08T09:38:51.805Z",
		"0.12.0": "2015-08-09T06:53:29.356Z",
		"0.12.1": "2015-08-10T19:10:13.013Z",
		"0.12.2": "2015-08-12T08:45:13.436Z",
		"0.13.0": "2015-09-16T19:23:54.476Z",
		"0.14.0": "2015-10-19T03:36:56.161Z",
		"0.14.1": "2015-10-20T03:21:16.118Z",
		"0.15.0": "2015-10-30T12:46:06.340Z",
		"0.15.1": "2015-10-30T17:44:19.626Z",
		"0.15.2": "2016-02-12T13:13:56.657Z",
		"0.15.3": "2016-02-29T15:25:12.473Z",
		"0.16.0": "2016-05-12T14:48:38.629Z",
		"0.17.0-alpha": "2016-05-30T08:59:26.047Z",
		"0.17.0-beta": "2016-09-15T13:04:11.514Z",
		"0.18.0": "2017-01-06T11:09:05.083Z",
		"0.18.1": "2017-01-12T14:38:34.029Z",
		"0.18.2": "2017-01-13T12:37:47.288Z",
		"0.18.4": "2017-03-29T09:49:49.741Z",
		"0.19.0": "2017-05-09T10:06:40.836Z",
		"0.19.1": "2017-06-24T05:51:46.076Z",
		"0.20.0": "2017-07-17T10:01:18.614Z",
		"0.20.1": "2017-07-17T11:34:20.331Z",
		"1.0.0-beta1": "2017-07-20T09:38:12.576Z",
		"1.0.0-beta2": "2017-07-20T10:32:03.149Z",
		"1.0.0-beta.1": "2017-07-20T10:34:33.900Z",
		"1.0.0-beta.2": "2017-07-20T12:21:34.402Z",
		"1.0.0-beta.3": "2017-07-20T12:27:20.149Z",
		"1.0.0-beta.4": "2017-07-20T12:43:50.091Z",
		"1.0.0-beta.5": "2017-07-21T09:35:05.369Z",
		"1.0.0-beta.6": "2017-07-22T14:11:47.205Z",
		"1.0.0-beta.7": "2017-07-22T14:42:22.014Z",
		"1.0.0-beta.9": "2017-07-24T16:52:00.151Z",
		"1.0.0-beta.10": "2017-07-24T17:09:24.913Z",
		"1.0.0-beta.11": "2017-07-24T17:48:58.441Z",
		"1.0.0-beta.12": "2017-07-26T17:25:21.685Z",
		"1.0.0-beta.13": "2017-07-27T13:51:04.722Z",
		"1.0.0-beta.14": "2017-08-02T13:27:55.834Z",
		"1.0.0-beta.15": "2017-08-03T11:45:08.442Z",
		"1.0.0-beta.16": "2017-08-07T16:10:28.568Z",
		"1.0.0-beta.17": "2017-08-08T10:26:33.955Z",
		"1.0.0-beta.18": "2017-08-09T14:19:24.540Z",
		"0.20.2": "2017-09-15T11:49:26.891Z",
		"1.0.0-beta.19": "2017-09-15T11:55:42.439Z",
		"1.0.0-beta.20": "2017-09-15T12:01:16.345Z",
		"1.0.0-beta.21": "2017-09-20T13:54:12.888Z",
		"1.0.0-beta.22": "2017-09-25T15:06:23.995Z",
		"1.0.0-beta.23": "2017-10-10T11:24:50.825Z",
		"1.0.0-beta.24": "2017-10-19T13:39:23.253Z",
		"1.0.0-beta.25": "2017-11-14T11:17:40.924Z",
		"1.0.0-beta.26": "2017-11-14T11:23:55.309Z",
		"0.20.3": "2017-12-21T09:51:37.192Z",
		"1.0.0-beta.27": "2017-12-21T11:09:25.701Z",
		"1.0.0-beta.28": "2018-01-17T17:07:15.681Z",
		"0.20.4": "2018-01-17T17:10:50.871Z",
		"1.0.0-beta.29": "2018-01-26T09:39:32.620Z",
		"0.20.5": "2018-02-13T11:22:10.884Z",
		"1.0.0-beta.30": "2018-02-13T11:33:48.515Z",
		"1.0.0-beta.31": "2018-03-13T14:06:49.805Z",
		"0.20.6": "2018-03-13T14:15:51.188Z",
		"1.0.0-beta.32": "2018-03-19T20:03:41.382Z",
		"1.0.0-beta.33": "2018-03-19T20:22:58.795Z",
		"1.0.0-beta.34": "2018-04-13T14:57:12.127Z",
		"0.20.7": "2018-07-25T13:17:03.632Z",
		"1.0.0-beta.35": "2018-07-25T13:27:07.100Z",
		"1.0.0-beta.36": "2018-09-04T11:50:13.215Z",
		"1.0.0-beta.37": "2018-12-08T16:36:50.443Z",
		"1.0.0-beta.38": "2019-01-25T19:14:38.366Z",
		"1.0.0-beta.39": "2019-01-27T17:39:45.430Z",
		"1.0.0-beta.40": "2019-01-28T17:58:08.331Z",
		"1.0.0-beta.41": "2019-01-28T21:13:17.956Z",
		"1.0.0-beta.42": "2019-02-06T16:05:37.726Z",
		"1.0.0-beta.43": "2019-02-06T19:19:18.151Z",
		"1.0.0-beta.44": "2019-02-08T16:53:15.309Z",
		"1.0.0-beta.45": "2019-02-09T11:51:08.413Z",
		"1.0.0-beta.46": "2019-02-09T12:12:08.370Z",
		"1.0.0-beta.47": "2019-03-01T20:05:36.614Z",
		"1.0.0-beta.48": "2019-03-05T18:39:22.592Z",
		"1.0.0-beta.49": "2019-03-19T14:42:35.696Z",
		"1.0.0-beta.50": "2019-03-20T11:02:08.648Z",
		"1.0.0-beta.51": "2019-03-28T14:11:08.046Z",
		"1.0.0-beta.52": "2019-04-04T17:08:46.590Z",
		"1.0.0-beta.53": "2019-04-30T10:13:53.166Z",
		"1.0.0-beta.54": "2019-05-02T21:35:36.008Z",
		"1.0.0-beta.55": "2019-05-09T12:16:09.627Z",
		"2.0.0-alpha": "2019-07-13T09:59:46.844Z",
		"1.2.0": "2019-07-23T09:35:50.177Z",
		"1.2.1": "2019-08-06T09:52:11.465Z",
		"2.0.0-alpha.1": "2019-08-06T10:10:50.685Z",
		"1.2.2": "2019-10-23T09:46:02.767Z",
		"1.2.3": "2019-11-14T15:32:11.122Z",
		"1.2.4": "2019-11-15T10:00:41.203Z",
		"1.2.5-rc.0": "2020-01-16T12:27:45.283Z",
		"1.2.5": "2020-01-27T08:35:39.151Z",
		"1.2.6": "2020-02-02T12:35:37.984Z",
		"1.2.7-rc.0": "2020-04-15T02:06:20.346Z",
		"1.2.7": "2020-04-24T19:31:43.862Z",
		"1.2.8-rc.0": "2020-05-08T18:59:34.964Z",
		"1.2.8-rc.1": "2020-05-18T19:48:24.092Z",
		"1.2.8": "2020-05-20T21:38:39.170Z",
		"1.2.9-rc.0": "2020-06-02T22:56:28.987Z",
		"1.2.9": "2020-06-09T19:12:53.958Z",
		"1.2.10-rc.0": "2020-07-09T16:06:14.749Z",
		"1.2.10": "2020-07-17T17:22:45.520Z",
		"1.2.11": "2020-07-18T22:26:17.885Z",
		"1.3.0-rc.0": "2020-09-02T20:47:46.163Z",
		"1.3.0": "2020-09-15T19:14:56.055Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.3.0",
		"next": "2.0.0-alpha.1",
		"rc": "1.3.0-rc.0"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"8102f0ad2922e9c06f391f0e8d5cc906\"",
			"fetched": 1602009368984
		}
	},
	"_distfiles": {
		"web3-0.2.5.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.2.5.tgz",
			"sha": "4d8073a975350e3af684f47296cde1473771e256",
			"registry": "npmjs"
		},
		"web3-0.2.6.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.2.6.tgz",
			"sha": "d6ec2f0c462c2b057674e1f9a4c975a9a9fd800d",
			"registry": "npmjs"
		},
		"web3-0.2.7.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.2.7.tgz",
			"sha": "7432918c5d318c1f4dcf68e71a7539db23c2dbd6",
			"registry": "npmjs"
		},
		"web3-0.2.8.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.2.8.tgz",
			"sha": "a1c85977470b12228ce35153b669f5be123f49a7",
			"registry": "npmjs"
		},
		"web3-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.0.tgz",
			"sha": "20ff3b08008acf958171de9e0480c58dda3f0e52",
			"registry": "npmjs"
		},
		"web3-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.1.tgz",
			"sha": "e1626dfa25a43842a6838ef0b4759ae086dc2cdb",
			"registry": "npmjs"
		},
		"web3-0.3.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.2.tgz",
			"sha": "d54678a18b0669fa9ae45b63fdb5d726f0f6d1a5",
			"registry": "npmjs"
		},
		"web3-0.3.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.3.tgz",
			"sha": "611d5deddaad908cbe738e7613aaae498d14e44a",
			"registry": "npmjs"
		},
		"web3-0.3.4.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.4.tgz",
			"sha": "97f1b2e005c67e3f0299bd23d7cc7f97e37380ae",
			"registry": "npmjs"
		},
		"web3-0.3.6.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.3.6.tgz",
			"sha": "70df61c3033a407364d3327f7e3113af65284eaa",
			"registry": "npmjs"
		},
		"web3-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.4.0.tgz",
			"sha": "b29e8890743f2b29cce35c35a8eea3110c1f2f05",
			"registry": "npmjs"
		},
		"web3-0.4.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.4.1.tgz",
			"sha": "8821db5d27080c1fdf7488d8d83615e1cf767e57",
			"registry": "npmjs"
		},
		"web3-0.4.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.4.2.tgz",
			"sha": "0e307bd3aa9236011857da935cf3def4bf69a4b1",
			"registry": "npmjs"
		},
		"web3-0.4.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.4.3.tgz",
			"sha": "6ca29e54cb4bae5e38732f27aece33018ba5afed",
			"registry": "npmjs"
		},
		"web3-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.5.0.tgz",
			"sha": "a68b382bb766f9adb5f7229fbdf8891137f3dbb5",
			"registry": "npmjs"
		},
		"web3-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.6.0.tgz",
			"sha": "eb2a8088622f9907474a9acc11af861d88e3e159",
			"registry": "npmjs"
		},
		"web3-0.7.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.7.0.tgz",
			"sha": "f6cfa72146461288e75105cd6f584715f291475d",
			"registry": "npmjs"
		},
		"web3-0.7.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.7.1.tgz",
			"sha": "34a64a3ba74d69ae09ea5a062031331acca5c3f0",
			"registry": "npmjs"
		},
		"web3-0.8.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.8.0.tgz",
			"sha": "50e89b3850ccd3846adc8a8dd9753084cb4fb61c",
			"registry": "npmjs"
		},
		"web3-0.8.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.8.1.tgz",
			"sha": "6fda27c0848a3e3ea005c53c51150fe65a6f796e",
			"registry": "npmjs"
		},
		"web3-0.9.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.9.0.tgz",
			"sha": "d518bb27c2fce95f013a44809163db84fb7c3261",
			"registry": "npmjs"
		},
		"web3-0.9.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.9.1.tgz",
			"sha": "26fad2da5613d657c07ceedba24cde3cf8c023e3",
			"registry": "npmjs"
		},
		"web3-0.9.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.9.2.tgz",
			"sha": "d0630eb2b5dfecf4c340c67f78d98d2e99e50cbe",
			"registry": "npmjs"
		},
		"web3-0.10.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.10.0.tgz",
			"sha": "874ff27bc9a21f7bef62f59c5c620f6570329aef",
			"registry": "npmjs"
		},
		"web3-0.11.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.11.0.tgz",
			"sha": "2fa94842fe6d52fc9034c56a9bfe865ec64de458",
			"registry": "npmjs"
		},
		"web3-0.12.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.12.0.tgz",
			"sha": "20ac36d5a1c61351806142449d12d8df0e12cd12",
			"registry": "npmjs"
		},
		"web3-0.12.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.12.1.tgz",
			"sha": "299887b6be405e1c4b3af2e4ef38cabfcbe7b1d8",
			"registry": "npmjs"
		},
		"web3-0.12.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.12.2.tgz",
			"sha": "2f236f79a28f8880b8dad0f38e1259d23b0ddf05",
			"registry": "npmjs"
		},
		"web3-0.13.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.13.0.tgz",
			"sha": "fbd55744bc013fae6ecc144145e1daea12105ae1",
			"registry": "npmjs"
		},
		"web3-0.14.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.14.0.tgz",
			"sha": "9713cb1af2bffbd4a32fe7cc910daeb42767115a",
			"registry": "npmjs"
		},
		"web3-0.14.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.14.1.tgz",
			"sha": "2690717c205356e7def38f11b9c4c712bfe44a22",
			"registry": "npmjs"
		},
		"web3-0.15.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.15.0.tgz",
			"sha": "7d9fd19338b5637c6c53302239ef946e34a68da8",
			"registry": "npmjs"
		},
		"web3-0.15.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.15.1.tgz",
			"sha": "65b17fd3be991de4983c3558cc1f0b9aab3a0a10",
			"registry": "npmjs"
		},
		"web3-0.15.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.15.2.tgz",
			"sha": "4ecfcc997094c2f638d7eaa84f1fcc5d57a8e74c",
			"registry": "npmjs"
		},
		"web3-0.15.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.15.3.tgz",
			"sha": "f997ccda419fc528c0d6c5d8d5382212bfa74628",
			"registry": "npmjs"
		},
		"web3-0.16.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.16.0.tgz",
			"sha": "a4554175cd462943035b1f1d39432f741c6b6019",
			"registry": "npmjs"
		},
		"web3-0.17.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.17.0-alpha.tgz",
			"sha": "d4799dde791534b4d8b51eecdaf02c617b37e9e3",
			"registry": "npmjs"
		},
		"web3-0.17.0-beta.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.17.0-beta.tgz",
			"sha": "57af38245bff7a32099f7ce5780fad5bbc00da5b",
			"registry": "npmjs"
		},
		"web3-0.18.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.18.0.tgz",
			"sha": "03e4471bc2853a8177f06212fcad6adf1b16736a",
			"registry": "npmjs"
		},
		"web3-0.18.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.18.1.tgz",
			"sha": "39e2343216b6040ec3963dc9219ffc2fcfb6b2a0",
			"registry": "npmjs"
		},
		"web3-0.18.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.18.2.tgz",
			"sha": "61b1a6edf5056820e22e1ef082f54c279f4bf758",
			"registry": "npmjs"
		},
		"web3-0.18.4.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.18.4.tgz",
			"sha": "81ec1784145491f2eaa8955b31c06049e07c5e7d",
			"registry": "npmjs"
		},
		"web3-0.19.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.19.0.tgz",
			"sha": "8b18fba24421a59d2884859bcb9b718c2665524e",
			"registry": "npmjs"
		},
		"web3-0.19.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.19.1.tgz",
			"sha": "e763d5b1107c4bc24abd4f8cbee1ba3659e6eb31",
			"registry": "npmjs"
		},
		"web3-0.20.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.0.tgz",
			"sha": "aabbbe35fe6cabe811659087a55cc86e99336c74",
			"registry": "npmjs"
		},
		"web3-0.20.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.1.tgz",
			"sha": "fb262e9ad71552167a6af012fdd420de017032f0",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta1.tgz",
			"sha": "af260d52714b9c23d7cc7a9f170726dbceab806f",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta2.tgz",
			"sha": "bde93e2b88c431673f25d81298221a1ec2b1a9ef",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.1.tgz",
			"sha": "d2c23ac99d57b36674854fa94e37a35303f08b91",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.2.tgz",
			"sha": "29c579eee9d59799e9d19ad94840865d67bcf5a0",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.3.tgz",
			"sha": "0f2ee101c4472282e64b7551251955cf48251d94",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.4.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.4.tgz",
			"sha": "610c930636940b38b366358d79adfc6b2ee9f74d",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.5.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.5.tgz",
			"sha": "433cee8a512c837c9e53af78b4db7e1dc1979dd4",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.6.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.6.tgz",
			"sha": "a4ebd0dda49b816638d455f34515129490b810ba",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.7.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.7.tgz",
			"sha": "2883afeeeccd885b3a5789465a746577d04354fa",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.9.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.9.tgz",
			"sha": "2ef66f4d79296d4c236ddc648af2abdfe98c0614",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.10.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.10.tgz",
			"sha": "8587019998cc2375a1321afa7256f050640dc91c",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.11.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.11.tgz",
			"sha": "2983b95c175f6de530689f89417d4cfaeaa3d43c",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.12.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.12.tgz",
			"sha": "8423bc3978902e478ddf62a53e4f231de7214c26",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.13.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.13.tgz",
			"sha": "197caaaf00791c90b8018161be50c2d92675a4c4",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.14.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.14.tgz",
			"sha": "d8a284673b090fa79c2e019e061af16506783d7f",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.15.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.15.tgz",
			"sha": "033a78d0f4c0c12a20462520a73cfc09f2a8dc69",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.16.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.16.tgz",
			"sha": "fb15e08b98eb3e4261c1a1e39075509ea5f5eee3",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.17.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.17.tgz",
			"sha": "fed645c563cfb0a40e99f6fee08838e677521b30",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.18.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.18.tgz",
			"sha": "ef9192d045b22018b09826a3576ae3e6ae0b66f5",
			"registry": "npmjs"
		},
		"web3-0.20.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.2.tgz",
			"sha": "c54dac5fc0e377399c04c1a6ecbb12e4513278d6",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.19.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.19.tgz",
			"sha": "ddccfb6daa97e0d79d71e8c6df291456c67fbaa9",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.20.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.20.tgz",
			"sha": "a5ad27c932ddcb9b037fd8dc9624ddf943544efe",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.21.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.21.tgz",
			"sha": "33e1115152996fa10d455a5a1890b666ebcc4c8d",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.22.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.22.tgz",
			"sha": "96eef37e7e017d4beedeeff91ba3343e8af7a9ff",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.23.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.23.tgz",
			"sha": "d2292b507f34bc36d48794098d74066a7f518cf8",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.24.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.24.tgz",
			"sha": "0b653d6a50f407b37f593371fb6ee1bd3a1f27c2",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.25.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.25.tgz",
			"sha": "4dbcdec8fbcd83d5288346a4f2c615f1dc801713",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.26.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.26.tgz",
			"sha": "bb46daf6aefc313f768b3de39d7f4a8d7bd06663",
			"registry": "npmjs"
		},
		"web3-0.20.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.3.tgz",
			"sha": "caa44373dc8815ac8767bddb6ba73073964caa8b",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.27.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.27.tgz",
			"sha": "d9a7c956bec981b0ba927bdb91dd0f1275eb3479",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.28.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.28.tgz",
			"sha": "baf345e1059fa0f45018bac520ddd6a5db49c695",
			"registry": "npmjs"
		},
		"web3-0.20.4.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.4.tgz",
			"sha": "400e6579a65bb4a3dde71a6ebf6509afadc33a04",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.29.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.29.tgz",
			"sha": "e97bfd5fde145a50181724f1777f8db918366260",
			"registry": "npmjs"
		},
		"web3-0.20.5.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.5.tgz",
			"sha": "c5048d35f7bf4e2c4c280ce51fbbbc951290b165",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.30.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.30.tgz",
			"sha": "ad3e761845aeb2f40a7760cde75793773a431ecd",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.31.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.31.tgz",
			"sha": "c56239e5271407c982cb8584a9dfc81fdac47e36",
			"registry": "npmjs"
		},
		"web3-0.20.6.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.6.tgz",
			"sha": "3e97306ae024fb24e10a3d75c884302562215120",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.32.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.32.tgz",
			"sha": "75e28e14b5ba939ef4ce7f82eea9988c6aa975d0",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.33.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.33.tgz",
			"sha": "c6021b5769927726371c184b868445311b139295",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.34.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.34.tgz",
			"sha": "347e561b784098cb5563315f490479a1d91f2ab1",
			"registry": "npmjs"
		},
		"web3-0.20.7.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-0.20.7.tgz",
			"sha": "1605e6d81399ed6f85a471a4f3da0c8be57df2f7",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.35.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.35.tgz",
			"sha": "6475095bd451a96e50a32b997ddee82279292f11",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.36.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.36.tgz",
			"sha": "2954da9e431124c88396025510d840ba731c8373",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.37.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.37.tgz",
			"sha": "b42c30e67195f816cd19d048fda872f70eca7083",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.38.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.38.tgz",
			"sha": "1f0925f13c5217607b315bf85c2d664a93c4e76d",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.39.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.39.tgz",
			"sha": "2234de891676489bcf4d4605c48568fab7bdf7d5",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.40.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.40.tgz",
			"sha": "d14f785ddfc8af6518b485787e2192fa88c564dd",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.41.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.41.tgz",
			"sha": "ed2f7ae63d4db89820a4f6b0d4a0a7cc53eee5e1",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.42.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.42.tgz",
			"sha": "49614d2ac93dc71a789dac83ebf2043785862eb6",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.43.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.43.tgz",
			"sha": "e378315a3262a90b93b453529ada7c82db5d76b1",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.44.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.44.tgz",
			"sha": "973f9f4f431ba8a1f9039f5245b5222a796ebbe7",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.46.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.46.tgz",
			"sha": "03b5eb25e4ca1130f4775e43964c19dad2aecdc2",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.47.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.47.tgz",
			"sha": "f34557cf23be48e628ac4b0e2024336b8335c067",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.48.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.48.tgz",
			"sha": "66a3d29cdb40a0d2015cd7e5af081defaa2ec270",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.49.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.49.tgz",
			"sha": "04c199bf3513c4977a00987929fcd5510b53a49c",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.50.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.50.tgz",
			"sha": "a82db1ac519e68696363eee46d9b233f52f37eed",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.51.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.51.tgz",
			"sha": "1099df908ef3421704e0aa0c3ec680d3bd2cf01b",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.52.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.52.tgz",
			"sha": "a524888b84206d1ceea8abe1d6056bd7a0a8e33f",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.53.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.53.tgz",
			"sha": "455ade24706a11b7e17dfd51dca475001c9b78b1",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.54.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.54.tgz",
			"sha": "d3545ad863be6558ca08b3e41b9491cf16d1eb8b",
			"registry": "npmjs"
		},
		"web3-1.0.0-beta.55.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.0.0-beta.55.tgz",
			"sha": "8845075129299da172c2eb41a748c8a87c2a2b5a",
			"registry": "npmjs"
		},
		"web3-2.0.0-alpha.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-2.0.0-alpha.tgz",
			"sha": "564f3dfc316a1bc9f45558f077746ef2b5a4d7f5",
			"registry": "npmjs"
		},
		"web3-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.0.tgz",
			"sha": "ef9c43a99eac348a85c09179690290d45a96a5f2",
			"registry": "npmjs"
		},
		"web3-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.1.tgz",
			"sha": "5d8158bcca47838ab8c2b784a2dee4c3ceb4179b",
			"registry": "npmjs"
		},
		"web3-2.0.0-alpha.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-2.0.0-alpha.1.tgz",
			"sha": "cfc0cef8c94d312ae943f268d6b42ebada521150",
			"registry": "npmjs"
		},
		"web3-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.2.tgz",
			"sha": "b1b8b69aafdf94cbaeadbb68a8aa1df2ef266aec",
			"registry": "npmjs"
		},
		"web3-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.3.tgz",
			"sha": "f6a927711614dfb6a38ecb9d148f1aff55ece4bd",
			"registry": "npmjs"
		},
		"web3-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.4.tgz",
			"sha": "6e7ab799eefc9b4648c2dab63003f704a1d5e7d9",
			"registry": "npmjs"
		},
		"web3-1.2.5-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.5-rc.0.tgz",
			"sha": "7290ae614be9a3ad7dc3fe25c9a307413840be09",
			"registry": "npmjs"
		},
		"web3-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.5.tgz",
			"sha": "86e2f3d9aa5aa8013d436097805243f94b76d14f",
			"registry": "npmjs"
		},
		"web3-1.2.6.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.6.tgz",
			"sha": "c497dcb14cdd8d6d9fb6b445b3b68ff83f8ccf68",
			"registry": "npmjs"
		},
		"web3-1.2.7-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.7-rc.0.tgz",
			"sha": "f1ac630d13825e53567fd3314ddca521447c03e2",
			"registry": "npmjs"
		},
		"web3-1.2.7.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.7.tgz",
			"sha": "fcb83571036c1c6f475bc984785982a444e8d78e",
			"registry": "npmjs"
		},
		"web3-1.2.8-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.8-rc.0.tgz",
			"sha": "0b0c7ab1e0fe385c423c4273bb46f4898eca70b2",
			"registry": "npmjs"
		},
		"web3-1.2.8-rc.1.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.8-rc.1.tgz",
			"sha": "8ebc042b1811f44e1669952ba7783e83697d6c95",
			"registry": "npmjs"
		},
		"web3-1.2.8.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.8.tgz",
			"sha": "20b24baa769e0224a708ef5bf196a5b83d19540b",
			"registry": "npmjs"
		},
		"web3-1.2.9-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.9-rc.0.tgz",
			"sha": "93c3a5f6ad6588f7102a8107ff70159ae54f4dc9",
			"registry": "npmjs"
		},
		"web3-1.2.9.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.9.tgz",
			"sha": "cbcf1c0fba5e213a6dfb1f2c1f4b37062e4ce337",
			"registry": "npmjs"
		},
		"web3-1.2.10-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.10-rc.0.tgz",
			"sha": "6cb44dde25b58aa33867e9604b35518356717ccc",
			"registry": "npmjs"
		},
		"web3-1.2.10.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.10.tgz",
			"sha": "14e19ffbd6396c72888bd37a4ed545fcb2302b5b",
			"registry": "npmjs"
		},
		"web3-1.2.11.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.2.11.tgz",
			"sha": "50f458b2e8b11aa37302071c170ed61cff332975",
			"registry": "npmjs"
		},
		"web3-1.3.0-rc.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.3.0-rc.0.tgz",
			"sha": "e7a578dc58e9507aabcdb9de1d309570cae0a813",
			"registry": "npmjs"
		},
		"web3-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/web3/-/web3-1.3.0.tgz",
			"sha": "8fe4cd6e2a21c91904f343ba75717ee4c76bb349",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"web3-1.2.10.tgz": {
			"shasum": "14e19ffbd6396c72888bd37a4ed545fcb2302b5b"
		}
	},
	"_rev": "19-0f4db089ccf05de0",
	"_id": "web3",
	"readme": "# web3\n\n[![NPM Package][npm-image]][npm-url] [![Dependency Status][deps-image]][deps-url] [![Dev Dependency Status][deps-dev-image]][deps-dev-url]\n\nThis is the main package of [web3.js][repo].\n\nPlease read the main [README][repo-readme] and [documentation][docs] for more.\n\n## Installation\n\n### Node.js\n\n```bash\nnpm install web3\n```\n\n## Types\n\nAll the TypeScript typings are placed in the `types` folder.\n\n[docs]: http://web3js.readthedocs.io/en/1.0/\n[repo]: https://github.com/ethereum/web3.js\n[repo-readme]: https://github.com/ethereum/web3.js/blob/1.x/README.md\n[npm-image]: https://img.shields.io/npm/v/web3.svg\n[npm-url]: https://npmjs.org/package/web3\n[deps-image]: https://david-dm.org/ethereum/web3.js/1.x/status.svg?path=packages/web3\n[deps-url]: https://david-dm.org/ethereum/web3.js/1.x?path=packages/web3\n[deps-dev-image]: https://david-dm.org/ethereum/web3.js/1.x/dev-status.svg?path=packages/web3\n[deps-dev-url]: https://david-dm.org/ethereum/web3.js/1.x?type=dev&path=packages/web3"
}