{
  "_args": [
    [
      "@ethereumjs/common@2.0.0-beta.1",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "@ethereumjs/common@2.0.0-beta.1",
  "_id": "@ethereumjs/common@2.0.0-beta.1",
  "_inBundle": false,
  "_integrity": "sha512-fPOXVeJmQpMJjnPHm6/23BY+xVdigvyZA8QKw8O1KDjcLbMds1kuYhfc7GszaUklbWsaSvwlebXat3WYvOx+8w==",
  "_location": "/@ethereumjs/common",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ethereumjs/common@2.0.0-beta.1",
    "name": "@ethereumjs/common",
    "escapedName": "@ethereumjs%2fcommon",
    "scope": "@ethereumjs",
    "rawSpec": "2.0.0-beta.1",
    "saveSpec": null,
    "fetchSpec": "2.0.0-beta.1"
  },
  "_requiredBy": [
    "/@ethereumjs/tx"
  ],
  "_resolved": "https://registry.npmjs.org/@ethereumjs/common/-/common-2.0.0-beta.1.tgz",
  "_spec": "2.0.0-beta.1",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": "",
  "browser": "dist.browser/index.js",
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-common/issues"
  },
  "dependencies": {
    "crc-32": "^1.2.0"
  },
  "description": "Resources common to all Ethereum implementations",
  "devDependencies": {
    "@ethereumjs/config-coverage": "^2.0.0",
    "@ethereumjs/config-typescript": "^2.0.0",
    "@ethereumjs/eslint-config-defaults": "^2.0.0",
    "@types/node": "^11.13.4",
    "@types/tape": "^4.13.0",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-implicit-dependencies": "^1.0.4",
    "nyc": "^14.0.0",
    "prettier": "^2.0.5",
    "tape": "^4.10.1",
    "ts-node": "^8.8.2",
    "tslint": "^5.16.0",
    "typedoc": "next",
    "typedoc-plugin-markdown": "^2.2.17",
    "typescript": "^3.9.3",
    "typestrict": "^1.0.2"
  },
  "files": [
    "dist",
    "dist.browser"
  ],
  "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-ts-build",
    "coverage": "ethereumjs-config-coverage",
    "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": "tape -r ts-node/register ./tests/*.ts",
    "tsc": "ethereumjs-config-ts-compile"
  },
  "types": "./dist/index.d.ts",
  "version": "2.0.0-beta.1"
}
