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

82 lines
2.3 KiB
JSON

{
"_from": "@ethersproject/constants@5.7.0",
"_id": "@ethersproject/constants@5.7.0",
"_inBundle": false,
"_integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
"_location": "/@ethersproject/constants",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ethersproject/constants@5.7.0",
"name": "@ethersproject/constants",
"escapedName": "@ethersproject%2fconstants",
"scope": "@ethersproject",
"rawSpec": "5.7.0",
"saveSpec": null,
"fetchSpec": "5.7.0"
},
"_requiredBy": [
"/@ethersproject/abi",
"/@ethersproject/contracts",
"/@ethersproject/providers",
"/@ethersproject/strings",
"/@ethersproject/transactions",
"/@ethersproject/units",
"/ethers"
],
"_resolved": "https://registry.npmmirror.com/@ethersproject/constants/-/constants-5.7.0.tgz",
"_shasum": "df80a9705a7e08984161f09014ea012d1c75295e",
"_spec": "@ethersproject/constants@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"
},
"deprecated": false,
"description": "Common Ethereum constants used 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/constants",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/constants",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x579d8352bdd831dce141ec5ba78cbbf6d468ebd55470ebb535bbcb38fc502ec6",
"types": "./lib/index.d.ts",
"version": "5.7.0"
}