{
  "_args": [
    [
      "ethereumjs-abi@0.6.8",
      "/Users/giro/Desktop/projects/exbita-scripts/bnb"
    ]
  ],
  "_from": "ethereumjs-abi@0.6.8",
  "_id": "ethereumjs-abi@0.6.8",
  "_inBundle": false,
  "_integrity": "sha512-Tx0r/iXI6r+lRsdvkFDlut0N08jWMnKRZ6Gkq+Nmw75lZe4e6o3EkSnkaBP5NF6+m5PTGAr9JP43N3LyeoglsA==",
  "_location": "/ethereumjs-abi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ethereumjs-abi@0.6.8",
    "name": "ethereumjs-abi",
    "escapedName": "ethereumjs-abi",
    "rawSpec": "0.6.8",
    "saveSpec": null,
    "fetchSpec": "0.6.8"
  },
  "_requiredBy": [
    "/ethereum-input-data-decoder"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz",
  "_spec": "0.6.8",
  "_where": "/Users/giro/Desktop/projects/exbita-scripts/bnb",
  "author": {
    "name": "Alex Beregszaszi",
    "email": "alex@rtfs.hu"
  },
  "bugs": {
    "url": "https://github.com/axic/ethereumjs-abi/issues"
  },
  "dependencies": {
    "bn.js": "^4.11.8",
    "ethereumjs-util": "^6.0.0"
  },
  "description": "Decoder and encoder for the Ethereum ABI",
  "devDependencies": {
    "coveralls": "^3.0.3",
    "husky": "^2.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.0.2",
    "standard": "^12.0.1"
  },
  "homepage": "https://github.com/axic/ethereumjs-abi",
  "husky": {
    "hooks": {
      "pre-push": "npm run lint"
    }
  },
  "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.8"
}
