{ "name": "@ethersproject/sha2", "version": "5.0.0-beta.130", "description": "The SHA2 family hash functions and HMAC functions for ethers.", "main": "./lib/index.js", "browser": "./lib/browser.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/logger": ">=5.0.0-beta.129", "hash.js": "1.1.3" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "module": "./lib.esm/index.js", "types": "./lib/index.d.ts", "ethereum": "donations.ethers.eth", "tarballHash": "0x112dc92509191c5027e2ae1fd745bba62f6c8b0d5fd098763d2608548dccb7f0" }