{"_id":"@tevm/vm","_rev":"70-199748126eeb4e4c6c58e00e578bee3f","name":"@tevm/vm","dist-tags":{"next":"1.0.0-next.11","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.11":{"name":"@tevm/vm","version":"1.0.0-next.11","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.11","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"40dab04ddc0e9b0693060b05fc4d559c73bc1f22","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.11.tgz","fileCount":50,"integrity":"sha512-zy9kUHP3motL+afnvu1BO0p1T33ItH3Dg6mtxB53qORn0/zwZkD5sl3dkvSAaACJkils5RGi6wIIakM7VbuEhA==","signatures":[{"sig":"MEUCIQDB68/dYwPvY5Q4x0mEZK9uBfHI51rYQhC1VX6Ay6ssLwIgeBm2MSeDDBiDaqr/VlLG7LsgwuidbzX+bZ4Rw/NFQx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":988003},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.11.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./dist/index.js","default":"./dist/index.cjs"},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","typecheck":"tsc --noEmit","build:dist":"bun run tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"bun run tsc --emitDeclarationOnly --declaration --declarationMap","format:check":"rome format .","generate:docs":"bun run typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a977db6dc2c65eb3de798a179601b230/tevm-vm-1.0.0-next.11.tgz","_integrity":"sha512-zy9kUHP3motL+afnvu1BO0p1T33ItH3Dg6mtxB53qORn0/zwZkD5sl3dkvSAaACJkils5RGi6wIIakM7VbuEhA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"vm"},"_npmVersion":"10.1.0","description":"A typesafe library for writing forge scripts in typescript","directories":{},"_nodeVersion":"20.9.0","dependencies":{"rome":"^12.1.3","viem":"^1.2.10","debug":"^4.3.4","ethers":"^6.8.0","abitype":"^0.8.11","@ethereumjs/tx":"^5.1.0","@ethereumjs/vm":"^7.1.0","@ethereumjs/evm":"^2.1.0","@ethereumjs/trie":"^6.0.1","@ethereumjs/util":"^9.0.1","@ethereumjs/block":"^5.0.1","@ethereumjs/common":"^4.1.0","ethereum-cryptography":"^2.1.2","@ethereumjs/statemanager":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"zod":"^3.21.4","tsup":"^7.0.0","typedoc":"^0.25.3","bun-types":"^1.0.7","typescript":"^5.1.3","@types/debug":"^4.1.12","@tevm/tsconfig":"^1.0.0-next.5","typedoc-plugin-markdown":"^3.16.0"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.11_1701838499788_0.5631059578808335","host":"s3://npm-registry-packages"}},"1.0.0-next.21":{"name":"@tevm/vm","version":"1.0.0-next.21","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.21","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"298585b88127c2aba7856bedead009ff1aa81024","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.21.tgz","fileCount":17,"integrity":"sha512-eiVSqaotUGruuYpMyMQs0HhonlAFGEQ26duQZ3kqkAdAHgabko28IjJcaJsOkGNPowJNNG0O8W3QO6Xl4PSSeg==","signatures":[{"sig":"MEQCIDPhYLy++i64xDcEAu9PPsxvqDr4pBkMyUsopztEtTVcAiA+18vV4y2726c0VdSX4i+fsSvePVeNow08tz6Dt4rfhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48513},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.21.tgz","types":"dist/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9708e699916668b172957589035f5520/tevm-vm-1.0.0-next.21.tgz","_integrity":"sha512-eiVSqaotUGruuYpMyMQs0HhonlAFGEQ26duQZ3kqkAdAHgabko28IjJcaJsOkGNPowJNNG0O8W3QO6Xl4PSSeg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"vm"},"_npmVersion":"10.1.0","description":"A typesafe library for writing forge scripts in typescript","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.0.0","abitype":"^0.10.3","@tevm/api":"^1.0.0-next.21","supertest":"^6.3.3","@tevm/state":"^1.0.0-next.21","@tevm/server":"^1.0.0-next.21","@tevm/contract":"^1.0.0-next.21","@ethereumjs/evm":"^2.1.0","@ethereumjs/util":"^9.0.1","@tevm/predeploys":"^1.0.0-next.21","@tevm/procedures":"^1.0.0-next.21","@types/supertest":"^2.0.16","@ethereumjs/common":"^4.1.0","@ethereumjs/statemanager":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.5","@tevm/tsupconfig":"^1.0.0-next.5"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.21_1704662113444_0.6113159416792195","host":"s3://npm-registry-packages"}},"1.0.0-next.22":{"name":"@tevm/vm","version":"1.0.0-next.22","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.22","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"13fb46bf230ce68ba97ac5b4109d5753f0eed55e","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.22.tgz","fileCount":23,"integrity":"sha512-BsQ0FHUSwuYEk9H/H7/dQaUA7LJDYjt8mSmCQNaO5w3Mfvz7rOo4SYGUg72jhsdfeqpdARJGQuwTGbi2t0PvKA==","signatures":[{"sig":"MEUCIBxlic2xLf151uSJ5w4I4RtToBRpPVQwT1jlnjGrD3kYAiEAhAoUwjhP4OiffRkdOCvVVLPeWtmw2hDHpLYR7PV9nCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":85654},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.22.tgz","types":"dist/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/cce14b7cd7a10dc91454281c500bd511/tevm-vm-1.0.0-next.22.tgz","_integrity":"sha512-BsQ0FHUSwuYEk9H/H7/dQaUA7LJDYjt8mSmCQNaO5w3Mfvz7rOo4SYGUg72jhsdfeqpdARJGQuwTGbi2t0PvKA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"vm"},"_npmVersion":"10.1.0","description":"A typesafe library for writing forge scripts in typescript","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.0.0","abitype":"^0.10.3","@tevm/api":"^1.0.0-next.22","@tevm/state":"^1.0.0-next.22","@tevm/jsonrpc":"^1.0.0-next.22","@ethereumjs/vm":"^7.1.0","@tevm/contract":"^1.0.0-next.22","@ethereumjs/evm":"^2.1.0","@ethereumjs/trie":"^6.0.1","@ethereumjs/util":"^9.0.1","@tevm/predeploys":"^1.0.0-next.22","@tevm/procedures":"^1.0.0-next.22","@ethereumjs/block":"^5.0.1","@ethereumjs/common":"^4.1.0","@ethereumjs/blockchain":"^7.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.5","@tevm/tsupconfig":"^1.0.0-next.5"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.22_1705473506020_0.06159889856857048","host":"s3://npm-registry-packages"}},"1.0.0-next.37":{"name":"@tevm/vm","version":"1.0.0-next.37","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.37","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"287e47ffe4c506e4d57e6d05f04da783bfe80172","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.37.tgz","fileCount":15,"integrity":"sha512-3x9Mxcms59PYSHb8yIHeZKLDoyEb7M4FZpFDnBOlwQ6BBLg8DmOcApwrXAKFyhOKEK3aeujSrc6NFQ19t2J+vQ==","signatures":[{"sig":"MEUCIBE8gunj0yJVl/SF6F94Du+jde8E/WewDUkpZeAu5McZAiEAhvl1PdW0dKFNuIB7BqH2X2RT2RSfeuRg/QrgFSc1dz8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18469},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.37.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/325d8e25ba5e30bbf6b67e12da35026a/tevm-vm-1.0.0-next.37.tgz","_integrity":"sha512-3x9Mxcms59PYSHb8yIHeZKLDoyEb7M4FZpFDnBOlwQ6BBLg8DmOcApwrXAKFyhOKEK3aeujSrc6NFQ19t2J+vQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.1.0","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@ethereumjs/vm":"^7.1.0","@ethereumjs/evm":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.0.0-next.37","@tevm/tsconfig":"^1.0.0-next.28","@tevm/tsupconfig":"^1.0.0-next.28"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.37_1707816875132_0.43907552667820116","host":"s3://npm-registry-packages"}},"1.0.0-next.39":{"name":"@tevm/vm","version":"1.0.0-next.39","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.39","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7f1007e48829d12bab311fb67624bcb0d5e05708","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.39.tgz","fileCount":21,"integrity":"sha512-AbrcG/saUeQFEmlxQzESgKQJNTwPjm1avNfIMHNoeDOoJMhFyCYfjBJh6b3RfoiHwPrMWkAMMMmDrTc6MOYBcA==","signatures":[{"sig":"MEUCIQCAP01eF1np9Bt7rmNDq70fWoJpgn922t2gXuTNiFx1wwIgKy+H1DNzkZBM5duBEqHS9TjqFv/rTFwZqUrDoy1veMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31592},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.39.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/aa04a1baeac39a8f3a2b33b09f167ae1/tevm-vm-1.0.0-next.39.tgz","_integrity":"sha512-AbrcG/saUeQFEmlxQzESgKQJNTwPjm1avNfIMHNoeDOoJMhFyCYfjBJh6b3RfoiHwPrMWkAMMMmDrTc6MOYBcA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.1.0","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/evm":"^1.0.0-next.39","@tevm/common":"^1.0.0-next.39","@ethereumjs/vm":"^7.1.0","@tevm/blockchain":"^1.0.0-next.39"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.0.0-next.39","@tevm/tsconfig":"^1.0.0-next.28","@tevm/tsupconfig":"^1.0.0-next.28"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.39_1708028587558_0.5418700176397258","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/vm","version":"1.0.0-next.40","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.40","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c3ebbeeeb8ce7229fcfa7618b94d5ad4bc16e80b","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.40.tgz","fileCount":21,"integrity":"sha512-Y0+jrjfU8rY3oHkTqQOdnYRS6A5o1WW9r9XFTWX+uCKx55F/HScvNsrH1mjDRBRyfugR6wcKnPj3Mnp4WAVusA==","signatures":[{"sig":"MEYCIQD5SH1m+KQ2OmEO+13XJkA5Tn1Y6G78/8UQolXolERR7wIhAL0BWIJ3ktLCyF+rW1ug8HjxIbunSpoXiI4d9FiopOfB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31592},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.40.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b334478f47c3e166344e752502a095b4/tevm-vm-1.0.0-next.40.tgz","_integrity":"sha512-Y0+jrjfU8rY3oHkTqQOdnYRS6A5o1WW9r9XFTWX+uCKx55F/HScvNsrH1mjDRBRyfugR6wcKnPj3Mnp4WAVusA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.1.0","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/evm":"^1.0.0-next.40","@tevm/common":"^1.0.0-next.40","@ethereumjs/vm":"^7.1.0","@tevm/blockchain":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.0.0-next.40","@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.40_1708399130367_0.8217365356951811","host":"s3://npm-registry-packages"}},"1.0.0-next.42":{"name":"@tevm/vm","version":"1.0.0-next.42","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.42","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d2ce40d22d3b22457159a06a2b34db5702e39be6","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.42.tgz","fileCount":21,"integrity":"sha512-hTXJ8jDkHlHfgj90Zs2zZBNEYRp3mBhfkocGLzT7b2qPAWtoatgrnKNIRVwNf4+V6RT0iCPnM4MmNi2Y52QVLA==","signatures":[{"sig":"MEUCIGa4/iOiAan3JSEkRERqkaDXGGsaQOLyK9SGvJTMYdPIAiEA6cIc8SVa+Nggpw0mIBBmBPkU1F87rFgOIbOnx7i7mfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31592},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.42.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/81eecbf14d9325ab43070175b8d2f35b/tevm-vm-1.0.0-next.42.tgz","_integrity":"sha512-hTXJ8jDkHlHfgj90Zs2zZBNEYRp3mBhfkocGLzT7b2qPAWtoatgrnKNIRVwNf4+V6RT0iCPnM4MmNi2Y52QVLA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.1.0","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/evm":"^1.0.0-next.42","@tevm/common":"^1.0.0-next.40","@ethereumjs/vm":"^7.1.0","@tevm/blockchain":"^1.0.0-next.42"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.0.0-next.40","@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.42_1709141530185_0.8661886945335935","host":"s3://npm-registry-packages"}},"1.1.0-next.45":{"name":"@tevm/vm","version":"1.1.0-next.45","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.45","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"811ca738c74149c22e7ec52c52a82c41dcb80884","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.45.tgz","fileCount":52,"integrity":"sha512-dOhKzAwsnWYnqPbebOE/5pjAu94ejNaR3qh+iV34ULtwVx5eh8XhW7tdi23OvQZ8N3ht/n4tVxlXuVJHZKF78w==","signatures":[{"sig":"MEUCIEkZrKiZK/ruYTWP7A34nCuqLP8Q4Mgbzq4V3Aa051svAiEA3NdDPvGGyLKm/YABdBmsmv0uj0V59O0/7LNXkfo1fxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432681},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.45.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6bb6c870042fadb6f9c2f95d3c95a0ba/tevm-vm-1.1.0-next.45.tgz","_integrity":"sha512-dOhKzAwsnWYnqPbebOE/5pjAu94ejNaR3qh+iV34ULtwVx5eh8XhW7tdi23OvQZ8N3ht/n4tVxlXuVJHZKF78w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"1.1.0-next.45","@tevm/evm":"^1.1.0-next.45","@tevm/rlp":"1.0.0-next.42","@tevm/trie":"1.1.0-next.45","@tevm/block":"1.1.0-next.45","@tevm/utils":"1.1.0-next.45","@tevm/common":"^1.1.0-next.45","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.45"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.45","@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.45_1715450562990_0.5042609017490283","host":"s3://npm-registry-packages"}},"1.1.0-next.46":{"name":"@tevm/vm","version":"1.1.0-next.46","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.46","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a8d1b6185a32e57cdc4300fd825bba64bca01c02","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.46.tgz","fileCount":52,"integrity":"sha512-auPpH3vV60A7Vaj2BmMnT6z0uaZouMjUMtiDBa/Eg+GrfkhbTT2En5GJSiVqOpaUcPpSe+/eO6T/8ICmhorEzQ==","signatures":[{"sig":"MEYCIQDCDNKl9YQoJLOIRsshs1NdpSSziHRfN7JlWGhXzz1mRgIhALQ14oYq0pSqXnpUPpw4b6UdR6vW2LNWbuK8TRwRb9JD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432548},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.46.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d05c3252ab384f2908db2c5bb31640a4/tevm-vm-1.1.0-next.46.tgz","_integrity":"sha512-auPpH3vV60A7Vaj2BmMnT6z0uaZouMjUMtiDBa/Eg+GrfkhbTT2En5GJSiVqOpaUcPpSe+/eO6T/8ICmhorEzQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"1.1.0-next.45","@tevm/evm":"^1.1.0-next.46","@tevm/rlp":"1.0.0-next.42","@tevm/trie":"1.1.0-next.45","@tevm/block":"1.1.0-next.46","@tevm/utils":"1.1.0-next.45","@tevm/common":"^1.1.0-next.46","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.46"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.46","@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.46_1715568824226_0.25011016051756396","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/vm","version":"1.1.0-next.47","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.47","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a03c81ee0383869cd21e3f751b260464490bd8c4","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.47.tgz","fileCount":52,"integrity":"sha512-GyUvbURcdsKlJEQUUqjMXdmT5u5LwGvupgxDWMI1gpb/4RrfARDoFn6bcTrfG/d9V1pdnbuvItBmmrAbC6J/Yw==","signatures":[{"sig":"MEUCIGpHMoXjZFx1ZbQg52F2uNFUubuQ42gRM3sVZ/B11hacAiEAyubOlcS9OgVNk03pqE8R7RQh45NOpXvv8rYEB6UGBDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432553},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.47.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/41acb51130544899154bdf9d8b511a7a/tevm-vm-1.1.0-next.47.tgz","_integrity":"sha512-GyUvbURcdsKlJEQUUqjMXdmT5u5LwGvupgxDWMI1gpb/4RrfARDoFn6bcTrfG/d9V1pdnbuvItBmmrAbC6J/Yw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.47","@tevm/evm":"^1.1.0-next.47","@tevm/rlp":"^1.1.0-next.47","@tevm/trie":"^1.1.0-next.47","@tevm/block":"^1.1.0-next.47","@tevm/utils":"^1.1.0-next.47","@tevm/common":"^1.1.0-next.47","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.47"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.47","@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.47_1715614626569_0.5455724620186246","host":"s3://npm-registry-packages"}},"1.1.0-next.50":{"name":"@tevm/vm","version":"1.1.0-next.50","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.50","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9cabfca6b34e4b59e256f7f1d2590fbb1caababa","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.50.tgz","fileCount":52,"integrity":"sha512-OSnoV9Vckp5pWXS8Kok0stDGLD7I04Jlrl7BCaRPIih4oDCie6HmJY5OuvS32O3+8d1GFQVBegtEQWdHAtgUug==","signatures":[{"sig":"MEQCIC9MATYkHg4Tj2Z2q9F1llK+836tIcmhej7p5LC1fV9WAiA5MFGLgrjYvhEb1GW9C8v9UqLx2hR6ur/d4PQ3udJ+Kg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432553},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.50.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f574abc5687c511bc19695afb4dc8fa1/tevm-vm-1.1.0-next.50.tgz","_integrity":"sha512-OSnoV9Vckp5pWXS8Kok0stDGLD7I04Jlrl7BCaRPIih4oDCie6HmJY5OuvS32O3+8d1GFQVBegtEQWdHAtgUug==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.47","@tevm/evm":"^1.1.0-next.50","@tevm/rlp":"^1.1.0-next.47","@tevm/trie":"^1.1.0-next.47","@tevm/block":"^1.1.0-next.47","@tevm/utils":"^1.1.0-next.47","@tevm/common":"^1.1.0-next.47","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.50"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.49","@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.50_1715842205063_0.08015422674493666","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/vm","version":"1.1.0-next.52","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.52","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"43329c10110d07a24c7e63f049772958dd708672","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.52.tgz","fileCount":52,"integrity":"sha512-b/OiJsOR6/eoD+Np5XQ1QWrqjGtdZZEDJMgu076s03izmcB6paftGoheFH1rb1fQE8xQlYoEvdE1IECs5+iVYQ==","signatures":[{"sig":"MEUCIGEvDAO3M59/tAC+8cxmUo5P8unJMXXKdXmFG+k/zPfqAiEAzSmJHJvnqXLNP7y5JMaTvYYemONLZiwLKFIAZ3/Vmuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432553},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.52.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/374151372bed4def627aecdba9f3a112/tevm-vm-1.1.0-next.52.tgz","_integrity":"sha512-b/OiJsOR6/eoD+Np5XQ1QWrqjGtdZZEDJMgu076s03izmcB6paftGoheFH1rb1fQE8xQlYoEvdE1IECs5+iVYQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/evm":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/trie":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.52","@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.52_1715900731061_0.9799695192988349","host":"s3://npm-registry-packages"}},"1.1.0-next.55":{"name":"@tevm/vm","version":"1.1.0-next.55","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.55","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f28826a8f3c957a2f2074cc6661a91a8e42ae9c6","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.55.tgz","fileCount":52,"integrity":"sha512-cV+SpMSnaLI6B0BEntorGwFMHjlDrPvaoU/76DGW+MTwqOsKRec0G5p6pnNuZQFdQtV7IkJ72XJk8T8HICmEQQ==","signatures":[{"sig":"MEUCIG7ohXlzCo4fhdWUvn3+XWkUH172ZreDXmw7GlaLj0BsAiEAwVRbx8MKWIScAUezDBgHESYgaxO00tVaQA0asQPEaDo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432553},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.55.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/cc0e81845ca13dce21a91374eaa917a7/tevm-vm-1.1.0-next.55.tgz","_integrity":"sha512-cV+SpMSnaLI6B0BEntorGwFMHjlDrPvaoU/76DGW+MTwqOsKRec0G5p6pnNuZQFdQtV7IkJ72XJk8T8HICmEQQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/evm":"^1.1.0-next.55","@tevm/rlp":"^1.1.0-next.52","@tevm/trie":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.52","@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.55"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.55_1716100583892_0.010519654864949324","host":"s3://npm-registry-packages"}},"1.1.0-next.56":{"name":"@tevm/vm","version":"1.1.0-next.56","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.56","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"3a786e3fbcd10f9a41ccdb0a4618d2523622d262","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.56.tgz","fileCount":52,"integrity":"sha512-+np4mAoeRyznS1feF5kZLKSvJTODTp5ER8fRR7NOvNKUT/dwYQDBr8h0pfZLVD8DSAeBuuU0RLshLJSGxmCcUw==","signatures":[{"sig":"MEYCIQC7fGlOO/xxfSjdT8ajJWzH9CSCg1RhUVTBN+WHVst8AQIhAJC0BNTcrKzpK9H4w3FphAJ0lk3uEjnUjiBC/tCHOpPo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":431730},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.56.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c2a7c5735294b149c4386bc0c1295fa7/tevm-vm-1.1.0-next.56.tgz","_integrity":"sha512-+np4mAoeRyznS1feF5kZLKSvJTODTp5ER8fRR7NOvNKUT/dwYQDBr8h0pfZLVD8DSAeBuuU0RLshLJSGxmCcUw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/evm":"^1.1.0-next.56","@tevm/rlp":"^1.1.0-next.52","@tevm/trie":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.56","@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.56"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.56","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.56_1716281631590_0.34002388400476313","host":"s3://npm-registry-packages"}},"1.1.0-next.57":{"name":"@tevm/vm","version":"1.1.0-next.57","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.57","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"98adf30d9e93c97a536a6e982f0b5dd5177d25da","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.57.tgz","fileCount":52,"integrity":"sha512-GNRKzCds0aHs5hv2rmToVQjcazLSTOjoRl7F7UtViTspSZxev88Rm6yAifTFZ74cjZGCdLcDLB864zEf2pxtzA==","signatures":[{"sig":"MEYCIQCrqKgGiLIzEtam5+hD32arp/0RNste0fB2zPRmjKr/OwIhAIuLPbly0GCzkMgXvDRMStufdmQmfnbTTNkzEJgiVTKa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":431730},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.57.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7b1ab2ac492e6ba4fcf08bc483a6fa2b/tevm-vm-1.1.0-next.57.tgz","_integrity":"sha512-GNRKzCds0aHs5hv2rmToVQjcazLSTOjoRl7F7UtViTspSZxev88Rm6yAifTFZ74cjZGCdLcDLB864zEf2pxtzA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/evm":"^1.1.0-next.57","@tevm/rlp":"^1.1.0-next.52","@tevm/trie":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.57","@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.57","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.57"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.57","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.57_1716333219980_0.2744162907669816","host":"s3://npm-registry-packages"}},"1.1.0-next.59":{"name":"@tevm/vm","version":"1.1.0-next.59","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.59","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a3b7f718fa5078ffa8e17c4cae6aa89025f416d7","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.59.tgz","fileCount":52,"integrity":"sha512-QXSaveNUNf4bQx6El6HvPwu8D0JG6lq81WQ0OkdChA3IlRp82GN7Go2WzxyVQLBBPk6kyPzVNP6oL0FP6e+P1A==","signatures":[{"sig":"MEUCIQCtTq3PO547ez0g/SklYdBSgp71OOpVrFwutk/XFFGtZwIgOZmAhf7/mgaIeFrhSxFH/3cEknSw65P+aqO0ICcWJUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":436472},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.59.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/dbd2f91e1f98e1f51aeb3964ba0a1bfa/tevm-vm-1.1.0-next.59.tgz","_integrity":"sha512-QXSaveNUNf4bQx6El6HvPwu8D0JG6lq81WQ0OkdChA3IlRp82GN7Go2WzxyVQLBBPk6kyPzVNP6oL0FP6e+P1A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/evm":"^1.1.0-next.59","@tevm/rlp":"^1.1.0-next.52","@tevm/trie":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.59","@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.59","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.59"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.59","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.59_1716495571313_0.6229721471117293","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/vm","version":"1.1.0-next.60","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.60","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7db87ce67a7d32e0aa187d56e3450d3bfbb6c9e4","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.60.tgz","fileCount":52,"integrity":"sha512-OtgF8hyjMFHKp10Y+0xdaVyDo2hhes/Phwdsp8/nDsuEYktGYEtyx1oJl+AlCnm32IfPxOEQYny5HI/WOza3jA==","signatures":[{"sig":"MEQCIDyTuWRLRNPM48soIBfjC4iNWjI+LxEcyzUXT0qv5cowAiB73xdmd8KvyhEVDDuIw0vLm63ISrsvXBJs4fB9VpuK8g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":436472},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.60.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/df175a1518e545b41ef9661de6a46e0e/tevm-vm-1.1.0-next.60.tgz","_integrity":"sha512-OtgF8hyjMFHKp10Y+0xdaVyDo2hhes/Phwdsp8/nDsuEYktGYEtyx1oJl+AlCnm32IfPxOEQYny5HI/WOza3jA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.60","@tevm/evm":"^1.1.0-next.60","@tevm/rlp":"^1.1.0-next.60","@tevm/trie":"^1.1.0-next.60","@tevm/block":"^1.1.0-next.60","@tevm/utils":"^1.1.0-next.60","@tevm/common":"^1.1.0-next.60","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.60","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.60_1716561703206_0.13219621912720192","host":"s3://npm-registry-packages"}},"1.1.0-next.61":{"name":"@tevm/vm","version":"1.1.0-next.61","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.61","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b95f7a0bbf22ef3228505b49a1db579f6d0a1d56","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.61.tgz","fileCount":52,"integrity":"sha512-4JdbEyRi+mcksqScbQmCSGCTUszm/aV6Ne3YjoZaKoyiWXSTsbd3uN2+uGJIo90YeAtBYaq1u24rkPKsjwlbDg==","signatures":[{"sig":"MEUCIQCVjGhxtnznoVW81g16L69xAikwN+YHOsbs/c9fRnaYuwIgFjzkmaC6sQLbwG7Y3BZ3z/tzkWNLS6WeqXBkYD9SVhA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440500},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.61.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d3c3f3aa768bca72b9914db25c9aafb8/tevm-vm-1.1.0-next.61.tgz","_integrity":"sha512-4JdbEyRi+mcksqScbQmCSGCTUszm/aV6Ne3YjoZaKoyiWXSTsbd3uN2+uGJIo90YeAtBYaq1u24rkPKsjwlbDg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.60","@tevm/evm":"^1.1.0-next.60","@tevm/rlp":"^1.1.0-next.60","@tevm/trie":"^1.1.0-next.60","@tevm/block":"^1.1.0-next.60","@tevm/utils":"^1.1.0-next.60","@tevm/common":"^1.1.0-next.60","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.60","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.61_1716673449569_0.3824269589015359","host":"s3://npm-registry-packages"}},"1.1.0-next.62":{"name":"@tevm/vm","version":"1.1.0-next.62","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.62","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cf02a910b0529e9b944238dfc5049c98909a5010","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.62.tgz","fileCount":52,"integrity":"sha512-Z0biisHpM/Sdvp+TFotTnRKfGl+vWyaMpJByv6hsRXfwMxx6YiJm/PGWX6GsYbAY9H7D5ZpU+cjS4VKUxWcrZg==","signatures":[{"sig":"MEUCIQDG2r9Ii7vttSHFlrW9cawmf7YRI9WRSPkB2MtMUCB+ZAIgH7aoRpcvUESqcPNFJZpg/3YcoNW5BdyiOpYSFZNhDEI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440500},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.62.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8c537424f6cc2684c3f54774d4a20b6e/tevm-vm-1.1.0-next.62.tgz","_integrity":"sha512-Z0biisHpM/Sdvp+TFotTnRKfGl+vWyaMpJByv6hsRXfwMxx6YiJm/PGWX6GsYbAY9H7D5ZpU+cjS4VKUxWcrZg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.60","@tevm/evm":"^1.1.0-next.62","@tevm/rlp":"^1.1.0-next.60","@tevm/trie":"^1.1.0-next.60","@tevm/block":"^1.1.0-next.62","@tevm/utils":"^1.1.0-next.60","@tevm/common":"^1.1.0-next.62","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.62"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.62","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.62_1716928393287_0.7556576223524323","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/vm","version":"1.1.0-next.69","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.69","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"2ee5dc16c616830d49bd97b077ccf3a94cec24ee","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.69.tgz","fileCount":52,"integrity":"sha512-xbfEujfECaBmBkotthudIrgQ/DZtDbTv2jLQ5QtTmtI94nXaNHixillcBUlJMz79Q47Z4OHmHEKNj+jVBY8jPw==","signatures":[{"sig":"MEYCIQDb1v71Ex8haAyHRT8BdHzSJ0CBt9+jGqHmO7WWiPOyOAIhAJh4Ny7aMYcxxvpjY+IqA3DlPbAcyzfwxdmXP6OK3fSj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440500},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.69.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/714ef2a25c9cd0061b779f24a3e90000/tevm-vm-1.1.0-next.69.tgz","_integrity":"sha512-xbfEujfECaBmBkotthudIrgQ/DZtDbTv2jLQ5QtTmtI94nXaNHixillcBUlJMz79Q47Z4OHmHEKNj+jVBY8jPw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.69","@tevm/evm":"^1.1.0-next.69","@tevm/rlp":"^1.1.0-next.69","@tevm/trie":"^1.1.0-next.69","@tevm/block":"^1.1.0-next.69","@tevm/utils":"^1.1.0-next.69","@tevm/common":"^1.1.0-next.69","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/state":"^1.1.0-next.69","@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.69_1717488741835_0.675220649490663","host":"s3://npm-registry-packages"}},"1.1.0-next.70":{"name":"@tevm/vm","version":"1.1.0-next.70","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.70","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"db43d82932129a22322828ac138e6057c6242445","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.70.tgz","fileCount":52,"integrity":"sha512-1wkjN5FBSNNXNScs1IHei+OFrWmAG2PGuXo5UTTYKlRVCciQFTd5s7IsPIhXJJjZ+dmqjbEbwJnm05/MMp+hZA==","signatures":[{"sig":"MEYCIQCiHwpCykzJwxYGE2opbPEBXuAn/uhpgybRlJ5YDoTarwIhAOZFMu2wdeiscLyomtVSbaOYvWDxj4REmq6qBeikIafv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440500},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.70.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/be2799849cf9e2be76d3ed9ef2ab8cb8/tevm-vm-1.1.0-next.70.tgz","_integrity":"sha512-1wkjN5FBSNNXNScs1IHei+OFrWmAG2PGuXo5UTTYKlRVCciQFTd5s7IsPIhXJJjZ+dmqjbEbwJnm05/MMp+hZA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.70","@tevm/evm":"^1.1.0-next.70","@tevm/rlp":"^1.1.0-next.69","@tevm/trie":"^1.1.0-next.69","@tevm/block":"^1.1.0-next.70","@tevm/state":"^1.1.0-next.70","@tevm/utils":"^1.1.0-next.70","@tevm/common":"^1.1.0-next.70","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.70"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.70_1717631201435_0.36204750335912594","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/vm","version":"1.1.0-next.72","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.72","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1c134dd16b139c7d25e6e7853eeb32319b1a178a","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.72.tgz","fileCount":52,"integrity":"sha512-MKmk5vLv16VazJV2WR2aIdBWP4/k/qDe8L9XJdlfFavET24nIDt6JXFsPeXwBVuiup+Bw7Wd61Ct7YqfZhzj1w==","signatures":[{"sig":"MEYCIQCHxcMnsJsjF24cvYeBdO6M+dIp67K4JeiiFUCI/O3/jwIhAIpgg7EpJ/cgKEZzVm7f2D78aaXOLf8/ZZcpduHf/cNE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":448605},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.72.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/91d0d32817f64f3c908125d3c6ec39b9/tevm-vm-1.1.0-next.72.tgz","_integrity":"sha512-MKmk5vLv16VazJV2WR2aIdBWP4/k/qDe8L9XJdlfFavET24nIDt6JXFsPeXwBVuiup+Bw7Wd61Ct7YqfZhzj1w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.72","@tevm/evm":"^1.1.0-next.72","@tevm/rlp":"^1.1.0-next.72","@tevm/trie":"^1.1.0-next.72","@tevm/block":"^1.1.0-next.72","@tevm/state":"^1.1.0-next.72","@tevm/utils":"^1.1.0-next.72","@tevm/common":"^1.1.0-next.72","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.72_1717896069872_0.9282457096286763","host":"s3://npm-registry-packages"}},"1.1.0-next.73":{"name":"@tevm/vm","version":"1.1.0-next.73","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.73","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"653ebeb07bf3f639802f1e860f15ff13b7711376","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.73.tgz","fileCount":52,"integrity":"sha512-FMQdBFza09BRWyGXdeEaqr5EWHpigV2p4NVZdg1Qv3fM84lpo2wMOrR0u3wgOpfyfcpQy1CEpHqPjtnfNlJjZQ==","signatures":[{"sig":"MEUCIEsZW5BWE9PbrrX0rPm/yx9eukJf73oPFXpjwsOsxydxAiEAvWHwljYE/CuJkVTeIDFke0qqe0HXml/eLFL+HNx/9ho=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":448605},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.73.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a8167ad408ba866a14cd83d11c29a5ea/tevm-vm-1.1.0-next.73.tgz","_integrity":"sha512-FMQdBFza09BRWyGXdeEaqr5EWHpigV2p4NVZdg1Qv3fM84lpo2wMOrR0u3wgOpfyfcpQy1CEpHqPjtnfNlJjZQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.72","@tevm/evm":"^1.1.0-next.73","@tevm/rlp":"^1.1.0-next.72","@tevm/trie":"^1.1.0-next.72","@tevm/block":"^1.1.0-next.72","@tevm/state":"^1.1.0-next.73","@tevm/utils":"^1.1.0-next.72","@tevm/common":"^1.1.0-next.72","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.73_1717902360466_0.8944535161273433","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/vm","version":"1.1.0-next.74","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.74","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d4d9e0d19e7f8d917c0888c63f21d95a313464b8","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.74.tgz","fileCount":52,"integrity":"sha512-5RFZDDBIsRHWVmqwyxWgywSPUqMFfkIooxu/clTJO2UUt6LXL4SJDaajq6cQyTuJzfOLbW4HcHuDPRQRJYTBSA==","signatures":[{"sig":"MEQCIAMRI7/fmkBn92UaJ1QL04BLvYkcfNxlrBRcY2lo8lrMAiAN+Bs7R/l76R01VD3Fhs/RByQxeLcjbpQOqVWGjD9yYA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455672},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.74.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/69daf4e08882a80a24d168d24bf5f674/tevm-vm-1.1.0-next.74.tgz","_integrity":"sha512-5RFZDDBIsRHWVmqwyxWgywSPUqMFfkIooxu/clTJO2UUt6LXL4SJDaajq6cQyTuJzfOLbW4HcHuDPRQRJYTBSA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.74","@tevm/evm":"^1.1.0-next.74","@tevm/rlp":"^1.1.0-next.74","@tevm/trie":"^1.1.0-next.74","@tevm/block":"^1.1.0-next.74","@tevm/state":"^1.1.0-next.74","@tevm/utils":"^1.1.0-next.74","@tevm/common":"^1.1.0-next.74","@tevm/errors":"^1.1.0-next.74","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.74"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.74_1718182389251_0.998059956027783","host":"s3://npm-registry-packages"}},"1.1.0-next.75":{"name":"@tevm/vm","version":"1.1.0-next.75","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.75","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"0c970b0c9e0fdcb62c5a83ceb28a65071c9d8436","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.75.tgz","fileCount":52,"integrity":"sha512-qUCT3uBXP9xOsliumoHVqZ8PdvmB1k6usfbvJ2AWz62UiFWVN6boEjNVXu/9h7GQIspD4qjkctkvKK4bKuRV9Q==","signatures":[{"sig":"MEUCIQCW9D7WlTpIq85rw023TUE4lLd8UPgL0zBkFdAqouvhbQIgFq2JZT8du1mmRZsuuohym6NNyyTsrJB8Ej5OAbxcTu4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455672},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.75.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c0cc043c3fb52d7ac88733edcb2c6694/tevm-vm-1.1.0-next.75.tgz","_integrity":"sha512-qUCT3uBXP9xOsliumoHVqZ8PdvmB1k6usfbvJ2AWz62UiFWVN6boEjNVXu/9h7GQIspD4qjkctkvKK4bKuRV9Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.75","@tevm/evm":"^1.1.0-next.75","@tevm/rlp":"^1.1.0-next.74","@tevm/trie":"^1.1.0-next.75","@tevm/block":"^1.1.0-next.75","@tevm/state":"^1.1.0-next.75","@tevm/utils":"^1.1.0-next.75","@tevm/common":"^1.1.0-next.75","@tevm/errors":"^1.1.0-next.75","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.75"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.75_1718253079307_0.85798952233254","host":"s3://npm-registry-packages"}},"1.1.0-next.76":{"name":"@tevm/vm","version":"1.1.0-next.76","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.76","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4f647953d59642656c6367a49dd1af639d35952b","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.76.tgz","fileCount":52,"integrity":"sha512-vM5YifA0vcc+QPpK17LHu3oLLBrWHFpOMLuanqIVykwQIn25qjSfoAZJyBj6/F9SOAJeZHZCd7M5VNq0YGebzA==","signatures":[{"sig":"MEQCIDwxHtqTKjLLhLQKXm7W7DvaQW60BIA7WXD8GRLhVBsgAiBc9lgAMvvLWOT1OiEtpWolx0GUI4PuBGh3nvGz9j/Dng==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.76.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c8d75d6697f167f0ee8e19140ce64acc/tevm-vm-1.1.0-next.76.tgz","_integrity":"sha512-vM5YifA0vcc+QPpK17LHu3oLLBrWHFpOMLuanqIVykwQIn25qjSfoAZJyBj6/F9SOAJeZHZCd7M5VNq0YGebzA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.76","@tevm/evm":"^1.1.0-next.76","@tevm/rlp":"^1.1.0-next.74","@tevm/trie":"^1.1.0-next.75","@tevm/block":"^1.1.0-next.76","@tevm/state":"^1.1.0-next.75","@tevm/utils":"^1.1.0-next.75","@tevm/common":"^1.1.0-next.75","@tevm/errors":"^1.1.0-next.75","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.76"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.76_1718312706230_0.7608749240446666","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/vm","version":"1.1.0-next.77","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.77","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1191f2cfa7bfd9e45f08271e93e01f1ed29dba17","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.77.tgz","fileCount":52,"integrity":"sha512-US/+R4p0VqGdIzOYHdNhLGpf7sndcRzUFW3VeFSjoftNSBaPDMWuyeN81HOI9qmhJ0jYw4+ow2q8toJWIOmvBA==","signatures":[{"sig":"MEYCIQDIlkj3M1PSw7ugwwP83CW2qiVzrbT3XN4AbAvSos5hRwIhAIJCe+BRrrQtq3exUdx2C7NywJoGXk53Jo8+QVdVJLca","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.77.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4cce705d7ddd9a86fc886e9038b70c35/tevm-vm-1.1.0-next.77.tgz","_integrity":"sha512-US/+R4p0VqGdIzOYHdNhLGpf7sndcRzUFW3VeFSjoftNSBaPDMWuyeN81HOI9qmhJ0jYw4+ow2q8toJWIOmvBA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.77","@tevm/evm":"^1.1.0-next.77","@tevm/rlp":"^1.1.0-next.77","@tevm/trie":"^1.1.0-next.77","@tevm/block":"^1.1.0-next.77","@tevm/state":"^1.1.0-next.77","@tevm/utils":"^1.1.0-next.77","@tevm/common":"^1.1.0-next.77","@tevm/errors":"^1.1.0-next.77","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.77_1718389952292_0.021188069448708324","host":"s3://npm-registry-packages"}},"1.1.0-next.78":{"name":"@tevm/vm","version":"1.1.0-next.78","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.78","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"166204bb8f32c9c2944999d04a94a80c245930ca","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.78.tgz","fileCount":52,"integrity":"sha512-N5CkRtd/+NVLPB838yzIHn/wlM1yUma15Ul86Ue+LzJwYCcgF1patgWrQVFWFWLyxRLFxNjrbNk/NoMGb47k3g==","signatures":[{"sig":"MEYCIQDB2j6PIspLYfT+wB83IWFdHVSIRro+2OBq0iL3LX/BWAIhANj4iBf+sRdmSn8zKkIy2eTf6ETbLZsMv8DSB3aetNTX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.78.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2f117045e792af9961419f78b960f6ad/tevm-vm-1.1.0-next.78.tgz","_integrity":"sha512-N5CkRtd/+NVLPB838yzIHn/wlM1yUma15Ul86Ue+LzJwYCcgF1patgWrQVFWFWLyxRLFxNjrbNk/NoMGb47k3g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.77","@tevm/evm":"^1.1.0-next.78","@tevm/rlp":"^1.1.0-next.77","@tevm/trie":"^1.1.0-next.77","@tevm/block":"^1.1.0-next.77","@tevm/state":"^1.1.0-next.78","@tevm/utils":"^1.1.0-next.77","@tevm/common":"^1.1.0-next.77","@tevm/errors":"^1.1.0-next.77","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.78_1718393752859_0.9128862698521052","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/vm","version":"2.0.0-next.79","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.79","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"117b29a3ff0b10e96e9652e979b580b2069377d5","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.79.tgz","fileCount":52,"integrity":"sha512-Ng41axg9JjN5rI7bJayBomHn4IlmuK+Esfl0WLBivgSUUCHLj2vIHmbtcZ1AD2I00Jm9MiqoQBDRNeIhrOdPxg==","signatures":[{"sig":"MEUCIQDWNYa0a4KTcmAB+wS7FGdKh3l3n34uqVEGdyruu+h3ogIgaQQ5y6HqGHV5wqAHhl+grjgPgyg8WSnSmkfsyNjXKpg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.79.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f1045f32e92fdefcece89ce4a3f77661/tevm-vm-2.0.0-next.79.tgz","_integrity":"sha512-Ng41axg9JjN5rI7bJayBomHn4IlmuK+Esfl0WLBivgSUUCHLj2vIHmbtcZ1AD2I00Jm9MiqoQBDRNeIhrOdPxg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.79","@tevm/evm":"^2.0.0-next.79","@tevm/rlp":"^2.0.0-next.79","@tevm/trie":"^2.0.0-next.79","@tevm/block":"^2.0.0-next.79","@tevm/state":"^2.0.0-next.79","@tevm/utils":"^2.0.0-next.79","@tevm/common":"^2.0.0-next.79","@tevm/errors":"^2.0.0-next.79","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.79"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.79","@tevm/tsupconfig":"^2.0.0-next.79"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.79_1718754366771_0.9600664560237193","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/vm","version":"2.0.0-next.80","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.80","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"efe0cf710d078f4a6f6567bf9910a22438200412","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.80.tgz","fileCount":52,"integrity":"sha512-/F4MYRruF5WpRwqFSacb0qMrn1lQMCh3O3CGvzQ13KwdsLuGslCMs1Afag9qhfyG0WQyK2/NOfAL0DSwDxL1xQ==","signatures":[{"sig":"MEUCIAJTvXOwnvz77otocxFW/MXZWmWM2VLWpZRFTZi0od78AiEAqeLuaJXQd7XcC4dyKFAczpNHCb8Jsn0jWByPYuwnYnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.80.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/30375da5af1396b4109eb6e1fa6c04ae/tevm-vm-2.0.0-next.80.tgz","_integrity":"sha512-/F4MYRruF5WpRwqFSacb0qMrn1lQMCh3O3CGvzQ13KwdsLuGslCMs1Afag9qhfyG0WQyK2/NOfAL0DSwDxL1xQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.80","@tevm/evm":"^2.0.0-next.80","@tevm/rlp":"^2.0.0-next.80","@tevm/trie":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.80","@tevm/state":"^2.0.0-next.80","@tevm/utils":"^2.0.0-next.80","@tevm/common":"^2.0.0-next.80","@tevm/errors":"^2.0.0-next.80","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.80_1718769398855_0.14712097385783318","host":"s3://npm-registry-packages"}},"2.0.0-next.83":{"name":"@tevm/vm","version":"2.0.0-next.83","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.83","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"134217a0001c41be2e4d02f7034fde76680b0fb6","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.83.tgz","fileCount":52,"integrity":"sha512-pNYsNR7bt117ZSPJdma9xb4au7WCQuVra6BPBnd0HvPXtdAlQH7VTE6C+C041Bu2kHSjBB1m9y0z1NrOlwTcdg==","signatures":[{"sig":"MEUCIAmpOsOwV2cRAHJNbwKOTf1bi0vuI7C7qSFFGYVFEffbAiEA4kPtLieeHrGucF8j5oQwHmyxRp5nw5DFK0pXrFc2tHQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.83.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e6baebc02a37a806b217ddcedd2412ac/tevm-vm-2.0.0-next.83.tgz","_integrity":"sha512-pNYsNR7bt117ZSPJdma9xb4au7WCQuVra6BPBnd0HvPXtdAlQH7VTE6C+C041Bu2kHSjBB1m9y0z1NrOlwTcdg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.80","@tevm/evm":"^2.0.0-next.83","@tevm/rlp":"^2.0.0-next.80","@tevm/trie":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.80","@tevm/state":"^2.0.0-next.83","@tevm/utils":"^2.0.0-next.80","@tevm/common":"^2.0.0-next.80","@tevm/errors":"^2.0.0-next.80","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.83_1718840658255_0.11205150486735005","host":"s3://npm-registry-packages"}},"2.0.0-next.84":{"name":"@tevm/vm","version":"2.0.0-next.84","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.84","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c799d106ede4552e68c81d7c9d73415342fea220","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.84.tgz","fileCount":52,"integrity":"sha512-6PuG/pcZm3LL32ktPkRbdNAQkm7aDiwkoXZUbioF1WlhTCQU0jcWuJWcLHl8kSkjq6BR7482Yu/bJTeU95XD6g==","signatures":[{"sig":"MEYCIQD86WtwxGocmRsbSYeSzss49aMyLlFTzCvu/PgRle4+AAIhAKUhJ9BMmFsTiNBm36TlZzeHIHgtTFDclEgs0PxtWnw0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.84.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0f05a27c192fee9fb08d59f5d956653a/tevm-vm-2.0.0-next.84.tgz","_integrity":"sha512-6PuG/pcZm3LL32ktPkRbdNAQkm7aDiwkoXZUbioF1WlhTCQU0jcWuJWcLHl8kSkjq6BR7482Yu/bJTeU95XD6g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.84","@tevm/evm":"^2.0.0-next.84","@tevm/rlp":"^2.0.0-next.80","@tevm/trie":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.84","@tevm/state":"^2.0.0-next.84","@tevm/utils":"^2.0.0-next.84","@tevm/common":"^2.0.0-next.84","@tevm/errors":"^2.0.0-next.84","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.84"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.84_1719006886501_0.3312938375952461","host":"s3://npm-registry-packages"}},"2.0.0-next.85":{"name":"@tevm/vm","version":"2.0.0-next.85","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.85","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c0783f8aea80a5dac55d8c526922177d763b31f2","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.85.tgz","fileCount":52,"integrity":"sha512-Q3mN8mQtjQMremXpvLCAox4hRdZfuaErvAS4JOdHgmBHynT/l4tluUJWFwtXi1yG7av49cx5NxIeqPzh6TnutQ==","signatures":[{"sig":"MEYCIQDGE7ktKVEYhJhpl45UjP5T9E8EbKg+ODxAr3HbYiJoDwIhAIZvCfDvLpY+XlVZwARSF7ClWiISycy4r1rI4T2kSkWu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.85.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4f51740765b5f686613ab03fb2afab70/tevm-vm-2.0.0-next.85.tgz","_integrity":"sha512-Q3mN8mQtjQMremXpvLCAox4hRdZfuaErvAS4JOdHgmBHynT/l4tluUJWFwtXi1yG7av49cx5NxIeqPzh6TnutQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.84","@tevm/evm":"^2.0.0-next.85","@tevm/rlp":"^2.0.0-next.80","@tevm/trie":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.85","@tevm/state":"^2.0.0-next.85","@tevm/utils":"^2.0.0-next.84","@tevm/common":"^2.0.0-next.85","@tevm/errors":"^2.0.0-next.84","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.85"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.85_1719105242165_0.8041952406456669","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/vm","version":"2.0.0-next.86","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.86","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"333077eb92255c1ff3ad4d398a631e2695a89db3","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.86.tgz","fileCount":52,"integrity":"sha512-5TXsdQHTPG5Nu+HKUKcGBQXQqXdsUxUqvktzP2lqIiVfWi+mGK4zT4yNxuWcSxcxC0MQVU9UR2m9D7q+WuECQw==","signatures":[{"sig":"MEQCIHAWXe+lKR4TmxkMxx1G+6CMT0GjOSvw3pbgnX6LUr2nAiAcwmcXDjw0FHnAmY5TcYTKzCpNy/nlHxOBxI5HMCI/rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":455689},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2d0deb8d8a4be0692bb70c86fb8ae04c/tevm-vm-2.0.0-next.86.tgz","_integrity":"sha512-5TXsdQHTPG5Nu+HKUKcGBQXQqXdsUxUqvktzP2lqIiVfWi+mGK4zT4yNxuWcSxcxC0MQVU9UR2m9D7q+WuECQw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.86","@tevm/evm":"^2.0.0-next.86","@tevm/rlp":"^2.0.0-next.86","@tevm/trie":"^2.0.0-next.86","@tevm/block":"^2.0.0-next.86","@tevm/state":"^2.0.0-next.86","@tevm/utils":"^2.0.0-next.86","@tevm/common":"^2.0.0-next.86","@tevm/errors":"^2.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.86_1719443517608_0.7701182210657005","host":"s3://npm-registry-packages"}},"1.1.0-next.88":{"name":"@tevm/vm","version":"1.1.0-next.88","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.88","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f1a32eb6148a786ee9ba666083bd661eb5031245","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.88.tgz","fileCount":142,"integrity":"sha512-+8Qg4T3AbjEssi7irn7+Ii9n1J018JPrQHOTSSCN4IKhjWPv1oYd3oU2bKp8e0Z/d4Mim8p175PvjR0yLSZ4jw==","signatures":[{"sig":"MEUCIQDHQJcWs/ak0vzcEckPJtZ7lon4Tu3wUMgYbjnf/hUyBQIgbMmZdmdnpdWTNuVAyz0TvzoiC9i0IskUxJN7ZY1JG7E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":492353},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.88.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d5f6bbb087000e2f2d3628cabb9ce04a/tevm-vm-1.1.0-next.88.tgz","_integrity":"sha512-+8Qg4T3AbjEssi7irn7+Ii9n1J018JPrQHOTSSCN4IKhjWPv1oYd3oU2bKp8e0Z/d4Mim8p175PvjR0yLSZ4jw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.88","@tevm/evm":"^1.1.0-next.88","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.88","@tevm/state":"^1.1.0-next.88","@tevm/utils":"^1.1.0-next.88","@tevm/common":"^1.1.0-next.88","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.88"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.88_1719898144483_0.34222683074805604","host":"s3://npm-registry-packages"}},"1.1.0-next.90":{"name":"@tevm/vm","version":"1.1.0-next.90","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.90","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"6c9082070ca76e8f1dea14dfb82883e1733900ab","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.90.tgz","fileCount":142,"integrity":"sha512-ea6URTXh6Hleu3/JHDeZXTrUVHpbKgTtmXYNlGZj3OL0MRPg+BnA4XhBk2qP7SnttuY3fbmAGynlOgWTgGt2Yg==","signatures":[{"sig":"MEQCIDTLt7moy0M0p90KMlGI6LZ5eGGxYNktbAb4Z4Wa7bbFAiBlYmRI1+1XfMiZLs2m9xsj6CM9TEvz/Cg4d1DIt3EozA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":492353},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.90.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/fccf388591ed1de0c1bfab525ea9be38/tevm-vm-1.1.0-next.90.tgz","_integrity":"sha512-ea6URTXh6Hleu3/JHDeZXTrUVHpbKgTtmXYNlGZj3OL0MRPg+BnA4XhBk2qP7SnttuY3fbmAGynlOgWTgGt2Yg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.88","@tevm/evm":"^1.1.0-next.90","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.88","@tevm/state":"^1.1.0-next.90","@tevm/utils":"^1.1.0-next.88","@tevm/common":"^1.1.0-next.88","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.88"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.90_1720200504459_0.14923840520084286","host":"s3://npm-registry-packages"}},"1.1.0-next.91":{"name":"@tevm/vm","version":"1.1.0-next.91","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.91","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"e2cb366f114d7ef2f0a2d418d1266bc90549a942","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.91.tgz","fileCount":142,"integrity":"sha512-fukuUAZwv43Q/sarzSBJt8bcKBY7ww8ukZ5DLkVbtlhpxlRWMNoo1VMa5nXZDrUNCZTMzrSYrIUrxbcn62OoPg==","signatures":[{"sig":"MEUCIQCfBmBh2ZtYHotcFHT4sORUJCLm/l9cBgkQwWsNUCiz+gIgbA18VUZYUJqPI/vJ8f1V8lDbsxj8mEU1KB+pTpTn/Tc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":492353},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.91.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/069d7467991c2abf093fd2d1b1e2a49a/tevm-vm-1.1.0-next.91.tgz","_integrity":"sha512-fukuUAZwv43Q/sarzSBJt8bcKBY7ww8ukZ5DLkVbtlhpxlRWMNoo1VMa5nXZDrUNCZTMzrSYrIUrxbcn62OoPg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.91","@tevm/evm":"^1.1.0-next.91","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.91","@tevm/state":"^1.1.0-next.91","@tevm/utils":"^1.1.0-next.91","@tevm/common":"^1.1.0-next.91","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.91"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.91_1720291955394_0.8413398402287242","host":"s3://npm-registry-packages"}},"1.1.0-next.92":{"name":"@tevm/vm","version":"1.1.0-next.92","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.92","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7c07d5c0dbd5f600d8b2e30267087beb3042a3ed","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.92.tgz","fileCount":199,"integrity":"sha512-lQAO/bitgVMmmyFVyNvk4rwo2W4OeIjZWIjTChmKfdvab6ac672pRelRE7ARR/XwxiHfVkPIr762XkTpCWA7jg==","signatures":[{"sig":"MEUCIAp/BE60HGgI/IoMMI0mYZhfZM6v+5nuAbNHKPnv0TDHAiEAxXQPzVprBuXyeqsd7vAfsiZvtN9De8kFWEk0+P1Y5UI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555412},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.92.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f4bad6854c789f0693f07889bd21dae6/tevm-vm-1.1.0-next.92.tgz","_integrity":"sha512-lQAO/bitgVMmmyFVyNvk4rwo2W4OeIjZWIjTChmKfdvab6ac672pRelRE7ARR/XwxiHfVkPIr762XkTpCWA7jg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.92","@tevm/evm":"^1.1.0-next.92","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.92","@tevm/state":"^1.1.0-next.92","@tevm/utils":"^1.1.0-next.92","@tevm/common":"^1.1.0-next.92","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.92"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.92","@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.92_1720480780327_0.8453491938554654","host":"s3://npm-registry-packages"}},"1.1.0-next.94":{"name":"@tevm/vm","version":"1.1.0-next.94","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.94","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1cf57eeca25f09bc54710b79b650e3c8e56bfbb8","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.94.tgz","fileCount":199,"integrity":"sha512-6OaYhNThXA5uG+7iq7l8LnjyY1z//tzDP0GuJxWNPtrOUwQf1P4dEddzWg62mfYa09JhiZxZxFJl7OylwGvkiw==","signatures":[{"sig":"MEYCIQDcO/9ikLSBhHgM3ay+Xm854TDUK+esOVnszvf4zCr5gQIhANpevG4vi6YsD2zLpSGMR2zl9GehDzpQOIPUZAdThr0u","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555412},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.94.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/cf5c375e64f06a47915b093accb2f201/tevm-vm-1.1.0-next.94.tgz","_integrity":"sha512-6OaYhNThXA5uG+7iq7l8LnjyY1z//tzDP0GuJxWNPtrOUwQf1P4dEddzWg62mfYa09JhiZxZxFJl7OylwGvkiw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.92","@tevm/evm":"^1.1.0-next.94","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.92","@tevm/state":"^1.1.0-next.94","@tevm/utils":"^1.1.0-next.92","@tevm/common":"^1.1.0-next.92","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.92"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.94","@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.94_1720564068040_0.721833363454603","host":"s3://npm-registry-packages"}},"1.1.0-next.95":{"name":"@tevm/vm","version":"1.1.0-next.95","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.95","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"fb5961e7f25bfa5c66da238c5201244e72040822","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.95.tgz","fileCount":199,"integrity":"sha512-Zd8HXP38G2ayieUL5q9GupYeHQMfrS4HK8U6vySGBX+GAa6UCvA7hdqRwqaASLHXzsNZTYzh6qD9ZfmI53aHKA==","signatures":[{"sig":"MEQCIDz4FGcQc6d4jhCKk1YUEU6KFH2gtBzYoYlFFcpinyD7AiAeW1qqjQUeDIEtOzT6sIEbSK8ucaWobLxwSE9KbeqOrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555412},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.95.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6feacc764ab0b30c125d0f383f7dfd5e/tevm-vm-1.1.0-next.95.tgz","_integrity":"sha512-Zd8HXP38G2ayieUL5q9GupYeHQMfrS4HK8U6vySGBX+GAa6UCvA7hdqRwqaASLHXzsNZTYzh6qD9ZfmI53aHKA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.92","@tevm/evm":"^1.1.0-next.95","@tevm/rlp":"^1.0.0-next.86","@tevm/trie":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.92","@tevm/state":"^1.1.0-next.95","@tevm/utils":"^1.1.0-next.92","@tevm/common":"^1.1.0-next.92","@tevm/errors":"^1.0.0-next.86","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.92"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.95","@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.95_1720565033300_0.4192166664552426","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/vm","version":"1.1.0-next.96","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.96","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"16c3136efdec14f6ad69af4e2c8cc8f829f2ad0a","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.96.tgz","fileCount":199,"integrity":"sha512-6+/SqVUKHAbr63SY+/AuwF8lEUVobjDvo7p2i3jO+CD6jAPd+GJCat29K2m663qBGm8hu2kXhgozNHqFr3H8VQ==","signatures":[{"sig":"MEUCIEKHRoXMw5y+fpO4RZ7HJzCrlO0iIVykuQb/OEVrBS0QAiEA4uKSJublJRIntHZB7zojDrmb6zxVMig7ARFnPND3YlQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555435},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.96.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/18743d86ac94649b8eb4db77d02f490e/tevm-vm-1.1.0-next.96.tgz","_integrity":"sha512-6+/SqVUKHAbr63SY+/AuwF8lEUVobjDvo7p2i3jO+CD6jAPd+GJCat29K2m663qBGm8hu2kXhgozNHqFr3H8VQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.96","@tevm/evm":"^1.1.0-next.96","@tevm/rlp":"^1.1.0-next.96","@tevm/trie":"^1.1.0-next.96","@tevm/block":"^1.1.0-next.96","@tevm/state":"^1.1.0-next.96","@tevm/utils":"^1.1.0-next.96","@tevm/common":"^1.1.0-next.96","@tevm/errors":"^1.1.0-next.96","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.96","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.96_1720622686302_0.9456684250870937","host":"s3://npm-registry-packages"}},"1.1.0-next.97":{"name":"@tevm/vm","version":"1.1.0-next.97","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.97","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"01215ea3559a02dcb38ec6f37b0a298fb9ce659c","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.97.tgz","fileCount":199,"integrity":"sha512-T/FsN/Nj8NfFzi2Sk8AEhX6NJaiRIZCtzLaztiifRmIkG/QNK1Bw66kjjg/GP17umHHV/6GqMXM7aCJ/A4ktSA==","signatures":[{"sig":"MEUCIC8GJK1uBs3eCCgl7Tpq1j/nD845J+t40isiIVO78K8cAiEAswH1wjbysZIpijAJwYZcg9xJNP09A/gx0x5M84uxNK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555435},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.97.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e8a2c7166ba102b224693f510c7cac04/tevm-vm-1.1.0-next.97.tgz","_integrity":"sha512-T/FsN/Nj8NfFzi2Sk8AEhX6NJaiRIZCtzLaztiifRmIkG/QNK1Bw66kjjg/GP17umHHV/6GqMXM7aCJ/A4ktSA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.97","@tevm/evm":"^1.1.0-next.97","@tevm/rlp":"^1.1.0-next.96","@tevm/trie":"^1.1.0-next.96","@tevm/block":"^1.1.0-next.97","@tevm/state":"^1.1.0-next.97","@tevm/utils":"^1.1.0-next.97","@tevm/common":"^1.1.0-next.97","@tevm/errors":"^1.1.0-next.96","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.97"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.97","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.97_1720760818546_0.2605380168000415","host":"s3://npm-registry-packages"}},"1.1.0-next.100":{"name":"@tevm/vm","version":"1.1.0-next.100","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.1.0-next.100","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"734be66f3e3b7b5bed1265597da8dce78f801c7e","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.1.0-next.100.tgz","fileCount":199,"integrity":"sha512-0uJcv0fysUZO4Jy0ryGE1i3PFz6YeWxGaCUjd1a0oNcnyP+8+tICQW5rm/z1Qm7nTOKR7Qc2ZUnhMrx+SGc02g==","signatures":[{"sig":"MEQCIBmhScQhiGLPcSQiF5L61soyO6LTvSJ/MBSs5SBB+ZE7AiAusGdHd9EsLVboAZP5AvqOmOq1RKptbIYdeX4w10qEpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555447},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.1.0-next.100.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0b7cb917de42d869b8c66d8b1e1ebb3d/tevm-vm-1.1.0-next.100.tgz","_integrity":"sha512-0uJcv0fysUZO4Jy0ryGE1i3PFz6YeWxGaCUjd1a0oNcnyP+8+tICQW5rm/z1Qm7nTOKR7Qc2ZUnhMrx+SGc02g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.1.0-next.100","@tevm/evm":"^1.1.0-next.100","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^1.1.0-next.100","@tevm/state":"^1.1.0-next.100","@tevm/utils":"^1.1.0-next.100","@tevm/common":"^1.1.0-next.100","@tevm/errors":"^1.1.0-next.100","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.100","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.1.0-next.100_1721176966211_0.33253533140088387","host":"s3://npm-registry-packages"}},"2.0.0-next.101":{"name":"@tevm/vm","version":"2.0.0-next.101","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.101","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"2de703c1b2266777b604cba09a4faa92d5afef1a","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.101.tgz","fileCount":199,"integrity":"sha512-ScZKz8KLSCbf0dRBMOzH8LA0BR7EU5oWsr7WDL4EsxBoylAnGSJguIGXUI3yhnBeuyq3wzRw0Gs2oygHBoCFMw==","signatures":[{"sig":"MEQCIHcrmZq/zumZ9EcL6Gm2AzaHKDXxvKewPPpL07sIA9C6AiBSXwwl6FCuLGQa5PU3664TYwIhswYT2hkuUvfST3fXDA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555447},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.101.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/67376b22652e1106fc27beb41d0f51af/tevm-vm-2.0.0-next.101.tgz","_integrity":"sha512-ScZKz8KLSCbf0dRBMOzH8LA0BR7EU5oWsr7WDL4EsxBoylAnGSJguIGXUI3yhnBeuyq3wzRw0Gs2oygHBoCFMw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.1.0-next.100","@tevm/evm":"^2.0.0-next.101","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^1.1.0-next.100","@tevm/state":"^2.0.0-next.101","@tevm/utils":"^1.1.0-next.100","@tevm/common":"^1.1.0-next.100","@tevm/errors":"^1.1.0-next.100","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.100","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.101_1721897995680_0.4143706880955458","host":"s3://npm-registry-packages"}},"2.0.0-next.102":{"name":"@tevm/vm","version":"2.0.0-next.102","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1d317763fb51a333d74f8138915d54ce935aaa1d","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.102.tgz","fileCount":199,"integrity":"sha512-vGUtKVaD5Vkg38iHJtPOWp5whbEa2kLOWGg3BjF1juJg08QkW9Xiwu19hfqXdqLBV9bV0sPctDn+pw/eR/yR1Q==","signatures":[{"sig":"MEQCIDvf867fiUwdetoNTE+ixZmcBLT+rLV22T1/9YLpb0dUAiAAtM7P1Ad0o37PjwQo6qcquD8lNYGNdZuofiP55BfEtw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555447},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.102.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5b497f44a828dfee5a5b064597e1987b/tevm-vm-2.0.0-next.102.tgz","_integrity":"sha512-vGUtKVaD5Vkg38iHJtPOWp5whbEa2kLOWGg3BjF1juJg08QkW9Xiwu19hfqXdqLBV9bV0sPctDn+pw/eR/yR1Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.1.0-next.100","@tevm/evm":"^2.0.0-next.102","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^1.1.0-next.100","@tevm/state":"^2.0.0-next.102","@tevm/utils":"^1.1.0-next.100","@tevm/common":"^1.1.0-next.100","@tevm/errors":"^1.1.0-next.100","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.100","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.102_1721970397658_0.002295420582524743","host":"s3://npm-registry-packages"}},"2.0.0-next.103":{"name":"@tevm/vm","version":"2.0.0-next.103","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.103","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"94e4ef870591780362b2e59d133812d6d78470a2","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.103.tgz","fileCount":199,"integrity":"sha512-9UOBulhLaQ/3yCLQ9sFniCVhxZ0vKHw0iPGPt66mSCbCShkyyeB5WvwUtnNbZ2QR309rFCsxze6P5fG2ZLxTNA==","signatures":[{"sig":"MEUCIQCxUH+pR2DromdBi2OGrw2D3dwwIomwsktyrQsTqheW7AIgCDbzpgFtdgIkuEppceocpk5Vig/lX6cGaS8w8h7T9tY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555447},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.103.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/42852de157e1ae64719ac104487d53d0/tevm-vm-2.0.0-next.103.tgz","_integrity":"sha512-9UOBulhLaQ/3yCLQ9sFniCVhxZ0vKHw0iPGPt66mSCbCShkyyeB5WvwUtnNbZ2QR309rFCsxze6P5fG2ZLxTNA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.1.0-next.100","@tevm/evm":"^2.0.0-next.103","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^1.1.0-next.100","@tevm/state":"^2.0.0-next.103","@tevm/utils":"^1.1.0-next.100","@tevm/common":"^1.1.0-next.100","@tevm/errors":"^1.1.0-next.100","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.1.0-next.100","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.103_1722337210836_0.13599434495234797","host":"s3://npm-registry-packages"}},"2.0.0-next.105":{"name":"@tevm/vm","version":"2.0.0-next.105","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.105","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"331d2c2d1beb0183d53a8ffc4386feede0bddcfe","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.105.tgz","fileCount":199,"integrity":"sha512-dZD01RymJPyZsDtSWzxVzVhCNmqkwVJRGjhc+o0w9HQZgu0PowhdAr1iT0Woe5vOb8CP6Uhb12lMbMY4rOZx7A==","signatures":[{"sig":"MEYCIQDa/0zX4LrqIfmAcoKW5nJ+NZkRv2oxN2IMjmkadNk+rAIhANpSYTNWNosNJnMTzYTeBO49dpCX5W8wChVnh9AakAx9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":555447},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.105.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/94cf1ecafeb29cf47d4ac0cde31c2e25/tevm-vm-2.0.0-next.105.tgz","_integrity":"sha512-dZD01RymJPyZsDtSWzxVzVhCNmqkwVJRGjhc+o0w9HQZgu0PowhdAr1iT0Woe5vOb8CP6Uhb12lMbMY4rOZx7A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^2.0.0-next.105","@tevm/evm":"^2.0.0-next.105","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^2.0.0-next.105","@tevm/state":"^2.0.0-next.105","@tevm/utils":"^2.0.0-next.105","@tevm/common":"^2.0.0-next.105","@tevm/errors":"^2.0.0-next.105","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.105"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^2.0.0-next.105","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.105_1723235785361_0.44265998810817364","host":"s3://npm-registry-packages"}},"2.0.0-next.107":{"name":"@tevm/vm","version":"2.0.0-next.107","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@2.0.0-next.107","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7340038d7bc198d4461ac6811c586c57040a65c7","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-2.0.0-next.107.tgz","fileCount":199,"integrity":"sha512-xotaFI03gur26Zr+10bMAmtlz51k1Y1gv7+65yAplE61Bd2YGnAhfl5bM3S6GnnIxk9reqFeIokciVVbPXR73w==","signatures":[{"sig":"MEQCIFH0VvFcJHh85qCL3isWH+cKhjUC6/7jaubXQTUT/NeOAiAUPOKpz7uXbb0CoQemOuKd70IxIcO3GKkLev0wdkWa8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588186},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-2.0.0-next.107.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/96b56fc1b7eb389dbcf3d5ccfefd15b4/tevm-vm-2.0.0-next.107.tgz","_integrity":"sha512-xotaFI03gur26Zr+10bMAmtlz51k1Y1gv7+65yAplE61Bd2YGnAhfl5bM3S6GnnIxk9reqFeIokciVVbPXR73w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^2.0.0-next.107","@tevm/evm":"^2.0.0-next.107","@tevm/rlp":"^1.1.0-next.100","@tevm/trie":"^1.1.0-next.100","@tevm/block":"^2.0.0-next.107","@tevm/state":"^2.0.0-next.107","@tevm/utils":"^2.0.0-next.107","@tevm/common":"^2.0.0-next.107","@tevm/errors":"^2.0.0-next.105","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^2.0.0-next.107"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^2.0.0-next.107","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_2.0.0-next.107_1723428644262_0.6842554182083653","host":"s3://npm-registry-packages"}},"1.0.0-next.108":{"name":"@tevm/vm","version":"1.0.0-next.108","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.108","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f11c374b34a3692e6dc9efa388cefd7193473056","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.108.tgz","fileCount":199,"integrity":"sha512-pS5+2rV4AmJ6kCHolh56AOMYoIigzKxaqpLJRnrehfdpeuk0PogEjpekrKyIOD//URhcZxonyR62SoFDiF+qwQ==","signatures":[{"sig":"MEYCIQD3xJ/Ww6NiVf6sMCzUMlwDm3Xml5Q57gAgF9z47MAIkgIhAO15Bv1eu3WE9GZ3u2DrEkC2tWLdA1NYDdJ9Ox0uSbzj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588186},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.108.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7185502b44eee5561003fe6d72b296f6/tevm-vm-1.0.0-next.108.tgz","_integrity":"sha512-pS5+2rV4AmJ6kCHolh56AOMYoIigzKxaqpLJRnrehfdpeuk0PogEjpekrKyIOD//URhcZxonyR62SoFDiF+qwQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^0.0.0-next.107","@tevm/evm":"^1.0.0-next.108","@tevm/rlp":"^0.0.0-next.100","@tevm/trie":"^0.0.0-next.100","@tevm/block":"^0.0.0-next.107","@tevm/state":"^1.0.0-next.108","@tevm/utils":"^0.0.0-next.107","@tevm/common":"^0.0.0-next.107","@tevm/errors":"^0.0.0-next.105","@ethereumjs/vm":"^8.0.0","@tevm/blockchain":"^0.0.0-next.107"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^0.0.0-next.107","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^0.0.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.108_1724786372221_0.9057834973740957","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/vm","version":"1.0.0-next.109","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.109","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"341493cad8ce99018e7e4b60047712df7691d5d1","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.109.tgz","fileCount":199,"integrity":"sha512-QdgWBJiARDJuNnKu7BMOW7mh85XXI8iPtRCpmqtIXOrXVlsF2sGmXIgaW2XXDaTsdB8lz+dD/l2K3jiMHh50+A==","signatures":[{"sig":"MEUCIQDCCAW3Sn1YKZ+PtvYSdkpETMkzfgWmbFkzyj91N/DVoQIgQ5DsUUzRyCPdB0ouXweIRXAo/GQUFaGQ1AIuhywqwXs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588256},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.109.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7cf5eeb2e0bc352308a3144d2714c58a/tevm-vm-1.0.0-next.109.tgz","_integrity":"sha512-QdgWBJiARDJuNnKu7BMOW7mh85XXI8iPtRCpmqtIXOrXVlsF2sGmXIgaW2XXDaTsdB8lz+dD/l2K3jiMHh50+A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/evm":"^1.0.0-next.109","@tevm/rlp":"^0.0.0-next.100","@tevm/trie":"^1.0.0-next.109","@tevm/block":"^1.0.0-next.109","@tevm/state":"^1.0.0-next.109","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.109","@tevm/errors":"^1.0.0-next.109","@ethereumjs/vm":"^8.1.0","@tevm/blockchain":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.109","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.109_1725179159673_0.20104184878244036","host":"s3://npm-registry-packages"}},"1.0.0-next.110":{"name":"@tevm/vm","version":"1.0.0-next.110","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.110","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f2b20f53300b90d4315b9fa1a8690ed3b3ce1e82","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.110.tgz","fileCount":199,"integrity":"sha512-9BDGksZn9sb/a+nVYblnWFjVKq0jFD+QJQN9xjZeJwYGAroh+R7PQNlRktvVhW0e4nsdHEQMbkyaJK304Pbl7Q==","signatures":[{"sig":"MEUCID0nU1/xEPXnFmmP1eXfmm2SDrqTfD6ORufS3/9piTZfAiEAylGxoD/mctHgxzlOeICf8SYJh9XRU0IYl2T867YE62g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588256},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.110.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ed1228854692739134ff0a8463d1d0a0/tevm-vm-1.0.0-next.110.tgz","_integrity":"sha512-9BDGksZn9sb/a+nVYblnWFjVKq0jFD+QJQN9xjZeJwYGAroh+R7PQNlRktvVhW0e4nsdHEQMbkyaJK304Pbl7Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/evm":"^1.0.0-next.110","@tevm/rlp":"^0.0.0-next.100","@tevm/trie":"^1.0.0-next.109","@tevm/block":"^1.0.0-next.109","@tevm/state":"^1.0.0-next.109","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.109","@tevm/errors":"^1.0.0-next.109","@ethereumjs/vm":"^8.1.0","@tevm/blockchain":"^1.0.0-next.110"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.109","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.110_1725184446256_0.6625409671374303","host":"s3://npm-registry-packages"}},"1.0.0-next.115":{"name":"@tevm/vm","version":"1.0.0-next.115","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.115","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d0045527a7f81306f3d7bf8f88f7780a5a71f126","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.115.tgz","fileCount":199,"integrity":"sha512-SeK62ehSqhdz8DV6QhV0y3EGcBX3+Vv+kcGqjf0vu7Q9bR42jPH7pk8aDV7MqMsDrWou/y8ek+pp8nlFu71XsQ==","signatures":[{"sig":"MEUCIQD4Fg5rLQVj3M7JdEMy9EGLfHaPC1wSIgACBjDlxsdj7QIgCBSFNzGFeO0K/+ofOffVJAd4rfljtxi/KQjB71ulQPY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588256},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.115.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/eec02ec450e5ec2747003c41d9024abf/tevm-vm-1.0.0-next.115.tgz","_integrity":"sha512-SeK62ehSqhdz8DV6QhV0y3EGcBX3+Vv+kcGqjf0vu7Q9bR42jPH7pk8aDV7MqMsDrWou/y8ek+pp8nlFu71XsQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/evm":"^1.0.0-next.115","@tevm/rlp":"^0.0.0-next.100","@tevm/trie":"^1.0.0-next.109","@tevm/block":"^1.0.0-next.115","@tevm/state":"^1.0.0-next.115","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.115","@tevm/errors":"^1.0.0-next.109","@ethereumjs/vm":"^8.1.0","@tevm/blockchain":"^1.0.0-next.115"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.109","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.115_1726963530951_0.5435268968577673","host":"s3://npm-registry-packages"}},"1.0.0-next.116":{"name":"@tevm/vm","version":"1.0.0-next.116","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.116","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"ba134b51be5fb895067574d132df759c53c3b080","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.116.tgz","fileCount":199,"integrity":"sha512-GhVzRNiVXJiKDwRfpgk5bv6VHaFtX6qRT0AH1ZSZV852VkARDbFLId4odvRNV3NkitF5VYuu+NB7XUY+ToPT9g==","signatures":[{"sig":"MEUCIEJBACUbEvvVGMRBAfJkekioBxn53Ns+lztG266nrmFjAiEA9ca/CGG1ZCIVn6rtsuEtAD5jzYIsL888f5v0LxADLSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588256},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.116.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/653dfe755559e1f823a341101e6ac1ce/tevm-vm-1.0.0-next.116.tgz","_integrity":"sha512-GhVzRNiVXJiKDwRfpgk5bv6VHaFtX6qRT0AH1ZSZV852VkARDbFLId4odvRNV3NkitF5VYuu+NB7XUY+ToPT9g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/evm":"^1.0.0-next.116","@tevm/rlp":"^0.0.0-next.100","@tevm/trie":"^1.0.0-next.109","@tevm/block":"^1.0.0-next.116","@tevm/state":"^1.0.0-next.116","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.116","@tevm/errors":"^1.0.0-next.109","@ethereumjs/vm":"^8.1.0","@tevm/blockchain":"^1.0.0-next.116"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.109","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.116_1726965934970_0.9668263753579689","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/vm","version":"1.0.0-next.117","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.117","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"3efed85edb41d72cc1b2442c9e073ad1f2cb2972","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.117.tgz","fileCount":199,"integrity":"sha512-F9NifN/lYIyWd7l6tCsIzEvhlgzZp1/wdToygPyLFLcBkpjEJGJ02eXcNf6T0mHlTwKt7aIu2pSOJpiYLV34yw==","signatures":[{"sig":"MEUCIANhGDyiu8kZgnNNAY+73iMRzUsUl0MtXfOvNNOJ11VFAiEAzggimb09LCxfmRfofeF7JB40NyxBRoWqbPg5nR7+OCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588258},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.117.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ff6f2149989b31a23a5e825c09d44c94/tevm-vm-1.0.0-next.117.tgz","_integrity":"sha512-F9NifN/lYIyWd7l6tCsIzEvhlgzZp1/wdToygPyLFLcBkpjEJGJ02eXcNf6T0mHlTwKt7aIu2pSOJpiYLV34yw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.117","@tevm/evm":"^1.0.0-next.117","@tevm/rlp":"^1.0.0-next.117","@tevm/trie":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.117","@tevm/state":"^1.0.0-next.117","@tevm/utils":"^1.0.0-next.117","@tevm/common":"^1.0.0-next.117","@tevm/errors":"^1.0.0-next.117","@ethereumjs/vm":"^8.1.0","@tevm/blockchain":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.117","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.117_1727069983577_0.44492045595313634","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/vm","version":"1.0.0-next.118","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.118","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a9c18a2c9d6b5249988e50b9271ff4ac309c5f3a","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.118.tgz","fileCount":199,"integrity":"sha512-N5jpXEJT+5LR+rQ5yHAMQJwBoR09IbfLIk1EFWg+/JTJxJEqaiT7F8DsyrD7tuHRBkhoy+k0iUS5CYqVW0lJWw==","signatures":[{"sig":"MEUCIFHRCkaewD88Hu9qGjqhMgzHIsNrZV/FYSZXaExg5308AiEAqyAOun24kTQpp+2q/4ZEXY4vhQbNK+uZTuX3zRIPvAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588259},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.118.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d461b9afed3df6256eeeba2c224509ca/tevm-vm-1.0.0-next.118.tgz","_integrity":"sha512-N5jpXEJT+5LR+rQ5yHAMQJwBoR09IbfLIk1EFWg+/JTJxJEqaiT7F8DsyrD7tuHRBkhoy+k0iUS5CYqVW0lJWw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.118","@tevm/evm":"^1.0.0-next.118","@tevm/rlp":"^1.0.0-next.117","@tevm/trie":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.118","@tevm/state":"^1.0.0-next.118","@tevm/utils":"^1.0.0-next.118","@tevm/common":"^1.0.0-next.118","@tevm/errors":"^1.0.0-next.118","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.118","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.118_1727467785111_0.4302416004897691","host":"s3://npm-registry-packages"}},"1.0.0-next.120":{"name":"@tevm/vm","version":"1.0.0-next.120","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.120","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"326f6f223b7973a773b1f3eb44275a56010c15c4","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.120.tgz","fileCount":199,"integrity":"sha512-sW/aSsXX8ky69lAA/sbixy8sbirAJMtJpa+eF6fguu5Y2gPAp2xtyfkROjZO0nJDpEdeashPBtRqCErMlUisjA==","signatures":[{"sig":"MEQCIEvcfssP5S/BgeAW7AtycT0WiYquzUGoLd1+PJnSxeljAiBalrynILfbHquB6eJF4cjkp+tNxT0XQpklUct77YXBuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588339},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.120.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9fd5d7ae747bd097ab3db2382031aabd/tevm-vm-1.0.0-next.120.tgz","_integrity":"sha512-sW/aSsXX8ky69lAA/sbixy8sbirAJMtJpa+eF6fguu5Y2gPAp2xtyfkROjZO0nJDpEdeashPBtRqCErMlUisjA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.118","@tevm/evm":"^1.0.0-next.120","@tevm/rlp":"^1.0.0-next.117","@tevm/trie":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.118","@tevm/state":"^1.0.0-next.120","@tevm/utils":"^1.0.0-next.118","@tevm/common":"^1.0.0-next.118","@tevm/errors":"^1.0.0-next.118","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.118","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.120_1727669563198_0.016693849362443336","host":"s3://npm-registry-packages"}},"1.0.0-next.124":{"name":"@tevm/vm","version":"1.0.0-next.124","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.124","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"35bf7abcff9a1cfe2e9a70e68cf5f0113f031157","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.124.tgz","fileCount":199,"integrity":"sha512-6Xj8yiepuLabCHmqJOZXtpE//Sri3ehiszZ7fzCSyVu3vsY7W8Rhz1KFg5DqbFsYm2NXOKG9y6V6YVkI5j3VOg==","signatures":[{"sig":"MEQCIBKFyXkTDMs2oh3YubUwhDqnX0ZhT/B9Iz9o56bDIgKEAiAUOP2PPTaM73rrQx9TRVXG0AU+Q4wcTFyO1PHVF5Yxtg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588339},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.124.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/3082f132f30786bad86b3105cce66704/tevm-vm-1.0.0-next.124.tgz","_integrity":"sha512-6Xj8yiepuLabCHmqJOZXtpE//Sri3ehiszZ7fzCSyVu3vsY7W8Rhz1KFg5DqbFsYm2NXOKG9y6V6YVkI5j3VOg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.118","@tevm/evm":"^1.0.0-next.124","@tevm/rlp":"^1.0.0-next.117","@tevm/trie":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.118","@tevm/state":"^1.0.0-next.124","@tevm/utils":"^1.0.0-next.118","@tevm/common":"^1.0.0-next.118","@tevm/errors":"^1.0.0-next.118","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.118","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.124_1729131202022_0.02512927309252677","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/vm","version":"1.0.0-next.128","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.128","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"8a1cd42f79653796a4973b1f2affef7b2f3e8b71","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.128.tgz","fileCount":199,"integrity":"sha512-2RP9l3X35Gb6Uw+ERiFn3EEQGOwJDuNG/FeAwpbku7DGNm43KamSQLkzxk6pcVwMw/GEf7uN8NPIsgCWtV7V4Q==","signatures":[{"sig":"MEQCIGVq2oLBSUqlcJkv0yiNrdV2SSgnYBgRLvFFv63T6qz8AiAypqdq/aXhtWmfNaTcbSnnbABw2xjQHjaukWqsul2QHA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":582315},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.128.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c33a6f991f19bcd71e92c00ed1bf3725/tevm-vm-1.0.0-next.128.tgz","_integrity":"sha512-2RP9l3X35Gb6Uw+ERiFn3EEQGOwJDuNG/FeAwpbku7DGNm43KamSQLkzxk6pcVwMw/GEf7uN8NPIsgCWtV7V4Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.128","@tevm/evm":"^1.0.0-next.128","@tevm/rlp":"^1.0.0-next.128","@tevm/trie":"^1.0.0-next.128","@tevm/block":"^1.0.0-next.128","@tevm/state":"^1.0.0-next.128","@tevm/utils":"^1.0.0-next.128","@tevm/common":"^1.0.0-next.128","@tevm/errors":"^1.0.0-next.128","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.128","@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.128_1741407829016_0.7992860672955517","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.130":{"name":"@tevm/vm","version":"1.0.0-next.130","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.130","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"2a58018e9b46dd3d63b9f13f98a16098892fb63e","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.130.tgz","fileCount":211,"integrity":"sha512-NoyVdfGUVvgdafhE/wHgN3v9wy88WgsgpJO75A69zQTLedLKO9X9g8M2vNqK1d9iJ0MgYFgXXbBfehr23uKbCA==","signatures":[{"sig":"MEUCIFLlP+4EXhVhjoN0xPKioutun2n1WKx7FXTC1/Don++3AiEA56hU7RlUsHIoer+fUjb3ZgkMIWu2JA2LHzZBxsZ+y9k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":583542},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.130.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8c19765db6622f55430815d4f5b7d42c/tevm-vm-1.0.0-next.130.tgz","_integrity":"sha512-NoyVdfGUVvgdafhE/wHgN3v9wy88WgsgpJO75A69zQTLedLKO9X9g8M2vNqK1d9iJ0MgYFgXXbBfehr23uKbCA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.128","@tevm/evm":"^1.0.0-next.130","@tevm/rlp":"^1.0.0-next.128","@tevm/trie":"^1.0.0-next.128","@tevm/block":"^1.0.0-next.128","@tevm/state":"^1.0.0-next.130","@tevm/utils":"^1.0.0-next.128","@tevm/common":"^1.0.0-next.128","@tevm/errors":"^1.0.0-next.128","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.128","@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.130_1741651110976_0.453291297761115","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/vm","version":"1.0.0-next.131","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.131","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cb659b68834227ab2eea046f9348f4a3b7d60a76","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.131.tgz","fileCount":221,"integrity":"sha512-LTDFpKRU3lVZaoe8TrUL3KqEMDcVJqDPkkuDhsA0mn40JtdujdgwB7tElJdvv2K4VLR3ZxXVrKnlHkUJ0jNqyA==","signatures":[{"sig":"MEYCIQDrG/TcWbZ/6mq3fU2htyOxcIE9X1Eh+0BtqBwskv5dFQIhAPu9DFKJonq2cJrnMmAikogsB8g5UA7aynftzoW4mvSu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":584605},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.131.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/704a7ee630de23618a00c5f2f062047f/tevm-vm-1.0.0-next.131.tgz","_integrity":"sha512-LTDFpKRU3lVZaoe8TrUL3KqEMDcVJqDPkkuDhsA0mn40JtdujdgwB7tElJdvv2K4VLR3ZxXVrKnlHkUJ0jNqyA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/evm":"^1.0.0-next.131","@tevm/rlp":"^1.0.0-next.131","@tevm/trie":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.131","@tevm/state":"^1.0.0-next.131","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.131","@tevm/errors":"^1.0.0-next.131","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.131","@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.131_1741746461920_0.35495258144957154","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.132":{"name":"@tevm/vm","version":"1.0.0-next.132","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.132","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"3ab271465142191cdf943060b917cf6eaa2f0fe0","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.132.tgz","fileCount":231,"integrity":"sha512-jJnmixvx6HPKKi3gXYR+aVPyG1mZAu73wwDzaj/pgejZ7mrYhW3bTYHeWvgSzp1Ch5Q2TJwcHfJndwoMvdFcpw==","signatures":[{"sig":"MEYCIQDZTE5qBea+6lJx3WzcSY5/oAdztkszTTeo7PaQvfpKfwIhAKBptKbeusvkixVg0ncRas8dwCHpRal5DXIhJuQ5ipAG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":639442},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.132.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/29b3a4987004a8e05442b6de518ec96b/tevm-vm-1.0.0-next.132.tgz","_integrity":"sha512-jJnmixvx6HPKKi3gXYR+aVPyG1mZAu73wwDzaj/pgejZ7mrYhW3bTYHeWvgSzp1Ch5Q2TJwcHfJndwoMvdFcpw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/evm":"^1.0.0-next.132","@tevm/rlp":"^1.0.0-next.131","@tevm/trie":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.132","@tevm/state":"^1.0.0-next.132","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.132","@tevm/errors":"^1.0.0-next.131","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.132"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.132","@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.132_1742218048643_0.23963531884892797","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.134":{"name":"@tevm/vm","version":"1.0.0-next.134","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.134","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4d15a40ec5e01fc478be9ff29498310802c3ad4f","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.134.tgz","fileCount":231,"integrity":"sha512-SIkO5Hmr5j+U9V5FTKrkD3SJoXG/hmg4fctrPxIdanbF+T9sNc5HT2l7tg8jkecXWraQwm5qjMS+PKoQGGNiwA==","signatures":[{"sig":"MEYCIQDWvU8pkcLZyQagQs4inCN2zFyyDZ7ThfNTkLViSuGiwQIhALzoBk1kCeoEvIPeSfPt2SRZ5CuXkZjaGJVfuOSCTxmU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":639442},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.134.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/176f48801a7b684296b26904d6d63301/tevm-vm-1.0.0-next.134.tgz","_integrity":"sha512-SIkO5Hmr5j+U9V5FTKrkD3SJoXG/hmg4fctrPxIdanbF+T9sNc5HT2l7tg8jkecXWraQwm5qjMS+PKoQGGNiwA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/evm":"^1.0.0-next.134","@tevm/rlp":"^1.0.0-next.131","@tevm/trie":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.132","@tevm/state":"^1.0.0-next.134","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.132","@tevm/errors":"^1.0.0-next.131","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.132"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.132","@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.134_1742522823397_0.13225519818818676","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.140":{"name":"@tevm/vm","version":"1.0.0-next.140","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.140","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a26e440a1e9d4a429b5bb5358fac47f3d7bbbcab","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.140.tgz","fileCount":231,"integrity":"sha512-8KeAmgIsNEZtDnKoTROU4Uw5ntwvZ0tHVKTgVA3H4uDxamh7Vx+7IolFZe6msu1c3AzKPdg0hujCRM8EgMTF7g==","signatures":[{"sig":"MEUCIQCo54I/CB5Rtc1kAncFnquTkiUa9JpMHlCFbrt1ID6ZCQIgd5tpuN8SsPJn3Mlk/hwsbYTCWvXDrYYFT8fxU0K6abY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":639442},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.140.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f6c3b9b9d98b230032c2dd72c160886c/tevm-vm-1.0.0-next.140.tgz","_integrity":"sha512-8KeAmgIsNEZtDnKoTROU4Uw5ntwvZ0tHVKTgVA3H4uDxamh7Vx+7IolFZe6msu1c3AzKPdg0hujCRM8EgMTF7g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/evm":"^1.0.0-next.140","@tevm/rlp":"^1.0.0-next.131","@tevm/trie":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.132","@tevm/state":"^1.0.0-next.140","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.132","@tevm/errors":"^1.0.0-next.131","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.132"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.132","@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.140_1743024990578_0.6337688349570645","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/vm","version":"1.0.0-next.142","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.142","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"93d0e694f56156e22102e6c6cb1e9bacf38f4a15","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.142.tgz","fileCount":231,"integrity":"sha512-f9dpWCsnxxHiJvgBdxbZSjO/f7TQrRgDUv9LXBK8ueVFu4LB1ZRN6LSXe1fOob8omNOIrVWg8zO7v+Bx/0CcNw==","signatures":[{"sig":"MEQCIES3dJ32/LdufQ049JgbPFW5Kkue9fbJ4BW9uw7/wJ2TAiA/lha/gf2q5REB91wQWiFUC2yeEPcSJvWuEir0QPdD0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":639442},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.142.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f52cedd681759c76866132b3303b92a0/tevm-vm-1.0.0-next.142.tgz","_integrity":"sha512-f9dpWCsnxxHiJvgBdxbZSjO/f7TQrRgDUv9LXBK8ueVFu4LB1ZRN6LSXe1fOob8omNOIrVWg8zO7v+Bx/0CcNw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.142","@tevm/evm":"^1.0.0-next.142","@tevm/rlp":"^1.0.0-next.142","@tevm/trie":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.142","@tevm/state":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/common":"^1.0.0-next.142","@tevm/errors":"^1.0.0-next.142","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.142","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.142_1745166073096_0.9961235312683869","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.143":{"name":"@tevm/vm","version":"1.0.0-next.143","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.143","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"e87eae14fecabcf727eb7ad31e57b6c21222a048","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.143.tgz","fileCount":231,"integrity":"sha512-gDxYq1TeSnN2A9bHOjQqG9bWGh1emNZjKtvSUfc6iIiP4/AbHBOStqZFO4mkVTrkCyxf7K+ldCZj5r81UTOZAA==","signatures":[{"sig":"MEQCICuf7IrCQvaLqS+aLDV1cG6h0rgZ8hzuZX7B+7yAftRJAiA3IMJQAqK6y6hrIWdFLWmbRFXSAVpbya/SPvNh7/9EOw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":641708},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.143.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/679120707fac611b421f33a62a6ecb4d/tevm-vm-1.0.0-next.143.tgz","_integrity":"sha512-gDxYq1TeSnN2A9bHOjQqG9bWGh1emNZjKtvSUfc6iIiP4/AbHBOStqZFO4mkVTrkCyxf7K+ldCZj5r81UTOZAA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.142","@tevm/evm":"^1.0.0-next.142","@tevm/rlp":"^1.0.0-next.142","@tevm/trie":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.142","@tevm/state":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/common":"^1.0.0-next.142","@tevm/errors":"^1.0.0-next.142","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.142","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.143_1746377972082_0.5028203478218023","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.145":{"name":"@tevm/vm","version":"1.0.0-next.145","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.145","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"48098eef7f16c20c4b93a4b2545f35300eb3539b","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.145.tgz","fileCount":231,"integrity":"sha512-vjYkZTQ6fccjcM7goaUTvb3VCpFgLoFIpVRnjbkJ/1I6iy/5VUo3aabUwLUKZK8y7/5N0SlB/bDVz2vy4EJOhA==","signatures":[{"sig":"MEUCIGTmAXGaeGJAkCG4TgCWSkaxxj4Z25OFB77Rou9fYoeMAiEAgSCRuhl2miBQwszkMZGrEbsC2hVKM33eDZ4ctGTLpCM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":641708},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.145.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/125b162ebd45ede5af0ffb1b24039d3b/tevm-vm-1.0.0-next.145.tgz","_integrity":"sha512-vjYkZTQ6fccjcM7goaUTvb3VCpFgLoFIpVRnjbkJ/1I6iy/5VUo3aabUwLUKZK8y7/5N0SlB/bDVz2vy4EJOhA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.142","@tevm/evm":"^1.0.0-next.145","@tevm/rlp":"^1.0.0-next.142","@tevm/trie":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.142","@tevm/state":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/common":"^1.0.0-next.142","@tevm/errors":"^1.0.0-next.142","@ethereumjs/vm":"^8.1.1","@tevm/blockchain":"^1.0.0-next.145"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.142","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.145_1747804646660_0.32811781862226974","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/vm","version":"1.0.0-next.146","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.146","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9f4a838790b422eef6109da57150c99d8d57a601","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.146.tgz","fileCount":231,"integrity":"sha512-xBzq9kCv26LmgHPcYU6ScSTsHZYaCEYrNXm3H6aIciYhIWIZb1U4iO4kgz5zzw9JnGkfSTlYwAHYKp9GIYWymg==","signatures":[{"sig":"MEYCIQClnluG1Y18Nl4e4I/7AwmPaRxYpRW3o/FbTCDy4q3YiQIhAMxUVtIrG4pNylBNLfypErcycxXqI5LNIpiiGrHCJ5xr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":646464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.146.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a873607ea939d1f7185be92bd098a8a1/tevm-vm-1.0.0-next.146.tgz","_integrity":"sha512-xBzq9kCv26LmgHPcYU6ScSTsHZYaCEYrNXm3H6aIciYhIWIZb1U4iO4kgz5zzw9JnGkfSTlYwAHYKp9GIYWymg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.146","@tevm/evm":"^1.0.0-next.146","@tevm/rlp":"^1.0.0-next.146","@tevm/trie":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.146","@tevm/state":"^1.0.0-next.146","@tevm/utils":"^1.0.0-next.146","@tevm/common":"^1.0.0-next.146","@tevm/errors":"^1.0.0-next.146","eventemitter3":"^5.0.1","@ethereumjs/vm":"^10.0.0","@tevm/blockchain":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.146","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"peerDependencies":{"viem":"^2.30.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.146_1748435455945_0.648427436973011","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.147":{"name":"@tevm/vm","version":"1.0.0-next.147","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.147","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b83ea6c67e43010359ebeb1134ed20e3820d2f74","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.147.tgz","fileCount":231,"integrity":"sha512-6F91MGAgqpji98RpFs/9kGU6QQyq7kWTr9cYCF36l5bKTKQ/+mnNuG8zaMxdZNUjUjMWBkd1dgLY11seIxMeQw==","signatures":[{"sig":"MEUCIQDDBHf1yuKXEbkXx7qs+xIb4ol52JERjB+6NS1fC/tFLgIgCn04x0NO++aAc/ho3GjqfOUsE20flrFcrhqo5OQx7hg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":647308},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.147.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/480bf37fa0dd5cc5b82036f1fe5b283e/tevm-vm-1.0.0-next.147.tgz","_integrity":"sha512-6F91MGAgqpji98RpFs/9kGU6QQyq7kWTr9cYCF36l5bKTKQ/+mnNuG8zaMxdZNUjUjMWBkd1dgLY11seIxMeQw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.146","@tevm/evm":"^1.0.0-next.146","@tevm/rlp":"^1.0.0-next.146","@tevm/trie":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.146","@tevm/state":"^1.0.0-next.146","@tevm/utils":"^1.0.0-next.146","@tevm/common":"^1.0.0-next.146","@tevm/errors":"^1.0.0-next.146","eventemitter3":"^5.0.1","@ethereumjs/vm":"^10.0.0","@tevm/blockchain":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.146","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"peerDependencies":{"viem":"^2.30.1"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.147_1748872596075_0.3507053240558904","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/vm","version":"1.0.0-next.148","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/vm@1.0.0-next.148","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cf23030e6359ff1b3e44e02035f54f02690a73ce","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-next.148.tgz","fileCount":231,"integrity":"sha512-OHca31KH6soIlOaN2RyFqh9iX2QuuMdPf38W7Wlt3tBssujrq6Xwi9Mv5qXiK8BfM/ysTjoTREXv5nPNnE4Xvg==","signatures":[{"sig":"MEUCIQCiJ1bBDww9mYPPuEtKEwuAUQX5u0QyuSSVH/94fEGwAgIgQwZUJ3Cq97v3pCpIHLvrqdENX8+cIRkg59EfBQbqaO0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":649942},"main":"dist/index.cjs","type":"module","_from":"file:tevm-vm-1.0.0-next.148.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8c8007a1c38011dcd2b7437a138f557f/tevm-vm-1.0.0-next.148.tgz","_integrity":"sha512-OHca31KH6soIlOaN2RyFqh9iX2QuuMdPf38W7Wlt3tBssujrq6Xwi9Mv5qXiK8BfM/ysTjoTREXv5nPNnE4Xvg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs vm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.148","@tevm/evm":"^1.0.0-next.148","@tevm/rlp":"^1.0.0-next.148","@tevm/trie":"^1.0.0-next.148","@tevm/block":"^1.0.0-next.148","@tevm/state":"^1.0.0-next.148","@tevm/utils":"^1.0.0-next.148","@tevm/common":"^1.0.0-next.148","@tevm/errors":"^1.0.0-next.148","eventemitter3":"^5.0.1","@ethereumjs/vm":"^10.0.0","@tevm/blockchain":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/contract":"^1.0.0-next.148","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.148"},"peerDependencies":{"viem":"^2.37.9"},"_npmOperationalInternal":{"tmp":"tmp/vm_1.0.0-next.148_1759577182697_0.34645842021107387","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/vm","version":"1.0.0-rc.151","private":false,"description":"Tevm VM facade backed by zevm-compatible primitives","keywords":["solidity","zevm","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"packages/vm"},"license":"MIT","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"sideEffects":false,"type":"module","exports":{"./package.json":"./package.json",".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./actions":{"import":{"types":"./types/actions/index.d.ts","default":"./dist/actions/index.js"},"require":{"types":"./dist/actions/index.d.cts","default":"./dist/actions/index.cjs"}}},"main":"dist/index.cjs","module":"dist/index.js","types":"types/index.d.ts","dependencies":{"eventemitter3":"^5.0.4","@evmts/zevm":"0.0.0","@tevm/block":"^1.0.0-rc.151","@tevm/blockchain":"^1.0.0-rc.151","@tevm/common":"^1.0.0-rc.151","@tevm/errors":"^1.0.0-rc.151","@tevm/evm":"^1.0.0-rc.151","@tevm/state":"^1.0.0-rc.151","@tevm/utils":"^1.0.0-rc.151"},"devDependencies":{"@tevm/contract":"^1.0.0-rc.151","@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"peerDependencies":{"viem":"^2.49.3"},"publishConfig":{"access":"public"},"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/vm","build:dist":"tsup","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","format:check":"biome format .","generate:docs":"typedoc","lint":"biome check . --write --unsafe","lint:check":"biome check . --verbose","lint:deps":"bunx depcheck","lint:package":"bunx publint --strict && pnpm pack --pack-destination /tmp && attw /tmp/tevm-vm-*.tgz && rm /tmp/tevm-vm-*.tgz","package:up":"pnpm up --latest","test":"bun test --watch","test:coverage":"bun test --coverage","test:run":"bun test","typecheck":"tsc --noEmit"},"_id":"@tevm/vm@1.0.0-rc.151","readmeFilename":"README.md","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"homepage":"https://github.com/evmts/tevm-monorepo#readme","_integrity":"sha512-o7mjWa29//tsrauRuBS31YfyDFp++rneTEPUsuYmNNAD5356KGwqHA8eZuDsehXW7KBhuhtzRMxa2SuAAj8+Fg==","_resolved":"/tmp/tmp.DCyCqNodjH/tevm-vm-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.DCyCqNodjH/tevm-vm-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-o7mjWa29//tsrauRuBS31YfyDFp++rneTEPUsuYmNNAD5356KGwqHA8eZuDsehXW7KBhuhtzRMxa2SuAAj8+Fg==","shasum":"b07a9fb36fc9b666b9d44bb424d4a8b9777f2ce5","tarball":"https://registry.npmjs.org/@tevm/vm/-/vm-1.0.0-rc.151.tgz","fileCount":198,"unpackedSize":1062217,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fvm@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICkoY++aXFQeo2XGXRAW4KQprBf7hvgk9gAYB0aVBjXQAiEAlZPbCdmIk0s2jKN7GQ5x8rCPmbWc1olMLbyLkcnXvK4="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:5c6faf4b-eb5d-4df6-b87e-04da32cc5f31"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/vm_1.0.0-rc.151_1779468090985_0.08996940946328902"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-06T04:54:59.709Z","modified":"2026-05-22T16:41:31.434Z","1.0.0-next.11":"2023-12-06T04:54:59.997Z","1.0.0-next.21":"2024-01-07T21:15:13.636Z","1.0.0-next.22":"2024-01-17T06:38:26.157Z","1.0.0-next.37":"2024-02-13T09:34:35.315Z","1.0.0-next.39":"2024-02-15T20:23:07.714Z","1.0.0-next.40":"2024-02-20T03:18:50.552Z","1.0.0-next.42":"2024-02-28T17:32:10.388Z","1.1.0-next.45":"2024-05-11T18:02:43.133Z","1.1.0-next.46":"2024-05-13T02:53:44.468Z","1.1.0-next.47":"2024-05-13T15:37:06.732Z","1.1.0-next.50":"2024-05-16T06:50:05.266Z","1.1.0-next.52":"2024-05-16T23:05:31.308Z","1.1.0-next.55":"2024-05-19T06:36:24.094Z","1.1.0-next.56":"2024-05-21T08:53:51.760Z","1.1.0-next.57":"2024-05-21T23:13:40.152Z","1.1.0-next.59":"2024-05-23T20:19:31.479Z","1.1.0-next.60":"2024-05-24T14:41:43.348Z","1.1.0-next.61":"2024-05-25T21:44:09.740Z","1.1.0-next.62":"2024-05-28T20:33:13.483Z","1.1.0-next.69":"2024-06-04T08:12:22.008Z","1.1.0-next.70":"2024-06-05T23:46:41.639Z","1.1.0-next.72":"2024-06-09T01:21:10.051Z","1.1.0-next.73":"2024-06-09T03:06:00.668Z","1.1.0-next.74":"2024-06-12T08:53:09.506Z","1.1.0-next.75":"2024-06-13T04:31:19.503Z","1.1.0-next.76":"2024-06-13T21:05:06.419Z","1.1.0-next.77":"2024-06-14T18:32:32.484Z","1.1.0-next.78":"2024-06-14T19:35:53.059Z","2.0.0-next.79":"2024-06-18T23:46:07.018Z","2.0.0-next.80":"2024-06-19T03:56:39.050Z","2.0.0-next.83":"2024-06-19T23:44:18.456Z","2.0.0-next.84":"2024-06-21T21:54:46.657Z","2.0.0-next.85":"2024-06-23T01:14:02.322Z","2.0.0-next.86":"2024-06-26T23:11:57.896Z","1.1.0-next.88":"2024-07-02T05:29:04.660Z","1.1.0-next.90":"2024-07-05T17:28:24.733Z","1.1.0-next.91":"2024-07-06T18:52:35.590Z","1.1.0-next.92":"2024-07-08T23:19:40.499Z","1.1.0-next.94":"2024-07-09T22:27:48.268Z","1.1.0-next.95":"2024-07-09T22:43:53.581Z","1.1.0-next.96":"2024-07-10T14:44:46.593Z","1.1.0-next.97":"2024-07-12T05:06:58.739Z","1.1.0-next.100":"2024-07-17T00:42:46.479Z","2.0.0-next.101":"2024-07-25T08:59:55.974Z","2.0.0-next.102":"2024-07-26T05:06:37.913Z","2.0.0-next.103":"2024-07-30T11:00:11.074Z","2.0.0-next.105":"2024-08-09T20:36:25.597Z","2.0.0-next.107":"2024-08-12T02:10:44.461Z","1.0.0-next.108":"2024-08-27T19:19:32.528Z","1.0.0-next.109":"2024-09-01T08:26:00.001Z","1.0.0-next.110":"2024-09-01T09:54:06.556Z","1.0.0-next.115":"2024-09-22T00:05:31.297Z","1.0.0-next.116":"2024-09-22T00:45:35.267Z","1.0.0-next.117":"2024-09-23T05:39:43.812Z","1.0.0-next.118":"2024-09-27T20:09:45.431Z","1.0.0-next.120":"2024-09-30T04:12:43.514Z","1.0.0-next.124":"2024-10-17T02:13:22.587Z","1.0.0-next.128":"2025-03-08T04:23:49.282Z","1.0.0-next.130":"2025-03-10T23:58:31.211Z","1.0.0-next.131":"2025-03-12T02:27:42.134Z","1.0.0-next.132":"2025-03-17T13:27:28.916Z","1.0.0-next.134":"2025-03-21T02:07:03.644Z","1.0.0-next.140":"2025-03-26T21:36:30.990Z","1.0.0-next.142":"2025-04-20T16:21:13.339Z","1.0.0-next.143":"2025-05-04T16:59:32.362Z","1.0.0-next.145":"2025-05-21T05:17:26.891Z","1.0.0-next.146":"2025-05-28T12:30:56.139Z","1.0.0-next.147":"2025-06-02T13:56:36.275Z","1.0.0-next.148":"2025-10-04T11:26:22.962Z","1.0.0-rc.151":"2026-05-22T16:41:31.133Z"},"bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"license":"MIT","homepage":"https://github.com/evmts/tevm-monorepo#readme","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/vm"},"description":"A custom implementation of ethereumjs vm","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}