{"name":"@ethereumjs/mpt","version":"10.1.1","description":"Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.","keywords":["merkle","radix","trie","ethereum"],"homepage":"https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/mpt#readme","bugs":{"url":"https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+mpt%22"},"repository":{"type":"git","url":"git+https://github.com/ethereumjs/ethereumjs-monorepo.git"},"license":"MPL-2.0","author":{"name":"EthereumJS Team"},"contributors":[{"name":"Aaron Kumavis","email":"http://aaron.kumavis.me/","url":"https://github.com/kumavis"}],"type":"module","sideEffects":false,"main":"dist/cjs/index.js","module":"dist/esm/index.js","exports":{".":{"import":{"typescript":"./src/index.ts","default":"./dist/esm/index.js"},"require":"./dist/cjs/index.js"}},"scripts":{"benchmarks":"node -r tsx/register --max-old-space-size=8024 benchmarks","biome":"npx @biomejs/biome check","biome:fix":"npx @biomejs/biome check --write","build":"../../config/cli/ts-build.sh","clean":"../../config/cli/clean-package.sh","coverage":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.mts","coverage:istanbul":"DEBUG=ethjs npx vitest run -c ../../config/vitest.config.coverage.istanbul.mts","docs:build":"typedoc --options typedoc.mjs","examples":"tsx ../../scripts/examples-runner.ts -- mpt","examples:build":"npx embedme README.md","lint":"npm run biome && eslint  --config ./eslint.config.mjs .","lint:fix":"npm run biome:fix && eslint  --fix --config ./eslint.config.mjs .","prepublishOnly":"../../config/cli/prepublish.sh","sc":"npm run spellcheck","spellcheck":"npm run spellcheck:ts && npm run spellcheck:md","spellcheck:ts":"npx cspell --gitignore -c ../../config/cspell-ts.json \"./**/*.ts\" --cache --show-suggestions --show-context","spellcheck:md":"npx cspell --gitignore -c ../../config/cspell-md.json \"**.md\" --cache --show-suggestions --show-context","profiling":"tsc --target ES5 benchmarks/random.ts && 0x benchmarks/random.js","test":"npm run test:node && npm run test:browser","test:browser":"npx vitest run --config=./vitest.config.browser.mts","test:node":"npx vitest run -c ../../config/vitest.config.mts","tsc":"../../config/cli/ts-compile.sh"},"dependencies":{"@ethereumjs/rlp":"^10.1.1","@ethereumjs/util":"^10.1.1","@noble/hashes":"^2.0.1","debug":"^4.4.0","lru-cache":"11.0.2"},"devDependencies":{"@ethereumjs/genesis":"^10.1.1","@types/benchmark":"^2.1.5","@types/debug":"^4.1.12","abstract-level":"^3.0.1","level":"^9.0.0","lmdb":"^3.2.6","memory-level":"^3.0.0","micro-bmark":"0.4.0"},"engines":{"node":">=20"},"gitHead":"dbbd61e07023ec8c867dd6c279c6990d43064ed9","types":"./dist/cjs/index.d.ts","_id":"@ethereumjs/mpt@10.1.1","_nodeVersion":"23.10.0","_npmVersion":"11.6.2","dist":{"shasum":"0d4f786e1ef21ebe26df2ce7206feb261428a7ad","size":126433,"noattachment":false,"key":"/@ethereumjs/mpt/-/@ethereumjs/mpt-10.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@ethereumjs/mpt/download/@ethereumjs/mpt-10.1.1.tgz"},"_npmUser":{"name":"holgerd77","email":"Holger.Drewes@gmail.com"},"directories":{},"maintainers":[{"name":"acolytec3","email":""},{"name":"axic","email":""},{"name":"g11tech","email":""},{"name":"holgerd77","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mpt_10.1.1_1769607341759_0.2388599937726401"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-28T13:35:42.001Z","publish_time":1769607342001,"_source_registry_name":"default","_cnpm_publish_time":1769607342001,"dist-tags":{"alpha":"7.0.0-alpha.1","latest":"10.1.1","nightly":"10.1.1-nightly.2","rc":"10.0.0-rc.1"}}