{ "_from": "js-sha3", "_id": "js-sha3@0.9.3", "_inBundle": false, "_integrity": "sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg==", "_location": "/js-sha3", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "js-sha3", "name": "js-sha3", "escapedName": "js-sha3", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmmirror.com/js-sha3/-/js-sha3-0.9.3.tgz", "_shasum": "f0209432b23a66a0f6c7af592c26802291a75c2a", "_spec": "js-sha3", "_where": "D:\\ruyi\\dapp", "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", "mocha": "~10.2.0", "nyc": "^15.1.0", "tiny-worker": "^2.3.0", "uglify-js": "^3.1.9" }, "homepage": "https://github.com/emn178/js-sha3", "keywords": [ "sha3", "keccak", "shake", "cshake", "kmac", "hash", "encryption", "cryptography", "HMAC" ], "license": "MIT", "main": "src/sha3.js", "name": "js-sha3", "nyc": { "exclude": [ "tests" ] }, "repository": { "type": "git", "url": "git+https://github.com/emn178/js-sha3.git" }, "scripts": { "build": "uglifyjs src/sha3.js -c -m --comments --output build/sha3.min.js", "coveralls": "nyc report --reporter=text-lcov | coveralls", "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js", "test": "nyc mocha tests/node-test.js" }, "version": "0.9.3" }