You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
688 B
23 lines
688 B
{
|
|
"name": "web3-core-requestmanager",
|
|
"version": "1.10.0",
|
|
"description": "Web3 module to handle requests to external providers.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"compile": "tsc -b tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"util": "^0.12.5",
|
|
"web3-core-helpers": "1.10.0",
|
|
"web3-providers-http": "1.10.0",
|
|
"web3-providers-ipc": "1.10.0",
|
|
"web3-providers-ws": "1.10.0"
|
|
},
|
|
"gitHead": "f3846d1c78c4be3db4062ecf96d010d4c812314d"
|
|
}
|