2025-04-19 15:38:48 +08:00

106 lines
3.0 KiB
JSON

{
"_from": "@ethereumjs/tx",
"_id": "@ethereumjs/tx@5.4.0",
"_inBundle": false,
"_integrity": "sha512-SCHnK7m/AouZ7nyoR0MEXw1OO/tQojSbp88t8oxhwes5iZkZCtfFdUrJaiIb72qIpH2FVw6s1k1uP7LXuH7PsA==",
"_location": "/@ethereumjs/tx",
"_phantomChildren": {
"@noble/curves": "1.4.2",
"@scure/bip32": "1.4.0",
"@scure/bip39": "1.3.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@ethereumjs/tx",
"name": "@ethereumjs/tx",
"escapedName": "@ethereumjs%2ftx",
"scope": "@ethereumjs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/@ethereumjs/tx/-/tx-5.4.0.tgz",
"_shasum": "6f47894cc3e2d4e63d87c62b41ed7e8180a1de58",
"_spec": "@ethereumjs/tx",
"_where": "D:\\ruyi\\dapp",
"author": {
"name": "mjbecze",
"email": "mb@ethdev.com"
},
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-monorepo/issues?q=is%3Aissue+label%3A%22package%3A+tx%22"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu",
"url": "https://github.com/axic"
}
],
"dependencies": {
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/rlp": "^5.0.2",
"@ethereumjs/util": "^9.1.0",
"ethereum-cryptography": "^2.2.1"
},
"deprecated": false,
"description": "Implementation of the various Ethereum Transaction Types",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/node-dir": "^0.0.34",
"kzg-wasm": "^0.4.0",
"minimist": "^1.2.0",
"node-dir": "^0.1.16"
},
"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/tx#readme",
"keywords": [
"ethereum",
"transactions"
],
"license": "MPL-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"name": "@ethereumjs/tx",
"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": "typedoc --options typedoc.cjs",
"examples": "tsx ../../scripts/examples-runner.ts -- tx",
"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=./vitest.config.browser.mts",
"test:node": "npx vitest run",
"tsc": "../../config/cli/ts-compile.sh"
},
"type": "commonjs",
"version": "5.4.0"
}