2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/address",
|
2019-08-25 09:39:20 +03:00
|
|
|
"version": "5.0.0-beta.128",
|
2019-08-23 01:03:33 +03:00
|
|
|
"description": "Utilities for handling Ethereum Addresses for ethers.",
|
2019-08-25 09:39:20 +03:00
|
|
|
"main": "./lib/index.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/keccak256": ">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
|
|
|
"@ethersproject/rlp": ">5.0.0-beta.0",
|
|
|
|
"bn.js": "^4.4.0"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2019-08-25 09:39:20 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-08-25 23:20:34 +03:00
|
|
|
"tarballHash": "0x3f3fd1c8422ddd05719dfb37df8292d27e93ae1ce0d0d48e5cdc263082e35a78"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|