mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
23 lines
683 B
JSON
23 lines
683 B
JSON
{
|
|
"name": "web3-core-requestmanager",
|
|
"version": "1.5.2",
|
|
"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.0",
|
|
"web3-core-helpers": "1.5.2",
|
|
"web3-providers-http": "1.5.2",
|
|
"web3-providers-ipc": "1.5.2",
|
|
"web3-providers-ws": "1.5.2"
|
|
},
|
|
"gitHead": "a57dd3c5db0e4acb5b326714bd9a2d7ada00c2dc"
|
|
}
|