{"_id":"@tevm/webpack-plugin","_rev":"38-9ecc2ce40133c4db6e482dc8a3d1da27","name":"@tevm/webpack-plugin","dist-tags":{"next":"1.0.0-next.19","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.19":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.19","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@1.0.0-next.19","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":"68d74cc06492c6d07edea02d4347ba212224680b","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.19.tgz","fileCount":11,"integrity":"sha512-pfZV36fDcgHyRU/qQS795Q81Sl3pk1Wp32wz0d5sh9nbAwTY32pUyKG3ileY1mKH+WsBXWDNvzNK77M8n6eMhw==","signatures":[{"sig":"MEUCIQDRQE/9anasxmQikbDen5ybCSCh5hSVZJFWk0vlO6ikzgIgJ6tJDkJ24cADKGOJ12wkgxUG3UjjvPVO7xw0AB5FAmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6095},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.19.tgz","types":"types/index.d.ts","module":"src/index.js","exports":{".":{"types":"./types/index.d.ts","import":"./src/index.js","default":"./dist/index.cjs","require":"./dist/index.cjs"},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:ui":"vitest --ui","test:run":"vitest run","build:dist":"bun run tsup","lint:check":"rome check . --verbose","build:types":"bun run tsc --emitDeclarationOnly --declaration --declarationMap","format:check":"rome format .","generate:docs":"bun run typedoc"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/611b3bc35e7754e3519fe86697dd94ac/tevm-webpack-plugin-1.0.0-next.19.tgz","_integrity":"sha512-pfZV36fDcgHyRU/qQS795Q81Sl3pk1Wp32wz0d5sh9nbAwTY32pUyKG3ileY1mKH+WsBXWDNvzNK77M8n6eMhw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.19"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"rome":"^12.1.3","tsup":"^7.2.0","vitest":"^0.34.6","typedoc":"^0.25.3","@vitest/ui":"^0.34.6","typescript":"^5.2.2","@tevm/tsconfig":"^1.0.0-next.5","typedoc-plugin-markdown":"^3.16.0"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.19_1701838479108_0.16841510152856976","host":"s3://npm-registry-packages"}},"1.0.0-next.21":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.21","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"d2c7213b7230cd6b7f66feaafe1fd959afe15578","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.21.tgz","fileCount":11,"integrity":"sha512-M1QpR2IVaNzHVgtnu3oaAILrxJxnEBXwnlt/aHmD0+FGhC7Yx0MYsoNTcuTNRwo0q9BVlUbWILLuQpyeaDoHpw==","signatures":[{"sig":"MEQCIHqi1x/JGzq6vb8svz2Kxf15e26Sjlnq4VOyT9QFGHKbAiAflcfWlxDQoRttJG3eR8o6c+gAuuM90Ww1616U5zJq8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8829},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-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":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d17e833d388d8c0a6db441442f0e2332/tevm-webpack-plugin-1.0.0-next.21.tgz","_integrity":"sha512-M1QpR2IVaNzHVgtnu3oaAILrxJxnEBXwnlt/aHmD0+FGhC7Yx0MYsoNTcuTNRwo0q9BVlUbWILLuQpyeaDoHpw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.21"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.5","@tevm/tsupconfig":"^1.0.0-next.5"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.21_1704662078720_0.42645587756178016","host":"s3://npm-registry-packages"}},"1.0.0-next.23":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.23","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"1d50062325f5ea91b7b2723d2d8da5c201eb4f45","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.23.tgz","fileCount":24,"integrity":"sha512-H+IFZk7CEsMOaqD3WAslNAy1fkk7JnO0DDiANgWukKiqZCmWYU4nUUSFLUJGRA4PD2C4oz+PBZFkmpmEP/6cqg==","signatures":[{"sig":"MEYCIQDrBs8DFcpCcsLrPqgj3Mpf+jaqb6GbN40s6ev88qka5AIhAP0n39Z2FWbnOufsXYmSuylKfojRzGyZ2anWcPvZX9S+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20511},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.23.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/fc964995203f3e1ca3bc3bb12fe30cc6/tevm-webpack-plugin-1.0.0-next.23.tgz","_integrity":"sha512-H+IFZk7CEsMOaqD3WAslNAy1fkk7JnO0DDiANgWukKiqZCmWYU4nUUSFLUJGRA4PD2C4oz+PBZFkmpmEP/6cqg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.23","@tevm/tsupconfig":"^1.0.0-next.23"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.23_1705897257114_0.87445160216276","host":"s3://npm-registry-packages"}},"1.0.0-next.25":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.25","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@1.0.0-next.25","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f8e6cff71b86c3068367ff5f6feb71e7527a390a","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.25.tgz","fileCount":24,"integrity":"sha512-2nPMVOoaQ3x+PlGSu5X526sQnlofOYUCZCxBWzwHfPCIgbFMZ8XGHXOTLiEtnQUrxD7o+0Bn9ZDG2DUicoUY/Q==","signatures":[{"sig":"MEQCIGkHyamuwGACK34aZQgeYHUZt0b84qj1lI9/GVQs7CdqAiAoNqQpDHiKhXXWCNsC2LNLEqb2sBqH0+9q5Ba62Xf8Vg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20511},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.25.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/3d57cc41125534bf4b0f53960e09f803/tevm-webpack-plugin-1.0.0-next.25.tgz","_integrity":"sha512-2nPMVOoaQ3x+PlGSu5X526sQnlofOYUCZCxBWzwHfPCIgbFMZ8XGHXOTLiEtnQUrxD7o+0Bn9ZDG2DUicoUY/Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.25"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.23","@tevm/tsupconfig":"^1.0.0-next.23"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.25_1706502012520_0.7515304832530807","host":"s3://npm-registry-packages"}},"1.0.0-next.28":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.28","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"3dad6c2ccf1f3a12517dab038fe4b7ddc7ff2f73","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.28.tgz","fileCount":24,"integrity":"sha512-pzbP7xEllp2XqAv8EhUOW/fPQ42qeEr/qCSRAegT+LuVFrZzQj9DylMyOPqWgGKvDBPgprCKlPn4cqHXWCZpZw==","signatures":[{"sig":"MEQCIF8yflag6+6mgKpAMmDKmJTdGRMd794HGEut8LDTjODdAiAEmQNjUKfo1ScqNv0ifZrtYNrkasowwJh6X2MySL5QcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20511},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.28.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a394928ff757bc68f58929f42f3ffe01/tevm-webpack-plugin-1.0.0-next.28.tgz","_integrity":"sha512-pzbP7xEllp2XqAv8EhUOW/fPQ42qeEr/qCSRAegT+LuVFrZzQj9DylMyOPqWgGKvDBPgprCKlPn4cqHXWCZpZw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.28","@tevm/tsupconfig":"^1.0.0-next.28"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.28_1707513977408_0.8033901094706113","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.40","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"49ba63c170bda3f8fb4b8ccfa4be090a93a1149b","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.40.tgz","fileCount":24,"integrity":"sha512-C/sRtwUgdTtfShP8+gtEyM0MWvQ4N4ewlAw6EJPMUfUU5uu+YRV/vUEi92U8+FUPatswHj9aLgtGjo72GySapg==","signatures":[{"sig":"MEUCIQCrxOzA8SJhF8F/0+RE35GU8DkC2AI53voH0GNbnzCNigIgShdJ83UIFMyauzwcGa4dM2cWELaJbMMyxPBvpSi8QE0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20511},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.40.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e031df41fe8a937713a5d4b8c4d8fdc5/tevm-webpack-plugin-1.0.0-next.40.tgz","_integrity":"sha512-C/sRtwUgdTtfShP8+gtEyM0MWvQ4N4ewlAw6EJPMUfUU5uu+YRV/vUEi92U8+FUPatswHj9aLgtGjo72GySapg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.40_1708399112863_0.9408501928690443","host":"s3://npm-registry-packages"}},"1.0.0-next.41":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.41","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"083193448b1f24ff5582625c7db4a16cf96a4833","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.41.tgz","fileCount":24,"integrity":"sha512-4GwnSA/HB3ARKVmOmR/Z4DLLHWYR+bCrHf3jlmmRjNnstC91gowtI0K74+QfcazjMBFeWgXx4dxLrbKC3gQuKQ==","signatures":[{"sig":"MEQCIH7rkZFb63IYS1TBKSgWeX1CUASmnIcajna7bfB+fzP6AiB5fthY2D3i50Hqkotrc5L0y5KDoTONiRLhtGmKwF3OXg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20511},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.41.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"rome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/21a25bf1c057d40d5789e29465a46258/tevm-webpack-plugin-1.0.0-next.41.tgz","_integrity":"sha512-4GwnSA/HB3ARKVmOmR/Z4DLLHWYR+bCrHf3jlmmRjNnstC91gowtI0K74+QfcazjMBFeWgXx4dxLrbKC3gQuKQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.1.0","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"@tevm/unplugin":"^1.0.0-next.41"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.41_1708824940330_0.6576996472731818","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.47","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"c3507f9fda5f6cf3add3c9eb1f5d5410028ca82f","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.47.tgz","fileCount":24,"integrity":"sha512-Pp4GH1lDEiCA4emhlM02+2TTmz6bHBUzuMyAK3dznjSV9V2szcV1a2cEq0FIpCXShTMbKhP2/zUARlXg0K16VA==","signatures":[{"sig":"MEQCIHBbm0vvkT6ilarB3nr1ghsEZIGur1EtAICBsYFZTAuuAiBrXG6CMSrI5hQmeOs4AHTCE1HjkFGreddF2sdSqiES7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.47.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d8ce4f48d00d00f490d76c45930ef224/tevm-webpack-plugin-1.1.0-next.47.tgz","_integrity":"sha512-Pp4GH1lDEiCA4emhlM02+2TTmz6bHBUzuMyAK3dznjSV9V2szcV1a2cEq0FIpCXShTMbKhP2/zUARlXg0K16VA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.47"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.47_1715614605532_0.4161086162002301","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.52","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"bbd8a6a9090fe488874fede7d3b62518781fac05","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.52.tgz","fileCount":24,"integrity":"sha512-HZyQFJfnEqGV8bcWuSbV5Eyt5L3+7SpBD6f7RvoMhOJzBHjcrC3upjUJmzhxCtqMFtswAyv2H9DnWTPSHO91xA==","signatures":[{"sig":"MEUCIGz2YGbqEHyzovb/wm2rShffkhxUr9M/TUKzN1IKgDm1AiEA0+mNputlZdkkowT8I+xEERJx8nUoXIZgBoEcACFXNqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.52.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1fd4868771067adefba2d5b26b464fcd/tevm-webpack-plugin-1.1.0-next.52.tgz","_integrity":"sha512-HZyQFJfnEqGV8bcWuSbV5Eyt5L3+7SpBD6f7RvoMhOJzBHjcrC3upjUJmzhxCtqMFtswAyv2H9DnWTPSHO91xA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.52_1715900711109_0.6908557574012897","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.60","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"c859a8101b90bd0d1bef1c363d68ca1a5092981f","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.60.tgz","fileCount":24,"integrity":"sha512-jqx61Fvmao82WDoZvInIeJoCe5Y2RGLCs91BrWlpmsbwEhMnv/ahLVOhEMciT7WzAXAeOZ8Wm99DXkR8wJVJXQ==","signatures":[{"sig":"MEYCIQD5kmfI8iLEEnzARMtjXkjPXEX9T1qiy5KcwQS0QV5MggIhANeL65+5d87gb0wmpXo9eQNQpzJ1vYdXQQhAd0z0e8lb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.60.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/45dcc73b3caef6253d2472c3d0213c19/tevm-webpack-plugin-1.1.0-next.60.tgz","_integrity":"sha512-jqx61Fvmao82WDoZvInIeJoCe5Y2RGLCs91BrWlpmsbwEhMnv/ahLVOhEMciT7WzAXAeOZ8Wm99DXkR8wJVJXQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.60_1716561681268_0.9879265723709869","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.69","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"b4e5fc8cef9430be03d94b4d68c4d37a3d466ec8","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.69.tgz","fileCount":24,"integrity":"sha512-Du8ahK7dhWmHb5dB/Ht0vN66wJdbh237k7Yg/BE8Zo8YTlI00LwesTFWSZVONiMJWSf2wrSBHou/c10BmsAfzw==","signatures":[{"sig":"MEUCIQCqgChwKEzSK+0k/dX1aGetgfDMNxUH5VqrCbfBnzKnDAIgQ3J8zK1NjXTNpMLgq24KAqrUi4oS5A57VaXC9RK66l4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.69.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/aea00163182ffc0d4bf36da553613c32/tevm-webpack-plugin-1.1.0-next.69.tgz","_integrity":"sha512-Du8ahK7dhWmHb5dB/Ht0vN66wJdbh237k7Yg/BE8Zo8YTlI00LwesTFWSZVONiMJWSf2wrSBHou/c10BmsAfzw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.69_1717488722397_0.35976915882499005","host":"s3://npm-registry-packages"}},"1.1.0-next.70":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.70","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@1.1.0-next.70","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b05a4f3140e19421b8f2e7f4e86d82e42ce8fa8d","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.70.tgz","fileCount":24,"integrity":"sha512-w6/Mbxti5KVDLZf8g4wUnC+ru4roz/fOBrcWsVqXKcF6VlNnIADo+nHF1bbb162IIr2azAja1mCpk+4aZvhPrw==","signatures":[{"sig":"MEUCIC6rX3GxD45WH/y4Uklbfu8ySbTBw40cbxKug6sbdP75AiEAjlLa2xpxjkHzQi/mQ1sx289JeF52nGuhx+5PODcgs5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.70.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/863d2393956c4ba3da41a344de1848a5/tevm-webpack-plugin-1.1.0-next.70.tgz","_integrity":"sha512-w6/Mbxti5KVDLZf8g4wUnC+ru4roz/fOBrcWsVqXKcF6VlNnIADo+nHF1bbb162IIr2azAja1mCpk+4aZvhPrw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.70"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.70_1717631184924_0.4969601319592045","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.72","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"216f265266367cfb132378fb9d97c18358e45b45","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.72.tgz","fileCount":24,"integrity":"sha512-UNmyVnpPMH8XSMYSvkUyjNQw0+YRXnU24afBMf3rYNIHbA1Eio062J7EVe3oX7jBSu4kgK86KvK56Tow++BPgA==","signatures":[{"sig":"MEQCIHY+JJtklspoCJQTLQ6a3q7FM8qO79JbPRKmsMBuZDypAiBG15AvW/zM05SHVlJ6AgWUjWFGHf3/zoC8eF2Zd6PvMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.72.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/17e9258f5a2c708349c2e9240499c303/tevm-webpack-plugin-1.1.0-next.72.tgz","_integrity":"sha512-UNmyVnpPMH8XSMYSvkUyjNQw0+YRXnU24afBMf3rYNIHbA1Eio062J7EVe3oX7jBSu4kgK86KvK56Tow++BPgA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.72_1717896051105_0.5593610083937617","host":"s3://npm-registry-packages"}},"1.1.0-next.73":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.73","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@1.1.0-next.73","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cfa6425ba6b516f5e598cc61572e95c383362654","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.73.tgz","fileCount":24,"integrity":"sha512-KSGbQ84PY2roDK7ZFQbNJqe6qCrhy7wriOnik0HnnFW7FW8H111KEP7OUf7KT5rGOqoPxobpaj+0NatCJ/Vqig==","signatures":[{"sig":"MEQCIA/pkg01HRA0UUKdQz5v4EVGHvv9qkPcCbxTJ24++xNHAiAWTlB+yxmwMF07smWe4/pSCCWciGnCZDR68EMxGVlnVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.73.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b7fec8c6669106d1fa951623ff516c86/tevm-webpack-plugin-1.1.0-next.73.tgz","_integrity":"sha512-KSGbQ84PY2roDK7ZFQbNJqe6qCrhy7wriOnik0HnnFW7FW8H111KEP7OUf7KT5rGOqoPxobpaj+0NatCJ/Vqig==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.73"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.73_1717902352460_0.21868113936076616","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.74","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"bb7a1bf2fa986efed26b6adb7a540cff58023503","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.74.tgz","fileCount":24,"integrity":"sha512-GBWiMsSiqTzZfqN+P7uNsRbYKXjMy8Kq+39CJXmbl8So8poaNPJz4tZ22qEMaT9WMrztOMisGqixyVe+t8RLhQ==","signatures":[{"sig":"MEUCIQCFtVMAcFu0nZ+/SOKkG27IBUA9E4GfHIabxj+d4vOFRAIgPZ/+HEigpJWPK4hIxO084A31m77BcFKrqc+CcptaU18=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20519},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.74.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --apply-unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5e1275b7e6741cb00f964edefaf9c048/tevm-webpack-plugin-1.1.0-next.74.tgz","_integrity":"sha512-GBWiMsSiqTzZfqN+P7uNsRbYKXjMy8Kq+39CJXmbl8So8poaNPJz4tZ22qEMaT9WMrztOMisGqixyVe+t8RLhQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.74"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.74_1718182370816_0.7814737090295529","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.77","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"01847446c6d743202083566be8ad9278c13db84e","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.77.tgz","fileCount":24,"integrity":"sha512-/hYinr8xhrWt7l/DoYwpxD/9KO8A8iBuRZcxBFGVa6TByTl9K7wW8Jc9Im9+DbhAuZo0wok0zQCe2JqvER/gNQ==","signatures":[{"sig":"MEUCIH6eYwCXg0lYS1cSP3ZzSJmxwMWZ0I9qYC8kheGjUqEUAiEA8qk5vMw/mldU7XTNe1UvYR4CK8RBHmhvhfY9PxKQXco=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20521},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.77.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/93809398a2997a37cb82c2bab428a8ff/tevm-webpack-plugin-1.1.0-next.77.tgz","_integrity":"sha512-/hYinr8xhrWt7l/DoYwpxD/9KO8A8iBuRZcxBFGVa6TByTl9K7wW8Jc9Im9+DbhAuZo0wok0zQCe2JqvER/gNQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.77_1718389933758_0.675868367971391","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.79","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"7ae4255030a8ba2081075ecbae84ff7ae84afe9a","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.79.tgz","fileCount":24,"integrity":"sha512-E9UmpUXCXIaGoctGIp9V2TAevV+s3K8bblZalY2B4Iper+i2lYoX76TiwewE+INPKs+hTwIFK3wI7lWl5EJrgQ==","signatures":[{"sig":"MEYCIQC3ojP1XMn4THA0vIxHZh42p9sIZqnDAmlBMrysCwQOSAIhALUFJ4NKlaUYVWZI/Gb0gHE53RqdKV+NCBjkwZRwNeUf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20521},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.79.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/523adb1c79f0cd8483a96567228027da/tevm-webpack-plugin-2.0.0-next.79.tgz","_integrity":"sha512-E9UmpUXCXIaGoctGIp9V2TAevV+s3K8bblZalY2B4Iper+i2lYoX76TiwewE+INPKs+hTwIFK3wI7lWl5EJrgQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.79"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.79","@tevm/tsupconfig":"^2.0.0-next.79"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.79_1718754349697_0.15560356523880725","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.80","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"42a2af75000ff6621d978ed324fb17472608d5d5","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.80.tgz","fileCount":24,"integrity":"sha512-+fD0DS4noCmcKBLuiyyrrCt8Ym5T4V+fVk/wHHLVgls268wEVm1zhYtZlcTMbtntt13tVInroc7cPz1JBj2grw==","signatures":[{"sig":"MEQCIGMMlcSVLoE5GH45dO4R4u/EPCH8amhVaw5CGbzuGJ3HAiAo5bGfenIqynAtX36GLH2F3kgB9VCG6+aXyGwcyiQ/HQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20521},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.80.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5a29eda97b3b4953c6ef76c201420c14/tevm-webpack-plugin-2.0.0-next.80.tgz","_integrity":"sha512-+fD0DS4noCmcKBLuiyyrrCt8Ym5T4V+fVk/wHHLVgls268wEVm1zhYtZlcTMbtntt13tVInroc7cPz1JBj2grw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.80_1718769381278_0.1265212651802161","host":"s3://npm-registry-packages"}},"2.0.0-next.83":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.83","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@2.0.0-next.83","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"83abee6389b7e09ea938d17c18f4d0a47a844ef8","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.83.tgz","fileCount":24,"integrity":"sha512-HOi2BlVGM7hRLlikGD28yaQXmhrblad9SjdjKLbGkeomOUERsWnJJ/KUu6r2OUpKA2Thh69Wp680ZyQsQ0N8AQ==","signatures":[{"sig":"MEYCIQDio07ASD8BPRk+pBhjlDoXh33abc1RoFXEs7+qPb3Y+wIhAOuQgDwMQZJjY9vzrqLXMtdSt8oxDWgJIArRj9EJFrhU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20521},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.83.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e724c78996fbb8f428c7f6774e1c8ced/tevm-webpack-plugin-2.0.0-next.83.tgz","_integrity":"sha512-HOi2BlVGM7hRLlikGD28yaQXmhrblad9SjdjKLbGkeomOUERsWnJJ/KUu6r2OUpKA2Thh69Wp680ZyQsQ0N8AQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.83"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.83_1718840648211_0.5937336034574014","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.86","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"936b9f1c4946a82ed4248fd62d0dfce695a9a3a6","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.86.tgz","fileCount":24,"integrity":"sha512-GaSKKk224dtrdp8ZmtnS78BZoGvtDhgLDXtHl/sscONtg/h0YTivjRQYJkJOn1kqOY4og/ya/bM+VGVBCdhvTQ==","signatures":[{"sig":"MEYCIQDCDF2ZFgnJ75pO+HvUTTF9xrb87IQsPYMRnWCI5uFg7gIhALjd1vbQ+Sv2cNb22Zik15GHJtO9LkR+vks0BELZdBjz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20555},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2a136514e9abc1fa9c7dff40cbc88fe9/tevm-webpack-plugin-2.0.0-next.86.tgz","_integrity":"sha512-GaSKKk224dtrdp8ZmtnS78BZoGvtDhgLDXtHl/sscONtg/h0YTivjRQYJkJOn1kqOY4og/ya/bM+VGVBCdhvTQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.86"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.86_1719443500324_0.5132934967670173","host":"s3://npm-registry-packages"}},"1.0.0-next.86":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.86","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"b90968792e9bcb1515fc910b345a7fbad52151ba","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.86.tgz","fileCount":24,"integrity":"sha512-0tnezOuFhnszx9QvIwyBHdS5ZPbTeVBNrIcmNk9BW8oT4Rj303S2zWmBn2+Q2uUFzFZ7pivyBZ92lUQOAJlmTQ==","signatures":[{"sig":"MEQCIAQTsuOKW34rF2hfzP6SOu7pF63wPLdBQ5UNMN9dQENhAiBa69+//aCqLe1mAOu+i7kgr3hrBvU9tXq+xRoTYZX5Wg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20555},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5f87399686d0eabe5db3615ee752e927/tevm-webpack-plugin-1.0.0-next.86.tgz","_integrity":"sha512-0tnezOuFhnszx9QvIwyBHdS5ZPbTeVBNrIcmNk9BW8oT4Rj303S2zWmBn2+Q2uUFzFZ7pivyBZ92lUQOAJlmTQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.86_1719898126496_0.8474218600594259","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/webpack-plugin","version":"1.1.0-next.96","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"213f5e48e715dac6fb6288a847fd5e5db9c83cd1","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.1.0-next.96.tgz","fileCount":24,"integrity":"sha512-ZRO9A6jldsNQJzWdgeJZLcGUOTDYC/cT9W6+WaSpbOJXJ/Q6+KZ/wsppEQVYEb7KMPCoRfmsG221DT5dg6dv3g==","signatures":[{"sig":"MEYCIQCUwa9WdNbIV9UwhthjiVOkBtoGySSdDIT5FFhnJcA+lAIhAImxnrCs2Cx+nU3AeYfeanV+fwvSvkW7QtDPKhSdjF8E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20578},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.1.0-next.96.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f35d086056104f464fef37e2fb5db6f5/tevm-webpack-plugin-1.1.0-next.96.tgz","_integrity":"sha512-ZRO9A6jldsNQJzWdgeJZLcGUOTDYC/cT9W6+WaSpbOJXJ/Q6+KZ/wsppEQVYEb7KMPCoRfmsG221DT5dg6dv3g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.2.4","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/unplugin":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.1.0-next.96_1720622669525_0.6484421261436359","host":"s3://npm-registry-packages"}},"2.0.0-next.101":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.101","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"68f31d47af9c35c6c7a828570cb29bba8cb6f16d","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.101.tgz","fileCount":24,"integrity":"sha512-VPk17Od76MP6KG1IycK3dGDvnPhbECDSIQMijmd1R32NnA4D2xBZTqMEuEueVK9BTgg6nFLPAIfcPA7rzcQnCA==","signatures":[{"sig":"MEUCIQCHRNZknrNzb1mTBD15bR/Q5+F+VjmGJazOFaXpxBrHfgIgFGp2lzTdOC7/aTiMchexkFeZPQgU6iCcar3jtN2urYg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20580},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.101.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d97578f500d2bdb21f5b66add1fd1a0d/tevm-webpack-plugin-2.0.0-next.101.tgz","_integrity":"sha512-VPk17Od76MP6KG1IycK3dGDvnPhbECDSIQMijmd1R32NnA4D2xBZTqMEuEueVK9BTgg6nFLPAIfcPA7rzcQnCA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.101"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.101_1721897988616_0.7789587986268798","host":"s3://npm-registry-packages"}},"2.0.0-next.102":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.102","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"2841cc0e63288c4727f832f380565aa8b78c6d3b","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.102.tgz","fileCount":24,"integrity":"sha512-KmdGlMqgvBBPXlx0ndtN1kTBIJdEBpZ5kPvPMWTCg5KCzgYRlichOEkigKeO2iPfo+iE6GxDSyketXtgWSQcIw==","signatures":[{"sig":"MEYCIQDE4NDnTEvKLBN6KM3rZV8ge2wWm+7ElIWydp9Yy4A/2AIhAPTGppB+GYHNl3i4SxLkWo68jCgHJ2o6S7eOr5e4OG5q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20580},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.102.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/eed6eb57ecd391ac071b566a17fda1bd/tevm-webpack-plugin-2.0.0-next.102.tgz","_integrity":"sha512-KmdGlMqgvBBPXlx0ndtN1kTBIJdEBpZ5kPvPMWTCg5KCzgYRlichOEkigKeO2iPfo+iE6GxDSyketXtgWSQcIw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.102"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.102_1721970390407_0.39735855934089104","host":"s3://npm-registry-packages"}},"2.0.0-next.103":{"name":"@tevm/webpack-plugin","version":"2.0.0-next.103","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@2.0.0-next.103","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"2409e7cc3328e4dad34883aa8c89e1193c365f10","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-2.0.0-next.103.tgz","fileCount":24,"integrity":"sha512-uqeecy2/e5kfyc5mT2ooRd+6hDQu7OCJA6JQ3++9f/cus7vCaFeeG6hCl+6Mv2aCea5Q3t5OGq1IOu048mkRbQ==","signatures":[{"sig":"MEQCIBDkdkqMzzxH298YEBlagBu14a/vql9modkVsAu7nuYnAiARfBc/C9TDISWnTZW69RIK0/QKdWFj351EKkghL9TT7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20580},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-2.0.0-next.103.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/484209874e6b697a14a22d3dbb7d51d1/tevm-webpack-plugin-2.0.0-next.103.tgz","_integrity":"sha512-uqeecy2/e5kfyc5mT2ooRd+6hDQu7OCJA6JQ3++9f/cus7vCaFeeG6hCl+6Mv2aCea5Q3t5OGq1IOu048mkRbQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^2.0.0-next.103"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_2.0.0-next.103_1722337200513_0.5332096924212331","host":"s3://npm-registry-packages"}},"1.0.0-next.108":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.108","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@1.0.0-next.108","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4f995809a2686d95120a8e9d647b90296282db16","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.108.tgz","fileCount":24,"integrity":"sha512-AIBhAOUS0xOyNH9oxftANq3v0tJ7u7dCqyALSQvQ1VcKceGjfEQS1tFYzv0uyprospwcUB1Czp32wPAb/R49eA==","signatures":[{"sig":"MEUCIQCJwqM/Fv/wxg/Vl0Zyy5nGxNJ40Xrig/FXXvvQZ2medQIgOFn5w46SVRwyaUAsOSbi44UMFVjsvBmDV2209FvHwT8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20735},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.108.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4d0a9107ee0227246e900949344f02a6/tevm-webpack-plugin-1.0.0-next.108.tgz","_integrity":"sha512-AIBhAOUS0xOyNH9oxftANq3v0tJ7u7dCqyALSQvQ1VcKceGjfEQS1tFYzv0uyprospwcUB1Czp32wPAb/R49eA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.108"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^0.0.0-next.96"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.108_1724786353388_0.16992780780448657","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.109","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"8c9078050c8a1900e26794c8fa97ad61e9efcaf5","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.109.tgz","fileCount":24,"integrity":"sha512-Fdr4KWY/sVfNZC0D9NZ3Kkl2ySi18gCgpw875vHHStNZC/TOyGjQUs5cjedlZxycDETYeMmOtIFz9uCah7eG6A==","signatures":[{"sig":"MEQCIFJ9rJKCCcCDPN5YFtXIvCDQ+h87FQkk9XCHQdYMhvpZAiB7djv/sBUHd0WcsaHOJf8qJJCVXWlLhe3WxpYcpPB66g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20736},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.109.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e4c68791ae4760d2eed4cb0288fc38a2/tevm-webpack-plugin-1.0.0-next.109.tgz","_integrity":"sha512-Fdr4KWY/sVfNZC0D9NZ3Kkl2ySi18gCgpw875vHHStNZC/TOyGjQUs5cjedlZxycDETYeMmOtIFz9uCah7eG6A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"sideEffect":false,"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.109_1725179142418_0.9006827291161701","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.117","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"e609f93c0744ac0a4b3fe73a6a3af3b0840f20f2","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.117.tgz","fileCount":24,"integrity":"sha512-TdwC1gjv0vx8A6EB/8+yzkZlRg5NlGFgmw+Y7n8HV+Gv6C0mjscBpGWlYX8YZC0h2ZFNR7ZsuwPiieurM+8ftw==","signatures":[{"sig":"MEYCIQD0KWehXJDLq5V8aJfAVI3ZUIXZ0395mSkHHrPJ1aqW8wIhAL2l0uxr6uJkHmGkg7kUTzjlIiwdV3QFldQ4gqP/T1JV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20738},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.117.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d9420582a0782a966ac0697b3a553f93/tevm-webpack-plugin-1.0.0-next.117.tgz","_integrity":"sha512-TdwC1gjv0vx8A6EB/8+yzkZlRg5NlGFgmw+Y7n8HV+Gv6C0mjscBpGWlYX8YZC0h2ZFNR7ZsuwPiieurM+8ftw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.117_1727069965425_0.8873627947411808","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.118","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"6188a349e3251b5d45cfe215c05f0a1c20ba597a","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.118.tgz","fileCount":24,"integrity":"sha512-s95MqmvYDBiOkPbBTxLf8PAogzE441JZuxFa4sNfgyOARjrcbUfrpVAZ/Bw6c4iCSL7QIPPRk8PI9u12zA8pCw==","signatures":[{"sig":"MEYCIQDMQu8Z003gumVM9wzvqO0lZOBoirLbg411MfBhf+QhvQIhAMXX4FBn+vRASUBR/WjBdxUHunIvwHmunCNHU6m4tjV+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20738},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.118.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/971fd3a2157c22f45e96a45e04b59c81/tevm-webpack-plugin-1.0.0-next.118.tgz","_integrity":"sha512-s95MqmvYDBiOkPbBTxLf8PAogzE441JZuxFa4sNfgyOARjrcbUfrpVAZ/Bw6c4iCSL7QIPPRk8PI9u12zA8pCw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.118_1727467767957_0.9762026555842289","host":"s3://npm-registry-packages"}},"1.0.0-next.124":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.124","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"12ef2957895e99dd94f8668f8b776903cb9b75fb","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.124.tgz","fileCount":24,"integrity":"sha512-1V4ZJGW8BV5RJMKkdQ3X1uWf4X+H90EpZWsGeGitZ6Ehq4p+B9kUzh9pQHTn/bX9Bc1VYN1N13TI+4IQehWn0g==","signatures":[{"sig":"MEUCIBU3qhfLV1t3VvZ1/bnzlkIexocZZL959n3XfpavZa2TAiEA9O00W6x4TWP2bK0a9vn4qmazIF/iLVTpClZcFHSWMIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":20738},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.124.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/56bba01dd2e6c43f7f9490e2ea9efcbd/tevm-webpack-plugin-1.0.0-next.124.tgz","_integrity":"sha512-1V4ZJGW8BV5RJMKkdQ3X1uWf4X+H90EpZWsGeGitZ6Ehq4p+B9kUzh9pQHTn/bX9Bc1VYN1N13TI+4IQehWn0g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.124"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.124_1729131194943_0.5938415031236255","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.128","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"01b89462ea37624516d962bb6247e0b71d080952","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.128.tgz","fileCount":24,"integrity":"sha512-V/kCsxALb8ycdrCO3llMFgdUkfzm8Xh0EaZewxmQR8op8yfkqPQksofNc3GHD2xW0FhD5CFkqz7l09UmgrvSlg==","signatures":[{"sig":"MEUCIQDQfTRMG9or1xGWui6MLIENGsMpvFMuG7ioAk/PRtJgfAIgSVOFxdVRS3Ubsg6nDeSv7tZ/nVn66I1Nt4/tau0CNPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":20688},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.128.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b6bc03e6e80608e94ff7fa418b822080/tevm-webpack-plugin-1.0.0-next.128.tgz","_integrity":"sha512-V/kCsxALb8ycdrCO3llMFgdUkfzm8Xh0EaZewxmQR8op8yfkqPQksofNc3GHD2xW0FhD5CFkqz7l09UmgrvSlg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.128_1741407812421_0.08700857516226979","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.131","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"79740c6c16ae709210cedb7f6e1984eb6bd8f014","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.131.tgz","fileCount":24,"integrity":"sha512-d1ADzJA4BUwqZST8Q5ta18hj0j5l8IWAhomdsVL56fGoDgt4U4gMR0r1J47NPN9fnOqEkv0gt4QnBwh9d8dgQQ==","signatures":[{"sig":"MEUCIBOV1N4npED/e5tEzsTbrfzHyk3PT9hO+4lahd8JZkZgAiEAsNyxtQPDAYGF0sLy1tqgO5QYQD2CWiuZpfavHijTjHE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37074},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.131.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8c678208bc396b949b30f2fc2dba21d6/tevm-webpack-plugin-1.0.0-next.131.tgz","_integrity":"sha512-d1ADzJA4BUwqZST8Q5ta18hj0j5l8IWAhomdsVL56fGoDgt4U4gMR0r1J47NPN9fnOqEkv0gt4QnBwh9d8dgQQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.131_1741746445032_0.8154470990343461","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.134":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.134","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"4c4b5c310dc821d1ad461fd9500a1cdc5e53ae0a","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.134.tgz","fileCount":24,"integrity":"sha512-XIZ58zG5PbE1e4CiNN0KHoAJUmwoAmopKsoi7NXPZKbuBg/jQVtQYUXglL3RRlLm/U6pn+XVsn3w/ZDwK71qow==","signatures":[{"sig":"MEUCIQCtlKftfShbBKwFazgI/Cpfj8pHeIByFRhenH3TD5oS5AIgWoN6sPsvLDx5z+qBMXqzoUEl8cNSyK21nmbxJGuz2mE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37074},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.134.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/171ead7d471237acd8f562fbd2267e60/tevm-webpack-plugin-1.0.0-next.134.tgz","_integrity":"sha512-XIZ58zG5PbE1e4CiNN0KHoAJUmwoAmopKsoi7NXPZKbuBg/jQVtQYUXglL3RRlLm/U6pn+XVsn3w/ZDwK71qow==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.134"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.134_1742522816489_0.443686448014037","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.140":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.140","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"e8a3c658b973ca5e2deaeb3a701f8ad337325b0b","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.140.tgz","fileCount":24,"integrity":"sha512-UT8Bq3lojKiahQ3avVZKKpu+cfhT0HUWPAJOZh52foO3ozBmJu/HM3TY5GAtwugQRrug6sInl3It07+/4sS8bQ==","signatures":[{"sig":"MEUCIAE+4aBNovXA1AJViorh8y9ccYUMMqVjt5RK2oN7rkCLAiEA/HbD3lszRfNOnCMBcBTM8rQAe+SDHTzzAbu65BoJZuY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37074},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.140.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b48e839a86f7bbf64b0467b7429aca9b/tevm-webpack-plugin-1.0.0-next.140.tgz","_integrity":"sha512-UT8Bq3lojKiahQ3avVZKKpu+cfhT0HUWPAJOZh52foO3ozBmJu/HM3TY5GAtwugQRrug6sInl3It07+/4sS8bQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.140"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.140_1743024983499_0.9052901323890357","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.142","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"1441ac30b508723766de3d69fd7ecb10581abe05","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.142.tgz","fileCount":24,"integrity":"sha512-ZWD7AR0+GWGGvbw/rum3XPgz6PjNRlNI/tRPk4ipoA1x/EfvHvYK5oVphhYWtx6GRrlSW68aeiwcWbXBprFqfg==","signatures":[{"sig":"MEUCICKyb1B80vWj0O00yyLVZ60CI1h7mNQlmP3ykuT3/wUQAiEA+D0THJ7So98gB6H6atriplUFnv9qUmF/MZyQoCO8L1w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37074},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.142.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0a5dfdd79d3fbfbd455b395d0c9bd355/tevm-webpack-plugin-1.0.0-next.142.tgz","_integrity":"sha512-ZWD7AR0+GWGGvbw/rum3XPgz6PjNRlNI/tRPk4ipoA1x/EfvHvYK5oVphhYWtx6GRrlSW68aeiwcWbXBprFqfg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.142_1745166054803_0.4035103463662759","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.146","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"a55d8363dafd72184f993e54c762ee9e5b077b6a","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.146.tgz","fileCount":24,"integrity":"sha512-1LFY1mQ7P2Wpaj3kiTIqutmJ7kfiOhk0kyGw2Wsk/kNA4CQqgmA4Ue4GYd27INsLk10aAaCa8ZngNsFcMkAn0A==","signatures":[{"sig":"MEYCIQCNx7fQewy+5gfWlsXTUtPn65dY2VuwuwiiCPAkhqOvqgIhANSWbrpkpDsHAfEewP6+IxBabAxN9ux13qU5NbUikL3J","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37074},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.146.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/fbc065f8c89d363701da266f3afe4ea4/tevm-webpack-plugin-1.0.0-next.146.tgz","_integrity":"sha512-1LFY1mQ7P2Wpaj3kiTIqutmJ7kfiOhk0kyGw2Wsk/kNA4CQqgmA4Ue4GYd27INsLk10aAaCa8ZngNsFcMkAn0A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.146_1748435434726_0.9380083341177334","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/webpack-plugin","version":"1.0.0-next.148","keywords":["webpack","plugin","solidity","sol","tevm"],"license":"MIT","_id":"@tevm/webpack-plugin@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":"b01335a5a91300e94ccc3c4801e860ff794cca83","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-next.148.tgz","fileCount":24,"integrity":"sha512-88yGm/5/ByLPHn9ss4kxor1BKmNaCUi1RVf+1FlWZnlEHU8ZApdh2g9WrP3XC5HMMpJFxA713TgVYVUvJ5f6pQ==","signatures":[{"sig":"MEUCIGbBg2vZ98RP4ZW8AcfuxwOsRIWB+d4Qix+BC6yPbBEWAiEAhNJUr2njeNn0Kg35CRCSTDuwbmF4EI3/oFJkKuzlLnE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":37101},"main":"dist/index.cjs","type":"module","_from":"file:tevm-webpack-plugin-1.0.0-next.148.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"lint":"biome check . --write --unsafe","test":"vitest","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","typecheck":"tsc --noEmit","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"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e9683af070e4e54f85f19292065dc833/tevm-webpack-plugin-1.0.0-next.148.tgz","_integrity":"sha512-88yGm/5/ByLPHn9ss4kxor1BKmNaCUi1RVf+1FlWZnlEHU8ZApdh2g9WrP3XC5HMMpJFxA713TgVYVUvJ5f6pQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/webpack"},"_npmVersion":"10.8.1","description":"A webpack plugin for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/unplugin":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.148"},"peerDependencies":{"webpack":">5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/webpack-plugin_1.0.0-next.148_1759577160319_0.9169837827802576","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/webpack-plugin","version":"1.0.0-rc.151","private":false,"description":"A webpack plugin for tevm","keywords":["webpack","plugin","solidity","sol","tevm"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"bundler-packages/webpack"},"license":"MIT","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"sideEffects":false,"type":"module","exports":{"./package.json":"./package.json",".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}}},"main":"dist/index.cjs","module":"dist/index.js","types":"types/index.d.ts","dependencies":{"@tevm/unplugin":"^1.0.0-rc.151"},"devDependencies":{"@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"peerDependencies":{"webpack":">5.0.0"},"publishConfig":{"access":"public"},"scripts":{"build":"nx run-many --targets=build:dist,build:types --projects=@tevm/webpack-plugin ","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","test:run":"vitest run","test:ui":"vitest --ui","typecheck":"tsc --noEmit"},"_id":"@tevm/webpack-plugin@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-6/3IMmTU932xIrp9oaQZDM/7pQIbfipxSpwjq1rLxy/d0RUOiWiaohmy0vvJBl0s4rRnT+nT5rTn4fJ+lCN04Q==","_resolved":"/tmp/tmp.n91admfvK7/tevm-webpack-plugin-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.n91admfvK7/tevm-webpack-plugin-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-6/3IMmTU932xIrp9oaQZDM/7pQIbfipxSpwjq1rLxy/d0RUOiWiaohmy0vvJBl0s4rRnT+nT5rTn4fJ+lCN04Q==","shasum":"80ce7af8f96c71e1846bb845cd2cfb48b3598d8b","tarball":"https://registry.npmjs.org/@tevm/webpack-plugin/-/webpack-plugin-1.0.0-rc.151.tgz","fileCount":24,"unpackedSize":37093,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fwebpack-plugin@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDV3zQRyNz1AfRu6D8LwbzBfASnwN9m0IhXxj+06Z5TJQIhAPkOXWyxOMR+WUOzLggi0gdwYGutiK7HdA+WDHRSzYJF"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:a2b15e30-6c8c-4472-8c2a-ba67d24e1a94"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/webpack-plugin_1.0.0-rc.151_1779468066134_0.9167218062644154"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-06T04:54:39.027Z","modified":"2026-05-22T16:41:06.583Z","1.0.0-next.19":"2023-12-06T04:54:39.255Z","1.0.0-next.21":"2024-01-07T21:14:38.955Z","1.0.0-next.23":"2024-01-22T04:20:57.328Z","1.0.0-next.25":"2024-01-29T04:20:12.667Z","1.0.0-next.28":"2024-02-09T21:26:17.585Z","1.0.0-next.40":"2024-02-20T03:18:33.151Z","1.0.0-next.41":"2024-02-25T01:35:40.501Z","1.1.0-next.47":"2024-05-13T15:36:45.718Z","1.1.0-next.52":"2024-05-16T23:05:11.269Z","1.1.0-next.60":"2024-05-24T14:41:21.415Z","1.1.0-next.69":"2024-06-04T08:12:02.572Z","1.1.0-next.70":"2024-06-05T23:46:25.056Z","1.1.0-next.72":"2024-06-09T01:20:51.259Z","1.1.0-next.73":"2024-06-09T03:05:52.610Z","1.1.0-next.74":"2024-06-12T08:52:50.951Z","1.1.0-next.77":"2024-06-14T18:32:13.937Z","2.0.0-next.79":"2024-06-18T23:45:49.865Z","2.0.0-next.80":"2024-06-19T03:56:21.414Z","2.0.0-next.83":"2024-06-19T23:44:08.385Z","2.0.0-next.86":"2024-06-26T23:11:40.472Z","1.0.0-next.86":"2024-07-02T05:28:46.663Z","1.1.0-next.96":"2024-07-10T14:44:29.692Z","2.0.0-next.101":"2024-07-25T08:59:48.755Z","2.0.0-next.102":"2024-07-26T05:06:30.713Z","2.0.0-next.103":"2024-07-30T11:00:00.647Z","1.0.0-next.108":"2024-08-27T19:19:13.576Z","1.0.0-next.109":"2024-09-01T08:25:42.551Z","1.0.0-next.117":"2024-09-23T05:39:25.684Z","1.0.0-next.118":"2024-09-27T20:09:28.134Z","1.0.0-next.124":"2024-10-17T02:13:15.165Z","1.0.0-next.128":"2025-03-08T04:23:32.599Z","1.0.0-next.131":"2025-03-12T02:27:25.191Z","1.0.0-next.134":"2025-03-21T02:06:56.661Z","1.0.0-next.140":"2025-03-26T21:36:23.767Z","1.0.0-next.142":"2025-04-20T16:20:54.989Z","1.0.0-next.146":"2025-05-28T12:30:34.868Z","1.0.0-next.148":"2025-10-04T11:26:00.527Z","1.0.0-rc.151":"2026-05-22T16:41:06.277Z"},"bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"license":"MIT","homepage":"https://github.com/evmts/tevm-monorepo#readme","keywords":["webpack","plugin","solidity","sol","tevm"],"repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/webpack"},"description":"A webpack plugin for tevm","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}