{
  "_from": "keccak@3.0.1",
  "_id": "keccak@3.0.1",
  "_inBundle": true,
  "_integrity": "sha512-epq90L9jlFWCW7+pQa6JOnKn2Xgl2mtI664seYR6MHskvI9agt7AnDqmAlp9TqU4/caMYbA08Hi5DMZAl5zdkA==",
  "_location": "/ganache-cli/keccak",
  "_phantomChildren": {},
  "_requiredBy": [
    "/ganache-cli/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.1.tgz",
  "browser": {
    "./index.js": "./js.js"
  },
  "bugs": {
    "url": "https://github.com/cryptocoinjs/keccak/issues"
  },
  "contributors": [
    {
      "name": "Kirill Fomichev",
      "email": "fanatid@ya.ru",
      "url": "https://github.com/fanatid"
    }
  ],
  "dependencies": {
    "node-addon-api": "^2.0.0",
    "node-gyp-build": "^4.2.0"
  },
  "description": "Keccak sponge function family",
  "engines": {
    "node": ">=10.0.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/cryptocoinjs/keccak#readme",
  "keywords": [
    "sha3",
    "sha-3",
    "keccak",
    "shake"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "keccak",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptocoinjs/keccak.git"
  },
  "scripts": {
    "install": "node-gyp-build || exit 0"
  },
  "version": "3.0.1"
}
