{"_id":"@tevm/receipt-manager","_rev":"43-ce30ad383f187c9850522fa935ddef77","name":"@tevm/receipt-manager","dist-tags":{"next":"1.1.0-next.50","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.1.0-next.50":{"name":"@tevm/receipt-manager","version":"1.1.0-next.50","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"9cb92fe3223b0ba17f2a2f3b9e7e6579b9e07f5f","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.50.tgz","fileCount":21,"integrity":"sha512-vLOkJwSaDqSRYTVUTHpANqEoGGYc+4BWC2Wue1OHmYnVaxNmQdvjT60MUc9RpkpT8UtGZ3fNdcutmnccgvahyA==","signatures":[{"sig":"MEQCIFmhO92PW1Qgs8A3lnmFGb91DF1+y8/kWy8PpAR+joJFAiBKPPfBvTHiBIlikxKxE5d+zfIwDA3PsWOZsj/1xYrvkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105043},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/45d3790d498982e106a16ed460d4053f/tevm-receipt-manager-1.1.0-next.50.tgz","_integrity":"sha512-vLOkJwSaDqSRYTVUTHpANqEoGGYc+4BWC2Wue1OHmYnVaxNmQdvjT60MUc9RpkpT8UtGZ3fNdcutmnccgvahyA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.47","@tevm/rlp":"^1.1.0-next.47","@tevm/block":"^1.1.0-next.47","@tevm/blockchain":"^1.1.0-next.50"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.47","@tevm/common":"^1.1.0-next.47","@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.50_1715842205058_0.8630731472824691","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/receipt-manager","version":"1.1.0-next.52","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"087655532981352e4a95320b3a2a4760ec1d1de1","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.52.tgz","fileCount":21,"integrity":"sha512-n9zwEmGCacrDrCi4I78fUgMS6erv999KyWn7SKawuJp09ASXzO1bL8S1DKKt3PdbKmWd+RYTCNAjzWf/dMxqwg==","signatures":[{"sig":"MEUCIQC/Ljx6Yfl7Qa0LmDBsFHI+UD/mtwmobE1bW5LhppibwQIgU6yoYSSY3rvX4tSY5VWoH+WLI9M/C00Bwc4iSt353EY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105043},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/22f7e59a5bc090d8a7f4e2b005d2a206/tevm-receipt-manager-1.1.0-next.52.tgz","_integrity":"sha512-n9zwEmGCacrDrCi4I78fUgMS6erv999KyWn7SKawuJp09ASXzO1bL8S1DKKt3PdbKmWd+RYTCNAjzWf/dMxqwg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.52","@tevm/blockchain":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.52_1715900727086_0.7457193518614165","host":"s3://npm-registry-packages"}},"1.1.0-next.55":{"name":"@tevm/receipt-manager","version":"1.1.0-next.55","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"38a4f9884870308f4750d0167b5351731456cf8f","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.55.tgz","fileCount":21,"integrity":"sha512-Wq9cCU8d1RQqOeq3TMwDKUgxa5Yp5vzzfgLkkeUY3wuh3Y4CVwjfkjIRDrm3prhb1UlA0eYQV2m9MpfwviFX/A==","signatures":[{"sig":"MEYCIQC6inLGb9oXFFnyyGzRxA0ZK+YZdHw+9CYOP9l5j/jYRAIhAK3W3IxAoaoOYOfnfojxuIg1Ef1kpbek/s4EhGfaauoL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105043},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/00249ca4d8b78cc95fe1109edecb44ea/tevm-receipt-manager-1.1.0-next.55.tgz","_integrity":"sha512-Wq9cCU8d1RQqOeq3TMwDKUgxa5Yp5vzzfgLkkeUY3wuh3Y4CVwjfkjIRDrm3prhb1UlA0eYQV2m9MpfwviFX/A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.52","@tevm/blockchain":"^1.1.0-next.55"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.55_1716100580976_0.2521439554391993","host":"s3://npm-registry-packages"}},"1.1.0-next.56":{"name":"@tevm/receipt-manager","version":"1.1.0-next.56","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"e80bb08fdff3238429870ef607f000912d149f67","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.56.tgz","fileCount":21,"integrity":"sha512-7/XdSOyzmXDcyjuqWrwrSyk7BEBY33lSd+4lfG5e/SU+O5oAtQsmjgH0Fu1M7AVxWomEz9/DQ5ok6Jg3Lw//cA==","signatures":[{"sig":"MEUCIQC35dAkBTPaWXBW3X7L27VCvF8PC34pKb6iRe0DNQ/JyAIgTEDPMBoOsAAU6gFmR3Tfcg5wCcxkm4dVt291SXES3S8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/4608f5968418584ffcae3644cd8a5965/tevm-receipt-manager-1.1.0-next.56.tgz","_integrity":"sha512-7/XdSOyzmXDcyjuqWrwrSyk7BEBY33lSd+4lfG5e/SU+O5oAtQsmjgH0Fu1M7AVxWomEz9/DQ5ok6Jg3Lw//cA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.56","@tevm/blockchain":"^1.1.0-next.56"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.56_1716281630184_0.4763076698869899","host":"s3://npm-registry-packages"}},"1.1.0-next.57":{"name":"@tevm/receipt-manager","version":"1.1.0-next.57","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"43469100bc6e36b7aa82dbbd76c7759d8d88c58a","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.57.tgz","fileCount":21,"integrity":"sha512-jCkj9WLx9Lb93wloeDmNPEuT4chiB5Bmg3tRlHROZ7fCQA6z1cu/59YOTNKOYIcdeDb4q0mlqqNI286GZmbVnA==","signatures":[{"sig":"MEQCIDj95+OH61q+qJR1YyXBd1D5DVjncoJ3CAUtxRpkct4rAiAsHrEWX/U/xN7dSmM5pj45G8k57foMDoc3RVBZ28kJOw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/f102a5a69f78ba4f990c134b2f08fcbd/tevm-receipt-manager-1.1.0-next.57.tgz","_integrity":"sha512-jCkj9WLx9Lb93wloeDmNPEuT4chiB5Bmg3tRlHROZ7fCQA6z1cu/59YOTNKOYIcdeDb4q0mlqqNI286GZmbVnA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.57","@tevm/blockchain":"^1.1.0-next.57"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.57","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.57_1716333219977_0.8114439803078832","host":"s3://npm-registry-packages"}},"1.1.0-next.59":{"name":"@tevm/receipt-manager","version":"1.1.0-next.59","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"252cecd1516a00d69c9cb688f864f6fb8b25ada3","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.59.tgz","fileCount":21,"integrity":"sha512-BygUF34pLA06ecv9lOgEgkM5mOT6AQLNeLZg0MI1kP19O/EKVYDzEXpJfBQONAYdtAhNdN8sali05mpydcFxAQ==","signatures":[{"sig":"MEQCIFhaZaaejw8xkf+bGU5tBELAR1ScFta67hS6dUGtkhjYAiATfS+ZaoTRBe1nzyeodsrKZMPAuZ2ZnSqKlOetHGHlfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/dcb018c0b4c1a184e4a36069c887536e/tevm-receipt-manager-1.1.0-next.59.tgz","_integrity":"sha512-BygUF34pLA06ecv9lOgEgkM5mOT6AQLNeLZg0MI1kP19O/EKVYDzEXpJfBQONAYdtAhNdN8sali05mpydcFxAQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.52","@tevm/rlp":"^1.1.0-next.52","@tevm/block":"^1.1.0-next.59","@tevm/blockchain":"^1.1.0-next.59"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/common":"^1.1.0-next.59","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.59_1716495570429_0.9249182833726761","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/receipt-manager","version":"1.1.0-next.60","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"78b98ef495db3b441387b0b82c08d497c29bf7b0","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.60.tgz","fileCount":21,"integrity":"sha512-xDsK7f34IMod2DLPqBRSfRIzbL3bGd+S+KNW7oTGJ/EHm/qxCyE1JlFDmK331IgJQr+NerRO23ECqaC5Z4EDtw==","signatures":[{"sig":"MEYCIQCNOjZJP2PqAank3bpYDscMfTGM3LAjXV5BIo1lLbgiqQIhAJgOw4KtDWjn9m0uAJ0mvXmKeABvkBA/W6HBRaRStCDo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/d4b187f0e150250a1b213f1b0775a24d/tevm-receipt-manager-1.1.0-next.60.tgz","_integrity":"sha512-xDsK7f34IMod2DLPqBRSfRIzbL3bGd+S+KNW7oTGJ/EHm/qxCyE1JlFDmK331IgJQr+NerRO23ECqaC5Z4EDtw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.60","@tevm/rlp":"^1.1.0-next.60","@tevm/block":"^1.1.0-next.60","@tevm/blockchain":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.60","@tevm/common":"^1.1.0-next.60","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.60_1716561698435_0.695115222057114","host":"s3://npm-registry-packages"}},"1.1.0-next.62":{"name":"@tevm/receipt-manager","version":"1.1.0-next.62","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"5c4c5c206e71a589a03a497eeed2ff5135711a5b","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.62.tgz","fileCount":21,"integrity":"sha512-j8wUwdExnobZowoX4zFpyGUfXfwBzaP9zXK2s9dSwkhu0f+BMGzWxLaaH6ZQDr4WEtnQdGOvQnxX8dA+YtVHFw==","signatures":[{"sig":"MEUCIQD1MwAW87vcYI3fsZth3JqS35BJbHIi25TGi5Iz7he+wwIgH8pOIXestIEpUwsSf9Dm1GxIbHoCJ3ugfaEpjJsZBGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/28ffa13f8096bf2aa04ea9a4fd4ace57/tevm-receipt-manager-1.1.0-next.62.tgz","_integrity":"sha512-j8wUwdExnobZowoX4zFpyGUfXfwBzaP9zXK2s9dSwkhu0f+BMGzWxLaaH6ZQDr4WEtnQdGOvQnxX8dA+YtVHFw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.60","@tevm/rlp":"^1.1.0-next.60","@tevm/block":"^1.1.0-next.62","@tevm/blockchain":"^1.1.0-next.62"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.60","@tevm/common":"^1.1.0-next.62","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.62_1716928391072_0.73072964106797","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/receipt-manager","version":"1.1.0-next.69","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"474f6232cb13671994dd207ec9a48ba338bd73b2","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.69.tgz","fileCount":21,"integrity":"sha512-1tGqmXJvjVZ5ddUCzEenvo/bYZtD/nQSdJWjQ7XmaKqUr6HhQgsXBAN1mf8siAfEC2+FD7Vldfkmw86b4aT3jQ==","signatures":[{"sig":"MEQCICZOJVohSIWiPoPyx/N9er/6Z85pWzAycnOVvMB+3hMiAiB4JaXa71vUDHF8W39+hl9EAiJIDIMMKhmATnCYZRf9Rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/15f531311aba3994dd12284a79514c47/tevm-receipt-manager-1.1.0-next.69.tgz","_integrity":"sha512-1tGqmXJvjVZ5ddUCzEenvo/bYZtD/nQSdJWjQ7XmaKqUr6HhQgsXBAN1mf8siAfEC2+FD7Vldfkmw86b4aT3jQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.69","@tevm/rlp":"^1.1.0-next.69","@tevm/block":"^1.1.0-next.69","@tevm/blockchain":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.69","@tevm/common":"^1.1.0-next.69","@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.69_1717488736402_0.7987408064695722","host":"s3://npm-registry-packages"}},"1.1.0-next.70":{"name":"@tevm/receipt-manager","version":"1.1.0-next.70","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"c25b308ed336f43b440833d4788c29997b088940","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.70.tgz","fileCount":21,"integrity":"sha512-CXTyyxFBNfYdk+m7l55nAT5Mz1s14vEPj4nc4n1hUa/JOfQrA+b1fMIhRMSOJXHx2Nhfu0qdkX4y+sL980ky+w==","signatures":[{"sig":"MEUCIQCu0AX+GQXR3Lb4vtRnT0r0hDIRHnhuNstcZEoLNxWdUwIgRR7U4Aibm3YqTTUso561L+GwrOKrjXyw8icprC9n+dg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":104002},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/1e287c19fc9f66dd19b736c1c9c7e533/tevm-receipt-manager-1.1.0-next.70.tgz","_integrity":"sha512-CXTyyxFBNfYdk+m7l55nAT5Mz1s14vEPj4nc4n1hUa/JOfQrA+b1fMIhRMSOJXHx2Nhfu0qdkX4y+sL980ky+w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.70","@tevm/rlp":"^1.1.0-next.69","@tevm/block":"^1.1.0-next.70","@tevm/utils":"^1.1.0-next.70","@tevm/common":"^1.1.0-next.70","@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/receipt-manager_1.1.0-next.70_1717631198184_0.9129656888195881","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/receipt-manager","version":"1.1.0-next.72","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"fd3ce502e4ab379611836c99eaaf166272ec6a1b","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.72.tgz","fileCount":21,"integrity":"sha512-4uxtJMIwtvRWOVO8DbZof1RdG52819KLy+E+R2O1CV7lKrx6jWRf0FJNqZyo2wE+7W6+t53OZJT5jUnWB7iAsg==","signatures":[{"sig":"MEYCIQDUnvn2ZudIWRISuwdnFzACpQVytMEsErFU0HAY8QTxFAIhAK+X3eBqNhEdYQzGoYh+aby1xWuraK/CSPrjM8zXgxHP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103860},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/9d131b238b43f9cf74f1f8e9458c2f99/tevm-receipt-manager-1.1.0-next.72.tgz","_integrity":"sha512-4uxtJMIwtvRWOVO8DbZof1RdG52819KLy+E+R2O1CV7lKrx6jWRf0FJNqZyo2wE+7W6+t53OZJT5jUnWB7iAsg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.72","@tevm/rlp":"^1.1.0-next.72","@tevm/block":"^1.1.0-next.72","@tevm/utils":"^1.1.0-next.72","@tevm/common":"^1.1.0-next.72","@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/receipt-manager_1.1.0-next.72_1717896066502_0.40365382298480457","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/receipt-manager","version":"1.1.0-next.74","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"fe31165659020e83d8a0ffc26fcc3de5c2dc4aba","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.74.tgz","fileCount":21,"integrity":"sha512-2UpYYw693cDX11os7lX0GNneZPHPunU8+80iK1LbZIK5kbyYFhEeiA+MXA/guHr2axSS5+rwgQinWOqVR8zYuQ==","signatures":[{"sig":"MEUCIAEfLIjLP1xoBqOmtkpqBXJLckgJxHrRxoEXDE8UPF+bAiEAmVvk3rEYTtK8JEz4Fj0cVoWBrrvCJHEPxAVBDNNhLuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103860},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/df066213a032ec067b611c09d2c4c46b/tevm-receipt-manager-1.1.0-next.74.tgz","_integrity":"sha512-2UpYYw693cDX11os7lX0GNneZPHPunU8+80iK1LbZIK5kbyYFhEeiA+MXA/guHr2axSS5+rwgQinWOqVR8zYuQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.74","@tevm/rlp":"^1.1.0-next.74","@tevm/block":"^1.1.0-next.74","@tevm/utils":"^1.1.0-next.74","@tevm/common":"^1.1.0-next.74","@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/receipt-manager_1.1.0-next.74_1718182385225_0.9056372288572274","host":"s3://npm-registry-packages"}},"1.1.0-next.75":{"name":"@tevm/receipt-manager","version":"1.1.0-next.75","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"de58b02e8ef777e3821c615dc7eafcc21491d84e","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.75.tgz","fileCount":21,"integrity":"sha512-m95PsCvxqYsfbJhqXUDzdyBuCGNyybKqBvQpGJeWoMxEXMnGooQJUIf20HuCrBo5/4ub4VLD/4G+SEbDNVj3jA==","signatures":[{"sig":"MEUCIQD8MjVVMKlliKXCdlPpwg0pedxcD42LLpECjpHjgPgSOgIgAwVy+4vAx4DUEdXssQxBXn2mioDt3OAe8SxA3zOoE2E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103860},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/361cc80d11cba1287053566540fe1833/tevm-receipt-manager-1.1.0-next.75.tgz","_integrity":"sha512-m95PsCvxqYsfbJhqXUDzdyBuCGNyybKqBvQpGJeWoMxEXMnGooQJUIf20HuCrBo5/4ub4VLD/4G+SEbDNVj3jA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.75","@tevm/rlp":"^1.1.0-next.74","@tevm/block":"^1.1.0-next.75","@tevm/utils":"^1.1.0-next.75","@tevm/common":"^1.1.0-next.75","@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/receipt-manager_1.1.0-next.75_1718253074324_0.8584658469041755","host":"s3://npm-registry-packages"}},"1.1.0-next.76":{"name":"@tevm/receipt-manager","version":"1.1.0-next.76","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"fc150305dc670c0d9a0fd7d6b3489d14127a5dd8","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.76.tgz","fileCount":21,"integrity":"sha512-RW7PkTLKjocPLDkL6jsT2ARKoiKRBmUQ2mm20qAX2PAfbazrW6VrQuYHmOV+qgr4k49FNrO1HS+imkp99kzWaA==","signatures":[{"sig":"MEUCIQDS1XMVMlEptheGzrDfEEa+GkvfEdRIGjp06CY3rYvZSgIgf4SX5TGgXJEHH8t5IR++alWQXqORyPGgAf+sQnS+Vqc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/31455e74208d18e4245d74732a534ddd/tevm-receipt-manager-1.1.0-next.76.tgz","_integrity":"sha512-RW7PkTLKjocPLDkL6jsT2ARKoiKRBmUQ2mm20qAX2PAfbazrW6VrQuYHmOV+qgr4k49FNrO1HS+imkp99kzWaA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.76","@tevm/rlp":"^1.1.0-next.74","@tevm/block":"^1.1.0-next.76","@tevm/utils":"^1.1.0-next.75","@tevm/common":"^1.1.0-next.75","@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/receipt-manager_1.1.0-next.76_1718312705566_0.3939146764309458","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/receipt-manager","version":"1.1.0-next.77","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"ce713a953b50106cc76345f515dbe036668c8950","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.77.tgz","fileCount":21,"integrity":"sha512-Z3OjfseHxQ+s66Kyb+3KfrzFksVUAtB21aQwsrzpU3Vliighw9tyBDByb0ZiOBMxNxfxVSOB9QZkJsRBiIqhbA==","signatures":[{"sig":"MEYCIQCA4zoRocmKgNRu8TXxihVSiwnV57SianZVVKfy4xQ6MwIhAKjY+YvxmJzn+3Cya27y4QVav6uZnsDKs72xs8+hdzZp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/fba45712869f75eb7663c274a17a6768/tevm-receipt-manager-1.1.0-next.77.tgz","_integrity":"sha512-Z3OjfseHxQ+s66Kyb+3KfrzFksVUAtB21aQwsrzpU3Vliighw9tyBDByb0ZiOBMxNxfxVSOB9QZkJsRBiIqhbA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.77","@tevm/rlp":"^1.1.0-next.77","@tevm/block":"^1.1.0-next.77","@tevm/utils":"^1.1.0-next.77","@tevm/common":"^1.1.0-next.77","@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/receipt-manager_1.1.0-next.77_1718389948633_0.41693215318758003","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/receipt-manager","version":"2.0.0-next.79","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"37f3d8a1c4967ec72bb6e9688de5b34468273e83","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.79.tgz","fileCount":21,"integrity":"sha512-LRnKpwVU3ZtlhWTQP/qDdkHOD3W0YTBVWWFwNdYFnY46Mx4HNBhmo7b7M+wflg5tSjwPx1VKOz/Ise0+XLrh9g==","signatures":[{"sig":"MEQCIDHVWNyTyn3a/lxHw96r/yD371PpM1wDhPlwrABe/s6PAiBVdOCpwq+ojEleFMQG5OpGZ5jAFFsGmzUVm/PdboEseA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/187196b03d98a2524d7bd836960e096f/tevm-receipt-manager-2.0.0-next.79.tgz","_integrity":"sha512-LRnKpwVU3ZtlhWTQP/qDdkHOD3W0YTBVWWFwNdYFnY46Mx4HNBhmo7b7M+wflg5tSjwPx1VKOz/Ise0+XLrh9g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.79","@tevm/rlp":"^2.0.0-next.79","@tevm/block":"^2.0.0-next.79","@tevm/utils":"^2.0.0-next.79","@tevm/common":"^2.0.0-next.79","@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/receipt-manager_2.0.0-next.79_1718754362537_0.9505524416917406","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/receipt-manager","version":"2.0.0-next.80","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"02942eed4877eeb799160770e962af03f5dd7488","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.80.tgz","fileCount":21,"integrity":"sha512-0oTS4TBcj9+Oh6G5jscbhzdeWINitcpLguK5ZzFkr95Nl7Z/ESgyt5Xia6f+WEC3kF7gog9OKLKDzjtvRYfXgQ==","signatures":[{"sig":"MEQCICq3EzSvqBOinubZ8BskZgGYrI2tHv8JKexaNvrqlsrBAiAHAGFK7jZEa42HdKSZ8f4S4BZUQWUtie4Ao2jq4PQNIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/25261d797d9510cd540f891c012e3eec/tevm-receipt-manager-2.0.0-next.80.tgz","_integrity":"sha512-0oTS4TBcj9+Oh6G5jscbhzdeWINitcpLguK5ZzFkr95Nl7Z/ESgyt5Xia6f+WEC3kF7gog9OKLKDzjtvRYfXgQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.80","@tevm/rlp":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.80","@tevm/utils":"^2.0.0-next.80","@tevm/common":"^2.0.0-next.80","@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/receipt-manager_2.0.0-next.80_1718769395230_0.7315339241589616","host":"s3://npm-registry-packages"}},"2.0.0-next.84":{"name":"@tevm/receipt-manager","version":"2.0.0-next.84","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"1777f1c733c294f5656354c1d4068ed3fddba260","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.84.tgz","fileCount":21,"integrity":"sha512-wIn+BupUNQj7JoCaO8EYSYIgR/65+VTMSFsfpBitS/i2qIp59PMu+/aZkZmh659KHb7UJ2leGBiWGHgaYezuSQ==","signatures":[{"sig":"MEYCIQDwSHBp2JkYt8ahyUUPhuiaTCfwPWYHvG3PeNMdb2l7JAIhANO+6GHnCECNqUZ1ZQMceTHX0RJgKsD8GE0/cGneSmSK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/423ffdf2e72c72645261fd6aaf193397/tevm-receipt-manager-2.0.0-next.84.tgz","_integrity":"sha512-wIn+BupUNQj7JoCaO8EYSYIgR/65+VTMSFsfpBitS/i2qIp59PMu+/aZkZmh659KHb7UJ2leGBiWGHgaYezuSQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.84","@tevm/rlp":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.84","@tevm/utils":"^2.0.0-next.84","@tevm/common":"^2.0.0-next.84","@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/receipt-manager_2.0.0-next.84_1719006884438_0.4221236020690893","host":"s3://npm-registry-packages"}},"2.0.0-next.85":{"name":"@tevm/receipt-manager","version":"2.0.0-next.85","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"62f18e04f24554e77190464ddb8287f2319919f0","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.85.tgz","fileCount":21,"integrity":"sha512-nbmQhHdEnJc+neeOQ2DGdyw36kIbUIENgDv5nJ6oLHIf8DpNEVPyMoAJJdAR1685ZB7SusG+NFW4xmSYsrY4tA==","signatures":[{"sig":"MEUCICeA7/P2gaSCGQmcpSBFtE2x73veqEdagLv4WFvHFKcSAiEA2cBaduA3CKDBgDp8ddMiJvHGxA8N1IDwt9vqYFUjR+I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/112d0e5684d9af8b5043c0a3cb9ba12b/tevm-receipt-manager-2.0.0-next.85.tgz","_integrity":"sha512-nbmQhHdEnJc+neeOQ2DGdyw36kIbUIENgDv5nJ6oLHIf8DpNEVPyMoAJJdAR1685ZB7SusG+NFW4xmSYsrY4tA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.84","@tevm/rlp":"^2.0.0-next.80","@tevm/block":"^2.0.0-next.85","@tevm/utils":"^2.0.0-next.84","@tevm/common":"^2.0.0-next.85","@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/receipt-manager_2.0.0-next.85_1719105241424_0.9257347233278994","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/receipt-manager","version":"2.0.0-next.86","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"b965373d2b93a5316f9501f5a9f699c8278d6967","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.86.tgz","fileCount":21,"integrity":"sha512-qXFikD3H6qIZLVTyPGhbRs18c0gkkHOivP6dRkUdfX5108MaQg8x/5tM4/PC6Fq+Wr7UOaYa5YFde69xjlcUow==","signatures":[{"sig":"MEUCICRKGiPtTFc9gxy4zKDtdaDMGuEYa0VJ/53IjjC5Qiz4AiEAiJpQCQzpMRn13aVi1pV8giPnBBhbOVshUhFIzcFLDLs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/65e6941482ccb73d2ba919cdee1b90b5/tevm-receipt-manager-2.0.0-next.86.tgz","_integrity":"sha512-qXFikD3H6qIZLVTyPGhbRs18c0gkkHOivP6dRkUdfX5108MaQg8x/5tM4/PC6Fq+Wr7UOaYa5YFde69xjlcUow==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^2.0.0-next.86","@tevm/rlp":"^2.0.0-next.86","@tevm/block":"^2.0.0-next.86","@tevm/utils":"^2.0.0-next.86","@tevm/common":"^2.0.0-next.86","@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/receipt-manager_2.0.0-next.86_1719443512457_0.5217450821525635","host":"s3://npm-registry-packages"}},"1.1.0-next.88":{"name":"@tevm/receipt-manager","version":"1.1.0-next.88","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"180ada48c80e358eccc7df3d76882fd3f63bb5a7","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.88.tgz","fileCount":21,"integrity":"sha512-UxM8F+2oQihLZG+XRzgJIm9jHpvTqWck152YET6EhtX7npEpe5dToNOqyvGrQv2yfnEBV1E88lqVeXpPD9BHqg==","signatures":[{"sig":"MEUCIAIGJdo5exHt/YJABpI4TAambcI8esvbtdfDF+q/LyFQAiEA9IBIcqKvaTwPdIkq0GakViVT6J/MCOcWR9bVWGTY1+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/00ef93d3aed228ab006bb592deb0232b/tevm-receipt-manager-1.1.0-next.88.tgz","_integrity":"sha512-UxM8F+2oQihLZG+XRzgJIm9jHpvTqWck152YET6EhtX7npEpe5dToNOqyvGrQv2yfnEBV1E88lqVeXpPD9BHqg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.88","@tevm/rlp":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.88","@tevm/utils":"^1.1.0-next.88","@tevm/common":"^1.1.0-next.88","@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"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.88_1719898139569_0.2796946707795376","host":"s3://npm-registry-packages"}},"1.1.0-next.91":{"name":"@tevm/receipt-manager","version":"1.1.0-next.91","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"c5fd1acdfd60b1a604c930ec8297142d53eec830","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.91.tgz","fileCount":21,"integrity":"sha512-G9LfsNLKSv1ZIuUyOO5ngIUX9fxY2dw/USS46i6y3CJdENRiKD8hz84Mf+mG1bqii3prqY0Rl2C9ex105VZ1Aw==","signatures":[{"sig":"MEUCIQD16BQlQC3NZoSu39CFsMeeAkJyX5IH0MTZdMw7/TEgLwIgZusSzXyJdWJxCksY+MK4VQfztSWOSG2NCR+/FJt+glg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/8aa9df072de665206312458b05a9356a/tevm-receipt-manager-1.1.0-next.91.tgz","_integrity":"sha512-G9LfsNLKSv1ZIuUyOO5ngIUX9fxY2dw/USS46i6y3CJdENRiKD8hz84Mf+mG1bqii3prqY0Rl2C9ex105VZ1Aw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.91","@tevm/rlp":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.91","@tevm/utils":"^1.1.0-next.91","@tevm/common":"^1.1.0-next.91","@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"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.91_1720291950664_0.744113695128646","host":"s3://npm-registry-packages"}},"1.1.0-next.92":{"name":"@tevm/receipt-manager","version":"1.1.0-next.92","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"f56cf4a236b8b6cd8483cfa494d9720618567fec","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.92.tgz","fileCount":21,"integrity":"sha512-CetJJ6St4PBTU+lO0NdQu2uuAY1yIuVM9WdXx9O52Oz4QxBOHGQcR4YTnHEaXHmzasG8awslPh/d88KkYS3L9A==","signatures":[{"sig":"MEUCIQDD8/zm9yuDcJ8X+vqQIxZqGzlLF+nDNCp0fLCuMOS0BgIgT5iCFXvzCUNUc3ERUBF3u8EcsKpTNcsRSlcKcIhr2F8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103862},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/fdb851ff71e914c7c36589df8ed862f2/tevm-receipt-manager-1.1.0-next.92.tgz","_integrity":"sha512-CetJJ6St4PBTU+lO0NdQu2uuAY1yIuVM9WdXx9O52Oz4QxBOHGQcR4YTnHEaXHmzasG8awslPh/d88KkYS3L9A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.92","@tevm/rlp":"^1.0.0-next.86","@tevm/block":"^1.1.0-next.92","@tevm/utils":"^1.1.0-next.92","@tevm/common":"^1.1.0-next.92","@tevm/blockchain":"^1.1.0-next.92"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.92_1720480776272_0.14727090169059642","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/receipt-manager","version":"1.1.0-next.96","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"8fb13cb5fdb2f55cdceddf4ea5b65722ec6a89fe","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.96.tgz","fileCount":21,"integrity":"sha512-YyBSCvpJ9HJS24nJnW+o7F0fKVY5+/zgQTDk/MKu9NdRspX8wK92e554Q/nFEeGpiDVKEIc0XXNNzSJGdcKDKQ==","signatures":[{"sig":"MEQCIBzQkRz/3dFqCZeYzYk15oie2J8sEYOEoQZLcwIcf4KmAiAHqHdXbdT0UV5gEGDopvqDQYqdQo3uMcE3eGCfQKYJwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103885},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/546ae64293c9aaee03579381514a474c/tevm-receipt-manager-1.1.0-next.96.tgz","_integrity":"sha512-YyBSCvpJ9HJS24nJnW+o7F0fKVY5+/zgQTDk/MKu9NdRspX8wK92e554Q/nFEeGpiDVKEIc0XXNNzSJGdcKDKQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.96","@tevm/rlp":"^1.1.0-next.96","@tevm/block":"^1.1.0-next.96","@tevm/utils":"^1.1.0-next.96","@tevm/common":"^1.1.0-next.96","@tevm/blockchain":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.96_1720622681330_0.07070007675631551","host":"s3://npm-registry-packages"}},"1.1.0-next.97":{"name":"@tevm/receipt-manager","version":"1.1.0-next.97","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"d054a48cf9dc22f3a169f6a6b442ced4f0619d72","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.97.tgz","fileCount":21,"integrity":"sha512-ZT/iO3B6XC7whoj1cC2f4BtGeRi3ocva7wUEANdTQdZbohTswVGWoyBdBqIzc9Vy4YAcrfo0UOR4sjmJc1k0ow==","signatures":[{"sig":"MEYCIQCf20/a4LRWrM1ILqgv1fJMvMJi6msE1DrvKVLdKTMtaQIhAJ2PMDrfGUkxqbW4Oc5XnhOvjFzwMDrPOwpE4XFJLLAh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":103885},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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/receipt-manager","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/367ac25628623f131202da63efa883c9/tevm-receipt-manager-1.1.0-next.97.tgz","_integrity":"sha512-ZT/iO3B6XC7whoj1cC2f4BtGeRi3ocva7wUEANdTQdZbohTswVGWoyBdBqIzc9Vy4YAcrfo0UOR4sjmJc1k0ow==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.2.4","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/tx":"^1.1.0-next.97","@tevm/rlp":"^1.1.0-next.96","@tevm/block":"^1.1.0-next.97","@tevm/utils":"^1.1.0-next.97","@tevm/common":"^1.1.0-next.97","@tevm/blockchain":"^1.1.0-next.97"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.97_1720760813341_0.40554121840193647","host":"s3://npm-registry-packages"}},"1.1.0-next.100":{"name":"@tevm/receipt-manager","version":"1.1.0-next.100","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"c1a810aea8988270c9fe8c39dc561bd1eb482329","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.1.0-next.100.tgz","fileCount":23,"integrity":"sha512-/AJXUhUcJYzCV6i7OVi1NT+Z0saIEItE4F0NNOpcYzMwN/NpbDN1Kkh4cNdk5QiqURfn+8M4xLxoZNNDtHTrGw==","signatures":[{"sig":"MEUCIGT6Xu6iQlCYFBZgmFpa4gNQvVUVKMhGG//Sgy2znC+GAiEAghj1oIyxLc2yWuxQQo8t3Vbq2OlGv3wHJ+pNDP4D5Jg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105615},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0ad96785855edb6f1b3575a4db7cc170/tevm-receipt-manager-1.1.0-next.100.tgz","_integrity":"sha512-/AJXUhUcJYzCV6i7OVi1NT+Z0saIEItE4F0NNOpcYzMwN/NpbDN1Kkh4cNdk5QiqURfn+8M4xLxoZNNDtHTrGw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.1.0-next.100","@tevm/rlp":"^1.1.0-next.100","@tevm/block":"^1.1.0-next.100","@tevm/utils":"^1.1.0-next.100","@tevm/common":"^1.1.0-next.100","@tevm/blockchain":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.1.0-next.100_1721176962977_0.02264275651881187","host":"s3://npm-registry-packages"}},"2.0.0-next.105":{"name":"@tevm/receipt-manager","version":"2.0.0-next.105","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"cc7d0bdb9eb89a4cdf1dfa973f10496db8e845e3","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.105.tgz","fileCount":23,"integrity":"sha512-VLD6CgTd/hDzcq2CiJaqcUmgVtYDVJTXekPjSlIDDB6EQvrwTGgduUVdJEdyGS95AJurN9OgZRzu9AfU4bk0dw==","signatures":[{"sig":"MEUCIQD4XN07ECCOa4RfsvOmosQB2Nb3pYIP74DEBp81vD4SVQIgTqvSQC2Fb4/1s/AdpAuStHfS30B3log8gSUibXUMWpQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":105615},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f0e552038dce9a9222bfecaeabdd8953/tevm-receipt-manager-2.0.0-next.105.tgz","_integrity":"sha512-VLD6CgTd/hDzcq2CiJaqcUmgVtYDVJTXekPjSlIDDB6EQvrwTGgduUVdJEdyGS95AJurN9OgZRzu9AfU4bk0dw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^2.0.0-next.105","@tevm/rlp":"^1.1.0-next.100","@tevm/block":"^2.0.0-next.105","@tevm/utils":"^2.0.0-next.105","@tevm/common":"^2.0.0-next.105","@tevm/blockchain":"^2.0.0-next.105"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_2.0.0-next.105_1723235781470_0.4791546415914145","host":"s3://npm-registry-packages"}},"2.0.0-next.107":{"name":"@tevm/receipt-manager","version":"2.0.0-next.107","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"b35505a2d8665211157cc55b83c713c65a7be6df","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-2.0.0-next.107.tgz","fileCount":23,"integrity":"sha512-uKWY3vG/Yjv22M35BOmH+wwXQLQpBsJpO9roVLhXR6aXQTaZ5LWuTWrU0PoAGhP5hMQ5hKgguWNVFoz5WvoXLg==","signatures":[{"sig":"MEUCIHpGmgYRN37ySdB1dIIkSItD04kenPhJlw4GXbMapCbJAiEAj8ClPzuWePWdesV4NJQJDEIAZ2KK9oKiLg+TLPD7SoU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112262},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b218d0b7acb42e2ef58ed1f20f697e86/tevm-receipt-manager-2.0.0-next.107.tgz","_integrity":"sha512-uKWY3vG/Yjv22M35BOmH+wwXQLQpBsJpO9roVLhXR6aXQTaZ5LWuTWrU0PoAGhP5hMQ5hKgguWNVFoz5WvoXLg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^2.0.0-next.107","@tevm/rlp":"^1.1.0-next.100","@tevm/block":"^2.0.0-next.107","@tevm/utils":"^2.0.0-next.107","@tevm/common":"^2.0.0-next.107","@tevm/blockchain":"^2.0.0-next.107"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_2.0.0-next.107_1723428642426_0.49724112737540094","host":"s3://npm-registry-packages"}},"0.0.0-next.107":{"name":"@tevm/receipt-manager","version":"0.0.0-next.107","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@0.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":"57db30cb315f0c56b5765134f9a43f43fb7ac778","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-0.0.0-next.107.tgz","fileCount":23,"integrity":"sha512-2k1r6us7NzKmSpF1FvYrAE6APz6dMDRS+JP57bXoVh8q9SZc12hD3+j+FjTz+w8CB2Y9BaD6WONlGvyjdnKOsg==","signatures":[{"sig":"MEUCIQDUyEOQxi/0UdSjx5Sgp6QhHSujyGtpai3ZgO8mWH7+BwIgcYzGRDP1rPhAhbW+uUGw1QWuacl2s0M1BgjQqdAz4z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112262},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-0.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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1774b719740e68f68fc2265c5016be3e/tevm-receipt-manager-0.0.0-next.107.tgz","_integrity":"sha512-2k1r6us7NzKmSpF1FvYrAE6APz6dMDRS+JP57bXoVh8q9SZc12hD3+j+FjTz+w8CB2Y9BaD6WONlGvyjdnKOsg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^0.0.0-next.107","@tevm/rlp":"^0.0.0-next.100","@tevm/block":"^0.0.0-next.107","@tevm/utils":"^0.0.0-next.107","@tevm/common":"^0.0.0-next.107","@tevm/blockchain":"^0.0.0-next.107"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^0.0.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_0.0.0-next.107_1724786367978_0.9891744510005576","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/receipt-manager","version":"1.0.0-next.109","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"357a7438a25f29ecc9aa73bf69cd207d87e28d2a","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.109.tgz","fileCount":23,"integrity":"sha512-KPQjJHI1uif2DjNJ/qBVBTKeEeIMsY6+30X2D0O6N+NCXP4WFxIYgnXbfTo/+ljhMPlwkcpZkQWtmbQ07FCeGQ==","signatures":[{"sig":"MEUCIQCb5VyTczJyTP+uGwLnj0OM+aFDIyBv39RsBqAa+im90gIgC33Jg6qBdDrX+Wf3zvE+r1ZDXL2dJ45N1FA5WLjHg0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112263},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/baff28ead4c5e3307833488ac2db5288/tevm-receipt-manager-1.0.0-next.109.tgz","_integrity":"sha512-KPQjJHI1uif2DjNJ/qBVBTKeEeIMsY6+30X2D0O6N+NCXP4WFxIYgnXbfTo/+ljhMPlwkcpZkQWtmbQ07FCeGQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/rlp":"^0.0.0-next.100","@tevm/block":"^1.0.0-next.109","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.109","@tevm/blockchain":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.109_1725179156405_0.0018845109707850138","host":"s3://npm-registry-packages"}},"1.0.0-next.110":{"name":"@tevm/receipt-manager","version":"1.0.0-next.110","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"6a7e4de09b78fbf371fe08c830107c1eeb57a8a0","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.110.tgz","fileCount":23,"integrity":"sha512-92ckjNoBfjvR9ZnWCLoWgJzhUOYb1TJ67fkVvbRfEBKhawiEhLpH/2BZRkrEQWXXTopKz65vvQz30PJCScUwMQ==","signatures":[{"sig":"MEUCIBIH8ycw5H/EU2MpKKJSOGsfjuGPxfEvnaLd/XtzVDtdAiEA9mzS90zL/XAwmFKAK8TjxxNRAj51v4lCzBqaYNcO2ZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112263},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1b9db63c215fe33d0d792c4a40f89f38/tevm-receipt-manager-1.0.0-next.110.tgz","_integrity":"sha512-92ckjNoBfjvR9ZnWCLoWgJzhUOYb1TJ67fkVvbRfEBKhawiEhLpH/2BZRkrEQWXXTopKz65vvQz30PJCScUwMQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/rlp":"^0.0.0-next.100","@tevm/block":"^1.0.0-next.109","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.109","@tevm/blockchain":"^1.0.0-next.110"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.110_1725184444963_0.0642462108913131","host":"s3://npm-registry-packages"}},"1.0.0-next.115":{"name":"@tevm/receipt-manager","version":"1.0.0-next.115","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"de78e478c3fa75242a7280fd0f779fcd9f5ca4af","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.115.tgz","fileCount":23,"integrity":"sha512-2JUx6wT7haF38bNKekhHWKZF7bQJ1U4HC7emqs89uSOWvwAfLO9xTVYhyaaNj4k2bPC0dymZKdYeXnTwCBP+dQ==","signatures":[{"sig":"MEYCIQC0iVu0OCY17kOdAB+DzAgyx39M6DRx3ZMFe9iLtzFvRgIhAJEcK8hqCkNqL85oImS+0swbmAOSOtUxwH3ZD5fQBMdB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112263},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ce6216b68a1dc73475d445e3761bccca/tevm-receipt-manager-1.0.0-next.115.tgz","_integrity":"sha512-2JUx6wT7haF38bNKekhHWKZF7bQJ1U4HC7emqs89uSOWvwAfLO9xTVYhyaaNj4k2bPC0dymZKdYeXnTwCBP+dQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/rlp":"^0.0.0-next.100","@tevm/block":"^1.0.0-next.115","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.115","@tevm/blockchain":"^1.0.0-next.115"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.115_1726963529066_0.6608313722526931","host":"s3://npm-registry-packages"}},"1.0.0-next.116":{"name":"@tevm/receipt-manager","version":"1.0.0-next.116","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"c09b791951102d6554ae717df1b97ca2dbba9a0d","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.116.tgz","fileCount":23,"integrity":"sha512-vT4VEUibgkJkFjcPMFnW3AszG0hSelThDOEg/uw9bYhpoHIPn/d/YPh/bEnCOhQtHMDA3pZHWctRdGzQn4zR1g==","signatures":[{"sig":"MEQCICVfiVHfbARcrlwMQknRkZDKPoF0LH3nK8pLmDQ1w1OdAiADqyVr0HOC1gGvJcBr88VyhMDmQ0t6vbe09k8G5q5/BQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112263},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d0f621767f8e2a4b208f55bc3bb8e416/tevm-receipt-manager-1.0.0-next.116.tgz","_integrity":"sha512-vT4VEUibgkJkFjcPMFnW3AszG0hSelThDOEg/uw9bYhpoHIPn/d/YPh/bEnCOhQtHMDA3pZHWctRdGzQn4zR1g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.109","@tevm/rlp":"^0.0.0-next.100","@tevm/block":"^1.0.0-next.116","@tevm/utils":"^1.0.0-next.109","@tevm/common":"^1.0.0-next.116","@tevm/blockchain":"^1.0.0-next.116"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.116_1726965932581_0.7535202437887185","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/receipt-manager","version":"1.0.0-next.117","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"f33b567f2781b50e396b30e0f45372ff4d997c5c","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.117.tgz","fileCount":23,"integrity":"sha512-XJP8nza7M32+5kHwTN5be+Ey4pteT64XR5o+0ereZqQxZUVh/iSKdBfSJUNi20Ih8gJOtz7km+n3farmRuWYMw==","signatures":[{"sig":"MEUCIB4EvOoSUpzZs5SJELVLIjP7VVDFOTGpCgHPZ0nsC/AZAiEA794XIlCn4i0UOhsSmReT3mRHNamU/g97sJjrWNZJQeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112265},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/55c48f9dd852d2963fd355e607b6cdf8/tevm-receipt-manager-1.0.0-next.117.tgz","_integrity":"sha512-XJP8nza7M32+5kHwTN5be+Ey4pteT64XR5o+0ereZqQxZUVh/iSKdBfSJUNi20Ih8gJOtz7km+n3farmRuWYMw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.117","@tevm/rlp":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.117","@tevm/utils":"^1.0.0-next.117","@tevm/common":"^1.0.0-next.117","@tevm/blockchain":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.117_1727069979822_0.4400202101325148","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/receipt-manager","version":"1.0.0-next.118","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"8598b68a23b68805be4548a426a77a7d89e8a5a2","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.118.tgz","fileCount":23,"integrity":"sha512-d80ZVHWpXEtq9BFfvE8S+/rnFqxDVcB7GjpFWW/Lj5z0v3Nh/kcylJ6eB0pTQYijpH7vBL0nk1ba1BB0x4b7gw==","signatures":[{"sig":"MEYCIQCXw9GA7OJJ4qAdNXzcHDDUaUmgVLb5qxD+kZq8jXZ0AwIhANKa6yGE7sju1yYHN1+U0b9LKT32O3XC7EE9JOv4dXIN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":112265},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/97db466fe39c2bc2daf21b586b3c5c8f/tevm-receipt-manager-1.0.0-next.118.tgz","_integrity":"sha512-d80ZVHWpXEtq9BFfvE8S+/rnFqxDVcB7GjpFWW/Lj5z0v3Nh/kcylJ6eB0pTQYijpH7vBL0nk1ba1BB0x4b7gw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.118","@tevm/rlp":"^1.0.0-next.117","@tevm/block":"^1.0.0-next.118","@tevm/utils":"^1.0.0-next.118","@tevm/common":"^1.0.0-next.118","@tevm/blockchain":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.118_1727467782248_0.5276996905583589","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/receipt-manager","version":"1.0.0-next.128","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"5a32c221a466dcc9bd93699a52aa09177e765b7f","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.128.tgz","fileCount":23,"integrity":"sha512-LvJt2bR2KbODa6o6g3Etf/HMLO4BUhhKHtr+P0kYdRzr15BbGT1lyABrVqsDtkWWSVG7yAYAiiAZwOZLPyUF8Q==","signatures":[{"sig":"MEQCIGqb6RjtGi+XcYIHpjACjaZINpdPuA+Y/mi0ID8mKjCYAiBkz71AcbTprXteJpQK9mr3/WUDqzT6qIF7vQabay3epA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":110835},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a1818709fbeb0f7d2f4c35b63b50d701/tevm-receipt-manager-1.0.0-next.128.tgz","_integrity":"sha512-LvJt2bR2KbODa6o6g3Etf/HMLO4BUhhKHtr+P0kYdRzr15BbGT1lyABrVqsDtkWWSVG7yAYAiiAZwOZLPyUF8Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.128","@tevm/rlp":"^1.0.0-next.128","@tevm/block":"^1.0.0-next.128","@tevm/utils":"^1.0.0-next.128","@tevm/common":"^1.0.0-next.128","@tevm/blockchain":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.128_1741407824771_0.39236561865918973","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/receipt-manager","version":"1.0.0-next.131","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"cdf2667fb9b36649587d8f14b905d1a77a6128e3","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.131.tgz","fileCount":23,"integrity":"sha512-LjQc5TcP9eE+c/Y6dhsmEEWPz8EyA4S9NoB/wisizMsDinhWmSIfHONyS37FWkCFckPLSswWBg6JU2gpH2oIrA==","signatures":[{"sig":"MEQCIFdM6xsrXe2JFfMRqNqX26Zzs+9FfUKvhS4h3axXy/EZAiADbDsyMdicf0TnnPd4N8ZrFBK1/MhU26cpjScTkDgcQA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":110841},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e08753eefe028fcf64e3890d1bb45f8f/tevm-receipt-manager-1.0.0-next.131.tgz","_integrity":"sha512-LjQc5TcP9eE+c/Y6dhsmEEWPz8EyA4S9NoB/wisizMsDinhWmSIfHONyS37FWkCFckPLSswWBg6JU2gpH2oIrA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/rlp":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.131","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.131","@tevm/blockchain":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.131_1741746457831_0.43616411023173773","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.132":{"name":"@tevm/receipt-manager","version":"1.0.0-next.132","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"0a8c5f62775b10fd02c0498a9f1e88664d7ef356","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.132.tgz","fileCount":29,"integrity":"sha512-FvXMb3HcnHAcR3lu2Pv1H+rt1vViMU4OlUOAVgX6qy5FEMtCqUWfIR7uZwnhEG6uFOS3N0Jru12Fw2Vmwb6Njg==","signatures":[{"sig":"MEQCIFbN44aYDaQ3wqscs38Vu1V1fka0e7fejYOSH0UIiIC1AiADmPe6UytlAqf3Yrp4nQ3MHps/ma8e53DZbfit4c0Hzg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":265987},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ad391225cc4c76b577efb50e2647ac79/tevm-receipt-manager-1.0.0-next.132.tgz","_integrity":"sha512-FvXMb3HcnHAcR3lu2Pv1H+rt1vViMU4OlUOAVgX6qy5FEMtCqUWfIR7uZwnhEG6uFOS3N0Jru12Fw2Vmwb6Njg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.131","@tevm/rlp":"^1.0.0-next.131","@tevm/block":"^1.0.0-next.132","@tevm/utils":"^1.0.0-next.131","@tevm/common":"^1.0.0-next.132","@tevm/blockchain":"^1.0.0-next.132"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.132_1742218045318_0.6549340532781234","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/receipt-manager","version":"1.0.0-next.142","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"9afc1079aaded183d805548ab54e61de8a06158b","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.142.tgz","fileCount":29,"integrity":"sha512-va1rZT96fdzGXMeSBMqCbj/PedMeXDNjgnHBhsB43GUjJWgWDZLEWINvc5Jfmg10xmbUEsUc/dq4UPFiYxLYcw==","signatures":[{"sig":"MEUCIQC/edMaf2MMGErN4eAfv1DGOqmHvHXDxNOR0yOkZNd5TAIgcGMEtCjNOlCcmMamlFTpgD+UNkZta4WVJBiRXxHpyE4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":265987},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d0a27e8466b41265d1edacb9f21a10b5/tevm-receipt-manager-1.0.0-next.142.tgz","_integrity":"sha512-va1rZT96fdzGXMeSBMqCbj/PedMeXDNjgnHBhsB43GUjJWgWDZLEWINvc5Jfmg10xmbUEsUc/dq4UPFiYxLYcw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.142","@tevm/rlp":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/common":"^1.0.0-next.142","@tevm/blockchain":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.142_1745166069036_0.9132114147120811","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.145":{"name":"@tevm/receipt-manager","version":"1.0.0-next.145","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"23bf64b990c5c49f77661fd445d666f128afbee3","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.145.tgz","fileCount":29,"integrity":"sha512-szbo6DZnksaUHJ+Fei76FrkWIifGdB09eWEtZ2SqLqfPxJgvOtpu/Btkk6900D+tQYuVf189ncgd+v12p+O6WQ==","signatures":[{"sig":"MEUCIH1jP1eIgBJs2EPr7I4lBFZHbp2z03WSKv+gm0Emu/koAiEAmHoNLYlEV6khBVCTsZQ7RDY3SBAS7ZD6kWyZS4J3qJI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":265987},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/294c7146ca31ff64406f25d3e7808306/tevm-receipt-manager-1.0.0-next.145.tgz","_integrity":"sha512-szbo6DZnksaUHJ+Fei76FrkWIifGdB09eWEtZ2SqLqfPxJgvOtpu/Btkk6900D+tQYuVf189ncgd+v12p+O6WQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.142","@tevm/rlp":"^1.0.0-next.142","@tevm/block":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/common":"^1.0.0-next.142","@tevm/blockchain":"^1.0.0-next.145"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.145_1747804646066_0.8866804016970522","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/receipt-manager","version":"1.0.0-next.146","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"faefa734ae18f77da16bd7e27884b8448fcf6480","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.146.tgz","fileCount":29,"integrity":"sha512-pGfYtZl/r6YzZBfN+rz9fuzsWpqjKynqvSSPgqm81nj9GMe6UXWj7X792iLjKwMYhYMGwJOxKS8wiXN7lGCwow==","signatures":[{"sig":"MEUCIBGb0kFmpMAgKydHVF+JASLdxLbZgS0uTC0tr2QF/tW6AiEAvj46s9LCLT6QYbIltUqV+D/0gHrhHhg27x5lf/IXhJc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":265987},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f4ebf185862b9f197a8d805179a23b2a/tevm-receipt-manager-1.0.0-next.146.tgz","_integrity":"sha512-pGfYtZl/r6YzZBfN+rz9fuzsWpqjKynqvSSPgqm81nj9GMe6UXWj7X792iLjKwMYhYMGwJOxKS8wiXN7lGCwow==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/blockchain"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.146","@tevm/rlp":"^1.0.0-next.146","@tevm/block":"^1.0.0-next.146","@tevm/utils":"^1.0.0-next.146","@tevm/common":"^1.0.0-next.146","@tevm/blockchain":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.146_1748435451119_0.40942361296876895","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/receipt-manager","version":"1.0.0-next.148","keywords":["solidity","ethereumjs","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/receipt-manager@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":"33c1473bd241d6ccf2b57acdc1ac9a338e794a60","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-next.148.tgz","fileCount":29,"integrity":"sha512-81ScweBmdzZET8HZ0CIWnzof7t4T0TMrEkrO1syARIpcKuvuhsoyIrkCEFmUbU7T/TxAeHGMFVep7skT1me2ZA==","signatures":[{"sig":"MEUCIETjUyOwMEcNDCxf3nYZX929Ry3kyzG/FQd3/ev5otGrAiEAjYddRqQUdXv07mZ9+VzxFouFvewAWfcEwJk06NV6+Jc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":266427},"main":"dist/index.cjs","type":"module","_from":"file:tevm-receipt-manager-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":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/receipt-manager","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest run","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":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/13f3fb72330331de75b46c4bcf47ae4a/tevm-receipt-manager-1.0.0-next.148.tgz","_integrity":"sha512-81ScweBmdzZET8HZ0CIWnzof7t4T0TMrEkrO1syARIpcKuvuhsoyIrkCEFmUbU7T/TxAeHGMFVep7skT1me2ZA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/receipt-manager"},"_npmVersion":"10.8.1","description":"A custom implementation of ethereumjs receipt-manager","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/tx":"^1.0.0-next.148","@tevm/rlp":"^1.0.0-next.148","@tevm/block":"^1.0.0-next.148","@tevm/utils":"^1.0.0-next.148","@tevm/common":"^1.0.0-next.148","@tevm/blockchain":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.148"},"_npmOperationalInternal":{"tmp":"tmp/receipt-manager_1.0.0-next.148_1759577178166_0.823399379381399","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/receipt-manager","version":"1.0.0-rc.151","private":false,"description":"Tevm receipt storage and lookup utilities backed by zevm","keywords":["solidity","zevm","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"packages/receipt-manager"},"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"}}},"main":"dist/index.cjs","module":"dist/index.js","types":"types/index.d.ts","dependencies":{"@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/utils":"^1.0.0-rc.151"},"devDependencies":{"@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"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/receipt-manager","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-receipt-manager-*.tgz && rm /tmp/tevm-receipt-manager-*.tgz","package:up":"pnpm up --latest","test":"vitest --watch","test:coverage":"vitest --coverage --run","test:run":"vitest run","typecheck":"tsc --noEmit"},"_id":"@tevm/receipt-manager@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-gDoNRMSzQFtI8QT5A0QX3vUnpEeXLeaeIyyKRBgKPC2PfMYmyLz4RK8r27v4XJSQJPyiUvYVzKL9HA7hH+QL0Q==","_resolved":"/tmp/tmp.SzB0IjRrOj/tevm-receipt-manager-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.SzB0IjRrOj/tevm-receipt-manager-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-gDoNRMSzQFtI8QT5A0QX3vUnpEeXLeaeIyyKRBgKPC2PfMYmyLz4RK8r27v4XJSQJPyiUvYVzKL9HA7hH+QL0Q==","shasum":"5462c355963ff7e8e5a6d79d685e98bb1396a179","tarball":"https://registry.npmjs.org/@tevm/receipt-manager/-/receipt-manager-1.0.0-rc.151.tgz","fileCount":29,"unpackedSize":239868,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2freceipt-manager@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCzWBy2bobhL1O1EqE57reLYce4yQqIFZIIjG27++L5nwIgHwCLgopnZGE/kZLqAQLPvEh3G87eiY5DWnHU/6xFqIU="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:cabfc890-142c-40dc-876c-3bf2fdc3f190"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/receipt-manager_1.0.0-rc.151_1779468085690_0.6209842541995849"},"_hasShrinkwrap":false}},"time":{"created":"2024-05-16T06:50:04.978Z","modified":"2026-05-22T16:41:26.120Z","1.1.0-next.50":"2024-05-16T06:50:05.228Z","1.1.0-next.52":"2024-05-16T23:05:27.245Z","1.1.0-next.55":"2024-05-19T06:36:21.155Z","1.1.0-next.56":"2024-05-21T08:53:50.351Z","1.1.0-next.57":"2024-05-21T23:13:40.120Z","1.1.0-next.59":"2024-05-23T20:19:30.603Z","1.1.0-next.60":"2024-05-24T14:41:38.617Z","1.1.0-next.62":"2024-05-28T20:33:11.306Z","1.1.0-next.69":"2024-06-04T08:12:16.553Z","1.1.0-next.70":"2024-06-05T23:46:38.361Z","1.1.0-next.72":"2024-06-09T01:21:06.695Z","1.1.0-next.74":"2024-06-12T08:53:05.388Z","1.1.0-next.75":"2024-06-13T04:31:14.557Z","1.1.0-next.76":"2024-06-13T21:05:05.745Z","1.1.0-next.77":"2024-06-14T18:32:28.840Z","2.0.0-next.79":"2024-06-18T23:46:02.756Z","2.0.0-next.80":"2024-06-19T03:56:35.381Z","2.0.0-next.84":"2024-06-21T21:54:44.582Z","2.0.0-next.85":"2024-06-23T01:14:01.587Z","2.0.0-next.86":"2024-06-26T23:11:52.661Z","1.1.0-next.88":"2024-07-02T05:28:59.747Z","1.1.0-next.91":"2024-07-06T18:52:30.848Z","1.1.0-next.92":"2024-07-08T23:19:36.484Z","1.1.0-next.96":"2024-07-10T14:44:41.552Z","1.1.0-next.97":"2024-07-12T05:06:53.520Z","1.1.0-next.100":"2024-07-17T00:42:43.138Z","2.0.0-next.105":"2024-08-09T20:36:21.720Z","2.0.0-next.107":"2024-08-12T02:10:42.597Z","0.0.0-next.107":"2024-08-27T19:19:28.208Z","1.0.0-next.109":"2024-09-01T08:25:56.539Z","1.0.0-next.110":"2024-09-01T09:54:05.143Z","1.0.0-next.115":"2024-09-22T00:05:29.273Z","1.0.0-next.116":"2024-09-22T00:45:32.792Z","1.0.0-next.117":"2024-09-23T05:39:39.971Z","1.0.0-next.118":"2024-09-27T20:09:42.525Z","1.0.0-next.128":"2025-03-08T04:23:44.970Z","1.0.0-next.131":"2025-03-12T02:27:38.013Z","1.0.0-next.132":"2025-03-17T13:27:25.501Z","1.0.0-next.142":"2025-04-20T16:21:09.233Z","1.0.0-next.145":"2025-05-21T05:17:26.269Z","1.0.0-next.146":"2025-05-28T12:30:51.312Z","1.0.0-next.148":"2025-10-04T11:26:18.441Z","1.0.0-rc.151":"2026-05-22T16:41:25.834Z"},"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/receipt-manager"},"description":"A custom implementation of ethereumjs receipt-manager","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}