84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"_from": "@ethersproject/keccak256@5.7.0",
|
|
"_id": "@ethersproject/keccak256@5.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
|
|
"_location": "/@ethersproject/keccak256",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@ethersproject/keccak256@5.7.0",
|
|
"name": "@ethersproject/keccak256",
|
|
"escapedName": "@ethersproject%2fkeccak256",
|
|
"scope": "@ethersproject",
|
|
"rawSpec": "5.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ethersproject/abi",
|
|
"/@ethersproject/address",
|
|
"/@ethersproject/hash",
|
|
"/@ethersproject/json-wallets",
|
|
"/@ethersproject/solidity",
|
|
"/@ethersproject/transactions",
|
|
"/@ethersproject/wallet",
|
|
"/ethers"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
|
|
"_shasum": "3186350c6e1cd6aba7940384ec7d6d9db01f335a",
|
|
"_spec": "@ethersproject/keccak256@5.7.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\ethers",
|
|
"author": {
|
|
"name": "Richard Moore",
|
|
"email": "me@ricmoo.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ethers-io/ethers.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"js-sha3": "0.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The keccak256 hash function for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
|
|
"homepage": "https://github.com/ethers-io/ethers.js#readme",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/keccak256",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/keccak256",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x37a7d1dd604198317d0d61c892bbdcff7f8c88420f5e6f5dd9c73c2dc0de026a",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.7.0"
|
|
}
|