81 lines
2.2 KiB
JSON
Raw Permalink Normal View History

2025-04-19 15:38:48 +08:00
{
"_from": "@ethersproject/rlp@5.7.0",
"_id": "@ethersproject/rlp@5.7.0",
"_inBundle": false,
"_integrity": "sha512-rBxzX2vK8mVF7b0Tol44t5Tb8gomOHkj5guL+HhzQ1yBh/ydjGnpw6at+X6Iw0Kp3OzzzkcKp8N9r0W4kYSs9w==",
"_location": "/@ethersproject/rlp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ethersproject/rlp@5.7.0",
"name": "@ethersproject/rlp",
"escapedName": "@ethersproject%2frlp",
"scope": "@ethersproject",
"rawSpec": "5.7.0",
"saveSpec": null,
"fetchSpec": "5.7.0"
},
"_requiredBy": [
"/@ethersproject/address",
"/@ethersproject/providers",
"/@ethersproject/transactions",
"/ethers"
],
"_resolved": "https://registry.npmmirror.com/@ethersproject/rlp/-/rlp-5.7.0.tgz",
"_shasum": "de39e4d5918b9d74d46de93af80b7685a9c21304",
"_spec": "@ethersproject/rlp@5.7.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\ethers",
"author": {
"name": "Richard Moore",
"email": "me@ricmoo.com"
},
"bugs": {
"url": "https://github.com/ethers-io/ethers.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/logger": "^5.7.0"
},
"deprecated": false,
"description": "Recursive-Length Prefix (RLP) coder.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
"homepage": "https://github.com/ethers-io/ethers.js#readme",
"keywords": [
"Ethereum",
"ethers",
"rlp"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/rlp",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/rlp",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x93c77ed49afe2043ac918ada4f24d3d1edbb4ce4f0f40e62eeeeed396d30ef45",
"types": "./lib/index.d.ts",
"version": "5.7.0"
}