{
  "_from": "keccak@^3.0.0",
  "_id": "keccak@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-PyKKjkH53wDMLGrvmRGSNWgmSxZOUqbnXwKL9tmgbFYA1iAYqW21kfR7mZXV0MlESiefxQQE9X9fTa3X+2MPDQ==",
  "_location": "/keccak",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "keccak@^3.0.0",
    "name": "keccak",
    "escapedName": "keccak",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.2.tgz",
  "_shasum": "4c2c6e8c54e04f2670ee49fa734eb9da152206e0",
  "_spec": "keccak@^3.0.0",
  "_where": "/Users/giro/Desktop/projects/tempmodifier/scripts/simple/node_modules/ethereum-cryptography",
  "browser": {
    "./index.js": "./js.js"
  },
  "bugs": {
    "url": "https://github.com/cryptocoinjs/keccak/issues"
  },
  "bundleDependencies": false,
  "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",
    "readable-stream": "^3.6.0"
  },
  "deprecated": false,
  "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.2"
}
