{ "_from": "ethereumjs-tx@^2.1.1", "_id": "ethereumjs-tx@2.1.2", "_inBundle": false, "_integrity": "sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==", "_location": "/ethereumjs-tx", "_phantomChildren": { "@types/node": "22.7.5", "@types/pbkdf2": "3.1.2", "@types/secp256k1": "4.0.6", "blakejs": "1.2.1", "browserify-aes": "1.2.0", "bs58check": "2.1.2", "create-hash": "1.2.0", "create-hmac": "1.1.7", "elliptic": "6.5.7", "ethjs-util": "0.1.6", "hash.js": "1.1.7", "keccak": "3.0.4", "pbkdf2": "3.1.2", "randombytes": "2.1.0", "rlp": "2.2.7", "safe-buffer": "5.2.1", "scrypt-js": "3.0.1", "secp256k1": "4.0.4", "setimmediate": "1.0.5" }, "_requested": { "type": "range", "registry": true, "raw": "ethereumjs-tx@^2.1.1", "name": "ethereumjs-tx", "escapedName": "ethereumjs-tx", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/web3-eth-accounts" ], "_resolved": "https://registry.npmmirror.com/ethereumjs-tx/-/ethereumjs-tx-2.1.2.tgz", "_shasum": "5dfe7688bf177b45c9a23f86cf9104d47ea35fed", "_spec": "ethereumjs-tx@^2.1.1", "_where": "D:\\ruyi\\dapp\\node_modules\\web3-eth-accounts", "author": { "name": "mjbecze", "email": "mb@ethdev.com" }, "bugs": { "url": "https://github.com/ethereumjs/ethereumjs-tx/issues" }, "bundleDependencies": false, "contributors": [ { "email": "-c-g-", "url": "https://github.com/cgewecke" }, { "name": "Kirill Fomichev", "email": "fanatid@ya.ru", "url": "https://github.com/fanatid" }, { "name": "Rick Behl", "url": "https://github.com/Nexus7" }, { "name": "Tim Coulter", "email": "tim@timothyjcoulter.com", "url": "https://github.com/tcoulter" }, { "name": "kumavis", "email": "aaron@kumavis.me", "url": "https://github.com/kumavis" }, { "name": "Jack Peterson", "email": "jack@tinybike.net", "url": "https://github.com/tinybike" }, { "name": "Nick Dodson", "url": "https://github.com/SilentCicero" }, { "url": "https://github.com/ckeenan" }, { "name": "Alex Beregszaszi", "email": "alex@rtfs.hu", "url": "https://github.com/axic" }, { "url": "https://github.com/wanderer" }, { "url": "https://github.com/kvhnuke" } ], "dependencies": { "ethereumjs-common": "^1.5.0", "ethereumjs-util": "^6.0.0" }, "deprecated": "New package name format for new versions: @ethereumjs/tx. Please update.", "description": "A simple module for creating, manipulating and signing Ethereum transactions", "devDependencies": { "@ethereumjs/config-nyc": "^1.1.1", "@ethereumjs/config-prettier": "^1.1.1", "@ethereumjs/config-tsc": "^1.1.1", "@ethereumjs/config-tslint": "^1.1.1", "@types/bn.js": "^4.11.5", "@types/minimist": "^1.2.0", "@types/node": "^11.13.4", "@types/tape": "^4.2.33", "browserify": "^16.2.3", "contributor": "^0.1.25", "coveralls": "^2.11.4", "ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git#v1.2.8", "husky": "^2.1.0", "istanbul": "^0.4.1", "karma": "^4.1.0", "karma-browserify": "^6.0.0", "karma-detect-browsers": "^2.3.3", "karma-firefox-launcher": "^1.1.0", "karma-tap": "^4.1.4", "minimist": "^1.2.0", "nyc": "^14.0.0", "prettier": "^1.17.0", "tape": "^4.0.3", "ts-node": "^8.0.3", "tslint": "^5.15.0", "typedoc": "^0.14.2", "typedoc-plugin-markdown": "^1.2.0", "typescript": "^3.4.3", "typestrict": "^1.0.2" }, "files": [ "dist" ], "homepage": "https://github.com/ethereumjs/ethereumjs-tx", "husky": { "hooks": { "pre-push": "npm run lint" } }, "keywords": [ "ethereum", "transactions" ], "license": "MPL-2.0", "main": "dist/index.js", "name": "ethereumjs-tx", "repository": { "type": "git", "url": "git+https://github.com/ethereumjs/ethereumjs-tx.git" }, "scripts": { "build": "ethereumjs-config-build", "coverage": "ethereumjs-config-coverage", "coveralls": "ethereumjs-config-coveralls", "docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported src", "format": "ethereumjs-config-format", "format:fix": "ethereumjs-config-format-fix", "lint": "ethereumjs-config-lint", "lint:fix": "ethereumjs-config-lint-fix", "prepublishOnly": "npm run test && npm run build", "test": "npm run test:node", "test:browser": "npm run test:browser:build && karma start karma.conf.js", "test:browser:build": "tsc && cp ./test/*.json test-build/test/", "test:node": "ts-node node_modules/tape/bin/tape ./test/index.ts", "tsc": "ethereumjs-config-tsc", "tslint": "ethereumjs-config-tslint", "tslint:fix": "ethereumjs-config-tslint-fix" }, "types": "dist/index.d.ts", "version": "2.1.2" }