{ "_from": "ethereumjs-common@^1.3.2", "_id": "ethereumjs-common@1.5.2", "_inBundle": false, "_integrity": "sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==", "_location": "/ethereumjs-common", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ethereumjs-common@^1.3.2", "name": "ethereumjs-common", "escapedName": "ethereumjs-common", "rawSpec": "^1.3.2", "saveSpec": null, "fetchSpec": "^1.3.2" }, "_requiredBy": [ "/ethereumjs-tx", "/web3-eth-accounts" ], "_resolved": "https://registry.npmmirror.com/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz", "_shasum": "2065dbe9214e850f2e955a80e650cb6999066979", "_spec": "ethereumjs-common@^1.3.2", "_where": "D:\\ruyi\\dapp\\node_modules\\web3-eth-accounts", "author": "", "bugs": { "url": "https://github.com/ethereumjs/ethereumjs-common/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": "New package name format for new versions: @ethereumjs/common. Please update.", "description": "Resources common to all Ethereum implementations", "devDependencies": { "@ethereumjs/config-nyc": "^1.1.0", "@ethereumjs/config-prettier": "^1.1.0", "@ethereumjs/config-tsc": "^1.1.0", "@ethereumjs/config-tslint": "^1.1.0", "@types/node": "^10.12.2", "@types/tape": "^4.2.33", "coveralls": "^3.0.1", "nyc": "^11.7.1", "prettier": "^1.15.3", "tape": "^4.9.2", "ts-node": "^7.0.1", "tslint": "^5.12.0", "typedoc": "next", "typedoc-plugin-markdown": "^2.2.17", "typescript": "^3.2.2", "typestrict": "^1.0.2" }, "files": [ "dist" ], "homepage": "https://github.com/ethereumjs-ethereumjs/common", "keywords": [ "ethereum", "ethereumjs", "constants", "parameters", "genesis", "networks", "bootstrap" ], "license": "MIT", "main": "./dist/index.js", "maintainers": [ { "name": "Holger Drewes", "email": "Holger.Drewes@gmail.com" } ], "name": "ethereumjs-common", "repository": { "type": "git", "url": "git+https://github.com/ethereumjs/ethereumjs-common.git" }, "scripts": { "build": "ethereumjs-config-build", "coverage": "ethereumjs-config-coverage", "coveralls": "ethereumjs-config-coveralls", "docs:build": "typedoc --options typedoc.js", "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 lint && npm run unitTests", "test:fix": "npm run lint:fix && npm run unitTests", "tsc": "ethereumjs-config-tsc", "tslint": "ethereumjs-config-tslint", "tslint:fix": "ethereumjs-config-tslint-fix", "unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts" }, "types": "./dist/index.d.ts", "version": "1.5.2" }