{
  "_from": "js-sha3@0.5.7",
  "_id": "js-sha3@0.5.7",
  "_inBundle": false,
  "_integrity": "sha1-DU/9gALVMzqrr0oj7tL2N0yfKOc=",
  "_location": "/js-sha3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-sha3@0.5.7",
    "name": "js-sha3",
    "escapedName": "js-sha3",
    "rawSpec": "0.5.7",
    "saveSpec": null,
    "fetchSpec": "0.5.7"
  },
  "_requiredBy": [
    "/@ethersproject/keccak256"
  ],
  "_resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.5.7.tgz",
  "_shasum": "0d4ffd8002d5333aabaf4a23eed2f6374c9f28e7",
  "_spec": "js-sha3@0.5.7",
  "_where": "/var/www/html/photogram/tronnodejs/node_modules/@ethersproject/keccak256",
  "author": {
    "name": "Chen, Yi-Cyuan",
    "email": "emn178@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/emn178/js-sha3/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
  "devDependencies": {
    "expect.js": "~0.3.1",
    "jscoverage": "~0.5.9",
    "mocha": "~2.3.2",
    "uglifyjs": "~2.4.10"
  },
  "homepage": "https://github.com/emn178/js-sha3",
  "keywords": [
    "sha3",
    "keccak",
    "shake",
    "hash",
    "encryption",
    "cryptography",
    "HMAC"
  ],
  "license": "MIT",
  "main": "src/sha3.js",
  "name": "js-sha3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emn178/js-sha3.git"
  },
  "scripts": {
    "build": "uglifyjs src/sha3.js --compress --mangle --comments --output build/sha3.min.js",
    "coveralls": "mocha tests/node-test.js -R mocha-lcov-reporter -r jscoverage | coveralls",
    "report": "mocha tests/node-test.js -r jscoverage --covout=html",
    "test": "mocha tests/node-test.js -r jscoverage"
  },
  "types": "index.d.ts",
  "typings": "index",
  "version": "0.5.7"
}
