{
  "name": "keccak",
  "version": "3.0.1",
  "description": "Keccak sponge function family",
  "keywords": [
    "sha3",
    "sha-3",
    "keccak",
    "shake"
  ],
  "bugs": {
    "url": "https://github.com/cryptocoinjs/keccak/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cryptocoinjs/keccak.git"
  },
  "license": "MIT",
  "contributors": [
    "Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
  ],
  "main": "./index.js",
  "browser": {
    "./index.js": "./js.js"
  },
  "scripts": {
    "install": "node-gyp-build || exit 0"
  },
  "dependencies": {
    "node-addon-api": "^2.0.0",
    "node-gyp-build": "^4.2.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "gypfile": true

,"_resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.1.tgz"
,"_integrity": "sha512-epq90L9jlFWCW7+pQa6JOnKn2Xgl2mtI664seYR6MHskvI9agt7AnDqmAlp9TqU4/caMYbA08Hi5DMZAl5zdkA=="
,"_from": "keccak@3.0.1"
}