137 lines
3.7 KiB
JSON
Raw Normal View History

2025-04-19 15:38:48 +08:00
{
"_from": "@ethereumjs/util@^9.1.0",
"_id": "@ethereumjs/util@9.1.0",
"_inBundle": false,
"_integrity": "sha512-XBEKsYqLGXLah9PNJbgdkigthkG7TAGvlD/sH12beMXEyHDyigfcbdvHhmLyDWgDyOJn4QwiQUaF7yeuhnjdog==",
"_location": "/@ethereumjs/util",
"_phantomChildren": {
"@noble/curves": "1.4.2",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ethereumjs/util@^9.1.0",
"name": "@ethereumjs/util",
"escapedName": "@ethereumjs%2futil",
"scope": "@ethereumjs",
"rawSpec": "^9.1.0",
"saveSpec": null,
"fetchSpec": "^9.1.0"
},
"_requiredBy": [
"/@ethereumjs/common",
"/@ethereumjs/tx"
],
"_resolved": "https://registry.npmmirror.com/@ethereumjs/util/-/util-9.1.0.tgz",
"_shasum": "75e3898a3116d21c135fa9e29886565609129bce",
"_spec": "@ethereumjs/util@^9.1.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\@ethereumjs\\tx",
"author": {
"name": "EthereumJS Team"
},
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+util%22"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tim Coulter",
"email": "tim@timothyjcoulter.com",
"url": "https://github.com/tcoulter"
},
{
"name": "Nick Dodson",
"url": "https://github.com/SilentCicero"
},
{
"name": "Mr. Chico",
"url": "https://github.com/MrChico"
},
{
"name": "Dũng Trần",
"email": "tad88.dev@gmail.com",
"url": "https://github.com/tad88dev"
},
{
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu",
"url": "https://github.com/axic"
},
{
"name": "Taylor Gerring",
"url": "https://github.com/tgerring"
},
{
"name": "Kirill Fomichev",
"email": "fanatid@ya.ru",
"url": "https://github.com/fanatid"
},
{
"name": "kumavis",
"email": "aaron@kumavis.me",
"url": "https://github.com/kumavis"
},
{
"name": "Alexander Sinyagin",
"email": "sinyagin.alexander@gmail.com",
"url": "https://github.com/asinyagin"
}
],
"dependencies": {
"@ethereumjs/rlp": "^5.0.2",
"ethereum-cryptography": "^2.2.1"
},
"deprecated": false,
"description": "A collection of utility functions for Ethereum",
"devDependencies": {
"kzg-wasm": "^0.4.0"
},
"engines": {
"node": ">=18"
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist",
"src"
],
"homepage": "https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/util#readme",
"keywords": [
"ethereum",
"utilities",
"utils"
],
"license": "MPL-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"name": "@ethereumjs/util",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/ethereumjs-monorepo.git"
},
"scripts": {
"build": "../../config/cli/ts-build.sh",
"clean": "../../config/cli/clean-package.sh",
"coverage": "DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov",
"docs:build": "npx typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- util",
"examples:build": "npx embedme README.md",
"lint": "../../config/cli/lint.sh",
"lint:diff": "../../config/cli/lint-diff.sh",
"lint:fix": "../../config/cli/lint-fix.sh",
"prepublishOnly": "../../config/cli/prepublish.sh",
"test": "npm run test:node",
"test:browser": "npx vitest run --config=../../config/vitest.config.browser.mts",
"test:node": "npx vitest run",
"tsc": "../../config/cli/ts-compile.sh"
},
"type": "commonjs",
"version": "9.1.0"
}