{
  "_from": "ethereumjs-common@~0.4.0",
  "_id": "ethereumjs-common@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-ywYGsOeGCsMNWso5Y4GhjWI24FJv9FK7+VyVKiQgXg8ZRDPXJ7F/kJ1CnjtkjTvDF4e0yqU+FWswlqR3bmZQ9Q==",
  "_location": "/ethereumjs-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ethereumjs-common@~0.4.0",
    "name": "ethereumjs-common",
    "escapedName": "ethereumjs-common",
    "rawSpec": "~0.4.0",
    "saveSpec": null,
    "fetchSpec": "~0.4.0"
  },
  "_requiredBy": [
    "/ethereumjs-vm"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-common/-/ethereumjs-common-0.4.1.tgz",
  "_shasum": "27690a24a817b058cc3a2aedef9392e8d7d63984",
  "_spec": "ethereumjs-common@~0.4.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/ethereumjs-vm",
  "author": "",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-common/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Resources common to all Ethereum implementations",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "documentation": "^6.3.2",
    "nyc": "^11.7.1",
    "standard": "^11.0.1",
    "tape": "^4.2.0"
  },
  "homepage": "https://github.com/ethereumjs-ethereumjs/common",
  "keywords": [
    "ethereum",
    "ethereumjs",
    "constants",
    "parameters",
    "genesis",
    "networks",
    "bootstrap"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "Holger Drewes",
      "email": "Holger.Drewes@gmail.com"
    }
  ],
  "name": "ethereumjs-common",
  "nyc": {
    "exclude": "tests/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-common.git"
  },
  "scripts": {
    "build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md",
    "coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
    "coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
    "lint": "standard",
    "test": "npm run lint && node tests/"
  },
  "version": "0.4.1"
}
