{"_id":"@tevm/runtime","_rev":"28-b9ee75727089e309756cf6b9feda8f72","name":"@tevm/runtime","dist-tags":{"next":"1.0.0-next.13","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.13":{"name":"@tevm/runtime","version":"1.0.0-next.13","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.13","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":"7d7f50008e04332d18c81450b312efd7bb31decc","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.13.tgz","fileCount":30,"integrity":"sha512-wMpZx9b/8P3HMghZwG3pw/9D0jw5n/5f3djnZv6DJxYhKXVmW5RoSinYY1h+qNPvoIuwsol+06yO40j0a/3lJA==","signatures":[{"sig":"MEYCIQCelyB6F8TVJFZoopE7HLarG1j0eO3uUy/TL7YTjIwmzwIhAKpY1yN/M0MT58TaR+wouFIFkphs2HQqHkEwk7EaUvYU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":207925},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.13.tgz","types":"types/src/index.d.ts","module":"src/index.js","exports":{".":{"types":"./types/src/index.d.ts","import":"./src/index.js","default":"./dist/index.cjs","require":"./dist/index.cjs"},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","build:dist":"bun run tsup","lint:check":"rome check . --verbose","build:types":"bun run tsc --emitDeclarationOnly --declaration --declarationMap","format:check":"rome format .","generate:docs":"bun run typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2d061dd266068fea13ad1edba9145701/tevm-runtime-1.0.0-next.13.tgz","_integrity":"sha512-wMpZx9b/8P3HMghZwG3pw/9D0jw5n/5f3djnZv6DJxYhKXVmW5RoSinYY1h+qNPvoIuwsol+06yO40j0a/3lJA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.1.0","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"rome":"^12.1.3","tsup":"^7.2.0","vitest":"^0.34.6","abitype":"^0.10.2","typedoc":"^0.25.3","@tevm/solc":"^1.0.0-next.18","@vitest/ui":"^0.34.6","typescript":"^5.2.2","@vitest/coverage-v8":"^0.34.6","typedoc-plugin-markdown":"^3.16.0"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.13_1701838443935_0.07412815018610042","host":"s3://npm-registry-packages"}},"1.0.0-next.23":{"name":"@tevm/runtime","version":"1.0.0-next.23","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.23","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":"466e4ea9f59287d4c32d3554ec862f7c40873ea0","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.23.tgz","fileCount":33,"integrity":"sha512-+HOv4LiuiXFoOyTLnxFC9EzdugyLXu4ODeK7F+jSywlYS3AT2QGMnatBPC/sV8aj5b9KvR8sg4ReUf6YnOlRQA==","signatures":[{"sig":"MEUCIB+aR0sWv5G+9+kWkKyoKOR1EIurvaC++KZei8abgeabAiEAntubDJoAeepHZyFX96/lWCI2Fh2dZxQC3TIdQbT4fuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48673},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.23.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/09cc282c0674bcf26b6925156e88979d/tevm-runtime-1.0.0-next.23.tgz","_integrity":"sha512-+HOv4LiuiXFoOyTLnxFC9EzdugyLXu4ODeK7F+jSywlYS3AT2QGMnatBPC/sV8aj5b9KvR8sg4ReUf6YnOlRQA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.1.0","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.23","@tevm/tsupconfig":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.0.0-next.23"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.23_1705897252230_0.14105774291440976","host":"s3://npm-registry-packages"}},"1.0.0-next.25":{"name":"@tevm/runtime","version":"1.0.0-next.25","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.25","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":"a02917ef812696fc1580db78ca409212fbf2fcc1","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.25.tgz","fileCount":33,"integrity":"sha512-+dfoRCisbmvjqEPZiHeDJMLf+HGEAKr6jML3cnCzR6RNgFnPT3QHjeO9O1R/nYtSvvvx6BaHYQanZD4oIj7v/Q==","signatures":[{"sig":"MEUCIHHrJOcf9qoo2jowwAXc311Q/Th+2E9IIkdoH/3OHfmeAiEA4ByN84E30bg1a60RC2dvu3JLZEVCyjewoEdLAou3L14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49313},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.25.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/79ab82686be1a7582e5f62393a5e3b70/tevm-runtime-1.0.0-next.25.tgz","_integrity":"sha512-+dfoRCisbmvjqEPZiHeDJMLf+HGEAKr6jML3cnCzR6RNgFnPT3QHjeO9O1R/nYtSvvvx6BaHYQanZD4oIj7v/Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.1.0","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.23","@tevm/tsupconfig":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.0.0-next.23"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.25_1706501981987_0.5275775751013856","host":"s3://npm-registry-packages"}},"1.0.0-next.28":{"name":"@tevm/runtime","version":"1.0.0-next.28","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.28","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":"e795bd2ec7b9c7a03d99afb4e3cd1ab5a0981f75","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.28.tgz","fileCount":33,"integrity":"sha512-gDN+wuXYV5Hv85UQOo+my+el2fVPDt0/uJJssOWlxvCk48SHEtpYppARj07AZhUXTOybjf1cHrSv28Sa1NPVlQ==","signatures":[{"sig":"MEQCIBxp0ywM0/yvVb+DC0/+Ip/eMmIpAaDipYC0hDo/3mDOAiBCMpsmnbqmpFdkRtSqKH54RGZ4UiLsxvkkzflkQ2RziA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49313},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.28.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c8c1a0953561ce45625f2d77fd9bde1b/tevm-runtime-1.0.0-next.28.tgz","_integrity":"sha512-gDN+wuXYV5Hv85UQOo+my+el2fVPDt0/uJJssOWlxvCk48SHEtpYppARj07AZhUXTOybjf1cHrSv28Sa1NPVlQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.1.0","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.28","@tevm/tsupconfig":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.0.0-next.28"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.28_1707513976660_0.35293245825278463","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/runtime","version":"1.0.0-next.40","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.40","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"5ed89bd71bf83fa2b65c7ed4ca11611b4e8c950d","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.40.tgz","fileCount":33,"integrity":"sha512-YqVM7V1kHlt4YlzP3Rjv/gccl+Jdr30Q6HrsnK6M+NUevrWPdCD0T36FnJJxZmKwAKCJ8bcNeJlw8F6VfGqcGA==","signatures":[{"sig":"MEQCIEfpGatKzqSyLfxh9g1naFotb77keU0O63QyEHmet+otAiAryaTF2ijXwL9WgwsBIuHvACk1OHs9m67FDAW9AeBjLw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.40.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ce13066f2a8fc533dbc5a827abf99460/tevm-runtime-1.0.0-next.40.tgz","_integrity":"sha512-YqVM7V1kHlt4YlzP3Rjv/gccl+Jdr30Q6HrsnK6M+NUevrWPdCD0T36FnJJxZmKwAKCJ8bcNeJlw8F6VfGqcGA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.1.0","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.40_1708399110705_0.7759683250781921","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/runtime","version":"1.1.0-next.47","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.1.0-next.47","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f18eff38247227c2929eefad7c6cea6f1cea0c60","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.47.tgz","fileCount":33,"integrity":"sha512-tvurJU3HFsnxkuhLt+EqHH67yL/dKfwb4z+WsVs1zupMzkvE3cgGUTrvrC8PPxCJObFLYoNd59JvLQp/+tr5QA==","signatures":[{"sig":"MEQCIH8mZlIW643XdJFoOHbeJv+QqI9WaXKCs2pwpS0MCqhrAiAjm3IF8UjdKpIXlGUDKhhTtrBEcfLZzH8NdLdSmCfLeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.47.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1b278c7045b90cffa9bd5ea8e2d957cc/tevm-runtime-1.1.0-next.47.tgz","_integrity":"sha512-tvurJU3HFsnxkuhLt+EqHH67yL/dKfwb4z+WsVs1zupMzkvE3cgGUTrvrC8PPxCJObFLYoNd59JvLQp/+tr5QA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.47_1715614604883_0.30844408761092246","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/runtime","version":"1.1.0-next.52","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"c40fd370ac3dcd375a142ca9c39d8eea0baebf45","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.52.tgz","fileCount":33,"integrity":"sha512-FGBWCS3ZQry/Ne28pSKMP4njH5z6VX5hNfMl0M9dF63AbbXuf07WMGrBQLWAtPkIjHXHRoiGxJqzXGG/9ofCwg==","signatures":[{"sig":"MEQCICPQ86MEkFw97YXrtRGJV5MiNVfvW5+Mndbit4JDN2+zAiB+B211cgPQCpVz43N6YjnvyokDAogz1rc4UCBXotjeXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.52.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/666c3622722e62d71f1dc9ab49c15cd1/tevm-runtime-1.1.0-next.52.tgz","_integrity":"sha512-FGBWCS3ZQry/Ne28pSKMP4njH5z6VX5hNfMl0M9dF63AbbXuf07WMGrBQLWAtPkIjHXHRoiGxJqzXGG/9ofCwg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.52_1715900711342_0.41543812080918197","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/runtime","version":"1.1.0-next.60","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"ad1c4522189f358b9d6663b8be28858a5315a7d8","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.60.tgz","fileCount":33,"integrity":"sha512-TQvJkPICpFY2j1XQ6JsapFGGkCsgmWkHJZEyQ9fx9LeS8j1wPd6QNpYiVQt4S5B0/dJbK00PONNR6es8cQDu6A==","signatures":[{"sig":"MEUCIQC5eMiBXIvC+to6+Ehh2w2ry7kDMhTg7aAwcTXeahbfWQIgQsk47r5unqT4qkH7RCjBJXESzi4KpMNIKl6QeN/rgdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.60.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/fd6f3c074e08c13b5da16ae8577c853d/tevm-runtime-1.1.0-next.60.tgz","_integrity":"sha512-TQvJkPICpFY2j1XQ6JsapFGGkCsgmWkHJZEyQ9fx9LeS8j1wPd6QNpYiVQt4S5B0/dJbK00PONNR6es8cQDu6A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.60_1716561680901_0.5789778810149033","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/runtime","version":"1.1.0-next.69","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"dd5428c5861d9da0534e36acad570ae5aa260fd7","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.69.tgz","fileCount":33,"integrity":"sha512-wEjeXoqEQxO5nI5o+Jd4ncOJgNRUBVMLejdpL2p4vorN9ZAn8wNkDP6fZItbGRXKStmL00tRt7FU0IeezV/Ajw==","signatures":[{"sig":"MEUCIAOklbnW4Hz07Q8CZdu/Pe0FVOukV4aoxEAbhRzm1q1pAiEAqOW+EOgb6m53XK3a/ZKl9LtrtlW4xDTbk2gkzQPx2RI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.69.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8a0b6fc01ab88b8b00b3f4197399e7b8/tevm-runtime-1.1.0-next.69.tgz","_integrity":"sha512-wEjeXoqEQxO5nI5o+Jd4ncOJgNRUBVMLejdpL2p4vorN9ZAn8wNkDP6fZItbGRXKStmL00tRt7FU0IeezV/Ajw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.69_1717488718738_0.10065092392866681","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/runtime","version":"1.1.0-next.72","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"987f5c1c09c36b6a9e7d44f5e4e055736df735e5","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.72.tgz","fileCount":33,"integrity":"sha512-ytgup119zDnkJ8fGbVKvMrZi0eqnseT7hMetu1J/1VG/t0YEqyi7jtT9262LjRDX80fJV4RqBbKg3OfOVFqMvw==","signatures":[{"sig":"MEYCIQDnYr1SuZmm+3sGanjeRgQN2ZGCc67qB/A1tfTgJ3mF/QIhAKi/hcnKAJ17o9bbbnB47Y8+hzsFl8ZBrv7RDtosWxj1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.72.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/dd4d321a541142b74e7feeec3662e077/tevm-runtime-1.1.0-next.72.tgz","_integrity":"sha512-ytgup119zDnkJ8fGbVKvMrZi0eqnseT7hMetu1J/1VG/t0YEqyi7jtT9262LjRDX80fJV4RqBbKg3OfOVFqMvw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.72"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.72_1717896050089_0.045661882611650606","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/runtime","version":"1.1.0-next.74","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"71ad0a0c74448c9505b912a2dde9fafd6c6ce36d","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.74.tgz","fileCount":33,"integrity":"sha512-zDw8RenL9jA8h/GPUlCxM50QLYlBMokRJhabMNiAI+J3hcibxpZvtiU1NHHnwZJilN/PNUmWs+INiCpcIOiYsQ==","signatures":[{"sig":"MEQCIB0xxLuTGvH3t4OSLh7Mjbv2Rk6PoSFnnWJuHuHQRkqpAiAZRNzkIdFvP74coiAmMOL0zEodTKrMuBK9WUn/fos4Ww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49902},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.74.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2f26d42238973a3068932bc367b37c16/tevm-runtime-1.1.0-next.74.tgz","_integrity":"sha512-zDw8RenL9jA8h/GPUlCxM50QLYlBMokRJhabMNiAI+J3hcibxpZvtiU1NHHnwZJilN/PNUmWs+INiCpcIOiYsQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.74"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.74_1718182370897_0.1724083437090329","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/runtime","version":"1.1.0-next.77","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"37017ff2628bfbcba2732cde8e8546ffb4c94abe","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.77.tgz","fileCount":33,"integrity":"sha512-Lyeuo/InAE+1Ixn2nW5XQ+3zbouB6XP32PiGIwEN3W7gbDNL+tOevlCMgW7lWXKjMiugDWAjTcI+bDIIk2b5oQ==","signatures":[{"sig":"MEUCIH7tPUvYrVUOU4zxcfuPZtfSYNJ3aB8lUU+5ljbywCNPAiEAmVUmZNwac8h3ZNBSn4o4se/SW9xHv58og3BB8QSX0TQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49904},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.77.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/071487d32a653bd8b74a34bcaee7a5e0/tevm-runtime-1.1.0-next.77.tgz","_integrity":"sha512-Lyeuo/InAE+1Ixn2nW5XQ+3zbouB6XP32PiGIwEN3W7gbDNL+tOevlCMgW7lWXKjMiugDWAjTcI+bDIIk2b5oQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^0.10.2","@tevm/compiler":"^1.1.0-next.77"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.77_1718389932886_0.8930693425224088","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/runtime","version":"2.0.0-next.79","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"6fb3a3f5bcb4953f1ecb3293be30ef3d5b38b4ad","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-2.0.0-next.79.tgz","fileCount":33,"integrity":"sha512-7Yf4hicj2hgs4X7jUG9jmXXQgWN69JsSQk2u/73w2D4CeXqVv70rU+Lq74+ddTy5xCTmhhBsZPO9d6nkIqOIbQ==","signatures":[{"sig":"MEYCIQCcVUTIKfil9cFBLSsgsW4KNjbYJ0ndxOSkR55Sce1x9AIhAOZ7Lu4vcbDAPfh9SEV9p78P65BhnjbHtHOA7ybZPM7o","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53125},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-2.0.0-next.79.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/fc2541a8916a6c8de5e141a7c35c8320/tevm-runtime-2.0.0-next.79.tgz","_integrity":"sha512-7Yf4hicj2hgs4X7jUG9jmXXQgWN69JsSQk2u/73w2D4CeXqVv70rU+Lq74+ddTy5xCTmhhBsZPO9d6nkIqOIbQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^2.0.0-next.79","@tevm/tsupconfig":"^2.0.0-next.79"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^2.0.0-next.79"},"_npmOperationalInternal":{"tmp":"tmp/runtime_2.0.0-next.79_1718754347239_0.21869276221198897","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/runtime","version":"2.0.0-next.80","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"2038551b0fd5d5241062dd8c86182353edfc4f11","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-2.0.0-next.80.tgz","fileCount":33,"integrity":"sha512-KuSG/RlR8loy6tZuH7J4qeE+inEUR5Aeg4iJ1vvNjpEBnsrAjlsDOYuSM/stwSejp9KHc8P0WiQkRbKDIIoz3w==","signatures":[{"sig":"MEQCIH44WurJdvvAXoPHoSt+MWLFTM3ciAqVYKteKC2FMICzAiAvAZfz0CUZqvIEHo74wmCq6sam68YOBm2+pG24cgPWkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53125},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-2.0.0-next.80.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/091baa30990d1ed6c7385a3b0ff5cc02/tevm-runtime-2.0.0-next.80.tgz","_integrity":"sha512-KuSG/RlR8loy6tZuH7J4qeE+inEUR5Aeg4iJ1vvNjpEBnsrAjlsDOYuSM/stwSejp9KHc8P0WiQkRbKDIIoz3w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/runtime_2.0.0-next.80_1718769380147_0.3715790783994428","host":"s3://npm-registry-packages"}},"2.0.0-next.83":{"name":"@tevm/runtime","version":"2.0.0-next.83","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@2.0.0-next.83","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d955a63d4c0fefec2cc3e0bd9a2f5f60053c0cc0","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-2.0.0-next.83.tgz","fileCount":33,"integrity":"sha512-t7GvgfymIQrxXA4HGa1F3ZzNbi4LiO8cXCi7IIQb6zGjtwXowSAHhgDlLJJ0fL2mt0QnJCemDM/JR+Nty7QsHA==","signatures":[{"sig":"MEQCICZpfafGJRe1URUbPzLcKtZjT18pOy2LLsOtPrCmfeJQAiAnuS6hVIHcDNVF2VtShKAmAB7sEdKnQ1zw/RRulOb8QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53151},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-2.0.0-next.83.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2976e898be57e82ed37728dc11b47b48/tevm-runtime-2.0.0-next.83.tgz","_integrity":"sha512-t7GvgfymIQrxXA4HGa1F3ZzNbi4LiO8cXCi7IIQb6zGjtwXowSAHhgDlLJJ0fL2mt0QnJCemDM/JR+Nty7QsHA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/runtime_2.0.0-next.83_1718840648515_0.5999875613479495","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/runtime","version":"2.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"4fcc29d9a19ab80591a577b50d70efdac15e9ec7","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-2.0.0-next.86.tgz","fileCount":33,"integrity":"sha512-PZakRg9dVAjpnp5OOu3hoBv5bg6qSIHxDPZojZMXI0nDWz/xFenvea+9Nn178jVRIfeKiekvjzfynwQYtcImMA==","signatures":[{"sig":"MEQCIANaZSzvKb9kdLXOy8PixOpSYsHnFMafEt+uh4zxYyRQAiBaYpgBFd0n0uIq11iiVKpKuTvG0p1OcKDFxRHvzznAQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53151},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-2.0.0-next.86.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5eb48554267612ac30b9b16dd4904e34/tevm-runtime-2.0.0-next.86.tgz","_integrity":"sha512-PZakRg9dVAjpnp5OOu3hoBv5bg6qSIHxDPZojZMXI0nDWz/xFenvea+9Nn178jVRIfeKiekvjzfynwQYtcImMA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^2.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/runtime_2.0.0-next.86_1719443500263_0.7296895184824583","host":"s3://npm-registry-packages"}},"1.0.0-next.86":{"name":"@tevm/runtime","version":"1.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.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":"0bdfe1ab2eee1e8172a90584f02be1aa5915ad5a","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.86.tgz","fileCount":33,"integrity":"sha512-9AuVy/9f8NNlXmTv3vCFKzxvjssfXGrTGAi/9xoRh78imNxXTgPWpOSexCSqNPNf5ewX9OoGw4d9Uh+ehBXUeQ==","signatures":[{"sig":"MEQCIC1dLMPRB+/jmW6VI6ZX7O8ggs47p8mKvZIbrMHaUSUWAiBVR6SIwIv7xgL7+2ecb/ToNCs7h+hD4B5hQY0xF877ag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53151},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.86.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0682d323a86e00810322fc85a0472e81/tevm-runtime-1.0.0-next.86.tgz","_integrity":"sha512-9AuVy/9f8NNlXmTv3vCFKzxvjssfXGrTGAi/9xoRh78imNxXTgPWpOSexCSqNPNf5ewX9OoGw4d9Uh+ehBXUeQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^1.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.86_1719898125377_0.8890528843087142","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/runtime","version":"1.1.0-next.96","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"f70cced0afbcdd1efe91798998554de3b661355a","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.1.0-next.96.tgz","fileCount":33,"integrity":"sha512-EpP4239WskwqFsBHIeO0uw+pH4OU9xJjhhi8Qz4gMD7kMLpsm40RLg6d65HP8/H+WlqVBydKuSCg8IT747ooRA==","signatures":[{"sig":"MEUCIQDjj51n5CSrw886NHjWHdEyuTf5Va4jrrDbs9bPWSWN7gIgSOW7XW3o0qoU1ZV0SO+fcZNHE000L3OV82J3bmeiND4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53174},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.1.0-next.96.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0a40a0a2f25fb80a193b67761006bc52/tevm-runtime-1.1.0-next.96.tgz","_integrity":"sha512-EpP4239WskwqFsBHIeO0uw+pH4OU9xJjhhi8Qz4gMD7kMLpsm40RLg6d65HP8/H+WlqVBydKuSCg8IT747ooRA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.1.0-next.96_1720622664622_0.35846274692865676","host":"s3://npm-registry-packages"}},"1.0.0-next.108":{"name":"@tevm/runtime","version":"1.0.0-next.108","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@1.0.0-next.108","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f240306feadde7b184408b4c096d5cba6029b793","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.108.tgz","fileCount":33,"integrity":"sha512-jTm/IK4wsH++8iGnFVZJT9xLRxX3Zy+M/ZrkSCRi3NFCJYsEHgBTDTZj0s9gni3Bcfv5UmsvZGI2X99sP6H8Bg==","signatures":[{"sig":"MEYCIQCd2uUeqbfqrb+TFzOhidekYdovSPvj8xXE109ek/qSuQIhAMegz3E6M3GEHfqFf2PqzYQLS0Pv5Nzy/jM3uvi1v4mv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59673},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.108.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4bdb4c89dfa51c564584c03ca574719d/tevm-runtime-1.0.0-next.108.tgz","_integrity":"sha512-jTm/IK4wsH++8iGnFVZJT9xLRxX3Zy+M/ZrkSCRi3NFCJYsEHgBTDTZj0s9gni3Bcfv5UmsvZGI2X99sP6H8Bg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^0.0.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^0.0.0-next.102"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.108_1724786347644_0.18856467657533904","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/runtime","version":"1.0.0-next.109","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"8e774300b848b2cc2f61eda08a023fe86e8c1ca9","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.109.tgz","fileCount":33,"integrity":"sha512-6z1iKoZtJIJ5tS6C0eOxdcfa63nmlVRkvgl1u0VvynIjkxkS+57+6fYOyO7TTDjKH+D4RrsNVvLcb28drg1eVw==","signatures":[{"sig":"MEUCIADSOsM6HlkTSepLoc+LtQx0Tm0o4zf5PRUMNoAwNZl8AiEAtvuQJ0qf+Iv73TxX583wv0oAn7wfGJAbjSY4SBh6UMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59674},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.109.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7dede927ba343f2961390c8cc62a8579/tevm-runtime-1.0.0-next.109.tgz","_integrity":"sha512-6z1iKoZtJIJ5tS6C0eOxdcfa63nmlVRkvgl1u0VvynIjkxkS+57+6fYOyO7TTDjKH+D4RrsNVvLcb28drg1eVw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.109_1725179137301_0.8156457454478885","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/runtime","version":"1.0.0-next.117","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"a217261787f7b0b6ffa31c82d7e4097f65cca3a2","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.117.tgz","fileCount":33,"integrity":"sha512-T8wvs8Qfxrmfq8aSX0mMQptJp/ET8tmzhDhmKLSH3NYQWJIYNmcEywOJULF+KWx0WRuI/A6rNxJ7+K4QYkGykw==","signatures":[{"sig":"MEUCIBlvzCh86rBkoq9FbMjIAZpEUt+SllPTN+920d2GF8/yAiEAwQmOgrfuAjC0do7zh7u5R+ALyUxzQ8nSR5yatMWVmvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59676},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.117.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/28cdcffaa3aeda110a54d93887b45244/tevm-runtime-1.0.0-next.117.tgz","_integrity":"sha512-T8wvs8Qfxrmfq8aSX0mMQptJp/ET8tmzhDhmKLSH3NYQWJIYNmcEywOJULF+KWx0WRuI/A6rNxJ7+K4QYkGykw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.2","@tevm/compiler":"^1.0.0-next.117"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.117_1727069960664_0.19320361321063095","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/runtime","version":"1.0.0-next.118","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"27f0d3e7216b05295b220406405cf01da56b7d40","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.118.tgz","fileCount":33,"integrity":"sha512-FivYHo4aNVlW69xnxbomOMyJd/v9Yfp5wghMLaYHaOCtl3BwIE+hzKVRflVMjdfuAh5mbgOVYOY5p00P9akg1w==","signatures":[{"sig":"MEQCIH0NwHdJXf2sz52D7NHMRn8za6Qfn4Wa+897wJV87JCJAiAMZkb1pWiVl+3bnqkcRGJvs21Long7X6pbdb9NtzJxAQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59713},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.118.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/36153cbf83c751a387f718209c467fd0/tevm-runtime-1.0.0-next.118.tgz","_integrity":"sha512-FivYHo4aNVlW69xnxbomOMyJd/v9Yfp5wghMLaYHaOCtl3BwIE+hzKVRflVMjdfuAh5mbgOVYOY5p00P9akg1w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.8.4","@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.6","@tevm/compiler":"^1.0.0-next.118"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.118_1727467762041_0.5765413664658761","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/runtime","version":"1.0.0-next.128","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"1d77f0224e4266485268a75eaf0779c6dbfcc2dd","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.128.tgz","fileCount":33,"integrity":"sha512-g34IbbN0qWm7kYEU1kulYQ0T4xRO2Ig1qtVa3vBEN/Tm7S6cuc3iepb1UvdMpWF7la3ehnlFk+IhgtoFbUJgmg==","signatures":[{"sig":"MEQCIE+gaSKYhQQfSyTx9rSXi219t8SqmvhOn0OraZ3eH9f8AiBnDDmrscqsZykAygBscI9pXFo1PWAQVxXRQaj51Xc4Pw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":59078},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.128.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c7f44a2109cb2732b321e4b0aa5bc704/tevm-runtime-1.0.0-next.128.tgz","_integrity":"sha512-g34IbbN0qWm7kYEU1kulYQ0T4xRO2Ig1qtVa3vBEN/Tm7S6cuc3iepb1UvdMpWF7la3ehnlFk+IhgtoFbUJgmg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.8","@tevm/compiler":"^1.0.0-next.128"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.128_1741407807614_0.01572176065470532","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/runtime","version":"1.0.0-next.131","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"38cdad8e81b8d87cd81bc3a834a2b81c3243968c","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.131.tgz","fileCount":49,"integrity":"sha512-5cH0eEa3pHfwmxqZxfKp6jUwW7xIGfNWHk9PlYaG5VAzHSYSVyWRwQqakndnN+QBKAAhFjIozvBtINLQxYIvIQ==","signatures":[{"sig":"MEQCIBx0Ub5LfMOx1qHb2saxuzVEaBKgs6hxDovQuv7cG2nSAiAxMJs3m0Ba2cRcIX+wsIBVYlJcL3kxs3a8hxndjdeorg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":90923},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.131.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2c845b93a4338f3222bda43d0beba1e8/tevm-runtime-1.0.0-next.131.tgz","_integrity":"sha512-5cH0eEa3pHfwmxqZxfKp6jUwW7xIGfNWHk9PlYaG5VAzHSYSVyWRwQqakndnN+QBKAAhFjIozvBtINLQxYIvIQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.8","@tevm/compiler":"^1.0.0-next.131"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.131_1741746439234_0.19289654332980377","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/runtime","version":"1.0.0-next.142","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"aeccb45f8dd648a59022fcdba54c38094e741ccd","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.142.tgz","fileCount":54,"integrity":"sha512-elysafIGBGMWldH70H7B478gyogwIs4wcnZPwxwo7KxnXowCqeaRoxMbWADxTqYxIgoBRhL1z1Dal7U3w+uDWg==","signatures":[{"sig":"MEUCIAdJXgMaHFFaW+EvOl64xalzddrrcT9L2wR7rIx3JGsLAiEAm1IIVv58wjePgSYeXsfFsL1nl94vzKWQK28VxMaz2d0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155608},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.142.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b74e623b17954d96e4ddbfe7a3a7f558/tevm-runtime-1.0.0-next.142.tgz","_integrity":"sha512-elysafIGBGMWldH70H7B478gyogwIs4wcnZPwxwo7KxnXowCqeaRoxMbWADxTqYxIgoBRhL1z1Dal7U3w+uDWg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.8","@tevm/compiler":"^1.0.0-next.142"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.142_1745166049740_0.880772430165274","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/runtime","version":"1.0.0-next.146","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"d4108f9476031946c49e31002cefa7c0165251af","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.146.tgz","fileCount":54,"integrity":"sha512-AdNBh+e7Nqdq2SwDhLOnPTQw+xjqrTr2v4kmtDCncg32+2aoq4psfYPIUxcDaGHyDeMRxhVFfYzfKlA+uIP6mw==","signatures":[{"sig":"MEUCIEVUxoWf0s3mvoHaW+YVHUJ3IKP42LLIwc1vliCv1L8xAiEA8uvS0kZGe30dgdnEHgo751C3oCD7Bv2IVbq2TO7+x2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155608},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.146.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d4fa85d79c9dcc00e420b7cd762cf0b7/tevm-runtime-1.0.0-next.146.tgz","_integrity":"sha512-AdNBh+e7Nqdq2SwDhLOnPTQw+xjqrTr2v4kmtDCncg32+2aoq4psfYPIUxcDaGHyDeMRxhVFfYzfKlA+uIP6mw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.15.4","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.0.8","@tevm/compiler":"^1.0.0-next.146"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.146_1748435432488_0.9562978465867482","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/runtime","version":"1.0.0-next.148","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/runtime@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":"9983759c329b5dd7607aa9d70e558604d9ae7f24","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-next.148.tgz","fileCount":54,"integrity":"sha512-Xq9VEF1vJCVxYkZb8xcQPi05f45qIxXfV9P0K0adlrX66nYwJLB0EZraqVxgT4SjgCzHEEl1/l2jVlkLoa5EYw==","signatures":[{"sig":"MEUCIQDxu/L4P0uEamkIMKvpe+7nTG3cs8NvzeHylV0UyyVrVgIgJq5T1aLE6guLMCXyjxsHw/sFGSl8qtv6tm/MmEDmzKc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":155685},"main":"dist/index.cjs","type":"module","_from":"file:tevm-runtime-1.0.0-next.148.tgz","types":"types/src/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/src/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 run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","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 run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7ea110d0bb2644041373bc178f539caa/tevm-runtime-1.0.0-next.148.tgz","_integrity":"sha512-Xq9VEF1vJCVxYkZb8xcQPi05f45qIxXfV9P0K0adlrX66nYwJLB0EZraqVxgT4SjgCzHEEl1/l2jVlkLoa5EYw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/runtime"},"_npmVersion":"10.8.1","description":"Tools for generating the Tevm contract runtime","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.18.1","@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"abitype":"^1.1.1","@tevm/compiler":"^1.0.0-next.148"},"_npmOperationalInternal":{"tmp":"tmp/runtime_1.0.0-next.148_1759577159133_0.6919696782818439","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/runtime","version":"1.0.0-rc.151","private":false,"description":"Tools for generating the Tevm contract runtime","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"bundler-packages/runtime"},"license":"MIT","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"sideEffects":false,"type":"module","exports":{"./package.json":"./package.json",".":{"import":{"types":"./types/src/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/src/index.d.ts","dependencies":{"effect":"3.21.2","@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"devDependencies":{"abitype":"^1.2.4","@tevm/compiler":"^1.0.0-rc.151"},"publishConfig":{"access":"public"},"scripts":{"all":"pnpm i  && bun run build && bun run lint && bun run lint:check && bun run format:check && bun run format && bun run test:coverage && bun run generate:docs","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/runtime ","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 && attw --pack","test":"vitest --coverage","test:coverage":"vitest run --coverage","test:run":"vitest run","test:ui":"vitest --ui"},"_id":"@tevm/runtime@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-eZi4g01PPmTIeS6uBfJQX31YxLEXE3LoRV2z63XcKBrEpe8WwAp/M4Ob90+9+qxtd4hS8mv0CkX1JE5eLhTroQ==","_resolved":"/tmp/tmp.BeX34qkcgD/tevm-runtime-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.BeX34qkcgD/tevm-runtime-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-eZi4g01PPmTIeS6uBfJQX31YxLEXE3LoRV2z63XcKBrEpe8WwAp/M4Ob90+9+qxtd4hS8mv0CkX1JE5eLhTroQ==","shasum":"1c04b943cd761efb0ae35f700c9baee74626b443","tarball":"https://registry.npmjs.org/@tevm/runtime/-/runtime-1.0.0-rc.151.tgz","fileCount":54,"unpackedSize":161909,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fruntime@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDF2BfaIDqZy9RIbze5qGHRHydXZAC+EZqUl8yA3XA3MQIhAPJp2b8OjuZJfQLzffiumYNalhBKpWh47/aUysfGv+N7"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:44e9d4d4-b86f-4652-bae7-5b8f2c0a11a9"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/runtime_1.0.0-rc.151_1779468058588_0.35790649719714107"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-06T04:54:03.834Z","modified":"2026-05-22T16:40:59.034Z","1.0.0-next.13":"2023-12-06T04:54:04.153Z","1.0.0-next.23":"2024-01-22T04:20:52.390Z","1.0.0-next.25":"2024-01-29T04:19:42.216Z","1.0.0-next.28":"2024-02-09T21:26:16.858Z","1.0.0-next.40":"2024-02-20T03:18:30.831Z","1.1.0-next.47":"2024-05-13T15:36:45.023Z","1.1.0-next.52":"2024-05-16T23:05:11.558Z","1.1.0-next.60":"2024-05-24T14:41:21.095Z","1.1.0-next.69":"2024-06-04T08:11:58.904Z","1.1.0-next.72":"2024-06-09T01:20:50.264Z","1.1.0-next.74":"2024-06-12T08:52:51.063Z","1.1.0-next.77":"2024-06-14T18:32:13.046Z","2.0.0-next.79":"2024-06-18T23:45:47.397Z","2.0.0-next.80":"2024-06-19T03:56:20.309Z","2.0.0-next.83":"2024-06-19T23:44:08.749Z","2.0.0-next.86":"2024-06-26T23:11:40.467Z","1.0.0-next.86":"2024-07-02T05:28:45.579Z","1.1.0-next.96":"2024-07-10T14:44:24.760Z","1.0.0-next.108":"2024-08-27T19:19:07.855Z","1.0.0-next.109":"2024-09-01T08:25:37.458Z","1.0.0-next.117":"2024-09-23T05:39:20.868Z","1.0.0-next.118":"2024-09-27T20:09:22.350Z","1.0.0-next.128":"2025-03-08T04:23:27.819Z","1.0.0-next.131":"2025-03-12T02:27:19.440Z","1.0.0-next.142":"2025-04-20T16:20:49.925Z","1.0.0-next.146":"2025-05-28T12:30:32.667Z","1.0.0-next.148":"2025-10-04T11:25:59.377Z","1.0.0-rc.151":"2026-05-22T16:40:58.730Z"},"bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"license":"MIT","homepage":"https://github.com/evmts/tevm-monorepo#readme","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/runtime"},"description":"Tools for generating the Tevm contract runtime","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}