{ "author": "Richard Moore ", "dependencies": { "@ethersproject/bignumber": ">=5.0.0-beta.138", "@ethersproject/bytes": ">=5.0.0-beta.137", "@ethersproject/keccak256": ">=5.0.0-beta.131", "@ethersproject/logger": ">=5.0.0-beta.137", "@ethersproject/rlp": ">=5.0.0-beta.132", "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": "0xcd7c012840c8c6bd80d11096e1bb593cd1bc0d149c76ad5383c79bf7c61328a1", "types": "./lib/index.d.ts", "version": "5.0.0-beta.135" }