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