{
	"name": "ethereumjs-common",
	"versions": {
		"0.1.0": {
			"name": "ethereumjs-common",
			"version": "0.1.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"name": "holgerd77",
					"email": "Holger.Drewes@gmail.com"
				}
			],
			"dependencies": {},
			"gitHead": "75c543091bff581e2043d83efcc714a804d322a5",
			"_id": "ethereumjs-common@0.1.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-oKr0zbqO74gwR6tUpz0QjeGD9ohFmobOXynzH+wClA1VKbJSYPCLh/c1hckSveYid4YknEqL+EaYJA/fda2nOg==",
				"shasum": "6b50d1c7527bb1e116a1493f6033ab09b3df81f3",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.1.0.tgz",
				"fileCount": 28,
				"unpackedSize": 710326,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8s4ICRA9TVsSAnZWagAARScQAJISrz86t/V6ULw3P+xO\nrRSl9mh8/XSKuLydFB0XHFih9vcry2YtbiDAmlDzztGkrfOsjHh9Lzk9Z4G7\nBEykBGtZgjsjcFiPobloGuCD2HVdI8STuUu0zO/bNYhla4mBG7zQ1BSthd2A\n2moU6BtGn6l1169rH9/NjLLkQAUoNAV26hFDUGkQg1pHc3pcZnkMUphO3/5x\neQwEn+k/71iWfAlWblxb/bTv9WdToVaxh/gvzhwigLOrpH7y9vrdw3pYCSps\nBRvWe0Ye7W+Tqh94UP3C3U2k3zxVWUm2EPI/H5OsCsim/71xPf+BRj3iiw5M\n9t2CTNzKe0EPmqIgg622YarweA2vz42mPoxUDVAGX58OO5ILX582RqJ3/BzJ\nmHJ3pXG+ocaHYporCOGSQXp0Pfkf0nZ74mhV2akkKkBfUv5izzv1XHMLl6dS\nulDwPsQaPSVcz0XvUwSbR9tzdkv5OTa0BeugBUVbri06kLH6Uns8bV1rliMq\neJLhv1Gkkt5kXE09VjcIZhfdxBAYt7npBiadBMw5ekyRssqyS5Cn9dZIEG+m\n+9rsHzbhSrJiP1ZW2n/9L7bAGkGmaZeVTxZUe1OoMUfDXQoYhVrpnTookuf2\nX7wbNhjBHMM6Qi75C+BLW22jmgdY+q96TLsrYfWOsTuuHhtAATBmRq5W7ueY\nTFw5\r\n=Vxc2\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.1.0_1525861895274_0.6389440861801898"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.1.1": {
			"name": "ethereumjs-common",
			"version": "0.1.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "e7d113a1ad7b47d123af107a263d9286bb9b6c25",
			"_id": "ethereumjs-common@0.1.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-dBUj94/rC1gBnhsEvQnvC3AwJxRCukAu6JtlQuU+5AzQMchUpzlbxfVmMa0FuBZj2QxEboddXhxSRkIKKB0jEA==",
				"shasum": "4fa63899f23f77ccdf5f3d61894679aa048692eb",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.1.1.tgz",
				"fileCount": 28,
				"unpackedSize": 710573,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8wG9CRA9TVsSAnZWagAAeV8P/0Aqj//RtP6xfb4uv0fc\nILsAoVumB2hvUcki5czufVR+0Bh1GxRf05z9GQgtVimQX68hU0Tb5dG5WWIe\n4jrfojHacJbX8fbO5rz0wm/86x8XqPaq/WgwkZqKwx35pVRnHDMYQwlKrC+B\nEhrsjGNZIaujSt26KjOwyAGIsG9ylagnyLy0wy1O+1G0ZDGREcnxnayOk5R2\nduciWBJ7d54chKjEjW+xm8hceGL9PdjyLv8GTuD9BwdVepHmryQJi8iUiucF\n12a7tRdslEtBuoJzBaWmKtsS5Ru8StM1inkIMqpHtZW9Kc0r79KB8ptw+EwI\nOIxfWiOHdNBiCMTGJdTMeKAa04ZpS+4YiQjE4C3rDGgiQHD7z95k4ihz/v0Y\n2/OBeeIL2n9q21isDZukacv29Q7Euznaat79jlgrrdXWWROhLl6oTSJGdasm\nWshWlwm777NwNa6n1WrJ5nVNWu3ulR71msR0p0prpr4bNy0KONouxj6bQkTX\ngNIT2a+JsWbWXUwcHQ/3Knm5U+fokz3htTyX/ZSRqEtCZJoMNVVFjHYtAMWS\ntXC0ilj4S7/AOeWrDZfQx3GiVxLq+4rX83gfOgyPGckSR5FSGzp20GlVdUES\nrdlvfvM7enchxsiE3uE7Y3w3u0ZEkXDeuoN5hQay4mxi5kgcT4vuep8Qbguu\no6Dn\r\n=V9nw\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.1.1_1525875132260_0.8864870304049739"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.2.0": {
			"name": "ethereumjs-common",
			"version": "0.2.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "91616e4b862cf2b1989b16633425944e41899dde",
			"_id": "ethereumjs-common@0.2.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rqbkUfScCE4NJsncSCpKXsq3NxWrIdqWAieJDQEDVYXxXfEAI0LalMmErZE7kz2+tKOEly/9j6RtMsGNJjaPRQ==",
				"shasum": "640d3b2d51cff9dd10463626840ca989e4f83688",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.2.0.tgz",
				"fileCount": 28,
				"unpackedSize": 717614,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa+X44CRA9TVsSAnZWagAAVnkP/A6PbXmgMCMJlZOJNZR+\nI7FT0IiZX+cse3u//Euu5AXQYHcHBX53u/yWtR5szzLlNNNr6u3wkEzNOivG\nkNS8E6eOlID66OIqPB4Ws19APYImtxUki0xpHf5uZa0WMnf3YOLUXSG2raAy\nsgcUiSM8L1BfBOSb24MJ5MmhpsjQAR/yvL18gpawSZU5zLyNCt1hSUuLrHs+\n5WZjrmRvbatzILMrOqwNrRgM2OkPV7gPErBNPe0TNYw3qBQGul+ZwuWJ7N2e\nqpu6bLdLjS0ceQHm7ZZth3dKt3VEYwZEu/Ru110Jp0MOjvDZ4C2saQGaHlmC\nVvBmjbVFRqFvWYod62hv4naDSTasH6lIkn+63YLDYQ41Lg3OPMovLdrTBhLu\nJjiGbjgSzxk0fnt+8NboyW5ixPqsP2Vf36RAk2a7qBxtGTenCLcE33UY1zfl\no7yw3XzVN4+srdSc/y64ak5LUcczUM5mnuCXmz0i0Msu9YKsk16jMMT0VcDw\nN2nvyEaR/Lcq+EIhsP8rs2C9R75KB7zMGwiZf7eQ9B5EbNK+qElYh2o345aB\nHLGJV2tjRMlVM82l/1vGssqMz87iuLO3zFS93/ITPP0yZ4vJ3JiUTT5MRBql\nqkxSJxXs8sLtZsNWs7w+yc7pNI2S6lvVcfzELloJhaR1rErQ/VQyYiG/A3C+\nRorP\r\n=3xPo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.2.0_1526300214648_0.5237109580331225"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.3.0": {
			"name": "ethereumjs-common",
			"version": "0.3.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "4620975adc3e89997c5ebf366ec22ad06a329a4d",
			"_id": "ethereumjs-common@0.3.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-uCHwmKWFsGeCcxPJVKJ9uauY+VUqPck8iM7XwjvuxbYoyNeW+FkVZXALO8bgkp3NMO2X7tbSnzqecYDKUPIeYA==",
				"shasum": "ca570c2e1caa40d8ed010326f88eba59614f01e1",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.3.0.tgz",
				"fileCount": 28,
				"unpackedSize": 722391,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbB/0iCRA9TVsSAnZWagAAfqsP/iaQHHKo8S4VPpPC/xcJ\nh3N4tn1milIbvKn5IrfVKLXUc2neir/shc0A14zz4h7B3R35NhHlM74wp5Kd\njESBKcSqs0yFFxe0iFJtWZj/yYWLevf2gK1a0XO4vrSbXF/Rr7VKDUxkz2QC\nxUpEaXXiEbPkSxmtcdT1SS3DwsPnspHFGrn5KjcLkhUf9eCIpqf51g3C23ki\noqAJeQZSvFh4vVB4uApyFZDQaaKjZtjr/lR9xguXKjd9Hmn+bKZEc2jmjJZm\n4NhO21UIOy88Loz1NgWj+o/Y2+8Q2wzpDFsFyehDvuxThJkcKt+2KCxwmX0C\nONztDnxnO96qQjmHMcFYw3ld5gh5IyDBsZRR9YiNAmDnFpGX4LK9N+0/oLVg\nTEHXtJXXOBLNk7guD0y2UkPC1NZQkxnutApnnewtmAFggFu6WVAuib585Zzg\nJla/v02l2ZovfjryvCzJlawUUmLfp7BCAHCwspI9NGVi1Eew6QvtnT0nz5lG\nkp0diUJ/IclMgXCmJe0CXf57n5gPBSpPWvLAFvvzbQLPDawFBggZVvV9iJQq\nLqMo/vzhaJknmbMzZG0lFkfiNnoe6mv+8yNFOoLFYToWjKQekgz+/9TkiQWT\n9zzvLNDVIiiNZ1JIfmLErJT/FdFTpQn55MAUGnauLxR7LfRESwzxE7MXRgnn\nv+xn\r\n=8jJm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.3.0_1527250209802_0.7840540339642825"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.3.1": {
			"name": "ethereumjs-common",
			"version": "0.3.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "b26620e596720bac078074cd191390dc9453e295",
			"_id": "ethereumjs-common@0.3.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-o7GIMruAsif5RBe5A+dB3NhHjssYitoriiTzqHweTe5Wh45zL0kbpjPGTBQXo8dUp1QbjML40Cwsu+v7lcU6lA==",
				"shasum": "4523549988854886e34777ab347e1150593ae957",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.3.1.tgz",
				"fileCount": 30,
				"unpackedSize": 725327,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbC8FkCRA9TVsSAnZWagAAazQQAJo74dIlA86DsCg43R01\nXLYm4Lq2miHRtwsll9o5aRdc2qldLy6bgVlCpvNmReaGxqR0OoqtXz9QhR10\n42kCz/WagvitYZlLHqgCOxH2ViU7v9cKYm0ryUP5E8pw7MwtxmfYPPYzlclh\nwQcf2YN0eNkmmdjkIiV5lguXxUvaTDyJ46sHWpe1pJ7Od3oLkoXh2LpRfLQh\nNsmNrB3HoTGZBkVrobtW6EdLRuqRcimH2GEt3EXx2dK52yXcSTQmM1TTIn9P\nxxewzpZUMcBlM6ArZvAn2blVjnYrvqtk1yAYVIPMpUr1GgvCVl5WoECmaW2g\nS01hA4qjH/8lA+BRjHu62m5DYPeMK4f8AFRv1ABuObYLlfADL4pza1nVMdZf\no9KLb/oCWlyKJdLrU0kyh0HvWIw5EfgLHGFOB9n73yBw3zOedqhS9devLtsg\nPeyVN2kvq93Z8t+iP0vKBotG/TN57HF9hh3OxJAIyFREw/C1FrZNMnSGMIHY\nO44T7EEm+JCqIx76f2PmKljkKyTd3aJVtU1aC0e49LlFLRMYaLBRN249ArZq\nK0CiXpiKqhcgJkIeXbPtkoUxtyBVy0yRE6kwdPIXllgD30wZyP7wSrLySK0i\nmtrUoFkbzqc/bc5tTxw4bAXA/351np1R35jdfSBWgnfz5caqhXeAtRiNv72k\nmJh7\r\n=dSuB\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.3.1_1527497059638_0.17271542863910372"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.0": {
			"name": "ethereumjs-common",
			"version": "0.4.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "a02963fa5f96d871deb8f9979543f8ade764dd93",
			"_id": "ethereumjs-common@0.4.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-osp2mEidCsVkIeHo8QdWTykXfzq/dkTKeo4Bl4vcmHLvS2KlgvzQyIks008yiytMftyjcTARmq1AKKBb5ylXIQ==",
				"shasum": "d7b76a286bc31d646e20ee54611982aba0554f4e",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.4.0.tgz",
				"fileCount": 30,
				"unpackedSize": 725458,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbKrUvCRA9TVsSAnZWagAAaXoP/ijn1MVitRN8wLAqtiw6\nUd+TpF3x/a+joUvYLaEPVy/DWRYZO69rNKaWW1RS8sSrzsq7KQ65/flQjjQv\nXr8yRH6oMqs8hsGo77JYE/viG7RZbGPLxcCNpo136VVVGAuVOLaOFWASAbbi\nbEW6wYXjhVNm1W5m0OZFm+jj16p1h6LzlYDfGhMB5BkGjLI8TZ7Q0kjJN2CX\nxCCGsAvyKdEYP95L70kRnzo72EiWkdegFEV42gskataLZpmTgvErjaLgyVW4\nTu6EkMn8aVJDdYa0xsS1CxHXWANjEEheQvycap+568cv6ci8A/+jSDOHfur9\nl8IX1I2zdL27WxfzN7EYJbz9FI7ETnLOMlbSfqK71K7ePq+/cs0gyG1r7+PB\ney51QlaqLU4W6gTZHmEeZnSX6uQadjgsavWstiOLOh6o6qX/7v9K4vlZswY/\nou38+K3FrHJeFB2nUJtJVy8vKyjXg8qhu2cqI3jhrXO5cgJnEK0OSIl+f3TP\nSui5piyySjFgjZoluq1dEqirtB+9pyGdHkiIlay0OrT1TRMjdBRnKC7kusuj\nBUS6sgTFrpQ7IrzjtLlPYq68BzFCQkf462gB+S+4QMd8Rex0Bvi7lRprtA9T\n31cNX3B2L892TeHsI+TeCtu2zcHAClNplqa6aZP7nXoG4FuMvDPFSoyV7gYX\n1K2K\r\n=Kg7Q\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.4.0_1529525550221_0.17271829241295666"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.4.1": {
			"name": "ethereumjs-common",
			"version": "0.4.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "029fec0d7eeb09a017af99c5afa7e1e3309f7444",
			"_id": "ethereumjs-common@0.4.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ywYGsOeGCsMNWso5Y4GhjWI24FJv9FK7+VyVKiQgXg8ZRDPXJ7F/kJ1CnjtkjTvDF4e0yqU+FWswlqR3bmZQ9Q==",
				"shasum": "27690a24a817b058cc3a2aedef9392e8d7d63984",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.4.1.tgz",
				"fileCount": 30,
				"unpackedSize": 726633,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbcV/jCRA9TVsSAnZWagAAZcgP/2J+OJ8MYmJV0sXxw8PP\n4b1Zdz+TWDMyuN1cZAxPh7Fqzvbv+W2vSF9DYuLqOvl8HXjER33Vn5XSVKff\nilEjLHjGHkDK4mCc0jfI0nLutlNrOvjz48PFKeWdjlTCiXnppIuB5nBBKkmy\nQt1axdPzPZT2jIbp1iGvx2ujE5N34UbKF1sEfLRKFubTiWfIgJRCiaEbt4lh\nI3+AIVGCM03H6bv2EPuE/85TRJnujXMBpF5oeMvUD7+Wftn2b8ZZ6+qH0j/p\nh/xBhJMk/prFouKDxbEgzBz7YSRB2B/914E9J8GyG+N8/R43ae4Gb0H+TBJS\nIqze1tFeV9DEmHAF57/GLR0TnE7BeTd/RY59FFEwFzTQ/rZP4qDoEb+Ylhtp\nnHU2jrAJxIeRqCR93+QMr9qP4KxipN1NGAPMW9JUM9T+RPxinPIf23V0gvEy\n+AYXbbf73WxZOVQRFz7rONXjCXCBeoOEQKiV2osdaSRVpuomhMNn1ZQJJgd3\nMJ/GkYEnaRTJmB5PwfTN1sPMgSjOItvzHXAmXmqGiVyabN2btSJispw7JHPx\nk9RLMT6+6FTyMCL2vu3yQ5W1sD6UlWcbyA6ZSVTOkmOa49MU7v3A4TrpiQKj\nw1rqjeRPNGZa/UlDgcYFPSeMxWKm7piQTrZ5A4ofELWJ0gHfamZTt0YCTn5h\n8c23\r\n=9lxj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.4.1_1534156770470_0.43966717609994244"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.5.0": {
			"name": "ethereumjs-common",
			"version": "0.5.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "4b34dce8446beed586fda2466494680a1cd9e769",
			"_id": "ethereumjs-common@0.5.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.4.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-UHAXgzzAvP2CyuUJiFLJIQCXATLogEWZAQE56W1VCUODkwg9Kg0gljUqrVUR45MIRaPAFJ0uCzMBbZa2K4P0og==",
				"shasum": "698a75bd561536af08ad57811823be0a91fac372",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.5.0.tgz",
				"fileCount": 31,
				"unpackedSize": 730799,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbg8zeCRA9TVsSAnZWagAA7RQQAIphgC8f4YDyTiOKoFaM\nUEloqidBZwth1VQeMxyhW6xoLwp6iFoZggUBhyT05ZheXLzPCxdtJ2U+CKVi\nQ5/Z9sbGrfo0Br7Wc+EKOqRSAhUy5BaXzlptnb2Pt07oV33qDKPd6IaZLH63\nfEjbObn0oK1zVrca336gNlPiFwG90YXUtn4sateMooTENWSRIZ6umhc6MZPy\naSw1ndNssWk/bUO7SoFI+ZI0fWeZ3sF2OAeIO/2HwPP2tw6kSnqVKgsj7rHO\nvLYy1bCzB8cl2xkP7qvxvaWNUlHK6hdSF4Q+Daw3++OxPOmEAJhc8HnlLoC6\nCMcCaRjkCyeb1ddZYUJBUHE6GyRi4I09xhD75iKHrGDoanwRPnH15ioinlar\nBZzUT+26FeuWNm53A4vnYNp3mPde3yQO96mGTg18xq/E4BamhnopiPWnXJ5p\nCFhIGHEIRYxW+aiO0PrHJPRvKy5Wkg0V8CaAd28Wl7ilFafnAyrcz8akwmzO\nDFQgDyu0V8+sWff+IRRZ5d5bA7rBh+zCPU0DkM66bBgeHGEbQDGtyK8U0hTQ\nDr3n7nUI2G0P25CZNgNxUhtQfvvScW7t++AEzkwiNmMqNoMqsj8UNBgLsxwo\nWlux8k5NCEF7aXEb2nkSP3fROiwCivlmthBtxszePdJJ890F8FHnX7DB7sdO\nDojk\r\n=9LNm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.5.0_1535364317760_0.5165291071942499"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.6.0": {
			"name": "ethereumjs-common",
			"version": "0.6.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "32ddb890f67a4f898650c8e61c841d96b23f5a66",
			"_id": "ethereumjs-common@0.6.0",
			"_npmVersion": "6.2.0",
			"_nodeVersion": "10.9.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-KN1BScZ6bMUIBMP7a2hNJYhpcY/TvXxU/9B0t9xOyytheIWOaJynVLwStma/oHICIlStSmfbwLvP0CPbek+IXQ==",
				"shasum": "230a0b8984b4fe1b32c15fb11717f4414aa1f72a",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.6.0.tgz",
				"fileCount": 31,
				"unpackedSize": 732340,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbvx4jCRA9TVsSAnZWagAAXeAP/izFDcdai9Br4tVR7FQV\nwXwey9ZfbexEUQy3Dov6p5FP/zwpKGXIfQBBxnm7ZE7eSID626v2mm6Ce8M2\nJcR/FB73exuyD7Ye8KeOqPfzEeib/yCVKyA14hv4OnuTID0riKz3M/zSlTJx\nCcnzd45e6mhpjZ2vw4yT24lP4EA4bMlLmPROZSo7iyKQby/4SnyZxsw3Wh8g\nHV/IrPwLwZN3FAt68NxbYc547ZjlQ7K3U6TXzNONBF2UQGirVzNM8i6tM8PD\nzYiXvulZvc4gA8wTzHR68spESUY117wbiF/D1USHGWqb0w7zLKEYqYw4jy4U\nAVEkbmJCinbgugWnuxY1Aju7vNIoNm0wYniA6+NKa32EbLc5L8qfz7Yc59u6\neEiBI8xVtyHd0ft5wivrk9TLsu5BMahCrHj9CpB/7LfSa9m1neu57UaXObnC\nDo2lLIDZ6pW6GY+Y1ixtb99K7rJW8itBXFjiCKpSZjcNT1Qp641TWVJLZO7U\ni1u3jtVAvSxmySOLe3KTjjJ62B/uJhfi2Jo1HdN53ukin2GasFv5fLI2aray\nwzkiJcRso1h0EkuUqnKnVb81s1o2G671fy03Me5468/48uw70mDItIura+1u\n2Lem1rzUimzfnWFCpAUAQuHRLQpEnRGK2bAJ+E5hEGScRQheajBVH1CuZVJV\nE+e0\r\n=hVoT\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.6.0_1539251746825_0.7756306066950094"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"0.6.1": {
			"name": "ethereumjs-common",
			"version": "0.6.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "index.js",
			"scripts": {
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"lint": "standard",
				"lint:fix": "standard --fix",
				"test": "npm run lint && node tests/",
				"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"nyc": {
				"exclude": "tests/*.js"
			},
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"coveralls": "^3.0.1",
				"documentation": "^6.3.2",
				"nyc": "^11.7.1",
				"standard": "^11.0.1",
				"tape": "^4.2.0"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "ac56e225bc6992dcd68eb1387c9d20ce9762071b",
			"_id": "ethereumjs-common@0.6.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-4jOrfDu9qOBTTGGb3zrfT1tE1Hyc6a8LJpEk0Vk9AYlLkBY7crjVICyJpRvjNI+KLDMpMITMw3eWVZOLMtZdhw==",
				"shasum": "ec98edf315a7f107afb6acc48e937a8266979fae",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.6.1.tgz",
				"fileCount": 33,
				"unpackedSize": 770804,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/mwVCRA9TVsSAnZWagAAHVUQAJ/F+AwBKYfXmC4HBGF8\nnJ8oz0YRacO1HbKei9qQc2CRSphCSORYwfLPJVy2u1mFScV1IkfeUeIf1pOt\nttNibE2T/0qTLcxuQWAILuDrKGIUdZ9Ksn9x/fjNmz9yl9jVAhMG195hyTxM\nqU9y4qV7C8Tc4Mx1xVmRtDysRLV+xkwACyQXkycTiujEMiBG9HzsU8VyWQeZ\nl6KR/EoSJIXaMWbPdxbMk7W509uFilSoxOlOrZB6OX9FosGdxgnmbuNh0Ze3\n/i0iQcdaVPnRyJ1p/2/J3RT9iOkXOOMNqzKJUDuoe7qMayQqZj5H6p2+VKWt\niBmvD9I6Fobu4ojgQNMNaueseeU4rDwMyhvhyWx8EXRrKM+c+HeTXbW9Y6Vc\n0WMo6DuAnuX89Zo7cEbsGF5YDSLrdWqeDEQVHeU4d7A4eM6lsOg4hoE+hu4W\nGR4gDXMQn2x7STcJ+8TONlU/Ahm/SYxEAg+hlM8nD6D8DkFcCdrEn+hel77k\nzzWVIlGUpRyGBhmwdMj9hqy5hTxWz5YDPMA1qiXvsoNl0K4Iz4ZLth91STTv\nZ5kUhWQbW008We8vrZDLR1C616px1fq2LJxXEedjAooyVkGES2F7kRQbcF7H\nm85qNFG70s6W6tgss1oJ3MF2a3rXGbfjhMBnJZrzZAvqeOZV2WEOHPPLEYG/\nqVpg\r\n=MXRY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_0.6.1_1543400468957_0.32996365826885365"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.0.0": {
			"name": "ethereumjs-common",
			"version": "1.0.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "tsc -p ./tsconfig.prod.json",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
				"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
				"format": "prettier --list-different '**/*.{ts,json,md}'",
				"format:fix": "prettier --write '**/*.{ts,json,md}'",
				"tslint": "tslint -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts",
				"tslint:fix": "tslint --fix --format stylish -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts",
				"tsc": "tsc --noEmit",
				"lint": "npm run format && npm run tslint && npm run tsc",
				"lint:fix": "npm run format:fix && npm run tslint:fix && npm run tsc",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.0.0",
				"@ethereumjs/config-prettier": "^1.0.1",
				"@ethereumjs/config-tsc": "^1.0.2",
				"@ethereumjs/config-tslint": "^1.0.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "2ccf65876c55469f4cad5a8895b87b440016fc1a",
			"_id": "ethereumjs-common@1.0.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-tpQQN/zFST06ZnMYhIGIuFxp0IGvkH5nQ/b7SqhKAn+5HzltKBLne0899h2lwIRtUbyobfEeNp2mZxuY94zMCw==",
				"shasum": "3a68b9a9a877b24bcce5f05a89e0acf36f7c0913",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.0.0.tgz",
				"fileCount": 36,
				"unpackedSize": 791314,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUB8rCRA9TVsSAnZWagAATN4QAI17R5HpoLNsK5Kjm83d\nhj57Nw3KbiItwdrB0oKd8K2oZq6WOv3AhlGrU0N0XHztsIaRjWCFjFxgqGUM\nUZHB3RRKQv++YHSycg/VUP9e+QRQMTk+aSovDyiQ4G5DYwio4NzCjWlRZCRU\nYeDpSy3nW0qzUpbmD19B2gm7t4ntMJ/d+EGAA5lLWX/qr2Xjl72/HiiL3JGm\nBAHD3Dte0pgwrgnqGPueXwyqSf05QAPQdI73m2NuYRxuGKHe5noIGGKsxpAI\nsOfdm7wTnnaIUX23/DfhwYr04uEib0KZ32roDXesLRL29vmcT3Eos07vFTrM\nGYJ/Po4TOiqxuSxpZO5EdiayAeFa95V62sO2QTNnzW1KlktuSznoIzUmSVJC\nt7GxkjLDpbUvCRZo/kpvcsa9XCefeimWQGQpFKpDW5FihcE2IELKQR/aOq4G\nc66IyNhhWauLR++FuOfc/JIvduqewBnXi4Qp/ZC4AfnHSX6rxTd2xFX1mVBc\nr5bVRke2lbwLS5ZLvvX7X7w3WOBGQ7sD05ppNq0UgHQrE0w6xPmE16tMQHPE\nni8fnAjx258pqGAIV337TuSRiJzuzbR08qGOMFO9T/pQUOn8gKRkIBwRcLr3\nE4IPzUyDOcWAgRcz7Z7h0OCMxQe5mtpfaDYI7ySvpiya044KV5jPuJtfWjzk\nZdhC\r\n=/gZm\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.0.0_1548754729856_0.17853183240027182"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.1.0": {
			"name": "ethereumjs-common",
			"version": "1.1.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "106ac9422c4353a026e432539abd547e52ef956e",
			"_id": "ethereumjs-common@1.1.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.12.0",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-LUmYkKV/HcZbWRyu3OU9YOevsH3VJDXtI6kEd8VZweQec+JjDGKCmAVKUyzhYUHqxRJu7JNALZ3A/b3NXOP6tA==",
				"shasum": "5ec9086c314d619d8f05e79a0525829fcb0e93cb",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.1.0.tgz",
				"fileCount": 38,
				"unpackedSize": 793218,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWYeyCRA9TVsSAnZWagAAYNIP/07BcobzZk7qa0EJvSQk\n8xkkFLbk34If0W0Xc6M6a+1EKA2NkI8KWIQAi1LfdehtdjTQNBKOzl9QKp4R\nOqf8hnRGnSYIn6D/yTSXY7dZoMnj1mp/msYEaZMa6Q02Ok80bsZ8Cm6GXi3q\n7QizKH2bq+9SEamU5XMHiX4j3sCCoVQ6JciAe7qbovx4EiUZnCgAJGJ6yS+v\nQhVn6/ddi4AVny2h4G7YobDHHOtML+g+KdqQeIKVaENj1SKScHQU586FG3LV\nFgDwWKhyRJfayxxVjvsbs2R+oI0h1Uo5ifaKehyUTTH64yoDNhppAd3t63mp\nEocUkvsqdRM4obyWmtEdKM/v33z+qo+FWdeslVBQxrwkm0KqkTcuik//6S7I\nqHHWPS06aDWTF1LXhA/kpRZp3JCv+ssHS8U3+RAMdBKRt4AlL6K9ASDJEHYb\nGAdeNu8aLGWiDWfFg9bx55l+zbX5b9FEubM+YRPbh9j5hV14IY4WD8UAO+LE\nm58/6TJxkZcWecJjoFJ1zZZ3gEoPGNd4tFSKgE1w/xGA3T2ttqzoKQGPBjBh\nGk8a3G+10eqyxSwe1QAnzxHwnYUN1E/sEHwTL9ELD2yzxpjWXhI9/Z25usNB\nkEuyYtxesTTMgvd6k3505p1berOOE1ppTOz7As/vgaXPGOXVwDiMaAgh7Vsz\nwKF3\r\n=lahZ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.1.0_1549371311841_0.8584143337318162"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.0": {
			"name": "ethereumjs-common",
			"version": "1.2.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "351aef9549526feee6b9d1e13f74c58cdfbbb061",
			"_id": "ethereumjs-common@1.2.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vTGT1atoU0ysM9hV9mT51CpVpet6HEJsAkqHynH7N5IMFjzKJ57XQeUa/NviDbh1FQTHdRAk+LP/G2+Oml0E/g==",
				"shasum": "573677c665242fcfae3132ce340dc8689ae60406",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.2.0.tgz",
				"fileCount": 39,
				"unpackedSize": 795288,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7Qd3CRA9TVsSAnZWagAAbZ0P/2LxcGed+x+bS5x3dWqz\nZeYZ4gFrmTJL1slKE6ZorzeMH7zfCB7omMWXyglZxppJTjk/4Cb+kdlP54c0\naCcamrlokK837MYbN0P69xdBJXwJkbum115h4mVyfflEq9LPvutZ9orpO43l\nrfCmJqmZt4qDaLlXY4rThc4bGuBCm7ilBK4d9dbUkO6Flh+LGbztdoHhkyhp\n2fQlegCkw6dZf9kkMrOCiioghVTQ+o7ARDgp9WOHkQTJom4Nrntp88ZeDjCX\nC4wFGgOpakGEAwZwHXLKDv4Z55S7MDaqmWWaEyiI2YEDPMZBeIp0/2247Jjy\n+R3Y0kQeiFI+YpPsa7eK4XHP6OSmiHOr3ALWb59Hd3hnTDEYlQo/PVAIzzsl\nQ6WOKbcHaIYfVjl6VBS3P8VWuAkwMx9GYx5mBgjAdS+hkAFQdY/06sgm8lYU\nrYaUlqN5/PLf1olQpM+MhnLT8dorKS0AsucQb4L+LLdoYCg+XgDC/GKaTnqF\nkPblgeyspopU1SJLkgn7+F+UCv574MXBT8RYPUOo8rEtkVCq+qBzNHwEmr7z\nqcRBFx9dkDTk/CV4Xf0tfNLeujjBSjDqNiYri6PwEIsck/e7DMyA5PQlgdBE\n6UZ2Hb/C8lqX+T1bAi4qOkN7sYl7+5Y1qT1572si2iLsN8kykauIER7F8sjf\nUyeE\r\n=S9iY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.2.0_1559037814556_0.46369012449399705"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "ethereumjs-common",
			"version": "1.2.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "edd94fcb801f28001a4d9cf764d21adf9d801b38",
			"_id": "ethereumjs-common@1.2.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-VNr8MBdKHHuWgpYhRUhkp05P0mTcTH8Udb8wXcnnxUmwOWl388Sk/Lw2KL1rQNsV3gid2BB2auHT4vcfs9PFbw==",
				"shasum": "e8bbc43f6a6ece1447cc1faebbef9122adbd153f",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.2.1.tgz",
				"fileCount": 39,
				"unpackedSize": 796435,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc917dCRA9TVsSAnZWagAAK4wP/3hXkMKW5fvGnyJqAPEm\nzdGRVZw1xvN2zH19Hptt3yUMPdV/GvmhEoh1fbG+6LUVTvDMdIL1iuBUtfZM\nlM3JwduztANIG3cxl/xfECOGdFPJ0W9sZ+Zbq9jPg9NLHV3b9o389uTAhGKw\n4cqmI8I4V3hSbCRJjmFSgCuRSHN1QSVFnyDlHCM1r7s7rXliQ1hOrAebcS1t\ngxF+GiTDGGZauSs8VCVtC4bsoV9mnNYC7/IyqlbJ3V70S9K2898JnEz5yTmU\nJLvzI9Jn1rg64wwED0fkhp6u0l5Jf+qNORzWkPe/c9N2s7MRkoYmZhvoPgoT\nSEFY6BZdpujv0r/zAwEVp+IaEJHaPPmBbsrZiToAcA4Kyfn9wb6g+d4c+n0/\n1OftWZPSK3gfIVXVzq18elwiV9j9xLnm86HbcnS/hwr5C/0GQ4pIs6ZNk92k\nfPQm6mqvF+o+Ku6XL6/wJl7LWdBo+d4l5qWjlmZC+gbamqzeBtQcbEmZZquv\nlhRiJOP+F2q0Gdffl8MOMZFy2PuSBBZvNpBHmzWIbXvsJSqxphrIBUcD7jlm\nno0vq8801Wt6Te17f9A2ANkpKo6ebxd8iHpcF/UNlHKDsoRSfPZdpPuThGGs\nqYRuoi0Hb2hVyW/x5SG4s6VYiTJXCxT2RpP99DJAm0E0KGUpTQWCA5odRojc\nRlKP\r\n=+rWX\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.2.1_1559715548861_0.07338876591223142"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.0": {
			"name": "ethereumjs-common",
			"version": "1.3.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "9e624f86107cea904d8171524130d92c99bf9302",
			"_id": "ethereumjs-common@1.3.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-/jdFHyHOIS3FiAnunwRZ+oNulFtNNSHyWii3PaNHReOUmBAxij7KMyZLKh0tE16JEsJtXOVz1ceYuq++ILzv+g==",
				"shasum": "ca7d152b615d5e1851fcf184d062bf14c62c18e6",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.0.tgz",
				"fileCount": 39,
				"unpackedSize": 799964,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdCVkTCRA9TVsSAnZWagAAd5AP+gM0dbpW0QipaCFnOb2y\nSMb1qQbMAMt2MqgVcO9C+kEG9kkWriVRdQX/G1DzninH1NHw0FVIvWbK1qr4\n+RytuEzK2of+vO9sSFyMHMUeOn6cVYPlrDDe5UHy6a7h+UopDa2BUWE6/oKe\n2CC0WTHJFPO7cSu7H4eaT1bP2x4pGT8I5g8moDgCZyUYm6uSp491UeEZ2cB/\nz6IceQzlagf2Jb1esI34XncQjvcDao1YuziyGRiAkdwo+gYz4aJjWc+We9LV\nVxmxmpAVoeZWMTITDF+GyTv/dPGcDqzaDQNfehAUUjuiV/idXLEFcszNd5GG\nPoS4mynD/5KC48LytLxlC0yRJw8XEf2bxE8ctqvxjU637A4IT4Bpt7ruGg25\nKisHEjFw/WHL0rhpJ2tiWqmwqfz0T9K8zp2xu9MnaICRJsQyyxlE9Hp0upVy\nw3BKZbR3g2GImviq27HTA94QxZD/OJnwfFd63O5KDqJD4bRCVke0ytrCUll1\nhlMMdQc3uZhFNyMS8kahqEFEF3dHUWSqiwzJy5ldenvZzXiRx0gbILTixC/t\nSXb5VGH4bcb3ZZ3kIgNSoUXHmrrZc4ITa5lXliiVuzJ+yIjh2dGECyUy7zwT\nbm3f1JlkybLDfsbAHe+nNsgb25Rz4LxCYevaLmY8eURwt80pYtl3yCRuqoXt\n5tuP\r\n=4/Gr\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.3.0_1560893714194_0.6905098208610512"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.1": {
			"name": "ethereumjs-common",
			"version": "1.3.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "2ec967491eaae18d450bdbc835025f853565747c",
			"_id": "ethereumjs-common@1.3.1",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-kexqNgM2q29RKoZPPjehPREeqbr/vhYfT9Ho8FVeH3f7USjBuYp1iZ1qjqklk8FSMvEKPpMJFYSOunikw30Prw==",
				"shasum": "a5cffac41beb7ad393283b2e5aa71fadf8a9cc73",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.1.tgz",
				"fileCount": 39,
				"unpackedSize": 801076,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdSyOBCRA9TVsSAnZWagAAx2IP/AmVijJ4suUcHe51qw0R\nbImOt7sStRqBq1aEGYlBSdlgf11ui1oXbxv3uKFFqHa7c9KxcibkPwwyFaHz\nO/w7rDSvlJoXmhY/08LQN9D2rz4zJuMMBUCaGRgnmMYfwuMh/tWUkxxguYDk\ny/g+8o7HGn8djGl2OivR/7ratP5qMiEjK8a0GTSyAwfrQynuMG28FpaiVHj5\nmq19oj2M+kYPskI505kl+uM5BMeq1XDIq5wsmpAj2gsgMF6wjUVS0EAK9OSU\nQ60Au8REfNK922KMFvGhv5jzCnrhZOW73xt33ALP76h5YCB0Aur7P5ljKA9H\n4JhMlUcyttfCF08ANMwCVXErY9MrdSEVMe2k88ozEf8pIvFeBE1r5ySQr0yf\nbiVFs83KgFDnej3OftYY2ZCWKqDVubVed1ZFB5I9c72opoG5eNsLnoBZdSRF\nG9RKR7N4XAMWzfoWFgGekylszyKcbv0/9kp9atLG5zvAG2olWvBm8QF62W3a\naTOyxjTSLAhigP3AtqG1Usw7Vj+3F61Ko8ILvzYQ4wyJ0W+E2msFDj1QhGDz\nZUm7WLEBb9TQBa2X8SrtXTgt6NdRJxyx2I1tATnxVfj9ALDzht0yrQ1/62CF\n+VqYpc4XYPuFRRH0F7fcTj4kjToD1IWLFkmqYPVAofHh2D1+opbjQV4T4p1+\ns1sS\r\n=+Rt7\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.3.1_1565205376269_0.01880166188732857"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.3.2": {
			"name": "ethereumjs-common",
			"version": "1.3.2",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "d321b6ef66c50f10bbc75cc98b3507bb827d0ce9",
			"_id": "ethereumjs-common@1.3.2",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-GkltYRIqBLzaZLmF/K3E+g9lZ4O4FL+TtpisAlD3N+UVlR+mrtoG+TvxavqVa6PwOY4nKIEMe5pl6MrTio3Lww==",
				"shasum": "5a20831e52199a31ff4b68ef361e34c05c976ed0",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.2.tgz",
				"fileCount": 39,
				"unpackedSize": 803289,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb2oxCRA9TVsSAnZWagAAAbkP/0Z0O5eVluUEu1ofDCo2\n7V7EYb1Fqs3h4qDyfi4m8JF0X1STXZRJnHg6B2kJrfSSBrNVENlrrUfhdoYP\nIL2+ynBt5JS6xBXTAJe/qtqxfv/bWVGgrJYFV6We94JD8MugBku/LHSWlcTC\nbZzcrZRIJWR7jWHn6Pqij1SIc++TxMJuZV0Pqz47HAkjKZCGqMg0eCdkDxDc\nHrm+DAeQ5lEw4zfxwsNmRwStvSIWezRHEUL6gMCw1CWtH/k6dBJPAYi+awsb\nQv/ZAY/jeUnwgpF2dRSTG0idtkfhkylhKVQ7vHp59OazmYSLBkIPdM9FXjGT\nd7CzP0qqqLNJKymBYceRjq0pRv+wP/L4hxe4c6TtwCqLotY5z0hiJUsOe4ic\n0QJNm8RYBHQt2fTsmUs+XYLmLQ/E0/p3psx4ZscQufU7VX6DBrNVuyIqmE5+\nH6o1MaR5AOOf4ih21mPal9a0pLc3DhSnhmP3x5A5r89P6/xg1iB41WlJj9If\nSUkAiCHR4EEU2TSGQCXVe0rlnypiAuXClBX4DuXi3fmfivLwi8gLnyA34X5J\nUgPj5yVvxdQwDETWQnX/TP5FOR/4YgxOGKsxX70WRk/90jahtxVhNaTyJ30t\nnEv0jZVsb7l5eemX/hIkLpltYySgEw8uxiqlqzOpFvArswpTL3rZU5vokyVa\nP3S8\r\n=epBI\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.3.2_1567582768795_0.8597263734540117"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.4.0": {
			"name": "ethereumjs-common",
			"version": "1.4.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "b1dc6debead1a533169340128cf89195e1743b2d",
			"_id": "ethereumjs-common@1.4.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ser2SAplX/YI5W2AnzU8wmSjKRy4KQd4uxInJ36BzjS3m18E/B9QedPUIresZN1CSEQb/RgNQ2gN7C/XbpTafA==",
				"shasum": "a940685f88f3c2587e4061630fe720b089c965b8",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
				"fileCount": 39,
				"unpackedSize": 805690,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdwqVfCRA9TVsSAnZWagAAD5IP/jzeDdIYjLnZUoQv3RvG\nO1rl+cD1GtyewKZyc60cGv47nvnG1cpp48VNtzIf565AkOvCTHNj2n6t0hSl\n7GAFVSsIS4P1TpBBfHd6TmUEP8yu4YXHPV23vH8JJMFFNGnsOKWnoan0iuNO\nJl27VVNQqRmfhcDmdX/IRCA9egrU+cwstVmvWd3GJxDhQ4osnBiw7TkQ7S4Z\nAez8LFDWzhW0NP57g2ztT5LvqLMsTUE/GbsK9kLjh7nd7QQm1FBM4d+0cNwj\nerRWLSR2rEyzTM9ER/kDYO2rEzOZ5WypPOXVR9CNLA7gBOnH800JrIqh6s8h\no4B0hl+3Yw4BwG0uZvW7AJJu+yEkIO9zdsoWy4bIhLeRM0NbUSGOuOK6EqXL\nlFf8VHswMUCTnIRQPCvVyQY0peG+uitRXurAvJvLJ6defgDW14lHVwEAI7An\nxOgdZvHrriEtXV1SI6GXOeuiHYPZHt8PneiUnb51h7/f3A45qP0/VHMYR54k\njJjAnkZzSUa0MauVlDhR/U6reRJXcHNWFHKgizpGcsgnjUeXLQ2Zw7rBtN2a\n0g+MLHwa7ctLLpzgbPDzc9KvUvh3menwsJs5IL1MD+zIjTtVAm9lbd9zV5ZG\nHYZqV43dCbtuW8KGfmChS9H9uEsz341jW42LbOnPsuugrogD6Rk9dxFb7Q2O\n8m0m\r\n=foCy\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.4.0_1573037407054_0.49779521661846715"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.0": {
			"name": "ethereumjs-common",
			"version": "1.5.0",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --out docs --excludePrivate --excludeExternals --mode file --readme none --theme markdown --mdEngine github src/*.ts src/genesisStates/*.ts"
			},
			"husky": {
				"hooks": {
					"pre-push": "npm run lint"
				}
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"husky": "^2.1.0",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "^0.14.0",
				"typedoc-plugin-markdown": "^1.1.21",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				}
			],
			"dependencies": {},
			"gitHead": "b2feecc99ff1d3070f4fbcd12e78bba83f0c6a1d",
			"_id": "ethereumjs-common@1.5.0",
			"_npmVersion": "6.4.1",
			"_nodeVersion": "8.15.1",
			"_npmUser": {
				"name": "holgerd77",
				"email": "Holger.Drewes@gmail.com"
			},
			"dist": {
				"integrity": "sha512-SZOjgK1356hIY7MRj3/ma5qtfr/4B5BL+G4rP/XSMYr2z1H5el4RX5GReYCKmQmYI/nSBmRnwrZ17IfHuG0viQ==",
				"shasum": "d3e82fc7c47c0cef95047f431a99485abc9bb1cd",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.0.tgz",
				"fileCount": 40,
				"unpackedSize": 791911,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8NkMCRA9TVsSAnZWagAAuT0QAJYpuocFNSPTNfQpbVXh\nV6nvZ2FSADNU50apdWg98mbswRyrkGwNLr6qj2yHBRUhGEnMpijgIGjhnO/W\nbMNW9hbIObr9jbC4eSgdZptr77oopM4g40iPienba0H0F52mrRpVh9vZW7UN\nydwIW5BYxhIap8RmYKC41uXyxC7Mxku9HDZoRDOjijP4Le+zCF5BzP9yiT0z\noJLYsvOtB/zLzgcA8FfqWKoVwelC1gu9f/5/4gqNoOE0RINrI9F7xqrLI/3v\ngFh5WiPnCelldW5V4IxuGL9RGcPX4KVL0aOa6gORDCbiMDfFQ1WSKtUPbuHC\nWZAVLy/+rWs4RMjMcABDMUz00M3BXQ3m6lY7mq5WL6ZHNPV6Sx/1HKO0H7TG\nabQ6wwoJLZydZ5gyYs5ctTL7Ci0cX3pHzZ4/PO7dWW15g/oJMHpvCQEd19j/\nkKCt8yrHOF6aLd6URdiHMcZDPYjpzVS2IlVvDnDlL+44hO60mBeU5ER77r0R\nP4XqKSwXQaEbVqL4DRtf3rIscTmdBWJNBdx4AjiNsHllO7kL5TFqOpNKLCyh\nAbzXjNhYue2fT3JmaRgA9z7V87o24BU1sQhGomqIrcy5BGlWy9Q/Z4NySsGy\nR8wF1Pcmqmon9PgcH4bTRMnUM4goruYV338rEwhyGpAzDhHck3gZR7EgDdTX\np1nO\r\n=X6Qo\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.5.0_1576065291956_0.6386994953402965"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.1": {
			"name": "ethereumjs-common",
			"version": "1.5.1",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --options typedoc.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "next",
				"typedoc-plugin-markdown": "^2.2.17",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "ev@ethereum.org",
					"name": "evertonfraga"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"dependencies": {},
			"_id": "ethereumjs-common@1.5.1",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.13.7",
			"dist": {
				"integrity": "sha512-aVUPRLgmXORGXXEVkFYgPhr9TGtpBY2tGhZ9Uh0A3lIUzUDr1x6kQx33SbjPUkLkX3eniPQnIL/2psjkjrOfcQ==",
				"shasum": "4e75042473a64daec0ed9fe84323dd9576aa5dba",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.1.tgz",
				"fileCount": 40,
				"unpackedSize": 795214,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesrafCRA9TVsSAnZWagAAEIkP/AkV+0vgSlmCVjUL8yAr\nbvTq8+pn1ji0fTki9BPyC1yeTDM2qlXtWlwiZFdGxgjk7LdJTw5C0oBtewrO\njjxHKcAMxB0LwRaWGd7RVqL45v0EmaciTtD12MjLJEAx1vkfphBDYPfc864i\n3l8yiW1db5rZ7az+zlKBK0z/Teh/mCrq9zIeuuKWjaraUFyJpH5WXfcniYHX\nA0Svc6EEuGXRSZ602G0gfR+hrKkai61Wj85GF66CyXMu8YYQcuHvk2YvTe1e\n6vBxyQuHI3VFH+rE3AlxHNQvBuoXG47GQK0GigQaLEID55EEvMDXND9kI0HD\nJqpCz9XJKMKPGKL6VXwfyP8apg7kSa4BazgDJ2keKXvn/9jb1H2s1HgEJwgd\nG/vymoz7ikYuZlS5Is64D2zWSZe0d3JH5D2CIXERPpCwm5RLLQQJLLpYnHRh\nzrCGJilLcdjlTotX5fyXblJXDoQWODhVIejurV7DguNsTH2T61xpFbJJ/zv1\n2SufVa1JQZ6wpSQTHHwbkPPjNISSrishh4TL6ITskX5jJrn+8q4dIExnw6iI\n3nuSTekR6b/ErUWjeLlSXCnColkmYiBq593I3NIQ/NHM22GOVtSl3jgMBz4t\nlIKHLRRNS9TLlLipqU8CObLSxAZzIPut0HiaDeZnaWMK8kYTuiWCylIp/BTK\ny5cd\r\n=rsqL\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "evertonfraga",
				"email": "ev@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.5.1_1588770461032_0.1138339447702712"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.5.2": {
			"name": "ethereumjs-common",
			"version": "1.5.2",
			"description": "Resources common to all Ethereum implementations",
			"main": "./dist/index.js",
			"types": "./dist/index.d.ts",
			"scripts": {
				"build": "ethereumjs-config-build",
				"prepublishOnly": "npm run test && npm run build",
				"coverage": "ethereumjs-config-coverage",
				"coveralls": "ethereumjs-config-coveralls",
				"format": "ethereumjs-config-format",
				"format:fix": "ethereumjs-config-format-fix",
				"tslint": "ethereumjs-config-tslint",
				"tslint:fix": "ethereumjs-config-tslint-fix",
				"tsc": "ethereumjs-config-tsc",
				"lint": "ethereumjs-config-lint",
				"lint:fix": "ethereumjs-config-lint-fix",
				"unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts",
				"test": "npm run lint && npm run unitTests",
				"test:fix": "npm run lint:fix && npm run unitTests",
				"docs:build": "typedoc --options typedoc.js"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
			},
			"keywords": [
				"ethereum",
				"ethereumjs",
				"constants",
				"parameters",
				"genesis",
				"networks",
				"bootstrap"
			],
			"author": "",
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/ethereumjs/ethereumjs-common/issues"
			},
			"homepage": "https://github.com/ethereumjs-ethereumjs/common",
			"devDependencies": {
				"@ethereumjs/config-nyc": "^1.1.0",
				"@ethereumjs/config-prettier": "^1.1.0",
				"@ethereumjs/config-tsc": "^1.1.0",
				"@ethereumjs/config-tslint": "^1.1.0",
				"@types/node": "^10.12.2",
				"@types/tape": "^4.2.33",
				"coveralls": "^3.0.1",
				"nyc": "^11.7.1",
				"prettier": "^1.15.3",
				"tape": "^4.9.2",
				"ts-node": "^7.0.1",
				"tslint": "^5.12.0",
				"typedoc": "next",
				"typedoc-plugin-markdown": "^2.2.17",
				"typescript": "^3.2.2",
				"typestrict": "^1.0.2"
			},
			"maintainers": [
				{
					"email": "alex@rtfs.hu",
					"name": "axic"
				},
				{
					"email": "ev@ethereum.org",
					"name": "evertonfraga"
				},
				{
					"email": "Holger.Drewes@gmail.com",
					"name": "holgerd77"
				},
				{
					"email": "j-wasinger@hotmail.com",
					"name": "jwasinger"
				},
				{
					"email": "ryan@ryanio.com",
					"name": "ralxz"
				}
			],
			"dependencies": {},
			"_id": "ethereumjs-common@1.5.2",
			"_nodeVersion": "10.16.3",
			"_npmVersion": "6.14.5",
			"dist": {
				"integrity": "sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==",
				"shasum": "2065dbe9214e850f2e955a80e650cb6999066979",
				"tarball": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz",
				"fileCount": 39,
				"unpackedSize": 795069,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH1moCRA9TVsSAnZWagAAxT4P/jY4ykxnQM/g4fwtwRVp\nd3LTAsigIix/jp8NgH23+YiUkUc1wdzWmN83+ZsHHsZsvLjFMhvX/1zS8nCy\nMTr4r7uZgrt3bRZ3vYs+ZA+UTuCpvLxe2aKmIDxCNgPDJr5yLH5fl3c3mqgb\nNZUTe1NjKidbo1Y0gkd92WZUhj5H6wLXeJ0XBXYHReMeB3Jg4UTj1vHYx/aM\n+8SBOXg2DT51xlNHCAIR6vhszitRkR1WgRNthEFZ8zsMw4JvqIHX+KLzwTIi\nPoUomQ6jmUNx+2X0vJWTnoWJ1S3+WYfOujZqKMr85yyZYqkP+X8LRNJZnUCr\nh2hRongNIO1jCeK4XwlnxqY49LBRLj8PgdWRVN0ZMY5CRrQXebUSVFeGaQPn\nyi/w6eWrkqor9h84qInp9ALtwk++ofWNC9pT6IQiqQrXo+FgMOTy6K+s6bvO\nUcTbf5vS3KQ4orO6VEMN2bCQ7s8DW0XtwZcQOcEdAMn0k2G/q0UBTzHW9ESo\nhWufOtyDtCFoO9QnJCZPE2od0wEAJDv31GS479eCZwtqurdpt7HUXvcVsqd+\nXUCz9JpXyP0ATIih/JzAEy4uc6fUd81wN6xuLeWB/AJ4l6M/bWtVcmChx5iM\ngYVPSs6CQ/KIYbXtol9UzNDass3BFckBpJ4jwFX9tKsZCV0pA3L7Pc1e8ge9\nHiAt\r\n=OZF6\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"_npmUser": {
				"name": "evertonfraga",
				"email": "ev@ethereum.org"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/ethereumjs-common_1.5.2_1595890087517_0.9263396027584185"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"created": "2018-05-09T10:31:35.274Z",
		"0.1.0": "2018-05-09T10:31:35.386Z",
		"modified": "2020-07-27T22:48:09.879Z",
		"0.1.1": "2018-05-09T14:12:12.411Z",
		"0.2.0": "2018-05-14T12:16:55.293Z",
		"0.3.0": "2018-05-25T12:10:09.940Z",
		"0.3.1": "2018-05-28T08:44:19.840Z",
		"0.4.0": "2018-06-20T20:12:30.318Z",
		"0.4.1": "2018-08-13T10:39:30.569Z",
		"0.5.0": "2018-08-27T10:05:17.934Z",
		"0.6.0": "2018-10-11T09:55:47.034Z",
		"0.6.1": "2018-11-28T10:21:09.081Z",
		"1.0.0": "2019-01-29T09:38:50.025Z",
		"1.1.0": "2019-02-05T12:55:12.020Z",
		"1.2.0": "2019-05-28T10:03:34.740Z",
		"1.2.1": "2019-06-05T06:19:09.004Z",
		"1.3.0": "2019-06-18T21:35:14.376Z",
		"1.3.1": "2019-08-07T19:16:16.428Z",
		"1.3.2": "2019-09-04T07:39:28.944Z",
		"1.4.0": "2019-11-06T10:50:07.220Z",
		"1.5.0": "2019-12-11T11:54:52.141Z",
		"1.5.1": "2020-05-06T13:07:41.219Z",
		"1.5.2": "2020-07-27T22:48:07.700Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.5.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e3a2eb253ea7282a71849b9e3db00722\"",
			"fetched": 1602009379948
		}
	},
	"_distfiles": {
		"ethereumjs-common-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.1.0.tgz",
			"sha": "6b50d1c7527bb1e116a1493f6033ab09b3df81f3",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.1.1.tgz",
			"sha": "4fa63899f23f77ccdf5f3d61894679aa048692eb",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.2.0.tgz",
			"sha": "640d3b2d51cff9dd10463626840ca989e4f83688",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.3.0.tgz",
			"sha": "ca570c2e1caa40d8ed010326f88eba59614f01e1",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.3.1.tgz",
			"sha": "4523549988854886e34777ab347e1150593ae957",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.4.0.tgz",
			"sha": "d7b76a286bc31d646e20ee54611982aba0554f4e",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.4.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.4.1.tgz",
			"sha": "27690a24a817b058cc3a2aedef9392e8d7d63984",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.5.0.tgz",
			"sha": "698a75bd561536af08ad57811823be0a91fac372",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.6.0.tgz",
			"sha": "230a0b8984b4fe1b32c15fb11717f4414aa1f72a",
			"registry": "npmjs"
		},
		"ethereumjs-common-0.6.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.6.1.tgz",
			"sha": "ec98edf315a7f107afb6acc48e937a8266979fae",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.0.0.tgz",
			"sha": "3a68b9a9a877b24bcce5f05a89e0acf36f7c0913",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.1.0.tgz",
			"sha": "5ec9086c314d619d8f05e79a0525829fcb0e93cb",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.2.0.tgz",
			"sha": "573677c665242fcfae3132ce340dc8689ae60406",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.2.1.tgz",
			"sha": "e8bbc43f6a6ece1447cc1faebbef9122adbd153f",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.0.tgz",
			"sha": "ca7d152b615d5e1851fcf184d062bf14c62c18e6",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.1.tgz",
			"sha": "a5cffac41beb7ad393283b2e5aa71fadf8a9cc73",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.3.2.tgz",
			"sha": "5a20831e52199a31ff4b68ef361e34c05c976ed0",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.4.0.tgz",
			"sha": "a940685f88f3c2587e4061630fe720b089c965b8",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.0.tgz",
			"sha": "d3e82fc7c47c0cef95047f431a99485abc9bb1cd",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.1.tgz",
			"sha": "4e75042473a64daec0ed9fe84323dd9576aa5dba",
			"registry": "npmjs"
		},
		"ethereumjs-common-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz",
			"sha": "2065dbe9214e850f2e955a80e650cb6999066979",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "17-ff6dc1f9fec4f674",
	"_id": "ethereumjs-common",
	"readme": "# ethereumjs-common\n\n[![NPM Package][common-npm-badge]][common-npm-link]\n[![GitHub Issues][common-issues-badge]][common-issues-link]\n[![Actions Status][common-actions-badge]][common-actions-link]\n[![Code Coverage][common-coverage-badge]][common-coverage-link]\n[![Gitter][gitter-badge]][gitter-link]\n\n[![js-standard-style][js-standard-style-badge]][js-standard-style-link]\n\nResources common to all Ethereum implementations.\n\nSucceeds the old [ethereum/common](https://github.com/ethereumjs/common/) library.\n\n# INSTALL\n\n`npm install ethereumjs-common`\n\n# USAGE\n\nAll parameters can be accessed through the `Common` class which can be required through the\nmain package and instantiated either with just the `chain` (e.g. 'mainnet') or the `chain`\ntogether with a specific `hardfork` provided.\n\nHere are some simple usage examples:\n\n```javascript\nconst Common = require('ethereumjs-common')\n\n// Instantiate with only the chain\nlet c = new Common('ropsten')\nc.param('gasPrices', 'ecAddGas', 'byzantium') // 500\n\n// Chain and hardfork provided\nc = new Common('ropsten', 'byzantium')\nc.param('pow', 'minerReward') // 3000000000000000000\n\n// Access genesis data for Ropsten network\nc.genesis().hash // 0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d\n\n// Get bootstrap nodes for chain/network\nc.bootstrapNodes() // Array with current nodes\n```\n\nIt is encouraged to also explicitly set the `supportedHardforks` if the initializing library\nonly supports a certain range of `hardforks`:\n\n```javascript\nlet c = new Common('ropsten', null, ['byzantium', 'constantinople', 'petersburg'])\n```\n\nThis will e.g. throw an error when a param is requested for an unsupported hardfork and\nlike this prevents unpredicted behaviour.\n\n# API\n\nSee the API documentation for a full list of functions for accessing specific chain and\ndepending hardfork parameters. There are also additional helper functions like\n`paramByBlock (topic, name, blockNumber)` or `hardforkIsActiveOnBlock (hardfork, blockNumber)`\nto ease `blockNumber` based access to parameters.\n\n- [API Docs](./docs/README.md)\n\n# Hardfork Params\n\n## Active Hardforks\n\nThere are currently parameter changes by the following past and future hardfork by the\nlibrary supported:\n\n- `chainstart`\n- `homestead`\n- `dao`\n- `tangerineWhistle`\n- `spuriousDragon`\n- `byzantium`\n- `constantinople`\n- `petersburg` (aka `constantinopleFix`, apply together with `constantinople`)\n- `istanbul`\n- `muirGlacier`\n\n## Future Hardforks\n\nThe `muirGlacier` HF delaying the difficulty bomb and scheduled for January 2020\nis supported by the library since `v1.5.0`.\n\n## Parameter Access\n\nFor hardfork-specific parameter access with the `param()` and `paramByBlock()` functions\nyou can use the following `topics`:\n\n- `gasConfig`\n- `gasPrices`\n- `vm`\n- `pow`\n- `casper`\n- `sharding`\n\nSee one of the hardfork files like `byzantium.json` in the `hardforks` directory\nfor an overview. For consistency, the chain start (`chainstart`) is considered an own\nhardfork.\n\nThe hardfork-specific json files only contain the deltas from `chainstart` and\nshouldn't be accessed directly until you have a specific reason for it.\n\nNote: The list of `gasPrices` and gas price changes on hardforks is consistent\nbut not complete, so there are currently gas price values missing (PRs welcome!).\n\n# Chain Params\n\nSupported chains:\n\n- `mainnet`\n- `ropsten`\n- `rinkeby`\n- `kovan`\n- `goerli` (final configuration since `v1.1.0`)\n- Private/custom chain parameters\n\nThe following chain-specific parameters are provided:\n\n- `name`\n- `chainId`\n- `networkId`\n- `genesis` block header values\n- `hardforks` block numbers\n- `bootstrapNodes` list\n\nTo get an overview of the different parameters have a look at one of the chain-specifc\nfiles like `mainnet.json` in the `chains` directory, or to the `Chain` type in [./src/types.ts](./src/types.ts).\n\n## Working with private/custom chains\n\nThere are two ways to set up a common instance with parameters for a private/custom chain:\n\n1. You can pass a dictionary - conforming to the parameter format described above - with your custom values in\n   the constructor or the `setChain()` method for the `chain` parameter.\n\n2. You can base your custom chain's config in a standard one, using the `Common.forCustomChain` method.\n\n# Bootstrap Nodes\n\nThere is no separate config file for bootstrap nodes like in the old `ethereum-common` library.\nInstead use the `common.bootstrapNodes()` function to get nodes for a specific chain/network.\n\n# Genesis States\n\nNetwork-specific genesis files are located in the `genesisStates` folder.\n\nDue to the large file sizes genesis states are not directly included in the `index.js` file\nbut have to be accessed directly, e.g.:\n\n```javascript\nconst mainnetGenesisState = require('ethereumjs-common/dist/genesisStates/mainnet')\n```\n\nOr by accessing dynamically:\n\n```javascript\nconst genesisStates = require('ethereumjs-common/dist/genesisStates')\nconst mainnetGenesisState = genesisStates.genesisStateByName('mainnet')\nconst mainnetGenesisState = genesisStates.genesisStateById(1) // alternative via network Id\n```\n\n# EthereumJS\n\nSee our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices.\n\nIf you want to join for work or do improvements on the libraries have a look at our [contribution guidelines](https://ethereumjs.readthedocs.io/en/latest/contributing.html).\n\n# LICENSE\n\n[MIT](https://opensource.org/licenses/MIT)\n\n[gitter-badge]: https://img.shields.io/gitter/room/ethereum/ethereumjs.svg\n[gitter-link]: https://gitter.im/ethereum/ethereumjs\n[js-standard-style-badge]: https://cdn.rawgit.com/feross/standard/master/badge.svg\n[js-standard-style-link]: https://github.com/feross/standard\n[common-npm-badge]: https://img.shields.io/npm/v/ethereumjs-common.svg\n[common-npm-link]: https://www.npmjs.org/package/ethereumjs-common\n[common-issues-badge]: https://img.shields.io/github/issues/ethereumjs/ethereumjs-vm/package:%20common?label=issues\n[common-issues-link]: https://github.com/ethereumjs/ethereumjs-vm/issues?q=is%3Aopen+is%3Aissue+label%3A\"package%3A+common\"\n[common-actions-badge]: https://github.com/ethereumjs/ethereumjs-vm/workflows/Common%20Test/badge.svg\n[common-actions-link]: https://github.com/ethereumjs/ethereumjs-vm/actions?query=workflow%3A%22Common+Test%22\n[common-coverage-badge]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/branch/master/graph/badge.svg?flag=common\n[common-coverage-link]: https://codecov.io/gh/ethereumjs/ethereumjs-vm/tree/master/packages/common"
}