86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"_from": "@ethersproject/abstract-provider@5.7.0",
|
|
"_id": "@ethersproject/abstract-provider@5.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
|
|
"_location": "/@ethersproject/abstract-provider",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@ethersproject/abstract-provider@5.7.0",
|
|
"name": "@ethersproject/abstract-provider",
|
|
"escapedName": "@ethersproject%2fabstract-provider",
|
|
"scope": "@ethersproject",
|
|
"rawSpec": "5.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ethersproject/abstract-signer",
|
|
"/@ethersproject/contracts",
|
|
"/@ethersproject/providers",
|
|
"/@ethersproject/wallet",
|
|
"/ethers"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
|
|
"_shasum": "b0a8550f88b6bf9d51f90e4795d48294630cb9ef",
|
|
"_spec": "@ethersproject/abstract-provider@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/logger": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/web": "^5.7.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "An Abstract Class for describing an Ethereum Provider 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/abstract-provider",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/abstract-provider",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x952cf2ca65f6e38799386cab1c8595e8f849360128bc61fb28de2b595bbfaad9",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.7.0"
|
|
}
|