2019-05-14 18:25:46 -04:00
|
|
|
{
|
2020-11-14 17:42:36 -05:00
|
|
|
"_ethers.alias": {
|
|
|
|
"browser-net.d.ts": "",
|
2021-01-31 21:12:58 -05:00
|
|
|
"browser-net.d.ts.map": "",
|
2020-11-14 17:42:36 -05:00
|
|
|
"browser-net.js": "",
|
|
|
|
"browser-net.js.map": "",
|
|
|
|
"ipc-provider.js": "browser-ipc-provider.js",
|
|
|
|
"ws.js": "browser-ws.js"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-14 18:25:46 -04:00
|
|
|
"browser": {
|
2020-04-18 02:46:52 -04:00
|
|
|
"./lib/ipc-provider": "./lib/browser-ipc-provider.js",
|
2020-11-17 20:07:22 -05:00
|
|
|
"./lib/ws": "./lib/browser-ws.js",
|
2020-11-16 23:07:24 -05:00
|
|
|
"net": "./lib/browser-net.js"
|
2020-04-18 05:14:55 -04:00
|
|
|
},
|
2019-05-14 18:25:46 -04:00
|
|
|
"dependencies": {
|
2022-08-18 14:48:39 -04:00
|
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
|
|
"@ethersproject/address": "^5.7.0",
|
|
|
|
"@ethersproject/base64": "^5.7.0",
|
|
|
|
"@ethersproject/basex": "^5.7.0",
|
|
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
|
|
"@ethersproject/constants": "^5.7.0",
|
|
|
|
"@ethersproject/hash": "^5.7.0",
|
|
|
|
"@ethersproject/logger": "^5.7.0",
|
|
|
|
"@ethersproject/networks": "^5.7.0",
|
|
|
|
"@ethersproject/properties": "^5.7.0",
|
|
|
|
"@ethersproject/random": "^5.7.0",
|
|
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
|
|
"@ethersproject/strings": "^5.7.0",
|
|
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
|
|
"@ethersproject/web": "^5.7.0",
|
2020-09-04 01:18:57 -04:00
|
|
|
"bech32": "1.1.4",
|
2021-05-31 15:46:47 -04:00
|
|
|
"ws": "7.4.6"
|
2019-05-14 18:25:46 -04:00
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"description": "Ethereum Providers for ethers.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2020-11-23 19:23:11 -05:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
|
}
|
|
|
|
],
|
2019-05-14 18:25:46 -04:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 21:38:13 +09:00
|
|
|
"main": "./lib/index.js",
|
2020-11-16 23:07:24 -05:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-11-23 21:38:13 +09:00
|
|
|
"name": "@ethersproject/providers",
|
2019-05-14 18:25:46 -04:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 01:27:20 -04:00
|
|
|
"repository": {
|
2020-11-23 18:44:11 -05:00
|
|
|
"directory": "packages/providers",
|
2019-08-03 01:27:20 -04:00
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 21:38:13 +09:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-11-14 17:42:36 -05:00
|
|
|
"sideEffects": false,
|
2022-08-18 14:48:39 -04:00
|
|
|
"tarballHash": "0xedcf6f4d62e2cbdf77766b1c41a9e0a31d1b2bf660c5b06715799748912b291a",
|
2019-08-31 23:56:02 -04:00
|
|
|
"types": "./lib/index.d.ts",
|
2022-08-18 14:48:39 -04:00
|
|
|
"version": "5.7.0"
|
2019-05-14 18:25:46 -04:00
|
|
|
}
|