{
  "_from": "ethereumjs-util@^4.4.0",
  "_id": "ethereumjs-util@4.5.0",
  "_inBundle": false,
  "_integrity": "sha1-PpQosxfuvaPXJg2FT93alUsfG8Y=",
  "_location": "/ethereumjs-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ethereumjs-util@^4.4.0",
    "name": "ethereumjs-util",
    "escapedName": "ethereumjs-util",
    "rawSpec": "^4.4.0",
    "saveSpec": null,
    "fetchSpec": "^4.4.0"
  },
  "_requiredBy": [
    "/ethereumjs-wallet"
  ],
  "_resolved": "http://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-4.5.0.tgz",
  "_shasum": "3e9428b317eebda3d7260d854fddda954b1f1bc6",
  "_spec": "ethereumjs-util@^4.4.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/ethereumjs-wallet",
  "author": {
    "name": "mjbecze",
    "email": "mjbecze@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-util/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu"
    }
  ],
  "dependencies": {
    "bn.js": "^4.8.0",
    "create-hash": "^1.1.2",
    "keccakjs": "^0.2.0",
    "rlp": "^2.0.0",
    "secp256k1": "^3.0.1"
  },
  "deprecated": false,
  "description": "a collection of utility functions for Ethereum",
  "devDependencies": {
    "browserify": "^13.0.0",
    "coveralls": "^2.11.4",
    "documentation": "^3.0.4",
    "istanbul": "^0.4.1",
    "karma": "^0.13.15",
    "karma-browserify": "^5.0.0",
    "karma-chrome-launcher": "^0.2.2",
    "karma-detect-browsers": "^2.0.2",
    "karma-env-preprocessor": "^0.1.1",
    "karma-firefox-launcher": "^0.1.7",
    "karma-mocha": "^0.2.1",
    "mocha": "^2.3.4",
    "standard": "^5.4.1"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-util",
  "keywords": [
    "ethereum",
    "utilties"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "name": "ethereumjs-util",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-util.git"
  },
  "scripts": {
    "build:docs": "documentation --github  -f md ./index.js > ./docs/index.md",
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublish": "npm run lint && npm run test",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "istanbul test mocha -- --reporter spec"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "4.5.0"
}
