{
  "_args": [
    [
      "ethereumjs-util@7.0.7",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "ethereumjs-util@7.0.7",
  "_id": "ethereumjs-util@7.0.7",
  "_inBundle": false,
  "_integrity": "sha512-vU5rtZBlZsgkTw3o6PDKyB8li2EgLavnAbsKcfsH2YhHH1Le+PP8vEiMnAnvgc1B6uMoaM5GDCrVztBw0Q5K9g==",
  "_location": "/ethereumjs-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-util@7.0.7",
    "name": "ethereumjs-util",
    "escapedName": "ethereumjs-util",
    "rawSpec": "7.0.7",
    "saveSpec": null,
    "fetchSpec": "7.0.7"
  },
  "_requiredBy": [
    "/@ethereumjs/tx",
    "/ethereumjs-wallet"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.0.7.tgz",
  "_spec": "7.0.7",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "mjbecze",
    "email": "mjbecze@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-util/issues"
  },
  "contributors": [
    {
      "name": "Tim Coulter",
      "email": "tim@timothyjcoulter.com",
      "url": "https://github.com/tcoulter"
    },
    {
      "name": "Nick Dodson",
      "url": "https://github.com/SilentCicero"
    },
    {
      "name": "Mr. Chico",
      "url": "https://github.com/MrChico"
    },
    {
      "name": "Dũng Trần",
      "email": "tad88.dev@gmail.com",
      "url": "https://github.com/tad88dev"
    },
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu",
      "url": "https://github.com/axic"
    },
    {
      "name": "Taylor Gerring",
      "url": "https://github.com/tgerring"
    },
    {
      "name": "Kirill Fomichev",
      "email": "fanatid@ya.ru",
      "url": "https://github.com/fanatid"
    },
    {
      "name": "kumavis",
      "email": "aaron@kumavis.me",
      "url": "https://github.com/kumavis"
    },
    {
      "name": "Alexander Sinyagin",
      "email": "sinyagin.alexander@gmail.com",
      "url": "https://github.com/asinyagin"
    }
  ],
  "dependencies": {
    "@types/bn.js": "^4.11.3",
    "bn.js": "^5.1.2",
    "create-hash": "^1.1.2",
    "ethereum-cryptography": "^0.1.3",
    "ethjs-util": "0.1.6",
    "rlp": "^2.2.4"
  },
  "description": "a collection of utility functions for Ethereum",
  "devDependencies": {
    "@ethereumjs/config-prettier": "^1.1.0",
    "@ethereumjs/config-tsc": "^1.1.0",
    "@ethereumjs/config-tslint": "^1.1.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^11.9.0",
    "@types/secp256k1": "^4.0.1",
    "husky": "^2.1.0",
    "karma": "^5.0.2",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-mocha": "^2.0.0",
    "karma-typescript": "^4.1.1",
    "mocha": "^6.0.0",
    "nyc": "^15.0.0",
    "prettier": "^1.15.3",
    "ts-node": "^8.6.2",
    "tslint": "^5.12.0",
    "typedoc": "next",
    "typedoc-plugin-markdown": "^2.2.16",
    "typescript": "^3.8.3",
    "typestrict": "^1.0.2"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/ethereumjs/ethereumjs-util",
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "keywords": [
    "ethereum",
    "utilties"
  ],
  "license": "MPL-2.0",
  "main": "dist/index.js",
  "name": "ethereumjs-util",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-util.git"
  },
  "scripts": {
    "build": "ethereumjs-config-build",
    "docs:build": "npx 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 test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "nyc --reporter=lcov mocha --require ts-node/register 'test/*.spec.ts'",
    "tsc": "ethereumjs-config-tsc",
    "tslint": "ethereumjs-config-tslint",
    "tslint:fix": "ethereumjs-config-tslint-fix"
  },
  "types": "./dist/index.d.ts",
  "version": "7.0.7"
}
