{
  "_from": "web3-eth-abi@1.8.0",
  "_id": "web3-eth-abi@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-xPeMb2hS9YLQK/Q5YZpkcmzoRGM+/R8bogSrYHhNC3hjZSSU0YRH+1ZKK0f9YF4qDZaPMI8tKWIMSCDIpjG6fg==",
  "_location": "/web3-eth-abi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "web3-eth-abi@1.8.0",
    "name": "web3-eth-abi",
    "escapedName": "web3-eth-abi",
    "rawSpec": "1.8.0",
    "saveSpec": null,
    "fetchSpec": "1.8.0"
  },
  "_requiredBy": [
    "/web3-eth",
    "/web3-eth-contract",
    "/web3-eth-ens"
  ],
  "_resolved": "https://registry.npmjs.org/web3-eth-abi/-/web3-eth-abi-1.8.0.tgz",
  "_shasum": "47fdff00bfdfa72064c9c612ff6369986598196d",
  "_spec": "web3-eth-abi@1.8.0",
  "_where": "/Users/giro/Desktop/projects/tempmodifier/scripts/simple/node_modules/web3-eth",
  "bundleDependencies": false,
  "dependencies": {
    "@ethersproject/abi": "^5.6.3",
    "web3-utils": "1.8.0"
  },
  "deprecated": false,
  "description": "Web3 module encode and decode EVM in/output.",
  "devDependencies": {
    "dtslint": "^3.4.1",
    "typescript": "^3.9.5"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gitHead": "59b657b8c02af05575dc2d0ed321fa7d3aa8eaf6",
  "license": "LGPL-3.0",
  "main": "lib/index.js",
  "name": "web3-eth-abi",
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-abi"
  },
  "scripts": {
    "compile": "tsc -b tsconfig.json",
    "dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
  },
  "types": "types/index.d.ts",
  "version": "1.8.0"
}
