2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/sha2",
|
2019-08-03 08:27:20 +03:00
|
|
|
"version": "5.0.0-beta.128",
|
2019-08-23 01:03:33 +03:00
|
|
|
"description": "The SHA2 family hash functions and HMAC functions for ethers.",
|
2019-05-15 01:25:46 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"browser": "browser.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
2019-08-02 01:04:06 +03:00
|
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
2019-05-15 01:25:46 +03:00
|
|
|
"hash.js": "1.1.3"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
|
|
|
"tarballHash": "0x860983c9837fee7ae27066cfefcba0a306898f8bcd8f3b0b6b354edf08d90b63"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|