{"_id":"@nomiclabs/ethereumjs-vm","_rev":"18-b4dedd64c742840b36ff5d188026ffc7","name":"@nomiclabs/ethereumjs-vm","dist-tags":{"rc":"4.2.2-rc.1","latest":"4.2.2"},"versions":{"4.1.0":{"name":"@nomiclabs/ethereumjs-vm","version":"4.1.0","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.1.0","maintainers":[{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fzeoli","email":"franco@nomiclabs.io"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/nomiclabs/ethereumjs-vm#readme","bugs":{"url":"https://github.com/nomiclabs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"2767e5e779c9c1db4ce50adb789d87a683622710","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.1.0.tgz","fileCount":100,"integrity":"sha512-2eordoieZBmNEMkspyOpn3X4jqUtIzKarahGlPUd3WRVPvOSfbf68wNgKN+IbcQ9xND6nvb64fpW3kgckXdclQ==","signatures":[{"sig":"MEUCIEgRXErKrYIZuFdB5YOYF23bLiqpQvFscalWhwEJ+i/KAiEA/LjDf6KI7u21sPTENXmZx2Aasm5qqvBRBFhf0LON96Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkinkCRA9TVsSAnZWagAA18IP/iGIpXWJxmBbnnpxkubb\n6SD+PNRe3Lh+NrNrRnqghH3avwWKs79Hem8JGoVbFIhMJpfITN/GlgOwxlm+\ngBm0lxMyOPj43WcRzye4bXbgBv2bYyFSvekHZYQyOIyePgWxWfBmKJh7t4aN\ni9F8KA4Ls05sffqrTHVviahjZ92DpV7fjuNKXrr71/UEkyAE9+VgvB+KrpU/\nmkVzIn8m8LCcHDxVbE+MXXM+jgFP3l3SWrC0hu2j6CRyK1WgNqSzQtjsXv1v\nJybj7id63uxIoC3o4II0/DMyCJyaL6+IK+IvbH95SpjEXPIrjA/ONUvTe9XJ\n2Ru8xCcigVP+N7nXarGa2gb2GkpOO87+FrWxSdbVMbw0HCjufCVt0bEqodI5\n8EKqqrIeUHUVxvNaKvRLYFfwUg/YVV8it8pankT8wNYNW0qd2+5GIirKgJ4A\nzPzGIakeSBVULOGnER3RhpEZC8+1rDtXzAg/P2sbpoBEGHs7QLtto+ATQChU\nDWTH5cI5ZPWAONloYajtq6HKw4cVimUMh0EpbzuIdSDf8Bvo4l1TG8wQUCu6\nKXEcODRZ0dBInc58YIHcdwS9KfvLBYCbEmT1TRBlanrC2OHC+bfWlrxEdqM0\nByUy34bpSDMQ0PmVzs9iygFpsF72ak8Q+chIb5Vkkrf06+i3bdzLNEjWeeH1\nwaui\r\n=lGVO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","gitHead":"ce879d1a4df27c57e7c4a8ca7a765b9b56d976b4","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","format":"ethereumjs-config-format","testVM":"node ./tests/tester -v","tslint":"ethereumjs-config-tslint","testAPI":"npm run build:dist && tape './tests/api/**/*.js'","coverage":"nyc npm run coverageTests && nyc report --reporter=text-lcov > .nyc_output/lcov.info","lint:fix":"ethereumjs-config-lint-fix","coveralls":"npm run coverage && if [ -n \"$COVERALLS_REPO_TOKEN\" ]; then coveralls <.nyc_output/lcov.info; fi","build:dist":"ethereumjs-config-build","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","tslint:fix":"ethereumjs-config-tslint-fix","coverageTests":"npm run build:dist && tape './tests/api/**/*.js' ./tests/tester.js -s --dist","prepublishOnly":"npm run lint && npm run build:dist && npm run testBuildIntegrity","testBlockchain":"npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Petersburg' --dist --excludeDir='GeneralStateTests'","testAPI:browser":"npm run build:dist && karma start karma.conf.js","testBuildIntegrity":"npm run build:dist && node ./tests/tester -s --dist --test='stackOverflow'","testStateByzantium":"npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist","testStatePetersburg":"npm run build:dist && node ./tests/tester -s --fork='Petersburg' --dist","testStateConstantinople":"npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist","testBlockchainGeneralStateTests":"npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'"},"_npmUser":{"name":"alcuadrado","email":"email@patriciopalladino.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/nomiclabs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.11.3","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"8.16.0","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.1","util.promisify":"^1.0.0","ethereumjs-util":"^6.1.0","ethereumjs-block":"~2.2.0","ethereumjs-common":"^1.3.2","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"^2.3.2","ethereumjs-blockchain":"^4.0.1","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^4.0.0","tslint":"^5.16.0","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","coveralls":"^3.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.2.7","karma-chrome-launcher":"^2.2.0","karma-detect-browsers":"^2.3.3","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.1.0_1569860067183_0.6840290783265326","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@nomiclabs/ethereumjs-vm","version":"4.1.1","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.1.1","maintainers":[{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fzeoli","email":"franco@nomiclabs.io"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/nomiclabs/ethereumjs-vm#readme","bugs":{"url":"https://github.com/nomiclabs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"60f9133c38674a84881455fcd92279bd7410ca92","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.1.1.tgz","fileCount":100,"integrity":"sha512-zQJBssmK7PyHonzng3VuFUvXQ6uugQeGAA7XvFVoMmEcY9KdWCqEQYh+XQ1jLZ8H9EISYB1BHF9HY6aFnflgcw==","signatures":[{"sig":"MEYCIQCiFkIaOZY05RNdzajGyFmcfxrtRrTSvlUpxXUUd+T8zQIhAKmdICk5W2MUa0VEWt9+XrcEpp6h50jiCUblxdghLOHg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":412183,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+oNFCRA9TVsSAnZWagAA7EQP/3fWCQmO0gwRmTCQ/Tb2\nJWZU3bSf8BFe1w/UfZkT4X2moLjIbuOFmZbIF7YdKxQ3qyy2hykIlCqcdV61\nN2IjYmGXFPGILub8pNVFMVaALO9c7kat2UXgurJE8y0hgWoL+luHk8PST5V5\n+BzyWtqmXjpMmU9+ZTlHcCv0u1ol00/qYI+hAX9jCcQJ1+oX8WHqBQA7mbfk\n1ns4/1k1n/to3cLreAoZzB1HzitXaF/7eN/8XDNoui7ukwGnbSD4AlC+PL+F\nnY3UEIvQXrZLFM0Zj/rS////ShyuehZg8HgS0BMoa72wpQR7tZaN5iCbARhN\n3zN0QLjvlb6+RIwIqrFHUOmYYfuF/iZE4ZbQkMQweCZ3uesuKpip3sJmRTJC\nZj8GxSkLpjXdW8utTu3we7UO59RqrThEPc7n32QFp/zAx4aS5Ly4yXMcgehv\nI/iUGqqcifnuMP64wN3bHVR8OGHJ6aeJl3CUKEJvW3wlZgMYlDji/A0+S2KK\nbFcXgKj7ycVHyfeZIS2WI0sxaHilfDeFn+pPKwc3qohDB8AOCnD4D4U1KklB\nMEGiMN+zRVfKgbsv48IEdeawN1AWvBFTRmdE4C/wc7XFWlDXW5RnWYYaHTAO\nNof3k7rUhXAaaGSbc0rnQEU7c1WeOG153vko+d0cC1TcxAyA3Twzzi4bgIpd\no54Y\r\n=hcag\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","readme":"# Buidler ethereumjs-vm fork\n\nThis is a fork of `ethereumjs-vm` compiled with different options.\n\nGo to [this PR](https://github.com/ethereumjs/ethereumjs-vm/pull/603) to learn more about them.\n","gitHead":"6fb70a42ac3699d956af603a36b25da014bccdf2","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","format":"ethereumjs-config-format","testVM":"node ./tests/tester -v","tslint":"ethereumjs-config-tslint","testAPI":"npm run build:dist && tape './tests/api/**/*.js'","coverage":"nyc npm run coverageTests && nyc report --reporter=text-lcov > .nyc_output/lcov.info","lint:fix":"ethereumjs-config-lint-fix","coveralls":"npm run coverage && if [ -n \"$COVERALLS_REPO_TOKEN\" ]; then coveralls <.nyc_output/lcov.info; fi","build:dist":"ethereumjs-config-build","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","tslint:fix":"ethereumjs-config-tslint-fix","coverageTests":"npm run build:dist && tape './tests/api/**/*.js' ./tests/tester.js -s --dist","prepublishOnly":"npm run lint && npm run build:dist && npm run testBuildIntegrity","testBlockchain":"npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Istanbul' --dist --excludeDir='GeneralStateTests'","testAPI:browser":"npm run build:dist && karma start karma.conf.js","testStateIstanbul":"npm run build:dist && node ./tests/tester -s --fork='Istanbul' --dist","testBuildIntegrity":"npm run build:dist && node ./tests/tester -s --dist --test='stackOverflow'","testStateByzantium":"npm run build:dist && node ./tests/tester -s --fork='Byzantium' --dist","testStatePetersburg":"npm run build:dist && node ./tests/tester -s --fork='Petersburg' --dist","testStateConstantinople":"npm run build:dist && node ./tests/tester -s --fork='Constantinople' --dist","testBlockchainPetersburg":"npm run build:dist && node --stack-size=1500 ./tests/tester -b --fork='Petersburg' --dist --excludeDir='GeneralStateTests'","testBlockchainGeneralStateTests":"npm run build:dist && node --stack-size=1500 ./tests/tester -b --dist --dir='GeneralStateTests'"},"_npmUser":{"name":"alcuadrado","email":"email@patriciopalladino.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/nomiclabs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.11.3","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"8.16.0","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.1","util.promisify":"^1.0.0","ethereumjs-util":"~6.1.0","ethereumjs-block":"^2.2.1","ethereumjs-common":"^1.3.2","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"^2.3.2","ethereumjs-blockchain":"^4.0.2","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^4.0.0","tslint":"^5.16.0","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","coveralls":"^3.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0","karma-chrome-launcher":"^2.2.0","karma-detect-browsers":"^2.3.3","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.1.1_1576698693042_0.11653167030383438","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@nomiclabs/ethereumjs-vm","version":"4.2.0","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.2.0","maintainers":[{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fvictorio","email":"victorio.franco@gmail.com"},{"name":"fzeoli","email":"franco@nomiclabs.io"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/ethereumjs/ethereumjs-vm","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"a853bdb4fb032529f810f32bb767551d19d7ce57","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.2.0.tgz","fileCount":100,"integrity":"sha512-+XwqoO941bILTO4KDLIUJ37U42ySxw6it7jyoi0tKv0/VUcOrWKF1TCQWMv6dBDRlxpPQd273n9o5SVlYYLRWQ==","signatures":[{"sig":"MEYCIQD8r76U+FES980RHzlKn2nkEghasNNd7oK0RdpnZlNAUgIhANeleGm9OUuKK+men516yiiWOG47DlWAEhXTNX7+iPY7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":423670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfEHtVCRA9TVsSAnZWagAA4RsP/1w2a2vBiWP8yj2cBotS\nIadv3kGUMw84NTWwWB5gH0xrhH5v+OBuIAH2Gnx8eCmBxkwZslVLgCIUWLmB\n3kWo9EdjQ5kmKI1un4kO6nh9fD/NFJLrQOP3UjUoI0hb3YzU2gTgugdDLWVl\n2vkKSAyy1bIHWJTPgH6DJuDU3WXD71NwkpHsJJtaRLj+fqHY0k/qDb2tOpsR\nGa+8jbBZpSeXkrkx4S6wcb+pZNhh2xr5nW3C9S9q745pmy2vYgLo+G9gj+ez\nhQHLwRhpPJKeQa1jz2Vwfas5w8LUNuYQjBWeTZ6Fy9O+yzWCUDra8y8zqwKi\n05P1hOWa+gj1BXu+N/tzDzVIa4S2juV9uWYO82v/LGtTf4FqvtjXkxdMP4dz\nekLs1ucnIgNHe2bZOa9sGyEhwPdb76tpN0AxqygpJFIsMU8ASWfH/m6IVNTV\nzaUrBdqvydRhSMK8ttCOzfkR1Z3g7Ajsy/Pbht7eD7Vlkmb1UnJ8AlzD6zeJ\nXMAsit58/F8Qfez+vyJcJwg4E6kwkrGx6RDka4G1qFeRvk/Vnixui41cdOdF\noiPUDI4auwXpjcn8a/DQgAQfhaYgWA637cnV8Z+mW3/kzhwAYq1mgSbrghJU\nR5WjnkIC65suXTY3BOxu5FJRntWwewBGYoBi9svvcGjfhqspKhqpA5J+N/Aq\nbBrJ\r\n=Rl4H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","gitHead":"c1316fc17ea10ce3d3decc6cc9e5b11962a5b079","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","build":"ethereumjs-config-build","format":"ethereumjs-config-format","tslint":"ethereumjs-config-tslint","test:vm":"node ./tests/tester --vm","coverage":"nyc npm run coverage:test && nyc report --reporter=lcov","lint:fix":"ethereumjs-config-lint-fix","test:API":"npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","test:state":"ts-node ./tests/tester --state","tslint:fix":"ethereumjs-config-tslint-fix","coverage:test":"npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist","prepublishOnly":"npm run lint && npm run build && npm run test:buildIntegrity","test:blockchain":"node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain","test:state:slow":"npm run test:state -- --runSkipped=slow","test:API:browser":"npm run build && karma start karma.conf.js","test:buildIntegrity":"npm run test:state -- --test='stackOverflow'","test:state:allForks":"npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier","test:state:selectedForks":"npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier"},"_npmUser":{"name":"alcuadrado","email":"email@patriciopalladino.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/ethereumjs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.14.4","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"10.21.0","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.2","util.promisify":"^1.0.0","ethereumjs-util":"^6.2.0","ethereumjs-block":"^2.2.2","ethereumjs-common":"^1.5.0","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"^2.3.2","ethereumjs-blockchain":"^4.0.3","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^6.0.0","tslint":"^5.16.0","ts-node":"^8.6.2","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/tape":"^4.2.33","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0","karma-chrome-launcher":"^2.2.0","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.2.0_1594915669172_0.7066185007304251","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"@nomiclabs/ethereumjs-vm","version":"4.2.1","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.2.1","maintainers":[{"name":"fzeoli","email":"franco@nomiclabs.io"},{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fvictorio","email":"victorio.franco@gmail.com"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/ethereumjs/ethereumjs-vm","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"768a6a071f88a9f3d27e560b899f86191d53bb72","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.2.1.tgz","fileCount":100,"integrity":"sha512-vVloT6g/QNPasIrGWpR583b9nn1cBjNIQtaVdunEvwVFnEmTpsE0U67OiAiqYZmd0g7zqQrj2jepw0GEgnAz7Q==","signatures":[{"sig":"MEUCICkYm2tYCPcPgblud75bgV0tPuH0OngraZ0Kdk3H3MQqAiEA7s+UMrVPKCsTB8jFpaTpbwfc1uBOKPJj1iLoDIf+vL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":416075,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf+JzoCRA9TVsSAnZWagAAoWAQAJp9JOoGt9DhXvRrRAuz\nU4xNu4Uo2l9uK/lbiIztE0s6jHOIAh2kFv7pThMp59iWKKm2fAztQbyR887z\nXvHosNbrlkrJAB4IbBiqU86dSGnCimG5exUa7oVfu3z29ag024d6EMBgxrU0\ntukk4oOYX48bqisSOevmHhPWgyujqrzDfakpcLV6BcMa3y41ylHKmodfsCTV\no2TlcH1cNa2fi2J/8uDYYHaqhDpg/fCzqVZgQKD9cWH0M0bvvQEK3QI9t+8j\nWYHwe34kYk0RFPg0qahjj0t8BTtrLQGBPpFtfjyFyo5vFogRSAVi+S1KHZuL\nQlspRjIW2cKUpRsyFoYb+q2eXyAfdzFVXqJ2vGq/g7ez/05B/XKOO7Tk6455\nJHhKLYNgeUvVc6TYmFQbOVZ5ODfZUG2Ce9dxKfL3mwyK6zqvnKR9AFiKEVzV\n5hXmFU9Q/cYZizo1Hzxcqy4ikfAUuXAwPsMUGnFP+r+t5KMDkcWAh5615zdr\n5Z55rX4LTtOJKfNYCy1pQuCOlRBsgiZ4K9kpNB643G3bYiP390xFf+oY4sn4\n2Rl42z5g8IKESZKaKRNtPTQiHU2Sx/zEqX+tSwjoi9lH5PtlP/sIKSaxGtKL\nNMR6aG8zEUsob36RGuJMH+4lAr8xoZvBPnzv+eA+wJvhDmUv2qYefqMOfVMV\nTIb/\r\n=tKX7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","gitHead":"c4aba3186883bf88839c14dbe775eaf443232633","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","build":"ethereumjs-config-build","format":"ethereumjs-config-format","tslint":"ethereumjs-config-tslint","test:vm":"node ./tests/tester --vm","coverage":"nyc npm run coverage:test && nyc report --reporter=lcov","lint:fix":"ethereumjs-config-lint-fix","test:API":"npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","test:state":"ts-node ./tests/tester --state","tslint:fix":"ethereumjs-config-tslint-fix","coverage:test":"npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist","prepublishOnly":"npm run lint && npm run build && npm run test:buildIntegrity","test:blockchain":"node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain","test:state:slow":"npm run test:state -- --runSkipped=slow","test:API:browser":"npm run build && karma start karma.conf.js","test:buildIntegrity":"npm run test:state -- --test='stackOverflow'","test:state:allForks":"npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier","test:state:selectedForks":"npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier"},"_npmUser":{"name":"alcuadrado","email":"email@patriciopalladino.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/ethereumjs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.14.8","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"10.23.1","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.2","util.promisify":"^1.0.0","ethereumjs-util":"^6.2.0","ethereumjs-block":"^2.2.2","ethereumjs-common":"^1.5.0","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"^2.3.2","ethereumjs-blockchain":"^4.0.3","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^6.0.0","tslint":"^5.16.0","ts-node":"^8.6.2","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/tape":"^4.2.33","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0","karma-chrome-launcher":"^2.2.0","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.2.1_1610128616074_0.9013016142687","host":"s3://npm-registry-packages"}},"4.2.2-rc.1":{"name":"@nomiclabs/ethereumjs-vm","version":"4.2.2-rc.1","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.2.2-rc.1","maintainers":[{"name":"fzeoli","email":"franco@nomiclabs.io"},{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fvictorio","email":"victorio.franco@gmail.com"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/ethereumjs/ethereumjs-vm","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"846dfdd23194511a19f6d92eea9766e513adf009","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.2.2-rc.1.tgz","fileCount":100,"integrity":"sha512-F8qs1s/P8YahQmn4MeLpLVr94MAMvIBOk2wNYX+D8wqEiVW85pMkt6AZkaI3NWIEHTZpCc+gLr4r9cOfxhKVbA==","signatures":[{"sig":"MEUCIQDLr6hvtAJObKU3BHFmpznxQ1L8jQL2HuN4sYaOeRwUxQIgYAX/JV4veBVTSZgK2BG8Oh3OwD7pxNPqpTzvpAwKS1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":416081,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJVQtCRA9TVsSAnZWagAA0K8P/0iESMRwjn69Sftc8uf9\nXMB329YY+xTzDBydSnYMEm4JYcAYtTIL0Y3qtz/QhTpIn2KFWxTMg7xswpxm\n/8GPfVDSdFUPsrg+al/9K10FXb2aREPAc35YVfeunTunfjPaIHjzoNXyNoIv\nhhtQ8EsjiVCCyWz8D4vCM5tTS6e8VZZu7BgpLdwsewKZfivWnj1LN7Y6TxX7\nFS4BhF5Fo5y4s6jV2/u1tfOzaHd1vv0VFQ7WhniqhI10h2Exa0ABX7f3YgzE\nosF7GTtz3fGet2RcReh0p3N8RcRI7OQdMm8S+qhYUltukroN0b69cuOGicrS\n4QH9yVeftucCXl/NGbo0zJHKrO6Cqgf46Pl6JRWdsVqcthojdpe9gWa9ypEW\nzOKTAP87HqOOALws0NqU94l8rVqZx6BpB8lh0KYhAHDmHU2pcTz8ReiZ5T4Z\nWcBKoRkhm3H9R/fBSEcb1FTZW5Vm4k86Syq3fGb4tXcdCDMSEtuzvbNB/C0f\nP9FH/W+Id8w4tQ7rnTgM3I3SOYRFxSiZH5faq2yqGBc9DKzWpi3bOIwSimGh\nUoMCn4ThwDbmmYP02M3Tv/T1dW2XfNtckTgtYelVqAhdmffntbDn4bGABlOr\nb8xTAs0dFWgLmyfkj4xDX1h2G5NIIZDwh0m6ycSJjEe+yzCEqK8HbGW0KRa8\nMWGZ\r\n=mL7L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","readme":"# Hardhat's ethereumjs-vm fork\n\nThis is a fork of `ethereumjs-vm` compiled with different options.\n\nGo to [this PR](https://github.com/ethereumjs/ethereumjs-vm/pull/603) to learn more about them.\n","gitHead":"c1b39e3846d39229aeb8b63225d3346ae22e15e2","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","build":"ethereumjs-config-build","format":"ethereumjs-config-format","tslint":"ethereumjs-config-tslint","test:vm":"node ./tests/tester --vm","coverage":"nyc npm run coverage:test && nyc report --reporter=lcov","lint:fix":"ethereumjs-config-lint-fix","test:API":"npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","test:state":"ts-node ./tests/tester --state","tslint:fix":"ethereumjs-config-tslint-fix","coverage:test":"npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist","prepublishOnly":"npm run lint && npm run build && npm run test:buildIntegrity","test:blockchain":"node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain","test:state:slow":"npm run test:state -- --runSkipped=slow","test:API:browser":"npm run build && karma start karma.conf.js","test:buildIntegrity":"npm run test:state -- --test='stackOverflow'","test:state:allForks":"npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier","test:state:selectedForks":"npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier"},"_npmUser":{"name":"fvictorio","email":"victorio.franco@gmail.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/ethereumjs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.14.8","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"10.23.0","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.2","util.promisify":"^1.0.0","ethereumjs-util":"^6.2.0","ethereumjs-block":"^2.2.2","ethereumjs-common":"^1.5.0","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"3.0.0","ethereumjs-blockchain":"^4.0.3","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^6.0.0","tslint":"^5.16.0","ts-node":"^8.6.2","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/tape":"^4.2.33","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0","karma-chrome-launcher":"^2.2.0","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.2.2-rc.1_1613059116563_0.4003776144459563","host":"s3://npm-registry-packages"}},"4.2.2":{"name":"@nomiclabs/ethereumjs-vm","version":"4.2.2","keywords":["ethereum","VM"],"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","_id":"@nomiclabs/ethereumjs-vm@4.2.2","maintainers":[{"name":"fzeoli","email":"franco@nomiclabs.io"},{"name":"alcuadrado","email":"email@patriciopalladino.com"},{"name":"fvictorio","email":"victorio.franco@gmail.com"}],"contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"homepage":"https://github.com/ethereumjs/ethereumjs-vm","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"nyc":{"exclude":["tests"]},"dist":{"shasum":"2f8817113ca0fb6c44c1b870d0a809f0e026a6cc","tarball":"https://registry.npmjs.org/@nomiclabs/ethereumjs-vm/-/ethereumjs-vm-4.2.2.tgz","fileCount":100,"integrity":"sha512-8WmX94mMcJaZ7/m7yBbyuS6B+wuOul+eF+RY9fBpGhNaUpyMR/vFIcDojqcWQ4Yafe1tMKY5LDu2yfT4NZgV4Q==","signatures":[{"sig":"MEYCIQC6Xsv7pcxft92yP1OIZ4NcxNbCy58hvzum7Mwb4uIreQIhAM5/Qgo6VFeSRIoDpMqPR25plKc/OB8ejsbng3+Twlt2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":416076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJXN1CRA9TVsSAnZWagAA040P/0dyUQnApQhXcBWYsN9/\nwI0JMJ93JKJCIYutnbbBEcUqHBegpnEAi5fNYN9aireA/1VM0zS7N7S0X+9Z\nuRq+KDttdj0ZYHCandtF+NcYlXpnS2C6vajVbc2HH1wbv0Q+3P+kojEv9dS5\nd35RKSeqhvBS2ZF4fWtlh6fyZPRQMFWo2742aAeasTUK4Cf+Teu8V6ynzBW4\nvF1DJiM6lUbxV/BDFwMf+ArtHySPxt6ZzVPAn8sBi6Jj+FfvEdO3GBSXCayD\nvqHziTl3kypw9O7HWsUN7Vc15WPZZhjWoliRXR/qkxJU7E+bB8i9ySVahDm0\ns3MAvemUOJ7HJU2y52rvv/JRj8EMdj/223GxGRyvIWTG2lStHsRontF7i9/S\n6XXcXsv8cWLjukkArWTBTa4vTspUc+mjJfx4A+XG14MhMCsLyjOVDvDgo+iZ\nSrnb87SfZDlykMAhVlzmeu51I6KZd4ZnMtUE2ir0fMD1DM0uhXAZNhKWgNdn\nqvNDlQ7Kil9s31VQA1CCbVhsql8J4iqOuidCOE/P/W0TfyUxnoD26OaXXzOl\niVQpNeXd+GMpjv57fz7gxwnKlsOM+ZE1oEp24jP/cTDlNGJCCJIQKAxcL2ga\n9kZaZ8z05QUh206nPdLtjFG08XRyJOHYOYc4/HTMdyFsYxnDe+Q51PadEOp4\nmRTd\r\n=EiW6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist/index.js","husky":{"hooks":{"pre-push":"npm run lint"}},"types":"dist/index.d.ts","gitHead":"acc1623c67c072606c74697e5a10e4ae5a698fe3","scripts":{"tsc":"ethereumjs-config-tsc","lint":"ethereumjs-config-lint","test":"echo \"[INFO] Generic test cmd not used. See package.json for more specific test run cmds.\"","build":"ethereumjs-config-build","format":"ethereumjs-config-format","tslint":"ethereumjs-config-tslint","test:vm":"node ./tests/tester --vm","coverage":"nyc npm run coverage:test && nyc report --reporter=lcov","lint:fix":"ethereumjs-config-lint-fix","test:API":"npm run build && ts-node ./node_modules/tape/bin/tape './tests/api/**/*.js'","docs:build":"typedoc lib","format:fix":"ethereumjs-config-format-fix","formatTest":"node ./scripts/formatTest","test:state":"ts-node ./tests/tester --state","tslint:fix":"ethereumjs-config-tslint-fix","coverage:test":"npm run build && tape './tests/api/**/*.js' ./tests/tester.js --state --dist","prepublishOnly":"npm run lint && npm run build && npm run test:buildIntegrity","test:blockchain":"node -r ts-node/register --stack-size=1500 ./tests/tester --blockchain","test:state:slow":"npm run test:state -- --runSkipped=slow","test:API:browser":"npm run build && karma start karma.conf.js","test:buildIntegrity":"npm run test:state -- --test='stackOverflow'","test:state:allForks":"npm run test:state -- --fork=Byzantium && npm run test:state -- --fork=Constantinople && npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier","test:state:selectedForks":"npm run test:state -- --fork=Petersburg && npm run test:state -- --fork=Istanbul && npm run test:state -- --fork=MuirGlacier"},"_npmUser":{"name":"fvictorio","email":"victorio.franco@gmail.com"},"standard":{"ignore":["dist/**","examples/runcode-browserify.js"]},"repository":{"url":"git+https://github.com/ethereumjs/ethereumjs-vm.git","type":"git"},"_npmVersion":"6.14.8","description":"An Ethereum VM implementation","directories":{},"_nodeVersion":"10.23.0","dependencies":{"async":"^2.1.2","rustbn.js":"~0.2.0","safe-buffer":"^5.1.1","core-js-pure":"^3.0.1","ethereumjs-tx":"^2.1.2","util.promisify":"^1.0.0","ethereumjs-util":"^6.2.0","ethereumjs-block":"^2.2.2","ethereumjs-common":"^1.5.0","async-eventemitter":"^0.2.2","ethereumjs-account":"^3.0.0","merkle-patricia-tree":"3.0.0","ethereumjs-blockchain":"^4.0.3","fake-merkle-patricia-tree":"^1.0.1","functional-red-black-tree":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^12.0.2","rlp":"^2.2.3","tape":"4.6.3","husky":"^2.1.0","karma":"^4.0.1","level":"^6.0.0","tslint":"^5.16.0","ts-node":"^8.6.2","typedoc":"^0.14.2","minimist":"^1.1.1","prettier":"^1.16.4","standard":"^10.0.0","tap-spec":"^5.0.0","karma-tap":"^4.1.4","level-mem":"^3.0.1","browserify":"^16.2.3","typescript":"^3.4.3","typestrict":"^1.0.2","@types/node":"^11.13.4","@types/tape":"^4.2.33","@types/bn.js":"^4.11.5","@types/core-js":"^2.5.0","@types/lru-cache":"^5.1.0","karma-browserify":"^6.0.0","ethereumjs-testing":"git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.3.0","karma-chrome-launcher":"^2.2.0","@ethereumjs/config-nyc":"^1.1.1","@ethereumjs/config-tsc":"^1.1.1","karma-firefox-launcher":"^1.1.0","typedoc-plugin-markdown":"^1.2.1","@ethereumjs/config-tslint":"^1.1.1","@ethereumjs/config-prettier":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/ethereumjs-vm_4.2.2_1613067124970_0.9379440485042652","host":"s3://npm-registry-packages"}}},"time":{"created":"2019-09-30T16:14:27.010Z","modified":"2026-01-14T20:05:43.098Z","4.1.0":"2019-09-30T16:14:27.380Z","4.1.1":"2019-12-18T19:51:33.263Z","4.2.0":"2020-07-16T16:07:49.387Z","4.2.1":"2021-01-08T17:56:56.216Z","4.2.2-rc.1":"2021-02-11T15:58:36.789Z","4.2.2":"2021-02-11T18:12:05.206Z"},"bugs":{"url":"https://github.com/ethereumjs/ethereumjs-vm/issues"},"author":{"name":"mjbecze","email":"mjbecze@gmail.com"},"license":"MPL-2.0","homepage":"https://github.com/ethereumjs/ethereumjs-vm","keywords":["ethereum","VM"],"repository":{"url":"git+https://github.com/ethereumjs/ethereumjs-vm.git","type":"git"},"description":"An Ethereum VM implementation","contributors":[{"name":"Alex Beregszaszi","email":"alex@rtfs.hu"}],"maintainers":[{"email":"email@patriciopalladino.com","name":"alcuadrado"}],"readme":"# Hardhat's ethereumjs-vm fork\n\nThis is a fork of `ethereumjs-vm` compiled with different options.\n\nGo to [this PR](https://github.com/ethereumjs/ethereumjs-vm/pull/603) to learn more about them.\n","readmeFilename":"README.md"}