35 lines
994 B
JSON
35 lines
994 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
|
"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": "0x092997b196f1fc978c9ded04160b0ae1ea83694580b8d5a3489ba3af921b4eba",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.134"
|
|
}
|