{
  "_from": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
  "_id": "ethereumjs-abi@0.6.5",
  "_inBundle": false,
  "_location": "/ethereumjs-abi",
  "_phantomChildren": {
    "bn.js": "4.11.8",
    "create-hash": "1.2.0",
    "ethjs-util": "0.1.6",
    "keccak": "1.4.0",
    "rlp": "2.1.0",
    "safe-buffer": "5.1.2",
    "secp256k1": "3.5.2"
  },
  "_requested": {
    "type": "git",
    "raw": "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git",
    "name": "ethereumjs-abi",
    "escapedName": "ethereumjs-abi",
    "rawSpec": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
    "saveSpec": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
    "fetchSpec": "https://github.com/ethereumjs/ethereumjs-abi.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "/eth-sig-util"
  ],
  "_resolved": "git+https://github.com/ethereumjs/ethereumjs-abi.git#00ba8463a7f7a67fcad737ff9c2ebd95643427f7",
  "_spec": "ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/eth-sig-util",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "bugs": {
    "url": "https://github.com/axic/ethereumjs-abi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bn.js": "^4.10.0",
    "ethereumjs-util": "^5.0.0"
  },
  "deprecated": false,
  "description": "Decoder and encoder for the Ethereum ABI",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1",
    "mocha": "^2.1.0",
    "standard": "^5.4.1"
  },
  "homepage": "https://github.com/axic/ethereumjs-abi",
  "keywords": [
    "ethereum",
    "ABI"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ethereumjs-abi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axic/ethereumjs-abi.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublish": "npm run lint && npm run test",
    "test": "istanbul test _mocha -- --reporter spec"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "0.6.5"
}
