{ "author": "Richard Moore ", "dependencies": { "@ethersproject/bignumber": "^5.0.7", "@ethersproject/bytes": "^5.0.4", "@ethersproject/keccak256": "^5.0.3", "@ethersproject/logger": "^5.0.5", "@ethersproject/rlp": "^5.0.3", "bn.js": "^4.4.0" }, "description": "Utilities for handling Ethereum Addresses for ethers.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/address", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x3f3008ec04cd0c06fc8e4b8a9aa2982ee743d9c26fa40c70635952d5b442b28d", "types": "./lib/index.d.ts", "version": "5.0.4" }