{"_id":"@tevm/compiler","_rev":"32-c040697fb555cc0588de5c64541dafdf","name":"@tevm/compiler","dist-tags":{"next":"1.0.0-next.21","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.21":{"name":"@tevm/compiler","version":"1.0.0-next.21","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@1.0.0-next.21","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c05afb6104c6013aaa695d87e06e9b23c8140f7b","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.21.tgz","fileCount":42,"integrity":"sha512-E0v3VAJfMe4xzqqgWBQPQqMZKm2PltIGR9usA3ciBq4X1r1Yu/wmu3YlNfw04Z6pM9kMRgoiSH9Yui9UKWJbyQ==","signatures":[{"sig":"MEQCIQCh2e9vD7qIj38atnrUQtcqIcF1KiI5iuLnWXJriw+iUgIfcPyRA6UptzJ15OLlyByu3XDCKHHnAPPFp5UcyuQDKg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":773791},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-1.0.0-next.21.tgz","types":"dist/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun 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/compiler ","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","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/66a07320de0349945f4ab545ae348685/tevm-compiler-1.0.0-next.21.tgz","_integrity":"sha512-E0v3VAJfMe4xzqqgWBQPQqMZKm2PltIGR9usA3ciBq4X1r1Yu/wmu3YlNfw04Z6pM9kMRgoiSH9Yui9UKWJbyQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.1.0","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.21","@types/node":"^20.8.9","@tevm/config":"^1.0.0-next.21","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.0.0-next.21"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.0.0-next.5","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.0.0-next.5","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.21_1704662048403_0.25884869383582054","host":"s3://npm-registry-packages"}},"1.0.0-next.23":{"name":"@tevm/compiler","version":"1.0.0-next.23","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"891ae80edaa43a440d45a8eb7c3d28318c86653d","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.23.tgz","fileCount":90,"integrity":"sha512-/ZiOUa1ysgEkRPVtFcnXsPoNz1qV/zbLigUqhGOabzwAUB15LwIUYyMtnMSUqgXlWeGYXA7O/repIjvyB9o7NQ==","signatures":[{"sig":"MEQCIHGt5cpqf0sUKXdzxRRXycCr0eUphW57+sBcVZewxJwTAiB5FJthf5e9ri4oRoNn8rkauO8uFy2thxBtsMf+OzBjFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":785817},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/051e4fcf9930732615544887f780847b/tevm-compiler-1.0.0-next.23.tgz","_integrity":"sha512-/ZiOUa1ysgEkRPVtFcnXsPoNz1qV/zbLigUqhGOabzwAUB15LwIUYyMtnMSUqgXlWeGYXA7O/repIjvyB9o7NQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.1.0","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.23","@types/node":"^20.8.9","@tevm/config":"^1.0.0-next.23","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.0.0-next.23","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.0.0-next.23","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.23_1705897225419_0.2068015061510009","host":"s3://npm-registry-packages"}},"1.0.0-next.28":{"name":"@tevm/compiler","version":"1.0.0-next.28","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"e441b5eed839df457a7eebd0c341da2c88f2f22f","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.28.tgz","fileCount":90,"integrity":"sha512-Sh4+2JzaVJOI8p+KuAKxC9vg2lRSSb4xI/7VeIpTfxiPbUaVOWFjWXtLFLO/8Kvi3q/HVCiqhFEq6wYG3PR8/A==","signatures":[{"sig":"MEQCIELu9HYL9kyiwIHzhx/iP6OejJ6wGOQ1su5eby566NiaAiBFz25ej5VxmHj27tPgLMvBeXcH2kIwfkoQ7uCqGaZSjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":785817},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/14fae6ceb6bd866e81b1efe6d258fd89/tevm-compiler-1.0.0-next.28.tgz","_integrity":"sha512-Sh4+2JzaVJOI8p+KuAKxC9vg2lRSSb4xI/7VeIpTfxiPbUaVOWFjWXtLFLO/8Kvi3q/HVCiqhFEq6wYG3PR8/A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.1.0","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.28","@types/node":"^20.8.9","@tevm/config":"^1.0.0-next.28","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.0.0-next.28","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.0.0-next.28","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.28_1707513947509_0.6860688099847048","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/compiler","version":"1.0.0-next.40","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"5ebc86b6e83f3f429eaaa39c13566c276faf55c3","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.40.tgz","fileCount":90,"integrity":"sha512-1AhwPR+i5D9Y0f+69MzhAqZ9oJ212+M1BMAF8p4MOSFdzKXFq3ShCO2BjDdunucu08MPaqbnX10uf2i64Ag18g==","signatures":[{"sig":"MEQCIAaxtRGs624cFstm4xKAPyKzTCDVzdLsGTgpZmC2I7JLAiA1f0vJqbASj8re1D+irgGfpKY7Tvhgx9pKZtd1pYCD2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":785817},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/0f8bcbdd1554538512571aeb6434fc38/tevm-compiler-1.0.0-next.40.tgz","_integrity":"sha512-1AhwPR+i5D9Y0f+69MzhAqZ9oJ212+M1BMAF8p4MOSFdzKXFq3ShCO2BjDdunucu08MPaqbnX10uf2i64Ag18g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.1.0","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.40","@types/node":"^20.8.9","@tevm/config":"^1.0.0-next.40","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.0.0-next.40","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.0.0-next.40","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.40_1708399106305_0.9214610357828403","host":"s3://npm-registry-packages"}},"1.0.0-next.41":{"name":"@tevm/compiler","version":"1.0.0-next.41","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@1.0.0-next.41","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":"67097cb935bf97771638c4c75e7a25a6bdccaeca","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.41.tgz","fileCount":90,"integrity":"sha512-+uDVzOjXA2pVaQ4M0P5GngjA8EmvHJr/SofmFIWWvJn5sDwdaompN2o3Lupa3LJScWD5dj/Cg3+iq3hrncvx7w==","signatures":[{"sig":"MEUCIB0WI60PQtXi+YDog2m1ZuaeE6v8bVgx60Tfn5YQVc1eAiEAxuQ/em10g0bQ0PQ2VlCf8jPb3HM4YR7e6iVf7L6cB9Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":785817},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-1.0.0-next.41.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/compiler ","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/e07f0691aa598c8faa060ff8e05a3cd2/tevm-compiler-1.0.0-next.41.tgz","_integrity":"sha512-+uDVzOjXA2pVaQ4M0P5GngjA8EmvHJr/SofmFIWWvJn5sDwdaompN2o3Lupa3LJScWD5dj/Cg3+iq3hrncvx7w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.1.0","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.9.0","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.40","@types/node":"^20.8.9","@tevm/config":"^1.0.0-next.41","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.0.0-next.40","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.0.0-next.40","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.41_1708824934775_0.4672199056528621","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/compiler","version":"1.1.0-next.47","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"6afa4553f80108e5b37bdc87abc5bf159bfc32df","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.47.tgz","fileCount":90,"integrity":"sha512-0rbvUY2aayk1Hl0dLdv2I5v4iqVfijr1Sha+j1VLofpyBs+ou/4/pxKtqB+A6I7U+T0TrQWAZj5klVpW2Nxs8Q==","signatures":[{"sig":"MEYCIQD2XqLfboZoTaMdTdCy8osA27d2JrAHj+JiwhRCDULHBgIhAMxYPlS+aswgb/S/s/fUAx9r/X5EdjAeqGQT0xXuLEsG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":733816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/97ac357f143825e13c44efdaaa8da139/tevm-compiler-1.1.0-next.47.tgz","_integrity":"sha512-0rbvUY2aayk1Hl0dLdv2I5v4iqVfijr1Sha+j1VLofpyBs+ou/4/pxKtqB+A6I7U+T0TrQWAZj5klVpW2Nxs8Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.47","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.47","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.47"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.47","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.47","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.47_1715614600150_0.39541085665906706","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/compiler","version":"1.1.0-next.52","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"acd957e6200fce409f5666c1d4371dd92690d8c8","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.52.tgz","fileCount":90,"integrity":"sha512-O4sb/97vjK11BZhZBOXKei7BS7CqUVECx/Y12nGHLzldeQQKKJHOjikKVM6w2ZEKH+PPCCdGQMDW/XR5k2fqxg==","signatures":[{"sig":"MEUCIEdbpAoSWIXcuYKJXK1bpV1K83jW1+fz/AzF0P5InP+AAiEAqsV/OvV3PSGznb1TAQ6ES/oZuoP/1K4BfvTeO68eXUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":733816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/f8ddb602ab11d94ee140824352294fd7/tevm-compiler-1.1.0-next.52.tgz","_integrity":"sha512-O4sb/97vjK11BZhZBOXKei7BS7CqUVECx/Y12nGHLzldeQQKKJHOjikKVM6w2ZEKH+PPCCdGQMDW/XR5k2fqxg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.52","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.52","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.52","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.52","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.52_1715900702892_0.21985687488017658","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/compiler","version":"1.1.0-next.60","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"969c67a1238e50e33d03a2dff50e891c49f14c2f","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.60.tgz","fileCount":90,"integrity":"sha512-8SPvHj7oI7nc0Sm4Ht8XlEw+Y0Au7XCck+r374DTUG2OZh3BMUAdYNBISFO5mOjq5icl3wskkiYjPUvnbMgcdQ==","signatures":[{"sig":"MEUCIBR2/+ZMHgCWA7hYiqqPdkrifH06x5BeTUyBiaPnHottAiEAvtWo0oVqfanY5qZdaRMAqOXB59+i35m6w0gvhiB2WAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":733816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/ab0c5554a90e1314c6659aeea2da549d/tevm-compiler-1.1.0-next.60.tgz","_integrity":"sha512-8SPvHj7oI7nc0Sm4Ht8XlEw+Y0Au7XCck+r374DTUG2OZh3BMUAdYNBISFO5mOjq5icl3wskkiYjPUvnbMgcdQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.60","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.60","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.60","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.60","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.60_1716561676465_0.95922272861932","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/compiler","version":"1.1.0-next.69","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"48f8df126839a838957ead43f91b5571502624e4","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.69.tgz","fileCount":90,"integrity":"sha512-NYZD4ia+l1EvTyCYg2wJiLth9lL5LP4euM4itKbE5Qqrz0jcUEAeOwNPuM59IQqPj4LlLsObHNJo8qmCdoRiAw==","signatures":[{"sig":"MEYCIQDscH5UPJzk82gxlNq4YHJ6rUubfbhdrd9b4frtBQIhmQIhAIjTlXcp+z0JljDUYFX8+04xNSVF/0+q64/bkkcmPfNO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":733816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/9c23ff768cf5dab16a114bda58857184/tevm-compiler-1.1.0-next.69.tgz","_integrity":"sha512-NYZD4ia+l1EvTyCYg2wJiLth9lL5LP4euM4itKbE5Qqrz0jcUEAeOwNPuM59IQqPj4LlLsObHNJo8qmCdoRiAw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.69","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.69","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.69","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.69","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.69_1717488714958_0.376551650620202","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/compiler","version":"1.1.0-next.72","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"c978c13a164ec6c7f30eca7e33ee37bc682fb453","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.72.tgz","fileCount":90,"integrity":"sha512-G5p3IsuDXUvP0owqOxEbOYYf/oPSBI7BwNSXrVM/jyAuFYwKtIcbMNh+dGQ0BhmJGyfMiwfrPOQTtk/Mv650ew==","signatures":[{"sig":"MEUCIFcE5Qh4leIt3uNUfdE7rNHIQux7Btail5EuAVSIkQbTAiEArQPgIu+XSakJ5nRPxuscSuTIowqElAo9vP1Z0mU03LY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/48cb528e8a22cf6272cb5df422b1d23e/tevm-compiler-1.1.0-next.72.tgz","_integrity":"sha512-G5p3IsuDXUvP0owqOxEbOYYf/oPSBI7BwNSXrVM/jyAuFYwKtIcbMNh+dGQ0BhmJGyfMiwfrPOQTtk/Mv650ew==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.72","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.72","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.72","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.72","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.72_1717896045908_0.7062197663493011","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/compiler","version":"1.1.0-next.74","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"b4e2569e742bf2a7e6b1cf2a12aedbac0c8847bf","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.74.tgz","fileCount":90,"integrity":"sha512-dl+nlJ5Dgq3EM14h1KUjOIE/sOy2PjfnYEca4Apqg4iKpEwSbto7PY0ezrxCJ7Ik4HEVqHp5nh3FW8rYmtnn3w==","signatures":[{"sig":"MEUCICE7KSYpwm0KeTf8eIL7IO3V1m1Y42DwWJIqmdDQI3ZRAiEAnCV0HLjIyQa76qb/vxcD07r8o6JigyNtHtWtJ3qrpS0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736816},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/4ee5e8f47eab16ee9c7f411cce2f88b1/tevm-compiler-1.1.0-next.74.tgz","_integrity":"sha512-dl+nlJ5Dgq3EM14h1KUjOIE/sOy2PjfnYEca4Apqg4iKpEwSbto7PY0ezrxCJ7Ik4HEVqHp5nh3FW8rYmtnn3w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.74","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.74","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.74"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.74","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.74","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.74_1718182365574_0.17290120729204483","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/compiler","version":"1.1.0-next.77","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"6cb2224cd48e95d819d92e16426dfa423a5f3fce","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.77.tgz","fileCount":90,"integrity":"sha512-l2pdd3ddC+oLE/372Ki2pZEBtSDdRWhysn9C/rFSv4efdgqAuc7D/GN4GbfvGppgAzCAdZesyO0Sxy+zcRO/+w==","signatures":[{"sig":"MEUCIQCfXc5n2ArH45Onyg2uNQ26TED84nTUPQk6MXv3cVe9uAIgRVf268Ap+EKHHR1J7DxUka5SPishhVDavuCNP0obfcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736818},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/3fe6ec940ceeec960c0489453e622756/tevm-compiler-1.1.0-next.77.tgz","_integrity":"sha512-l2pdd3ddC+oLE/372Ki2pZEBtSDdRWhysn9C/rFSv4efdgqAuc7D/GN4GbfvGppgAzCAdZesyO0Sxy+zcRO/+w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.77","@types/node":"^20.8.9","@tevm/config":"^1.1.0-next.77","solidity-ast":"^0.4.52","@tevm/resolutions":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.22","@tevm/tsconfig":"^1.1.0-next.77","@types/resolve":"^1.20.4","@tevm/tsupconfig":"^1.1.0-next.77","@openzeppelin/contracts":"^4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.77_1718389928610_0.552438537696669","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/compiler","version":"2.0.0-next.79","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"d7c9e9c850b57843b43cc6ef3d905de5a1dee32e","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-2.0.0-next.79.tgz","fileCount":90,"integrity":"sha512-e2DQKqlh5Gk58vvM0/rALBvKY5rtH7KqsSonna49F8f+eZvvGU701AUt0h20z4p47y9SL1cMgMSWMW+caNvLAg==","signatures":[{"sig":"MEUCIQCiVxt3zWPKZ0Acq/fMDneR1F7BJpUpeSXpN6jQQNMRmwIgEkpSqSwCqw9qn2rsHyAG6B4fbgcx6P7U89PU0pTNe0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736818},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/b1b8e0f3e649807334c2f7f851c1a612/tevm-compiler-2.0.0-next.79.tgz","_integrity":"sha512-e2DQKqlh5Gk58vvM0/rALBvKY5rtH7KqsSonna49F8f+eZvvGU701AUt0h20z4p47y9SL1cMgMSWMW+caNvLAg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^2.0.0-next.79","@types/node":"^20.14.5","@tevm/config":"^2.0.0-next.79","solidity-ast":"^0.4.56","@tevm/resolutions":"^2.0.0-next.79"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^2.0.0-next.79","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^2.0.0-next.79","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_2.0.0-next.79_1718754344597_0.7689114773716559","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/compiler","version":"2.0.0-next.80","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"0c3d046fdfa222cc2a2b653d50ddbbcc609d7c1d","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-2.0.0-next.80.tgz","fileCount":90,"integrity":"sha512-k87PCwUes/PoPByHwFOVq9BvEXuyNR7AviULHyHqjtHZq1OXwvMiyMUvdRn4Ch7IKAHtbH83tt1zEp6LuUz2fA==","signatures":[{"sig":"MEUCIBssdJlyYapi2ORYqUQmYyioMpLc/ECCz7HL9qSmoQBCAiEA3Ebv9PAkewA5RUv7q7aNLd3vyRpBllAHMVbAAoSkgMs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736818},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/fbff66ecff83894ab11ceb1e9da0697f/tevm-compiler-2.0.0-next.80.tgz","_integrity":"sha512-k87PCwUes/PoPByHwFOVq9BvEXuyNR7AviULHyHqjtHZq1OXwvMiyMUvdRn4Ch7IKAHtbH83tt1zEp6LuUz2fA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^2.0.0-next.80","@types/node":"^20.14.5","@tevm/config":"^2.0.0-next.80","solidity-ast":"^0.4.56","@tevm/resolutions":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^2.0.0-next.80","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^2.0.0-next.80","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_2.0.0-next.80_1718769376499_0.5940819513480928","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/compiler","version":"2.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"0d0e5559a864e9693dd3b31b2eeb74215d845f5a","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-2.0.0-next.86.tgz","fileCount":90,"integrity":"sha512-aaE4iCWlx4GH0d/vVT+Nml16KxihdzdltDuq6GTkOJTAIVzJobDyBU/f78pR7lbKjNqJinW+NyxJZ0mGyvqtHw==","signatures":[{"sig":"MEUCIQCXyBOqT5Ho7oZ6PqAhoakV7N9jYE7qJTU6m4QbixUI8AIgVzFoSoDdGBe9IR3yW0M0i1QwL+dRqPk0S5m52pMk36M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736915},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/cfea69e0fe0d3cdd89c86a4f5b18b619/tevm-compiler-2.0.0-next.86.tgz","_integrity":"sha512-aaE4iCWlx4GH0d/vVT+Nml16KxihdzdltDuq6GTkOJTAIVzJobDyBU/f78pR7lbKjNqJinW+NyxJZ0mGyvqtHw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^2.0.0-next.86","@types/node":"^20.14.5","@tevm/config":"^2.0.0-next.86","solidity-ast":"^0.4.56","@tevm/resolutions":"^2.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^2.0.0-next.80","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^2.0.0-next.86","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_2.0.0-next.86_1719443495493_0.8758220650327071","host":"s3://npm-registry-packages"}},"1.0.0-next.86":{"name":"@tevm/compiler","version":"1.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"c021230f3d07861d92e6af47608dcb3b14083ed3","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.86.tgz","fileCount":90,"integrity":"sha512-2RclZA/TeWH0YB09LtI7ayj3vbok5RwocV2mhIAfUceJsx8q25cwf5QCYZsOZ3WbVZxBlCfB663RSX8Cy+X+uw==","signatures":[{"sig":"MEQCICTZF/rcNEXZUOXFPIp+ooCugRG5iesHLKJfKnZfTZ8VAiBcxn3cXudie3u7fSSILrqGKi7awvYWDq/HoHRafHftCg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736915},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/1ed891eb1125cab239d7270e36e05c93/tevm-compiler-1.0.0-next.86.tgz","_integrity":"sha512-2RclZA/TeWH0YB09LtI7ayj3vbok5RwocV2mhIAfUceJsx8q25cwf5QCYZsOZ3WbVZxBlCfB663RSX8Cy+X+uw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.86","@types/node":"^20.14.5","@tevm/config":"^1.0.0-next.86","solidity-ast":"^0.4.56","@tevm/resolutions":"^1.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^1.0.0-next.80","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.86","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.86_1719898121770_0.8096541096245764","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/compiler","version":"1.1.0-next.96","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"07febf47d8247a6c29de06c082733d782eb28e3b","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.1.0-next.96.tgz","fileCount":90,"integrity":"sha512-HwPNRRXXioxKGqhnX8ny8tHJE7u9FKjFr+s73yWJGG9h/C++P3qK9zqVw1awX8G+xVkkw/eMduC4KYcYpSjEeQ==","signatures":[{"sig":"MEQCIDYt3jahTLuejR1TpOGz+RGbzgAUe+smgW55v75v9libAiBdcycJ9+BP0BjSDOCNXcDA9sS3jVzni5n9e6PUH0++Uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736938},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/d1a50b1878d73db1d235ab1ae0005315/tevm-compiler-1.1.0-next.96.tgz","_integrity":"sha512-HwPNRRXXioxKGqhnX8ny8tHJE7u9FKjFr+s73yWJGG9h/C++P3qK9zqVw1awX8G+xVkkw/eMduC4KYcYpSjEeQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Utilities around compiler","directories":{},"_nodeVersion":"20.11.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.96","@types/node":"^20.14.5","@tevm/config":"^1.1.0-next.96","solidity-ast":"^0.4.56","@tevm/resolutions":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^1.1.0-next.96","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.1.0-next.96","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.1.0-next.96_1720622664955_0.7645016358380272","host":"s3://npm-registry-packages"}},"2.0.0-next.101":{"name":"@tevm/compiler","version":"2.0.0-next.101","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@2.0.0-next.101","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c37fa53cd1de68d928c82d225c517a18c6a89d2f","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-2.0.0-next.101.tgz","fileCount":90,"integrity":"sha512-qCPLdsuJpprUueHX2VoxKnwJ4vQl7eaWNfRCDjlaXlZtc05NELbgaze7kwpLACBwKeEX8XZMLlSOuzLGxKvybg==","signatures":[{"sig":"MEQCICiZEnYmANVzrQGt4xpSjXK6p87Jn3VCBdhaEcmjpC3GAiB9GUYx5E7unQv619DSVmJmbyKJiujL6Nghdvn4Zgj0Uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736941},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-2.0.0-next.101.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/compiler ","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/5ff586cc5060a41b05a37a6a7d57d5a2/tevm-compiler-2.0.0-next.101.tgz","_integrity":"sha512-qCPLdsuJpprUueHX2VoxKnwJ4vQl7eaWNfRCDjlaXlZtc05NELbgaze7kwpLACBwKeEX8XZMLlSOuzLGxKvybg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.96","@types/node":"^20.14.5","@tevm/config":"^2.0.0-next.101","solidity-ast":"^0.4.56","@tevm/resolutions":"^2.0.0-next.101"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^1.1.0-next.96","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.1.0-next.96","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_2.0.0-next.101_1721897983937_0.7236908974934946","host":"s3://npm-registry-packages"}},"2.0.0-next.102":{"name":"@tevm/compiler","version":"2.0.0-next.102","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@2.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"73afca9a02d69c55fa43fe44feb89e0c23aeb9c8","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-2.0.0-next.102.tgz","fileCount":90,"integrity":"sha512-2vnjTxTdfQamCcCQYKgOh9VYs6g9M8HSRKspX56f5WxCINFZ87mdy/RpF95KUXRbYM9N9395YmXAJ3slWqbRSw==","signatures":[{"sig":"MEUCIC5NoLdw0HSN0EhB8mWq84NzyierhoCAcGoMvNf5Woq2AiEAi4bBSoArC0Do0lyFew5cPL78lPObYC90UF7evAP+XF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":736941},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-2.0.0-next.102.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/compiler ","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/86906003609180eef217ebaa2f1a1dcf/tevm-compiler-2.0.0-next.102.tgz","_integrity":"sha512-2vnjTxTdfQamCcCQYKgOh9VYs6g9M8HSRKspX56f5WxCINFZ87mdy/RpF95KUXRbYM9N9395YmXAJ3slWqbRSw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.1.0-next.96","@types/node":"^20.14.5","@tevm/config":"^2.0.0-next.102","solidity-ast":"^0.4.56","@tevm/resolutions":"^2.0.0-next.101"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^1.1.0-next.96","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.1.0-next.96","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_2.0.0-next.102_1721970386845_0.7991575189187308","host":"s3://npm-registry-packages"}},"0.0.0-next.102":{"name":"@tevm/compiler","version":"0.0.0-next.102","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@0.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a502fcd611544ade1a922bf60784a8fc0a3f1808","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-0.0.0-next.102.tgz","fileCount":90,"integrity":"sha512-3Q3KH3IB7Non7ACsV4UqU0QS8pVe0gT6qGXPtpmx2N+1cfheleUrakMIIyJDzYJuzFaN13C8EQxnmhZsuZkKdA==","signatures":[{"sig":"MEQCICRA39GpEwgwGu87SiKE6EnZT5oVkLBy7DWayWou2agLAiBWLN4IkjYR3rS1jJi8nQKWCTnGWnn2zEi5K0UUAnBNJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744088},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-0.0.0-next.102.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/compiler ","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/495d5c98c33dfbc0bd1e89a9a527ab75/tevm-compiler-0.0.0-next.102.tgz","_integrity":"sha512-3Q3KH3IB7Non7ACsV4UqU0QS8pVe0gT6qGXPtpmx2N+1cfheleUrakMIIyJDzYJuzFaN13C8EQxnmhZsuZkKdA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^0.0.0-next.96","@types/node":"^20.14.5","@tevm/config":"^0.0.0-next.102","solidity-ast":"^0.4.56","@tevm/resolutions":"^0.0.0-next.101"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^0.0.0-next.96","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^0.0.0-next.96","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_0.0.0-next.102_1724786347948_0.0034630886352995383","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/compiler","version":"1.0.0-next.109","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"ec1f05a0d26fe92651b9af8834f6b9a79a63031a","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.109.tgz","fileCount":90,"integrity":"sha512-2xyBYlz/1mBXRcQxQV4M5rSlLtqRqIvvyXjSsN7aA6LzkpQHf9fs/fNMOnpv25GtJ0vD9TRECMl0SsoVFR1a5g==","signatures":[{"sig":"MEUCIDk9YQa5oVtmvy7UU6hX5bXVFMcYoYoBHhXlwj+sPmbzAiEAmV8HWJ+LLV0g74gahrv2N/Ab49fXajWV4XBckWSfPKY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744090},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/e8acd88663a5ab3f4bfe282398576da5/tevm-compiler-1.0.0-next.109.tgz","_integrity":"sha512-2xyBYlz/1mBXRcQxQV4M5rSlLtqRqIvvyXjSsN7aA6LzkpQHf9fs/fNMOnpv25GtJ0vD9TRECMl0SsoVFR1a5g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.109","@types/node":"^20.14.5","@tevm/config":"^1.0.0-next.109","solidity-ast":"^0.4.56","@tevm/resolutions":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^0.0.0-next.96","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.109","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.109_1725179137608_0.4736326254364138","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/compiler","version":"1.0.0-next.117","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"623701e5a9302a82e2a6b0d18b9d90dbaf2fe1b8","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.117.tgz","fileCount":90,"integrity":"sha512-rBZXy/LdId9WwTDKGDOSddkZskTdmYYuYs1nccXGTLo01KSXymCvNnnr70/yUnF9FP/qIcnMi8tmK5AvDgxcVg==","signatures":[{"sig":"MEYCIQCHVJ+vdM9b8WOb4BQHppbWOg8+YjHz0F5sTtahS/IDTAIhANsZFw1jz/VanP8jXdTHq18gNx9PagZz8qzB5UIKs1pS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744092},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/d555b4bb714b112a9fe587e121067e61/tevm-compiler-1.0.0-next.117.tgz","_integrity":"sha512-rBZXy/LdId9WwTDKGDOSddkZskTdmYYuYs1nccXGTLo01KSXymCvNnnr70/yUnF9FP/qIcnMi8tmK5AvDgxcVg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"2.0.0-next.54","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.117","@types/node":"^20.14.5","@tevm/config":"^1.0.0-next.117","solidity-ast":"^0.4.56","@tevm/resolutions":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.26","@tevm/tsconfig":"^1.0.0-next.117","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.117","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.117_1727069960827_0.0956575823069743","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/compiler","version":"1.0.0-next.118","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"4541d8a7d430c0824283c52843bcb5ab4ae2768d","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.118.tgz","fileCount":90,"integrity":"sha512-97U3b6DgEYhV8G7p0wJ0NXAuQ0knxcIt3RIGLMpXWPLhD4SWIysbuZar1l+9n6lI51qRmVLOpVmu0i5dcRyIDA==","signatures":[{"sig":"MEUCIBIpIvvvzqCr6UzI1nHhW+IzTfvi3D31VkDX9ccVs0LUAiEAzkiRhsyw813mQRJUGQWG9fklRccU3nNJwxFT44QOg/U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744128},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/922fef224a3a210c2d40d16973e6a560/tevm-compiler-1.0.0-next.118.tgz","_integrity":"sha512-97U3b6DgEYhV8G7p0wJ0NXAuQ0knxcIt3RIGLMpXWPLhD4SWIysbuZar1l+9n6lI51qRmVLOpVmu0i5dcRyIDA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.8.4","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.118","@types/node":"^22.7.3","@tevm/config":"^1.0.0-next.118","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.27","@tevm/tsconfig":"^1.0.0-next.117","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.118","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.118_1727467762499_0.9087677333129585","host":"s3://npm-registry-packages"}},"1.0.0-next.124":{"name":"@tevm/compiler","version":"1.0.0-next.124","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@1.0.0-next.124","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a67157814b6d20a0492b19465b673b78b00bcf5a","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.124.tgz","fileCount":90,"integrity":"sha512-w9I0M/E0FfQ8Kh15xa4D9Ou8Wm78fEdM+3eXwDnvZ8KD1X2W2QVPeg+eccPcRg8rdMdcIhZA2B15VGkKF1v7Iw==","signatures":[{"sig":"MEUCIQDnJ7e1hbDh8FMuU9pRbDW1F82R3RMOhaT5T90Xt2kQLgIgCdiKyPCb+ZPcUZF4jxODekC2QAP5gOcgeATKO1iDrl4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":744168},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-1.0.0-next.124.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/compiler ","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/31a5d2ae950abdc8da6a26762ae49f1a/tevm-compiler-1.0.0-next.124.tgz","_integrity":"sha512-w9I0M/E0FfQ8Kh15xa4D9Ou8Wm78fEdM+3eXwDnvZ8KD1X2W2QVPeg+eccPcRg8rdMdcIhZA2B15VGkKF1v7Iw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.8.4","resolve":"^1.22.8","@tevm/solc":"^1.0.0-next.118","@types/node":"^22.7.3","@tevm/config":"^1.0.0-next.124","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.27","@tevm/tsconfig":"^1.0.0-next.117","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.118","@openzeppelin/contracts":"4.x.x"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.124_1729131189681_0.450475268794865","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/compiler","version":"1.0.0-next.128","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"aa79b2ed4825933729262136b7c2e3e0f3def214","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.128.tgz","fileCount":90,"integrity":"sha512-vW/IyzAwyUCCrq+SU2RdNFpM06gaB2VeEUfCWfLRj+gucPPfLBaEruXFk6fcFv33AoYwJP0SatILqOAIJT/Kbw==","signatures":[{"sig":"MEUCIHcuvlCaP2zis+1pCot7UOKM/0JzmreO5ueC57pW8nUWAiEAyzDbogmRJkTfn6kwwK1b+mZwYcXzD8ZAumTaNJpr7BA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1230347},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/a41237a19e87aa30f2210e570536be41/tevm-compiler-1.0.0-next.128.tgz","_integrity":"sha512-vW/IyzAwyUCCrq+SU2RdNFpM06gaB2VeEUfCWfLRj+gucPPfLBaEruXFk6fcFv33AoYwJP0SatILqOAIJT/Kbw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.128","@types/node":"^22.13.5","@tevm/config":"^1.0.0-next.128","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.28","@tevm/tsconfig":"^1.0.0-next.128","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.128","@openzeppelin/contracts":"5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.128_1741407807572_0.5078026477690836","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/compiler","version":"1.0.0-next.131","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"09729c755509062003a8e29feb1ffc269e0caa0f","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.131.tgz","fileCount":90,"integrity":"sha512-XFiV1EZZA7QyHeaSUQIlp+KtvHNIJfM9GkqAp9G6lqxcuperQ0rgzTqFRX0FRqgNaa9nyydKuWPxHbKl7o685Q==","signatures":[{"sig":"MEYCIQCFv+H47yqpHNOaiWPLkbafsGUui+5pZoukcqX9iClf5AIhAJiJBqmlZSNkzaeMGmn1tG6ogd6Na6RvJZmvjQWjbsgx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1230347},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/a6eb45de5156921fa7ee823f8ba20fb5/tevm-compiler-1.0.0-next.131.tgz","_integrity":"sha512-XFiV1EZZA7QyHeaSUQIlp+KtvHNIJfM9GkqAp9G6lqxcuperQ0rgzTqFRX0FRqgNaa9nyydKuWPxHbKl7o685Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.131","@types/node":"^22.13.5","@tevm/config":"^1.0.0-next.131","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.28","@tevm/tsconfig":"^1.0.0-next.131","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.131","@openzeppelin/contracts":"5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.131_1741746439500_0.600405436284214","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.134":{"name":"@tevm/compiler","version":"1.0.0-next.134","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@1.0.0-next.134","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"e44a46a15c3dc578fe11bb861b69f3f007bacd28","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.134.tgz","fileCount":105,"integrity":"sha512-VVPxGbFCuAXzQq7Mw6gBOpPzaJHSclo7+j1S6Yuadh/SMdFi0M+2FccGJwrqjI8EKRMp7rJjBZ6MyUenUXqFsQ==","signatures":[{"sig":"MEQCIAldGPBY/46DONnICFmH9QqLJIwDvABFbWc3WSgBlHMyAiBLIKA9OfM9kcYrmKgXmY/UJaQ7Dw17e+wq+vKyX0shjg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1273483},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-1.0.0-next.134.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/compiler ","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/34847da1211d6e164c93a2338f6c6ec6/tevm-compiler-1.0.0-next.134.tgz","_integrity":"sha512-VVPxGbFCuAXzQq7Mw6gBOpPzaJHSclo7+j1S6Yuadh/SMdFi0M+2FccGJwrqjI8EKRMp7rJjBZ6MyUenUXqFsQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.134","@types/node":"^22.13.5","@tevm/config":"^1.0.0-next.131","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.28","@tevm/tsconfig":"^1.0.0-next.131","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.131","@openzeppelin/contracts":"5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.134_1742522812448_0.854656298143625","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.140":{"name":"@tevm/compiler","version":"1.0.0-next.140","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@1.0.0-next.140","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"afab75061db41f21c682243f16af1001c8d977bc","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.140.tgz","fileCount":105,"integrity":"sha512-cuujkNE3P0YbVHic+0vd1nqC/yzXHbamSa+tQdELPoT7oLkRwYsnGW3xnS7WJlDKqEpP5kdJqn6CUgsiUIHEqg==","signatures":[{"sig":"MEYCIQDOitVBw+XBKG9qKw7yM27x45g/eFh2OyPSSQPI3uSzQAIhAOjx5taWoxZIUs28Yvbjahz9D7GoinUDxyXUAxN6yZ6+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1273483},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-1.0.0-next.140.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/compiler ","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/51837320ada38e7b53b1559ecc1ae2a5/tevm-compiler-1.0.0-next.140.tgz","_integrity":"sha512-cuujkNE3P0YbVHic+0vd1nqC/yzXHbamSa+tQdELPoT7oLkRwYsnGW3xnS7WJlDKqEpP5kdJqn6CUgsiUIHEqg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.140","@types/node":"^22.13.5","@tevm/config":"^1.0.0-next.131","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.28","@tevm/tsconfig":"^1.0.0-next.131","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.131","@openzeppelin/contracts":"5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.140_1743024979308_0.6524924773992291","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/compiler","version":"1.0.0-next.142","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"5ca3a145b41a4ba0eb865b053f12c677617ed30e","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.142.tgz","fileCount":105,"integrity":"sha512-glaAAQWdqvql372WM2oEh7gzZQSswGvp6EysTG/fVlnUSKb9+w6nd9PbULXRPDnJDWTVpkpP4ai8tkK1HoMLTQ==","signatures":[{"sig":"MEYCIQDigBJdn23WXX3i6g/zWk0sc0bwqS2fx97JYpwiLCklzwIhAPafmukdYo+H6T8q14XIBgXY5UPiL6nGqlztsUtCJ0+6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1273483},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/609cec20b8bf20652a7f45bdf99fe064/tevm-compiler-1.0.0-next.142.tgz","_integrity":"sha512-glaAAQWdqvql372WM2oEh7gzZQSswGvp6EysTG/fVlnUSKb9+w6nd9PbULXRPDnJDWTVpkpP4ai8tkK1HoMLTQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.13.2","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.142","@types/node":"^22.13.5","@tevm/config":"^1.0.0-next.142","solidity-ast":"^0.4.59","@tevm/resolutions":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.28","@tevm/tsconfig":"^1.0.0-next.142","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.142","@openzeppelin/contracts":"5.2.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.142_1745166050896_0.39323615943841417","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/compiler","version":"1.0.0-next.146","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"41e41961207c0b64ea775a9aaace2065900dee86","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.146.tgz","fileCount":105,"integrity":"sha512-Tc/fr8aB3J5oRfoxGJSGzbtqzhSMWMW8VTIUYfUmrMR+rSjW1zQP5h1OD+n3Jv9Hn9gB+HQNGpoVikeDmXC3GA==","signatures":[{"sig":"MEQCIDxoMkj/v4go6zUs3KEwAAGrl2A28KtphMWpf4x2jXnwAiAgab+D5A9dl1IzkG5oJBwxqikbb4hUVNpz2Pgwz1Z41w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1313072},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/7f176e2e2b0c8f161e2fae6c300c0bc0/tevm-compiler-1.0.0-next.146.tgz","_integrity":"sha512-Tc/fr8aB3J5oRfoxGJSGzbtqzhSMWMW8VTIUYfUmrMR+rSjW1zQP5h1OD+n3Jv9Hn9gB+HQNGpoVikeDmXC3GA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.15.4","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.146","@types/node":"^22.15.21","@tevm/config":"^1.0.0-next.146","solidity-ast":"^0.4.60","@tevm/resolutions":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.30","@tevm/tsconfig":"^1.0.0-next.142","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.146","@openzeppelin/contracts":"5.3.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.146_1748435428707_0.663902558022462","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/compiler","version":"1.0.0-next.148","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/compiler@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":"22fe271932a6a80f8ad1368abfc00754f0ab2c4a","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-next.148.tgz","fileCount":105,"integrity":"sha512-bi5+2FBccxi3og+S6lkhxy5KGntNTK28fsOzoT4OxfdfXfTrpzPfqgLTayCT874PsGJPqjlvfF1YE0Tu0EfcHw==","signatures":[{"sig":"MEQCIGatEf1P35pNZ3ACJnk2eT1AkUuDwnNvnMe4nXGBzmXaAiB+MxnpxjPDO5+JpR42cF+jjhkMy9+1Ub5J3YJpGhVyvA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1309561},"main":"dist/index.cjs","type":"module","_from":"file:tevm-compiler-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/compiler ","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/c0184a7a4e0b6f9cfd8a51481c1ce943/tevm-compiler-1.0.0-next.148.tgz","_integrity":"sha512-bi5+2FBccxi3og+S6lkhxy5KGntNTK28fsOzoT4OxfdfXfTrpzPfqgLTayCT874PsGJPqjlvfF1YE0Tu0EfcHw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/compiler"},"_npmVersion":"10.8.1","description":"Utilities around compiler","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"effect":"3.18.1","resolve":"^1.22.10","@tevm/solc":"^1.0.0-next.148","@types/node":"^24.6.1","@tevm/config":"^1.0.0-next.148","solidity-ast":"^0.4.61","@tevm/resolutions":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"solc":"0.8.30","@tevm/tsconfig":"^1.0.0-next.142","@types/resolve":"^1.20.6","@tevm/tsupconfig":"^1.0.0-next.148","@openzeppelin/contracts":"5.4.0"},"_npmOperationalInternal":{"tmp":"tmp/compiler_1.0.0-next.148_1759577153623_0.3418308063642852","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/compiler","version":"1.0.0-rc.151","private":false,"description":"Utilities around compiler","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"bundler-packages/compiler"},"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":{"@types/node":"^25.9.0","abitype":"^1.1.1","effect":"3.21.2","resolve":"^1.22.12","solc-typed-ast":"^18.2.5","solidity-ast":"^0.4.62","@tevm/config":"^1.0.0-rc.151","@tevm/logger":"^1.0.0-rc.151","@tevm/resolutions":"^1.0.0-rc.151","@tevm/solc":"^1.0.0-rc.151","@tevm/utils":"^1.0.0-rc.151"},"devDependencies":{"@openzeppelin/contracts":"5.6.1","@types/resolve":"^1.20.6","solc":"0.8.35","@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 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/compiler ","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/compiler@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-qm/19mpaLJ+W5sRNYxSEbZ2RpioRF+w9fjbIFTh+HMxvDjoh9W71PtzqE4hi3+Dg5ro8yzC91Hg6TG7mHfCCIg==","_resolved":"/tmp/tmp.vQNFS1nG0x/tevm-compiler-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.vQNFS1nG0x/tevm-compiler-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-qm/19mpaLJ+W5sRNYxSEbZ2RpioRF+w9fjbIFTh+HMxvDjoh9W71PtzqE4hi3+Dg5ro8yzC91Hg6TG7mHfCCIg==","shasum":"1033eedf844a00db27f5395b0f5003c788e5711e","tarball":"https://registry.npmjs.org/@tevm/compiler/-/compiler-1.0.0-rc.151.tgz","fileCount":340,"unpackedSize":15755001,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fcompiler@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICtT4bEZzCY3O/uT0yMGQWz+Oe4KZHx5HmwsqQAKltBZAiBJUIOuxsg70vqbgUR8vczHxXgGVvbD9CTIEIKFMehiyQ=="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:d3b9ed8c-f861-4274-9654-7fc06f58c290"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/compiler_1.0.0-rc.151_1779468049226_0.4969243143388833"},"_hasShrinkwrap":false}},"time":{"created":"2024-01-07T21:14:08.320Z","modified":"2026-05-22T16:40:49.816Z","1.0.0-next.21":"2024-01-07T21:14:08.629Z","1.0.0-next.23":"2024-01-22T04:20:25.580Z","1.0.0-next.28":"2024-02-09T21:25:47.681Z","1.0.0-next.40":"2024-02-20T03:18:26.451Z","1.0.0-next.41":"2024-02-25T01:35:34.927Z","1.1.0-next.47":"2024-05-13T15:36:40.292Z","1.1.0-next.52":"2024-05-16T23:05:03.157Z","1.1.0-next.60":"2024-05-24T14:41:16.601Z","1.1.0-next.69":"2024-06-04T08:11:55.132Z","1.1.0-next.72":"2024-06-09T01:20:46.114Z","1.1.0-next.74":"2024-06-12T08:52:45.741Z","1.1.0-next.77":"2024-06-14T18:32:08.854Z","2.0.0-next.79":"2024-06-18T23:45:44.816Z","2.0.0-next.80":"2024-06-19T03:56:16.759Z","2.0.0-next.86":"2024-06-26T23:11:35.830Z","1.0.0-next.86":"2024-07-02T05:28:42.149Z","1.1.0-next.96":"2024-07-10T14:44:25.121Z","2.0.0-next.101":"2024-07-25T08:59:44.156Z","2.0.0-next.102":"2024-07-26T05:06:27.057Z","0.0.0-next.102":"2024-08-27T19:19:08.086Z","1.0.0-next.109":"2024-09-01T08:25:37.789Z","1.0.0-next.117":"2024-09-23T05:39:21.002Z","1.0.0-next.118":"2024-09-27T20:09:22.670Z","1.0.0-next.124":"2024-10-17T02:13:09.845Z","1.0.0-next.128":"2025-03-08T04:23:27.791Z","1.0.0-next.131":"2025-03-12T02:27:19.723Z","1.0.0-next.134":"2025-03-21T02:06:52.688Z","1.0.0-next.140":"2025-03-26T21:36:19.958Z","1.0.0-next.142":"2025-04-20T16:20:51.164Z","1.0.0-next.146":"2025-05-28T12:30:28.914Z","1.0.0-next.148":"2025-10-04T11:25:53.862Z","1.0.0-rc.151":"2026-05-22T16:40:49.435Z"},"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/compiler"},"description":"Utilities around compiler","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}