2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/hdnode",
|
2019-11-20 12:57:38 +03:00
|
|
|
"version": "5.0.0-beta.134",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "BIP32 Hierarchal Deterministic Node operations.",
|
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": {
|
2019-09-01 06:56:02 +03:00
|
|
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
|
|
|
"@ethersproject/basex": ">=5.0.0-beta.127",
|
|
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
|
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.127",
|
|
|
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
|
|
|
"@ethersproject/sha2": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/signing-key": ">=5.0.0-beta.129",
|
|
|
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
|
|
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
|
|
|
"@ethersproject/wordlists": ">=5.0.0-beta.128"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
|
|
|
"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-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2019-09-08 09:46:53 +03:00
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-11-20 12:57:38 +03:00
|
|
|
"tarballHash": "0x21c4113048b70dabfe83d8b164ae5f57d902585dc1f37fba3bf3620a36f3de3e"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|