2019-05-15 01:25:46 +03:00
|
|
|
{
|
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-03-12 21:14:50 +03:00
|
|
|
"net": "./lib/browser-net.js",
|
|
|
|
"ws": "./lib/browser-ws.js"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2020-04-18 12:14:55 +03:00
|
|
|
"browser.esm": {
|
|
|
|
"./lib.esm/ipc-provider": "./lib.esm/browser-ipc-provider.js",
|
|
|
|
"net": "./lib.esm/browser-net.js",
|
|
|
|
"ws": "./lib/browser-ws.js"
|
|
|
|
},
|
|
|
|
"browser.umd": {
|
|
|
|
"./lib/ipc-provider": "./lib/browser-ipc-provider.js",
|
|
|
|
"net": "./lib/browser-net.js",
|
|
|
|
"ws": "./lib/browser-ws.js"
|
|
|
|
},
|
2019-05-15 01:25:46 +03:00
|
|
|
"dependencies": {
|
2020-05-08 22:28:55 +03:00
|
|
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.139",
|
|
|
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.142",
|
|
|
|
"@ethersproject/address": ">=5.0.0-beta.134",
|
|
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.138",
|
|
|
|
"@ethersproject/bytes": ">=5.0.0-beta.137",
|
|
|
|
"@ethersproject/constants": ">=5.0.0-beta.133",
|
|
|
|
"@ethersproject/hash": ">=5.0.0-beta.133",
|
|
|
|
"@ethersproject/logger": ">=5.0.0-beta.137",
|
|
|
|
"@ethersproject/networks": ">=5.0.0-beta.136",
|
|
|
|
"@ethersproject/properties": ">=5.0.0-beta.140",
|
|
|
|
"@ethersproject/random": ">=5.0.0-beta.135",
|
|
|
|
"@ethersproject/rlp": ">=5.0.0-beta.132",
|
|
|
|
"@ethersproject/strings": ">=5.0.0-beta.136",
|
|
|
|
"@ethersproject/transactions": ">=5.0.0-beta.135",
|
|
|
|
"@ethersproject/web": ">=5.0.0-beta.138",
|
2020-03-12 20:53:34 +03:00
|
|
|
"ws": "7.2.3"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"description": "Ethereum Providers for ethers.",
|
2019-05-24 02:13:44 +03:00
|
|
|
"devDependencies": {
|
2019-09-06 19:25:17 +03:00
|
|
|
"@types/node": "^12.7.4"
|
2019-05-24 02:13:44 +03:00
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"ethereum": "donations.ethers.eth",
|
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",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/providers",
|
2019-05-15 01:25:46 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"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-05-30 04:27:59 +03:00
|
|
|
"tarballHash": "0x2c7517b23e6eb918b668110c930001103934b54b78a357e775e232be9dfc7c25",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-05-30 04:27:59 +03:00
|
|
|
"version": "5.0.0-beta.169"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|