2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/rlp",
|
2019-08-03 08:27:20 +03:00
|
|
|
"version": "5.0.0-beta.125",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Recursive-Length Prefix (RLP) coder.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ethersproject/bytes": ">5.0.0-beta.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers",
|
|
|
|
"rlp"
|
|
|
|
],
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"tarballHash": "0x223297e79fecc91c953f76fef12f72b20c50a8f146581cacfe86bce39e5c639e"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|