2025-04-19 15:38:48 +08:00

87 lines
2.5 KiB
JSON

{
"_from": "@ethersproject/address@5.7.0",
"_id": "@ethersproject/address@5.7.0",
"_inBundle": false,
"_integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
"_location": "/@ethersproject/address",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ethersproject/address@5.7.0",
"name": "@ethersproject/address",
"escapedName": "@ethersproject%2faddress",
"scope": "@ethersproject",
"rawSpec": "5.7.0",
"saveSpec": null,
"fetchSpec": "5.7.0"
},
"_requiredBy": [
"/@ethersproject/abi",
"/@ethersproject/contracts",
"/@ethersproject/hash",
"/@ethersproject/json-wallets",
"/@ethersproject/providers",
"/@ethersproject/transactions",
"/@ethersproject/wallet",
"/ethers"
],
"_resolved": "https://registry.npmmirror.com/@ethersproject/address/-/address-5.7.0.tgz",
"_shasum": "19b56c4d74a3b0a46bfdbb6cfcc0a153fc697f37",
"_spec": "@ethersproject/address@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/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/logger": "^5.7.0",
"@ethersproject/rlp": "^5.7.0"
},
"deprecated": false,
"description": "Utilities for handling Ethereum Addresses for ethers.",
"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"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/address",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/address",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x6732663914c6efc33735eb97dc36ecaf0ecf4ff34ad1877ee7b842f1c27f98f4",
"types": "./lib/index.d.ts",
"version": "5.7.0"
}