{
	"name": "sha3",
	"versions": {
		"1.0.0": {
			"name": "sha3",
			"version": "1.0.0",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild"
			},
			"gypfile": true,
			"directories": {
				"test": "test"
			},
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			},
			"_id": "sha3@1.0.0",
			"dist": {
				"shasum": "91d7498799425b37846a053d38505e3c6af0290c",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.0.0.tgz"
			},
			"_npmVersion": "1.1.62",
			"_npmUser": {
				"name": "hongli",
				"email": "hongli@phusion.nl"
			},
			"maintainers": [
				{
					"name": "hongli",
					"email": "hongli@phusion.nl"
				}
			],
			"contributors": []
		},
		"1.1.0": {
			"name": "sha3",
			"version": "1.1.0",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"directories": {
				"test": "test"
			},
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"engines": {
				"node": ">= 0.8"
			},
			"dependencies": {
				"nan": "^1.5.1"
			},
			"devDependencies": {
				"mocha": "^2.1.0"
			},
			"gitHead": "e0b88ea6cb91255a03e9f0986b64e96ba894d749",
			"bugs": {
				"url": "https://github.com/phusion/node-sha3/issues"
			},
			"homepage": "https://github.com/phusion/node-sha3",
			"_id": "sha3@1.1.0",
			"_shasum": "35336ba535cdd4ae0293694d750637cda2599c89",
			"_from": ".",
			"_npmVersion": "2.0.0",
			"_npmUser": {
				"name": "parkr",
				"email": "parkrmoore@gmail.com"
			},
			"maintainers": [
				{
					"name": "hongli",
					"email": "hongli@phusion.nl"
				},
				{
					"name": "parkr",
					"email": "parkrmoore@gmail.com"
				}
			],
			"dist": {
				"shasum": "35336ba535cdd4ae0293694d750637cda2599c89",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.1.0.tgz"
			},
			"contributors": []
		},
		"1.2.0": {
			"name": "sha3",
			"version": "1.2.0",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"directories": {
				"test": "test"
			},
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"engines": {
				"node": ">= 0.10",
				"iojs": ">= 1.0"
			},
			"dependencies": {
				"nan": "^2.0.5"
			},
			"devDependencies": {
				"mocha": "^2.1.0"
			},
			"gitHead": "7469a31a7f8bc7589692e75d7fdc445fa0988c93",
			"bugs": {
				"url": "https://github.com/phusion/node-sha3/issues"
			},
			"homepage": "https://github.com/phusion/node-sha3#readme",
			"_id": "sha3@1.2.0",
			"_shasum": "6989f1b70a498705876a373e2c62ace96aa9399a",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "parkr",
				"email": "parkrmoore@gmail.com"
			},
			"maintainers": [
				{
					"name": "hongli",
					"email": "hongli@phusion.nl"
				},
				{
					"name": "parkr",
					"email": "parkrmoore@gmail.com"
				}
			],
			"dist": {
				"shasum": "6989f1b70a498705876a373e2c62ace96aa9399a",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.0.tgz"
			},
			"contributors": []
		},
		"1.2.1": {
			"name": "sha3",
			"version": "1.2.1",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"engines": {
				"node": ">= 8.11.1"
			},
			"dependencies": {
				"nan": "2.10.0"
			},
			"devDependencies": {
				"mocha": "5.1.1"
			},
			"licenseText": "Copyright (c) 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nThis package contains code written by the Keccak authors, which is licensed http://creativecommons.org/publicdomain/zero/1.0/",
			"_id": "sha3@1.2.1",
			"dist": {
				"shasum": "8ce83d5fc79c80af38f4b7a2a1bfbbca3f87f7ae",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.1.tgz",
				"fileCount": 29,
				"unpackedSize": 5442174,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5jxQCRA9TVsSAnZWagAAFqMQAJ7PTUwiWpZFxlKrHmSy\nlFcMrEH9Pv/Lm6DH9sO/bO/MP70n9xXwy/3lvn3LfnoeUSV64I2V2fiO/FDK\nVqIDR/+X14V/sk/SvN+21ePU14n4P0zf4dBeQYyNIByZMEt2c+RY40aR0ARh\n9GIEeeCIZDrbLAtVJ9OKWCqwidbN6wsi+8cLKfx2mcTlUtRg9wGVVFD42UTx\nILRjbM/vcsAFHF8rJ/ighS+Ggpaxe+milSNUKekVy2qPEZucJM8HcxvVgEhv\nxaWVR5CExCPOCtqY1gkDs0ePkC1xJ9DuXe83b30WsY63AXuFODOxI+lq/Z8x\nvc0vr6hscHjLX454Oshc1V+C0tkArSrQbu1NQmBe2CpQ1dCBkU6n4PpuRhxD\np+OHcJET/mNoqt05YJiHK8RYM0myb9YoAyeMah2PrAnQX8yL1pFW/1mXc0kP\n2+3Mt9OGAzFMgvi0HBYS+ieGbwEcFlKEaFQl0slocIJvekNRnmAG28CVJLKW\nBgnYx9y3S44WmaxUgB9UKQMLOz1/WPbEqF6VAvmmiYUQUxFJMLj4Gg+Yo1E8\nme2oWf5uV6E0yqCnd0afx57QGfvx0IqjCwUeNY1t4eQC60FGn8Dl4Kr375h3\ntn09cudCnjy7HVV84yxExWTEpD/SCN29IeXcbVVpq2+DjOxy6K3JGYZuqIZ/\n3bSC\r\n=HHJY\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.1_1525038159296_0.2792679391452735"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.2": {
			"name": "sha3",
			"version": "1.2.2",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"dependencies": {
				"nan": "2.10.0"
			},
			"devDependencies": {
				"mocha": "5.1.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@1.2.2",
			"dist": {
				"shasum": "a66c5098de4c25bc88336ec8b4817d005bca7ba9",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.2.tgz",
				"fileCount": 29,
				"unpackedSize": 5442721,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa56z5CRA9TVsSAnZWagAAwhUQAJwTPOZYi91qXdqp2w3Z\niq7/spTwmr6cd5E8D0eqUR2HaH5ukyGnaiKq/F8qyRftZVmtD2s1PO03o7WA\nToCPjSNogKD5jYCa/Q3BSgSqAT0DxMtaXhV93qPT2u8iV0nN1cMrOH/rxPFX\nfTQgYAniubfnec5dvrwzfjQ07JagiCgzHcdZpC8KJnOq71zmmriydznBRGcg\nHXZ1cJqk+d3dvcoqA7+RvcssZPbgHRG6GNVshXGmBkUCD7ohILKuJVJlBfK+\nhIz4hsTLg9iqRirwywoj22NY7v4zncY8VxqnqXximX5iOUQ0iyJ0Ws9WBQSG\nxeBxQzg/IhWBqd/7aABo79g/ztL1FpPH6eR7uE31fYpJo7yoMfedMupFhx57\nu+//dfd2Tn1qS60Hjcs/5lWaaB3LICy4yjuS9xpWb7NU7rKxWeYo31lAJhqF\n4wMHP5lzB2O31x16ji+dXsQqW+UQrf3cb4aFOwgFO8M+uK89hbZhf783YQNd\n2HGzSZq+3ZdGrakSi0s9wzxKO4EOov+G1bilFgqaktqHS5k64VDLWzHx0LLa\nLiRUDnERS1ANkTuS+784PzwFlBt23tP4HKMyuvQH3Cq8tJ6RHgOfUefeVdvo\nMdy/RfSPZlUbejphzOyUfc+rQEWbq7cAVk++WXbVB2oDmTDVqnqZ3LeQXPSg\nCcfm\r\n=c3q0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.2_1525132536086_0.23138974785696487"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.0": {
			"name": "sha3",
			"version": "2.0.0",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock lib/",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.1.5",
				"@babel/core": "7.1.5",
				"@babel/preset-env": "7.1.5",
				"@babel/register": "7.0.0",
				"babel-eslint": "10.0.1",
				"eslint": "5.9.0",
				"eslint-plugin-ante": "1.0.1",
				"mocha": "5.2.0",
				"nyc": "13.1.0"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.0",
			"dist": {
				"shasum": "e3548269f8de769ff95cbf21b66e5acf0cb3118e",
				"integrity": "sha512-20U15KDnIWrpJDSQ8o1i1C+dH3g/c08DYXyS2/wIfbErDn6pbw8rvYCwJvFH5OO3ZwwNNy0NVcua7Cxdd2RBnA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.0.tgz",
				"fileCount": 59,
				"unpackedSize": 25797,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6Gr6CRA9TVsSAnZWagAA2VYQAI5ZF2XSMYwwgCi/r5aK\n7TrfYqhepS323u9Q79uXlSRF5Pw8U2iXPWEPIn2zIHG0Dr8KjQaElnxjt1x3\nsiNo0vOQx+jUOQv8k6eppl4zTmdg5WgpHVppkQ/mVcEpZjBMrSWZASmJun/s\n/7ZsEah0SDfBURhih7qqVZKC0WddE/taw9gAxe7+u6Ap+sAAIi7WH21niVMB\nQlhnkI8zFIyamF/Qf1vlNdR+Lf9gggrHBQBIssGzTnFEU2y8qmvKOs1I/61z\ndGm3WipWwfytlfTMdtjFDmGb6Lfrr6jM/yUjVOG913e89389ioD6QnJq0/QR\nyof/p/aAhNYN/48FanKB5l7Z6O3IYwT2xYZ4Dq0M9Rd44uwLoHERqcjAz5qb\nyWuk3dKaJLTDMhhYnlNjW4SZoL6O0M08NqaxHuEqdEaZNHyh1i/6Gd/LIxxA\nmxpljXDodDQ3ACF7b/Xjklvm9yCW4Rs2K6G56UqQZTxMEyAFOBGze4cpdQO7\n5Q5EIOoTJY2o/M6mjnehpTsQVwQmJQxJYM3DZVyDTvqkvb7Qb7Z0N0KBqVrB\nDQSX/gcR0xnO9HJQvC/kHH9iVTf+CfTvJB214xC9iJvi2/j8wJl+DYb0qI4a\nxqKQOPwvow398pY0UgdNqQxmDXxLQUOt9Qt4S2kqkdahpC/OXdMnYm4qZQ+C\nk8Xh\r\n=F1n4\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.0_1541958394001_0.2519869858012842"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.1": {
			"name": "sha3",
			"version": "2.0.1",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.1.5",
				"@babel/core": "7.1.5",
				"@babel/preset-env": "7.1.5",
				"@babel/register": "7.0.0",
				"@types/node": "11.11.3",
				"babel-eslint": "10.0.1",
				"eslint": "5.9.0",
				"eslint-plugin-ante": "1.0.1",
				"mocha": "5.2.0",
				"nyc": "13.3.0"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.1",
			"dist": {
				"shasum": "8b111766d26994ab27a659af0dd73326fa19965d",
				"integrity": "sha512-jFxj019H14keifhzBnwjydSjQyipKuNah4wUeq0RwKePlGUg2ye/gm92qswWuy26qYk0dDiiOKOA/oVp1jSucQ==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.1.tgz",
				"fileCount": 30,
				"unpackedSize": 18114,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJckmw+CRA9TVsSAnZWagAACzQQAI8dw/jBRN/ZbzU+svYI\n4KrIQT+zhkflnRQgbHI4vaqN+he3N25Cs2xlnQ7r6Y2S8glUESguZ2S6tBBP\nPNgW3zSat5dRwWvkS8ZDHsNVsI847uANnBs7Euba/yCganN20Mv7viyLKKqD\nUeQPPc9uBY/vv5HqQDpz9Bkw+uiFcQYXOu5c/JoutxKb13Ot+qnejxhvjXHv\nzQKDdd4W8ZGcR1KAICgRaMroyroWUhpyAtcOdZxMw3CeUHGZOT9uzhgBpAVz\nm+7itEKPbQ/hBqxg3ylf8ZRr6gFaC9drn6YRluQgifo6idSvftnCjlZBVJ9K\niXGdrEho3+6AumcK1aSLO6/WAyaX4gYRm70mMUhNd5OVEW/ye4U0YAf3DqCg\n7p2g7f2f1N6Me3oMruRVkLLhvrVBlpmyR5IAfUnMIy12xHFbh1+Wr+H0H7wU\nmH6X8LC38OeoqNopkSQAnAxZSYtcwCMj98IvRPjL2LuPy3IA3yjCyGYBFrgk\npvofwITQShRT+Pbh/M8PoFYyyYyj0IqzGovkh0U8MFCL8+ePfs74u26voYUP\n2YDIqKW7n1fgtUqC4OG/iXGUapfe0WxTYPxD3OgvIOgiO7c4yDdpD7Yn56Rm\nryA1SA7infFWYt86UJqiQgyQ9zsBbW2C8FZv7cd+CmCfKW89YJo/qCTFHCaC\n6ros\r\n=PUG0\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.1_1553099837583_0.2933277980594755"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.2": {
			"name": "sha3",
			"version": "2.0.2",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.4.4",
				"@babel/core": "7.4.4",
				"@babel/preset-env": "7.4.4",
				"@babel/register": "7.4.4",
				"@types/node": "11.13.8",
				"babel-eslint": "10.0.1",
				"eslint": "5.16.0",
				"eslint-plugin-ante": "1.0.2",
				"mocha": "6.1.4",
				"nyc": "14.1.0"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.2",
			"dist": {
				"shasum": "5547a47cd0aa707cb9ee6d2b45e902e91b0f21d3",
				"integrity": "sha512-0ieB5RWeAeiZxFL1JZZWHB6Em2ULEQout3JV1cY0mWiGN8IJ3yTn89ATm3/yruLWBpZQKGvmues7ly/+XukKMA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.2.tgz",
				"fileCount": 26,
				"unpackedSize": 16648,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcy1WACRA9TVsSAnZWagAAJxgP/j9+lK10NnN13j8nJkoE\nbU11cZ/OXwqrU/JRIhs8JCMvxiw0ZKgdJXlT2YfGihUIGmIgZYMYJRHgzO34\n/VrlqVSCd6A6XODgHFecODC+f37PSeXHDBIbeK06o0KbdlqdGNcNEf/qDTYp\nYq7FHdsILiYAmeN+oYt2c1plJO0azcNOmE7xK4+4thiZigOYX3nuGsmNK7HZ\nHd+8wHkSrcKi/BVIFnPfEW97bkUaxkCfGDwAFimEA+27gj23Nrbs/uZ7Hzvd\nfJBcFnuv3bTXcGGoOklMotPLBwxQ/upCDXYqqs/B5Xary99EVIFRGtrY2S6v\nvh7aDZXXI56rekDHvvX7mq5wW5lt/uyXmrTYHabXNb0pX3tX+RjCllehkIdA\nF4plvLs+ywxPjFIt4JfLlqXXqPz85WuD1zsFJxIOVsjv/SbqfeIZwpLyodua\n3742zedUg3/QrBXb7eIscoJOdEoJd4tQLVoXifSkaJ+8SxNMQVYXpoobLPOT\nxYsqsduY/oZDWYgB2Y7jx0sAj5j9XsEzRvHfPx11Zx7pZGShBe3lAohv973t\ncnaj1CQ7V+5rxtM5GRO7WqNHnGUthP0K3njLF4z6xH8lbmsW0wUo8OCAIjfW\nS+ADuKwrA/ozR+aZXivLCSpkqXbhyIlhutsqvjfaSNiP9FCKDCLCzRwZvFHJ\n/rjq\r\n=/sB9\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.2_1556829567447_0.1082212068275783"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.3": {
			"name": "sha3",
			"version": "1.2.3",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"dependencies": {
				"nan": "2.13.2"
			},
			"devDependencies": {
				"mocha": "6.1.4"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@1.2.3",
			"dist": {
				"shasum": "ed5958fa8331df1b1b8529ca9fdf225a340c5418",
				"integrity": "sha512-sOWDZi8cDBRkLfWOw18wvJyNblXDHzwMGnRWut8zNNeIeLnmMRO17bjpLc7OzMuj1ASUgx2IyohzUCAl+Kx5vA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.3.tgz",
				"fileCount": 29,
				"unpackedSize": 5442756,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc01RdCRA9TVsSAnZWagAAW64P+wZ9oKZ5O0/usKg5poVV\ntlfgbFbxKdMgeBv68ETjPyZsKz7aueSIKNKBz3QM7dEqRL9HlXobFmLnDXLu\nPZMATx4dv2FVeawPyapjj0lNhj47IINA+0kiq1Ym2gt67MC80veHB21vzmT/\n43qszCuHQTqn8q11gXYc9kBgQBSvifPkS0uuIkkNg/BpfygL+t/+tPwKxG8v\nW8P//QERX22j0HXEWZPBJuWlr811v5k4oCix94NlpmZ7FOdAbhgUiFy5F/fB\nmHCeOm+08goj9Iw6QErE7pxDnZcwI/I0i71zqo+AknWGEXbgSKyZNBbc2qVa\nBdeW7QJl9PLru3cDVQcUx3m8guNmJmnu0/DFKXdnb95sIiPMcBc8/Qj0ShB3\ndaHfdfaX7inX4rBkPkhB+awUVD/42UiSR+dzqEHHKO5S9qGwQ3LaIO2R5EZ0\nyZtV3wfXZzyDxBDXhBLFuwTHCJ5WWcMr3I/sSA5nJ0os+18nLXJcUtbcj4b/\nKCvZ+z9YtoMC34MbOwxtIMcLIFQNspGIdaUvjc8vOA1HMFXD+c5B3hC9pExb\ntzFgK8crSgsllhdSZv3uDYVbE/J3GsHsdX/zIiBxwjGUsv1Kk13lkVVVWPH6\ndOM5toPA0H2Z7uzEGvvPsrZfwjEPpCJ9h7epBHcWOQt5IX/lkx+DgcDDzG0e\n/FP9\r\n=zmyK\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.3_1557353564947_0.3176243104036329"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.3": {
			"name": "sha3",
			"version": "2.0.3",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/twuni/sha3.js.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.4.4",
				"@babel/core": "7.4.4",
				"@babel/preset-env": "7.4.4",
				"@babel/register": "7.4.4",
				"@types/node": "12.0.0",
				"babel-eslint": "10.0.1",
				"eslint": "5.16.0",
				"eslint-plugin-ante": "1.0.2",
				"mocha": "6.1.4",
				"nyc": "14.1.0"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.3",
			"dist": {
				"shasum": "e52ff39e2565db2e2f3e2fd2aa7386a625e37a52",
				"integrity": "sha512-AeeQ0XwYdTauQj5WsV4HnDA+IwhJS19iMzuPSRrf7Jyr6vzTnkMXt7cisN5TBuwcdGepWVCowxn1h72YJsVpMA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.3.tgz",
				"fileCount": 26,
				"unpackedSize": 16724,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc01c1CRA9TVsSAnZWagAAUQYQAKMl8zdfPJi5xzZE+UHG\nqZjdBA4woAHoy7w4pckUXyD1Rxf0a0xLvgwkiuyEsELdFStJd+GbqCz4muez\nUFxt8PtTb9Vzdrtbh9so1KziPJh8CG4AO2FxXRWDyevOIyzqypKxg+n9UukJ\nfKAy37DLndQbonvxVb0SkKCGeZUUng3EpWoPbOvuQxTJpKqYxINkwSmLLr58\n37xULmYSXheYD2wDjTCtS2lw3SN00vKwbmIJf+QIMB2TmEufzfE+0JNkBkJx\nwnMW+X2YEU8064m+jcwYFSJHvRYLAS8dlrhPoz7/U5RGpBv10qiI8DaJpajK\nVGPksVylmlXhMPzILUyRyTuMVfnmbRaIaT9fzyiBGi2OrefSZGOd08lDwYjL\n8vng7VPqzYDNPkZMJnUaVdyF2j097Bd16GYZcXVxL/pJ7fNHqTrCe3vQ0gzu\nhdVUTTXMUKAH0L5N7V+H1g3Lwqy24drtDfrJdldPIn7sLu0F3N3oT2RyMSfI\nnWZXGkvcnMdskG4fiQ5ty1lKH8oFXNcN48SYfa3imRS0RyGg7KHaRCQ2bAXL\n6hLVEasxrVuUR7zKAL8dK2G34plF1gYIMjbNH5URKOw4zIihxC/2a+3S5wht\n4C4Xx7P5gqaKPDu5D0cuJoc2LFNCdZ0yaMGwODjz2qU1rnIWIOCpSW8YaMLV\nyiDX\r\n=G06S\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.3_1557354292775_0.8653934719650644"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.4": {
			"name": "sha3",
			"version": "2.0.4",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.4.4",
				"@babel/core": "7.4.4",
				"@babel/preset-env": "7.4.4",
				"@babel/register": "7.4.4",
				"@types/node": "12.0.0",
				"babel-eslint": "10.0.1",
				"eslint": "5.16.0",
				"eslint-plugin-ante": "1.0.2",
				"mocha": "6.1.4",
				"nyc": "14.1.0"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.4",
			"dist": {
				"shasum": "42d5e92862d1bb1d3fac5cc704bb695bbddfb268",
				"integrity": "sha512-9+yqTeawC1QyTf/qCg1BiLjsB29ox4BwE8sGVF3iHc0Bz985nVhT9xfwl9BKn9pIE1hfJvF35nPsaq+IByuP5w==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.4.tgz",
				"fileCount": 26,
				"unpackedSize": 16776,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc1YrbCRA9TVsSAnZWagAAo3AQAI54AwfM3ZEJ9FBozEzs\nzp7xmypqZmgkdLK8WYrWJ963tf/kzVKNyQpWRBJSXhkVYl9Gvs1h8gKU6sAu\nkWFz3LZB7EmdxFUR6KtBBPj7wctIM6cUrkoL64z+eLgkFCRW5SKOnmmaZy/3\n+NmDQeGKBB5cPcOx5Ca2IvV+rwNNPuK5bFtGZUq31/jdtd6JQda85cb6PhKa\nhR8Z3Zs9Zok9FjlDROllVqArhw9zqzdhT2mJQ/wzjuJl+8mRZ3S1o9Jz/pnT\nudoC9k9AsliPmGxulla9fhWFJcR6DThqNnW6Mudfw2GB2MEiRU6N0Eytrvx0\nprE1DyrMH0RkONQrOH7hFtQH25QDaIpHBtESVi8oMQySmwB8/3isz3TrC8Jb\nPEabStFniiLpmMF38wjYB3NWuXk8YxEoiwwXuKuWGxwT8qjNe5hEQOvRz82L\n7ehZvF2J+fa1tMgerBJx52CItA+G7DxHS2VcDMUTJfhfHzep4R3mc0PV8l/y\nMuO9cAnZtAY8wimeNWRrQSPLCbLpYRTyLvmZHdnS45aeHF5zu8g5nCH2GNM/\nVqbewTMeDmgDtjkBFQ6UZAiAvUV3QTkxhWuPoPqfGNWDVJbZRjNLsRrvfSdO\nJ2T8MZPzSQ03h0jbDmDWFKNR49hGGJfoaXO569yU6E5bNCYbGecqlibfAk19\nT28J\r\n=tae+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@twuni.net"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.4_1557498587124_0.8888878811924732"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.5": {
			"name": "sha3",
			"version": "2.0.5",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.5.0",
				"@babel/core": "7.5.4",
				"@babel/preset-env": "7.5.4",
				"@babel/register": "7.4.4",
				"@types/node": "12.6.2",
				"babel-eslint": "10.0.2",
				"eslint": "6.0.1",
				"eslint-plugin-ante": "1.0.2",
				"mocha": "6.1.4",
				"nyc": "14.1.1"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.5",
			"dist": {
				"shasum": "ae0058d22c2b41a7de80385946951c7d01bae78a",
				"integrity": "sha512-DLXy6IGbmH1UG9Ux3baZlx6H+ZLAswRlT51nYkUzGS2BTvYLnj81qbjWtit6CgYTZaxAr3WYJL/jANJTbFggAw==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.5.tgz",
				"fileCount": 26,
				"unpackedSize": 16775,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKf9SCRA9TVsSAnZWagAAXhoP/0W4xehlw22jlN10KsMa\n9LD3hYYCsQqRfznnjravRSAaptZRaXD8Xn20XUK66uOOukoHNY7UQ+iizh/a\n+d8QOIlti/gImULv+ch28Z+ZftP4vZyhJn+hfLADAU4A1/9TvSNOUr75DVXU\nb1Id5K1EZdWI0XtfNIPOdNU+3iIWTegPtYsOvJiE/4j4pY3YNklOry+3MeoU\net3tUKEY/WM0wwPJuMZnOl37MePHOdtyE1whB5YhBGOX/tAwrfmsHgMXn+Qg\nM9NjOvhGPso1XocwtHoQCEtSuJR6OXNrX6nDqHxatNb+9x+ZwqrIGNhAAomN\nlE4KH6GCRDzEAJ2AdzYstR7GybY7hG7h5O3MlES2Rpw2hCehnU/OafD9RyyI\nkv+EiDMIs/ON395EAo0P9NKIDhgfyBhIbziFvlGPuMWK2Y6BgD5BzJLeCl1a\n9hYlHtI0i/boW1TN8C5CW7yG95xoITNdOTDPWMR6+/nsQyd5+mWPVKlCk0QM\nS2OdqJu3Wk0T9M4lAMYQHme3IkATMlRm9eA6/nvP+cjIbpBxMO6wcVSM4B5t\nluEMN/EEIX2/3098Lb1pehDIbwyxxYUcVPFv0I03p9XHN1Ez1AH5VI9u15Dq\nzMquFrFH2qMOKLj6x0MT7y9JZ7Z8UePD1wCzP2oYOfOZsN0PrMdC6NeSbdEz\nu/w3\r\n=9BCO\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.5_1563033425397_0.6528232986957583"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.6": {
			"name": "sha3",
			"version": "2.0.6",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.5.0",
				"@babel/core": "7.5.4",
				"@babel/preset-env": "7.5.4",
				"@babel/register": "7.4.4",
				"@types/node": "12.6.2",
				"babel-eslint": "10.0.2",
				"eslint": "6.0.1",
				"eslint-plugin-ante": "1.0.2",
				"mocha": "6.1.4",
				"nyc": "14.1.1"
			},
			"dependencies": {
				"buffer": "5.2.1"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.6",
			"dist": {
				"shasum": "bba49db667d151b76fb17b98757cd9a659fc53eb",
				"integrity": "sha512-bXF1+bl5Lw7EdxDJx/bJsDMnREPmKySMJdOa5j1xv66+prKuTnflAE5wrGXZ9UfdfvjBaVEA0LcAkKJHKXTF/A==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.6.tgz",
				"fileCount": 26,
				"unpackedSize": 16775,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKgbhCRA9TVsSAnZWagAAMQ0P/0hb+UTeMkw3dHc8FkCM\nFvEZHI4Yxr9W6Fh04oX2zXbR0UW6BbbhrXRHNzOs0ky1vHykkrnZZzYWfyvn\nHR52g94aN0LjzX85DEUVitBQvc2rr7E/gffqAdP4gQlCN3TlELLtR5wqouLQ\n+VrE4/p67P5TJA8skDR4cVUP664OoMdSHsFbgVbARshzR3hnrLcXDvPybLqA\n+KoDH/n8Cy23mttRoXXbps+AxuomaZ9XjLTVZc8Cg1czTOFG67lkHwwRUZX0\nDjGA4LgvmUrbiriGiHUtG2WXOzMFDdMR5/m+RJxHmbyakSiLm2jgBerl2vOm\nBfGL3c1rAqEYcyu6MjVh9/h8JbxG2QFnab3pLcH19XF74FNUfLs4V/vF4LJY\npfrDNCyyyQogPdv6PqHfvKM+CGGd/QNUxaC4E2q2CK8fccYAeaxZcqe3/N6p\nDHd8vPBxZ+S5HufpRHqStI9vpbVt4ppl0BGIA+7BFlKNW38Y725/WDnMjhjl\negafSS2WVENozXJIWve5XH9YbHInbc3n+l3he+rI9I5QQUN6JdonxSShwWwX\nMO4HwMiGjGZ40pYceqoJ4ixafJneeWQJTw+ej4x+KPipEjOY+6BSqG26MFlr\nBQuOTeEAeZ0rR2HOOAB7FWRSkmZkDGgMrK/FDtyMEkTSmvyzGIYTYYJYroBA\nkOih\r\n=xAwj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.6_1563035360821_0.6884803666902886"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.0.7": {
			"name": "sha3",
			"version": "2.0.7",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.5.5",
				"@babel/core": "7.5.5",
				"@babel/preset-env": "7.5.5",
				"@babel/register": "7.5.5",
				"@types/node": "12.7.2",
				"babel-eslint": "10.0.3",
				"eslint": "6.2.2",
				"eslint-plugin-ante": "1.0.3",
				"mocha": "6.2.0",
				"nyc": "14.1.1"
			},
			"dependencies": {
				"buffer": "5.4.0"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.0.7",
			"dist": {
				"shasum": "02ed270099647cbcc681b064ba091af72f561f35",
				"integrity": "sha512-7Qsj/0J3pxCWfmyuDbTZWoKNSKY/rg2eecNRvTYE4EAPJ11Uh6xuEObyCG295AqgrtOjzdDbfwtGLDY52h11tA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.0.7.tgz",
				"fileCount": 26,
				"unpackedSize": 16775,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZT9WCRA9TVsSAnZWagAASLcP+wfhiltBdOGQY0Fkb1X1\naxkmlsAOkncU4Gw8cCUabQ8OjlYut7VbiC0pcAMdfp2REwLFltlLu5DdkVG6\nZksehS/WTKF1DjsHSTuyqRdDgCtzZHtZbcfmFHB52TMduEeasgDS1PtMP1lG\nAf5IgYb5e/q5OhKsj60nJ/h0Nbqw/gYJ7mViM9HQkxpEq0QX7kHEoP5CVyY2\nyvFFsN/IYcQCPnnKNlwYTx/BRF1b/E6urbKNMAgjAat+AHNfkpXduZfdBV/d\nn+NEs2ajpqYhE9i2/CxxNbemclWiE4R8gR8+lZze+xGVm+3k4sFMP7AFpzJF\ncZDUtWeWeJ9kRRORsFYJP+gaMrhlUx3PloHTGtOrS/tWUzl+Freh0hukeVkx\nM/Ns9kBC9bXlH84YjlIX2Sv621nT6+GeaCQttBnWkU2I/BXhnYdxyal4P2Rf\neOCbftr3ctDgnCBXt9mwknK20R0B+Xx3SdK/xeFssVmYnhNMKSo60zKkAFew\n+PBUh1VSwDRtPSyUNqLXO55gRV28AKa29IA8DxFt1IUhEKxP5IU2n6FSq1bx\nxdHuhUCVFFtfWVXqXOyJWRiNw/3aUjJ8+0X+rBSEoplTpewh26LWdR/gnpIQ\nacxgFXDyQVFyep5g83L8dJQE5SUYP4RwLJ9cQXAjyPHYae2kpu2HrunJ3D2i\nv05+\r\n=NAi+\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@twuni.net",
					"name": "canterberry"
				},
				{
					"email": "hongli@phusion.nl",
					"name": "hongli"
				},
				{
					"email": "parkrmoore@gmail.com",
					"name": "parkr"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.0.7_1566916437889_0.11908313766992862"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.4": {
			"name": "sha3",
			"version": "1.2.4",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"dependencies": {
				"nan": "2.13.2"
			},
			"devDependencies": {
				"mocha": "6.1.4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@1.2.4",
			"dist": {
				"shasum": "8f050a4d281bfb3844120bb50f36a757f8f8492d",
				"integrity": "sha512-X1XABKEIfQQrhm/Y8oG7cZLaRjRMEi1yvYWo/GGrDO1m02eJofr4l5WaJ1Cw4HEy+R2VLbU4NfYvh2oeva4bxg==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.4.tgz",
				"fileCount": 29,
				"unpackedSize": 5473025,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5CKACRA9TVsSAnZWagAAK6cP/0r1KiZfiaYbN3HX1TYs\nL1dK0aa6FDmp+ScyHM0/VneP+/QQrKsumpW9aLnfLqchyfxzozBmf8/zGY2K\n5reUnIBM0GNKykECWQC70FEdCj7kCTeuRDQFomc6N6muP9oIJlKb/M+nFvrI\nTn6odYfewzm42jB9oJalrl2NuEvmJBymUb3HLTKFzJABjukm3kuV9kBYhoJ1\nt1YI2B19alu5xf1xw6FsIEhTPU3FSG8932Ps/7XiwEBphyIEBrmunO5qvg+q\nv3JaAHBfsTVYMnNJqcwAfVbz3qowx6o27U/zLPx3zyZpj3vtQAI2d82bo4V5\n6I6ZuMT3mYAtrnONcTsp+2AMwBxaCTJkQ+nTuQsUXfBPrYfUjWtc8vSe4zLA\ndAiOz3yvb+s0LSKmizLZMRXp4enxNr3BwrCrzywq4U6s0ylrCi0RT/JjLZ72\n7HPac0OJushG/PyQ+s9TxN3Teie8oZeaNwpJwTvS19giloca1wFaPiGtWHV5\n4m5A4nX01Yjx52qOim7wo7r/6Wr3je1PrnpOamZUCZ+fJ7IYDS6sxDnLIXn1\nVO/sL7NibeMQHVgzzZGjZG+0MQDRAWpGD6Q1VeNIannGbxR/YpPpbs8usKm6\nvQP/TDwVTKO8jfHsCBdLD+ENQnDWI8dyOenbIkiT3QHoPiW6olYD0H2WGXIo\nCI3K\r\n=jxsQ\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.4_1575232127628_0.5663020099731451"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.0": {
			"name": "sha3",
			"version": "2.1.0",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.7.4",
				"@babel/core": "7.7.4",
				"@babel/preset-env": "7.7.4",
				"@babel/register": "7.7.4",
				"@types/node": "12.12.14",
				"babel-eslint": "10.0.3",
				"eslint": "6.7.2",
				"eslint-plugin-ante": "1.0.3",
				"mocha": "6.2.2",
				"nyc": "14.1.1"
			},
			"dependencies": {
				"buffer": "5.4.3"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.1.0",
			"dist": {
				"shasum": "d9432c115145e6685bed794a1f6c7a3bfdc9bf09",
				"integrity": "sha512-9j55sakgCgQ0/Y9Ez3fyHUVcKrl1gyTptt6QJVmg97JqZCoWofIkzpDH61brpHdfx3LWHk8bXiLPj44kS6bbpA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.1.0.tgz",
				"fileCount": 26,
				"unpackedSize": 18591,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5CndCRA9TVsSAnZWagAAKO4P/25bw1aZlHVEejUAfd5M\nwDHbIHSMrlIyuRp5TkXEI+IG9sHZ3st7foCy7cBBAOpCgVfk39fekD2wy/7q\n7VFiZr5Rf0F3zAS17NCGTWySKUiCRFwyBrMe9gVtWtx8+4YEjuGC4YJM5/zc\nz8UCM+pxH8VM90SBhaCN6LnbAi81gP3SYdX2Q8lzV5FiVzyldz0YamWQtM1u\nPgvZ8UVt/+q9x2x3q/OjrOPZUjKMuvRl50kTzfudurLp4zc/0IVp4eK+YDdc\nXs7aMG8cNUV67PtP6mAjXdnhsnDqCBm/nc+7DAIyzprLoQM/hMunIhOJy2Zc\nUjl0DOPOhoyZa2Id8iAMeDLJvYJ0FLygG5lU1QOX4xYtdyAHMocuOQc2GYW9\nZ+gXZ1iGTyW6PY8VYl5mcj9fmUYLAVsFY4bN7eYduBdVu+j+4wbUFBvqT0X2\n77QAzmilnsnd1JLqxbHACe0bCiJsQp1vk4UPmZb79kk+dFiHngbIRWAAyR/X\nnSnS/aupdHePrIpC6S4TQg1C0uSxvoS+NjAMqeNr7e+fLZJvCfWM80moNUq7\nHeJIYQp7uxTfxjmHHDdBEU7VY2ahi2j+zYrFl9wYwMhFJbAU/y19V4N0K6GV\n8FEiAsBR1KDhndKAwHBtvB3bc56XY15HG1Zoj0t1xt0Em/KIxl2Ei1RfWqD9\ngXia\r\n=pmGz\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.1.0_1575234012697_0.6486020577408702"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.5": {
			"name": "sha3",
			"version": "1.2.5",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"dependencies": {
				"nan": "2.13.2"
			},
			"devDependencies": {
				"mocha": "6.1.4"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@1.2.5",
			"dist": {
				"shasum": "7eead39fb1b65f2b55524b590b53c98312d34ff4",
				"integrity": "sha512-vplQ+t13MzWVyPjJXEb3dkZf3w7DYMVYZuskcenqo3q0ruZbtnLDV9SmlQvH+th/kWM8j5RlwWBh9ffUXh2HFA==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.5.tgz",
				"fileCount": 29,
				"unpackedSize": 5474831,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6KKOCRA9TVsSAnZWagAAXmcP/Al3niqDzuJ2O9alaYY+\nVkwHQePPj5P4qB/VbNNGPgr1wOCybwU3SCAmkD1hBUjzTHOGsn8LiI0DQ5vi\nwAqjr8XktRjQGUK5G2gT8CEtIlqO2kg5ckEB9LWHBYIfCKDUh1MzWv1dEsj7\nkA3W1PeKrz8M6Oklu1kqgQ/2/0DmI2JQU5upZesSfp0QeZiuND/I0PgeBNHL\nKxK6Ug93JBfhaH3NO8qJ46jW0IsDtviJf9mUjb7i/PGKAPklxox5omatJU6R\nP3Z0OvTi6Unbh4NB8UDPdsiaKvIRZhAraDs4OXl1vW8P7Ux9DqqGQyD7Ixf4\nM5tgGYmis7FAp5K9ReVKBX2ve9LA48tjJ5ZBwpIecjsY+LoK9NZ8GDTxlDZI\nfFV/nW5O9+Qji6LLaCqk5RyismMC/AmDd7YF0yV9oPrFJ0gBq5hIJfMKiE5s\ny/0j8zXo0MYOtaSXFErw6mn+H/ESMLkyBYvIFV5is9v+ktf1x9BIt1U2SNte\nrnYDYWcXMbih6wAltgTUIqmkMnQt7xbrk14qEER7I613aAROtDFQYKMy1y6I\nz0LQNkpJcg6w0pbO7pE8Ercpil7L2toP3PAs0tNXHDvGYl78OZ3hi1iJn1kH\nzN8aECtoggnE+hmQwcm2+F4GaY0VPCebPO1OdWAZiG1d+SACeajV5rvn+tV+\nInPi\r\n=wd7B\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.5_1575527053469_0.40922776064879995"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.6": {
			"name": "sha3",
			"version": "1.2.6",
			"description": "A Node.js C++ extension for SHA-3 (Keccak)",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"main": "build/Release/sha3",
			"scripts": {
				"install": "node-gyp rebuild",
				"test": "python test/generate_tests.py > test/test_vectors.js && node test/test_vectors.js && mocha test/unit_tests.js"
			},
			"gypfile": true,
			"author": {
				"name": "Hongli Lai",
				"email": "hongli@phusion.nl",
				"url": "Phusion"
			},
			"license": "MIT",
			"dependencies": {
				"nan": "2.13.2"
			},
			"devDependencies": {
				"mocha": "6.1.4"
			},
			"readmeFilename": "README.md",
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@1.2.6",
			"dist": {
				"shasum": "102aa3e47dc793e2357902c3cce8760822f9e905",
				"integrity": "sha512-KgLGmJGrmNB4JWVsAV11Yk6KbvsAiygWJc7t5IebWva/0NukNrjJqhtKhzy3Eiv2AKuGvhZZt7dt1mDo7HkoiQ==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-1.2.6.tgz",
				"fileCount": 29,
				"unpackedSize": 5474831,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6KMsCRA9TVsSAnZWagAAmH8P/iei4I9DHMtP0JnR7FUt\n7h8YesjdOMoFDMrVu/AH75sUzqs4DH4C5NlzNa2xIS3PazdW88lQNUaZSOXI\nfKjdx4JzdkEqHA6nQbc970H15AWmyGZCXex3/4dIjILOs91jvnxZvPPj6og6\nh0TkwkKSm3nwuhM/GG4nvmwpEqZBm11ZSeV3sJwqsTmi/pV1Tp0C29UQEhS3\n12kq012ujW7U4S3FlFfZ1o/2p9h8aAfg/74bUS90wEulraSnbFap3/uuyXRG\neukzBSQamBJwJA4nt+Ahc5yMPd57DvDdiXdUi89q0LahKglKERnFiL/BUHbc\n0iWycmw9ugDLU+cE5HUcN+4O5oZenA0pRZZHJZeZx+qjXqOo1WxmVtSg8GXk\nMbdSNS8qH5dMRJmcUxUcu5dX2PQoBWz693KMWjbUYEjDIq/b2hA0x0vAE8nO\n2ZvpUxmEN+Yuv9ryp4r8cP+6J/T/vJwUA7fw/CdzALGpNkxWtLvG2GhhLwaI\nVLfq169+Zv8voY+EHeIwAbpG9jzz+dMqMsJ9M1bVsCkNesd8PLl5Fb3Uo1BL\nK+6KmcMcd0tKsLAWdMME8wztu7eb0TkDqxH5uw92RW4IeZsJ6tL3LCh33In9\ntDhEXJkZrTCQW7anZiDPGxbJTpMJd9gNAInhay0aEOfJJNKg8aMvvImFrzsJ\noMcw\r\n=UN21\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_1.2.6_1575527211974_0.7030547200671107"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.1": {
			"name": "sha3",
			"version": "2.1.1",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.7.4",
				"@babel/core": "7.7.4",
				"@babel/preset-env": "7.7.4",
				"@babel/register": "7.7.4",
				"@types/node": "12.12.14",
				"babel-eslint": "10.0.3",
				"eslint": "6.7.2",
				"eslint-plugin-ante": "1.0.3",
				"mocha": "6.2.2",
				"nyc": "14.1.1"
			},
			"dependencies": {
				"buffer": "5.4.3"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.1.1",
			"dist": {
				"shasum": "488c0f978a73ea540cc4f4a2235a77aed095c031",
				"integrity": "sha512-hj6dCLbWByenZarg2gb2VFD9zoY5kr/FMriDcbtVDLJ5geOWGOJCI0jQUjAzoY/ZHlkt8BSEbh9KJEDT8AGuJQ==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.1.1.tgz",
				"fileCount": 26,
				"unpackedSize": 18591,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6KQyCRA9TVsSAnZWagAAExwP/2K+vJ8EZ8iUrL8ipPPx\n1br7jK+rggtpy9KP0RLPD1Mhir2zzte0fMCDYNnixNzH/DgWd1RXCzJzwFap\ncQqLUFL5dd4mJWs+okug2vlAngzzoQ8Tfvh/nbNfVbVdGy4zYWYIrM+6gNAN\nB1f1gyz7fMPy6uZrVZQyNCtlbqLCva7wfToSBmKVjjwbW7YtBVOzvYN3q0Qw\nHvCEg4lZW8cNQ43SdBooCU5pmKzY7QPh8xF7jSwS755bsv1R6sFRi1Drp9Ii\nJ6WAvP2FpJc4s65aeFVoKaaxy//nxPzpgK7fcytAbFnRls9PuZHCKzhNdeo5\nFZrKcZJ8vhHTUGGAKE2Jme5RwTeNVmuBME/ZzXXfVXgII4uuge8bJxmtVou1\n8kvUiyEI7GWKyvssDtHIhynln/6DpcyGaJpG8Zkq0TUzbsEPlhYY+RktH8Fn\neua/GYd6NEdUuP5x+NSzEtE0Hc1uVMe3X/IWF3vkbys1Lt3msRQ1YUedudZa\n6hQVsSqVu7QgLnZizd8WZJArD3qRApwn2uN2k8yYojNngOxBrnLbmzZLN7Vd\ngq/IOpP7ohlHaOIJLelEfcjcNvZVo4mHPBICboLbhSSl/30xVAaFoYcO4HDb\nSzrGGgH9Fm2bkXTiXxiYjeDw3mDUozK24rir9VdHvTi1BYrXoXJU+y0jaT+r\nSNex\r\n=p2Lj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.1.1_1575527473897_0.09014382164330792"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"2.1.2": {
			"name": "sha3",
			"version": "2.1.2",
			"description": "The Keccak family of hashing algorithms.",
			"main": "index.js",
			"types": "index.d.ts",
			"keywords": [
				"sha",
				"sha3",
				"sha-3",
				"keccak",
				"hash",
				"hashing"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/phusion/node-sha3.git"
			},
			"author": {
				"name": "Devin Canterberry",
				"email": "devin@twuni.org"
			},
			"license": "MIT",
			"scripts": {
				"build": "babel --only '**/index.js' --no-comments --compact true --minified --source-maps false --out-dir lib src; cp -vfR README.md LICENSE package.json yarn.lock index.d.ts lib/",
				"benchmark": "node benchmark",
				"coverage": "nyc report",
				"lint": "eslint src test",
				"test": "nyc --silent --check-coverage --lines 100 --per-file mocha --require @babel/register --recursive test"
			},
			"devDependencies": {
				"@babel/cli": "7.8.4",
				"@babel/core": "7.8.7",
				"@babel/preset-env": "7.8.7",
				"@babel/register": "7.8.6",
				"@types/node": "13.9.1",
				"babel-eslint": "10.1.0",
				"eslint": "6.8.0",
				"eslint-plugin-ante": "1.0.3",
				"mocha": "7.1.0",
				"nyc": "15.0.0"
			},
			"dependencies": {
				"buffer": "5.5.0"
			},
			"licenseText": "Copyright 2012 Phusion\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
			"_id": "sha3@2.1.2",
			"dist": {
				"shasum": "76f404e401d17ca1d23d8458a3790d57f0671bac",
				"integrity": "sha512-agYUtkzMsdFTQkM3ECyt6YW0552fyEb0tYZkl7olurS1Vg2Ms5+2SdF4VFPC1jnwtiXMb8b0fSyuAGZh+q2mAw==",
				"tarball": "https://registry.npmjs.org/sha3/-/sha3-2.1.2.tgz",
				"fileCount": 26,
				"unpackedSize": 18589,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecRqOCRA9TVsSAnZWagAAvPEP/158rO7yE7WahrCpFkzB\nzW5NYpQli+ANOzoC0Gi1tb+BrE44LdcCrZo6sv7ppSOJoJjqNWINz39w3qGl\nU21mbCw8tucupUwHLgEjSF1UsVCZUyD3AfVbH4oa38yPLmqGJ9gjae8zkD0v\nnWso1Yo3Ss+6Pdo6lM0sHgmpxvM56/zfgc2h+k5KmL1ghRLl9oJLAuTNnlyL\n1bZdn5EO/j1v2gqhsh/RHILQ+/U4LV+2V4xzw1pvks9ieUAjP8M1igxUuF8P\nLp6/iWlASXLEFkC4HXuwe4pJeIBP2NNVhOOuOUk1W4wuOcEhV4ZudNV61ECo\ngD256/xn5YXTq2/+mGf8/NbzJDgJMt9z5pJ+miGXoWIuKDR6nZBdoEU3uh+k\nCMxvw+2ddDYGMIXh3K3fI0fb1ZdTXkyWoHBkb4xIIq0XdCTVvzh1SUWgDVnk\nWdvj83+zY/dE0CxIpJRGWvba5rZ/Ynx3ngbjQmoWl0p83HjAtweLjs5HQgWO\nm8mM5lgebRTLx/zK4nSCWPB8HNT1qpoMIn9jtkNkIeJBhqF2TixWqxGJsCEG\n5O9h7flejUqqxnL2jb+8b/lgfR7Yn6iAsvrJtFYRXoi4cQs4dA45qzzBcYPF\n4yxTY6D7+n44KTFbW5wgH2oSIh24dvwWdaeDIK/cqrM3ROgsE2FS6eAeXysJ\n2sff\r\n=0x/o\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"email": "devin@canterberry.cc",
					"name": "canterberry"
				}
			],
			"_npmUser": {
				"name": "canterberry",
				"email": "devin@canterberry.cc"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/sha3_2.1.2_1584470669605_0.5343768539773897"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2020-03-17T18:44:32.442Z",
		"created": "2012-10-06T11:10:54.069Z",
		"1.0.0": "2012-10-06T11:10:55.764Z",
		"1.1.0": "2015-01-20T23:18:42.235Z",
		"1.2.0": "2015-08-24T21:14:27.293Z",
		"1.2.1": "2018-04-29T21:42:39.475Z",
		"1.2.2": "2018-04-30T23:55:36.394Z",
		"2.0.0": "2018-11-11T17:46:34.137Z",
		"2.0.1": "2019-03-20T16:37:17.688Z",
		"2.0.2": "2019-05-02T20:39:27.568Z",
		"1.2.3": "2019-05-08T22:12:45.279Z",
		"2.0.3": "2019-05-08T22:24:52.906Z",
		"2.0.4": "2019-05-10T14:29:47.272Z",
		"2.0.5": "2019-07-13T15:57:05.573Z",
		"2.0.6": "2019-07-13T16:29:20.971Z",
		"2.0.7": "2019-08-27T14:33:57.991Z",
		"1.2.4": "2019-12-01T20:28:47.842Z",
		"2.1.0": "2019-12-01T21:00:12.849Z",
		"1.2.5": "2019-12-05T06:24:13.845Z",
		"1.2.6": "2019-12-05T06:26:52.237Z",
		"2.1.1": "2019-12-05T06:31:14.043Z",
		"2.1.2": "2020-03-17T18:44:29.772Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "2.1.2",
		"native": "1.2.6"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"d627210a79fdb7eaf0a582e6f8aa5ae1\"",
			"fetched": 1594657067458
		}
	},
	"_distfiles": {
		"sha3-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.0.0.tgz",
			"sha": "91d7498799425b37846a053d38505e3c6af0290c",
			"registry": "npmjs"
		},
		"sha3-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.1.0.tgz",
			"sha": "35336ba535cdd4ae0293694d750637cda2599c89",
			"registry": "npmjs"
		},
		"sha3-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.0.tgz",
			"sha": "6989f1b70a498705876a373e2c62ace96aa9399a",
			"registry": "npmjs"
		},
		"sha3-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.1.tgz",
			"sha": "8ce83d5fc79c80af38f4b7a2a1bfbbca3f87f7ae",
			"registry": "npmjs"
		},
		"sha3-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.2.tgz",
			"sha": "a66c5098de4c25bc88336ec8b4817d005bca7ba9",
			"registry": "npmjs"
		},
		"sha3-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.0.tgz",
			"sha": "e3548269f8de769ff95cbf21b66e5acf0cb3118e",
			"registry": "npmjs"
		},
		"sha3-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.1.tgz",
			"sha": "8b111766d26994ab27a659af0dd73326fa19965d",
			"registry": "npmjs"
		},
		"sha3-2.0.2.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.2.tgz",
			"sha": "5547a47cd0aa707cb9ee6d2b45e902e91b0f21d3",
			"registry": "npmjs"
		},
		"sha3-1.2.3.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.3.tgz",
			"sha": "ed5958fa8331df1b1b8529ca9fdf225a340c5418",
			"registry": "npmjs"
		},
		"sha3-2.0.3.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.3.tgz",
			"sha": "e52ff39e2565db2e2f3e2fd2aa7386a625e37a52",
			"registry": "npmjs"
		},
		"sha3-2.0.4.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.4.tgz",
			"sha": "42d5e92862d1bb1d3fac5cc704bb695bbddfb268",
			"registry": "npmjs"
		},
		"sha3-2.0.5.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.5.tgz",
			"sha": "ae0058d22c2b41a7de80385946951c7d01bae78a",
			"registry": "npmjs"
		},
		"sha3-2.0.6.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.6.tgz",
			"sha": "bba49db667d151b76fb17b98757cd9a659fc53eb",
			"registry": "npmjs"
		},
		"sha3-2.0.7.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.0.7.tgz",
			"sha": "02ed270099647cbcc681b064ba091af72f561f35",
			"registry": "npmjs"
		},
		"sha3-1.2.4.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.4.tgz",
			"sha": "8f050a4d281bfb3844120bb50f36a757f8f8492d",
			"registry": "npmjs"
		},
		"sha3-2.1.0.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.1.0.tgz",
			"sha": "d9432c115145e6685bed794a1f6c7a3bfdc9bf09",
			"registry": "npmjs"
		},
		"sha3-1.2.5.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.5.tgz",
			"sha": "7eead39fb1b65f2b55524b590b53c98312d34ff4",
			"registry": "npmjs"
		},
		"sha3-1.2.6.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-1.2.6.tgz",
			"sha": "102aa3e47dc793e2357902c3cce8760822f9e905",
			"registry": "npmjs"
		},
		"sha3-2.1.1.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.1.1.tgz",
			"sha": "488c0f978a73ea540cc4f4a2235a77aed095c031",
			"registry": "npmjs"
		},
		"sha3-2.1.2.tgz": {
			"url": "https://registry.npmjs.org/sha3/-/sha3-2.1.2.tgz",
			"sha": "76f404e401d17ca1d23d8458a3790d57f0671bac",
			"registry": "npmjs"
		}
	},
	"_attachments": {},
	"_rev": "1-b9e669ade9b4a75f",
	"_id": "sha3",
	"readme": "# SHA-3 for JavaScript\n\n[![Travis CI][3]][4]\n[![npm version][5]][6]\n[![npm downloads][7]][6]\n[![dependencies][8]][9]\n[![devDependencies][10]][9]\n[![license][11]][12]\n\nA pure JavaScript implementation of the Keccak family of cryptographic hashing algorithms, most notably including Keccak and SHA3.\n\n> :bulb: **Legacy Note:** In previous versions of this library, the `SHA3Hash` object provided a *Keccak* hash, **not** what we\n> currently know as a SHA-3 hash. For backwards-compatibility, this object is still exported. However, users are encouraged to\n> switch to using the `SHA3` or `Keccak` objects instead, which provide the SHA-3 and Keccak hashing algorithms, respectively.\n\n## Installation\n\nVia `npm`:\n\n```bash\n$ npm install sha3\n```\n\nVia `yarn`:\n\n```bash\n$ yarn add sha3\n```\n\n## Usage\n\nYou can use this library from Node.js, from web browsers, and/or using ES6 imports.\n\n### Node.js (CommonJS style)\n\n```javascript\n// Standard FIPS 202 SHA-3 implementation\nconst { SHA3 } = require('sha3');\n\n// The Keccak hash function is also available\nconst { Keccak } = require('sha3');\n```\n\n### ES6\n\n```javascript\n// Standard FIPS 202 SHA-3 implementation\nimport { SHA3 } from 'sha3';\n\n// The Keccak hash function is also available\nimport { Keccak } from 'sha3';\n```\n\n### What's in the box\n\nFIPS-compatible interfaces for the following algorithms:\n\n * `SHA3`: The SHA3 algorithm.\n * `Keccak`: The Keccak algorithm.\n * `SHAKE`: The SHAKE XOF algorithm.\n\n> :bulb: **Legacy Note:** Savvy inspectors may notice that `SHA3Hash` is also provided. Prior to v2.0.0,\n> this library only implemented an early version of the SHA3 algorithm. Since then, SHA3 has diverged from\n> Keccak and is using a different padding scheme, but for compatibility, this alias is sticking around\n> for a bit longer.\n\n### Examples\n\n#### Generating a SHA3-512 hash\n\n```javascript\nimport { SHA3 } from 'sha3';\n\nconst hash = new SHA3(512);\n\nhash.update('foo');\nhash.digest('hex');\n```\n\n#### Generating a Keccak-256 hash\n\n```javascript\nimport { Keccak } from 'sha3';\n\nconst hash = new Keccak(256);\n\nhash.update('foo');\nhash.digest('hex');\n```\n\n#### Generating a SHAKE128 hash with 2048 bytes\n\n```javascript\nimport { SHAKE } from 'sha3';\n\nconst hash = new SHAKE(128);\n\nhash.update('foo');\nhash.digest({ buffer: Buffer.alloc(2048), format: 'hex' });\n```\n\n### API Reference\n\nAll hash implementations provided by this library conform to the following API specification.\n\n#### `#constructor([size=512])`\n\nThe constructor for each hash (e.g: `Keccak`, `SHA3`), expects the following parameters:\n\n * `size` (Number): Optional. The size of the hash to create, in bits. If provided, this must be one of `224`, `256`, `384`, or `512`. Defaults to `512`.\n\n##### Example\n\n```javascript\n// Construct a new Keccak hash of size 256\nconst hash = new Keccak(256);\n```\n\n#### `#update(data, [encoding='utf8'])`\n\nUpdates the hash content with the given data. Returns the hash object itself.\n\n * `data` (Buffer|string): **Required.** The data to read into the hash.\n * `encoding` (string): **Optional.** The encoding of the given `data`, if of type `string`. Defaults to `'utf8'`.\n\n> :bulb: See [Buffers and Character Encodings][15] for a list of allowed encodings.\n\n##### Example\n\n```javascript\nconst hash = new Keccak(256);\n\nhash.update('hello');\n\nhash.update('we can also chain these').update('together');\n```\n\n#### `#digest([encoding='binary'])`\n\nDigests the hash and returns the result. After calling this function, the hash **may** continue to receive input.\n\n * `encoding` (string): **Optional.** The encoding to use for the returned digest. Defaults to `'binary'`.\n\nIf an `encoding` is provided and is a value other than `'binary'`, then this function returns a `string`.\nOtherwise, it returns a `Buffer`.\n\n> :bulb: See [Buffers and Character Encodings][15] for a list of allowed encodings.\n\n##### Example\n\n```javascript\nconst hash = new Keccak(256);\n\nhash.update('hello');\n\nhash.digest('hex');\n// => hash of 'hello' as a hex-encoded string\n```\n\n#### `#digest([options={}])`\n\nDigests the hash and returns the result. After calling this function, the hash **may** continue to receive input.\n\nOptions include:\n\n * `buffer` (Buffer): **Optional.** A pre-allocated buffer to fill with output bytes. This is how XOF algorithms like SHAKE can be used to obtain an arbitrary number of hash bytes.\n * `format` (string): **Optional.** The encoding to use for the returned digest. Defaults to `'binary'`. If `buffer` is also provided, this value will passed directly into `Buffer#toString()` on the given buffer.\n * `padding` (byte): **Optional.** Override the padding used to pad the input bytes to the algorithm's block size. Typically this should be omitted, but may be required if building additional cryptographic algorithms on top of this library.\n\nIf a `format` is provided and is a value other than `'binary'`, then this function returns a `string`.\nOtherwise, it returns a `Buffer`.\n\n##### Example\n\n```javascript\nconst hash = new Keccak(256);\n\nhash.update('hello');\n\nhash.digest({ buffer: Buffer.alloc(32), format: 'hex' });\n// => hash of 'hello' as a hex-encoded string\n```\n\n#### `#reset()`\n\nResets a hash to its initial state.\n\n * All input buffers are cleared from memory.\n * The hash object can safely be reused to compute another hash.\n\n##### Example\n\n```javascript\nconst hash = new Keccak(256);\n\nhash.update('hello');\nhash.digest();\n// => hash of 'hello'\n\nhash.reset();\n\nhash.update('world');\nhash.digest();\n// => hash of 'world'\n```\n\n## Testing\n\nRun `yarn test` for the full test suite.\n\n## Disclaimer\n\nCryptographic hashes provide **integrity**, but do not provide **authenticity** or **confidentiality**.\nHash functions are one part of the cryptographic ecosystem, alongside other primitives like ciphers and\nMACs. If considering this library for the purpose of protecting passwords, you may actually be looking\nfor a [key derivation function][16], which can provide much better security guarantees for this use case.\n\n## Special Thanks\n\nThe following resources were invaluable to this implementation and deserve special thanks\nfor work well done:\n\n * [Keccak pseudocode][17]: The Keccak team's excellent pseudo-code and technical descriptions.\n\n * [mjosaarinen/tiny_sha3][18]: Markku-Juhani O. Saarinen's compact, legible, and hackable implementation.\n\n * [Phusion][13]: For the initial release and maintenance of this project, and gracious hand-off to Twuni for continued development and maintenance.\n\n[1]: https://keccak.team/keccak.html\n[2]: https://www.phusion.nl/\n[3]: https://img.shields.io/travis/phusion/node-sha3/master.svg?label=Travis%20CI\n[4]: https://travis-ci.org/phusion/node-sha3\n[5]: https://img.shields.io/npm/v/sha3.svg\n[6]: https://www.npmjs.com/package/sha3\n[7]: https://img.shields.io/npm/dt/sha3.svg\n[8]: https://img.shields.io/david/phusion/node-sha3.svg\n[9]: https://github.com/phusion/node-sha3/blob/master/package.json\n[10]: https://img.shields.io/david/dev/phusion/node-sha3.svg\n[11]: https://img.shields.io/github/license/phusion/node-sha3.svg\n[12]: https://github.com/phusion/node-sha3/blob/master/LICENSE\n[13]: https://www.phusion.nl/images/header/pinwheel_logo.svg\n[14]: http://codahale.com/how-to-safely-store-a-password/\n[15]: https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings\n[16]: https://www.npmjs.com/package/pbkdf2\n[17]: https://keccak.team/keccak_specs_summary.html\n[18]: https://github.com/mjosaarinen/tiny_sha3"
}