2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/hdnode",
|
2019-06-12 16:38:15 +03:00
|
|
|
"version": "5.0.0-beta.126",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "BIP32 Hierarchal Deterministic Node operations.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/basex": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/errors": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/sha2": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/signing-key": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/strings": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/transactions": ">5.0.0-beta.0",
|
|
|
|
"@ethersproject/wordlists": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-06-12 16:38:15 +03:00
|
|
|
"tarballHash": "0x2a7bd80760329de5b0059d3858f9c54af3836d6727f0f9ac40a030a3b19023fe"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|