2025-04-19 15:38:48 +08:00

54 lines
1.7 KiB
JSON

{
"_from": "web3-providers-http@1.3.0-rc.0",
"_id": "web3-providers-http@1.3.0-rc.0",
"_inBundle": false,
"_integrity": "sha512-z71Bkufflw68xNCV4B/g6HRK98QcUZCDxx0LCMhNfrMnk1CcF/2ou/Eg8hHsHBs9cYSuo/CamfK3dFdOHu5XoQ==",
"_location": "/web3-providers-http",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "web3-providers-http@1.3.0-rc.0",
"name": "web3-providers-http",
"escapedName": "web3-providers-http",
"rawSpec": "1.3.0-rc.0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc.0"
},
"_requiredBy": [
"/web3-core-requestmanager"
],
"_resolved": "https://registry.npmmirror.com/web3-providers-http/-/web3-providers-http-1.3.0-rc.0.tgz",
"_shasum": "b0f27ac7bb64203e88f26942affab203e2a7409f",
"_spec": "web3-providers-http@1.3.0-rc.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-core-requestmanager",
"bundleDependencies": false,
"dependencies": {
"web3-core-helpers": "1.3.0-rc.0",
"xhr2-cookies": "1.1.0"
},
"deprecated": false,
"description": "Module to handle web3 RPC connections over HTTP.",
"devDependencies": {
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "83c9f65c7cb3b4f4532f890ec5a3608fd1879e35",
"license": "LGPL-3.0",
"main": "lib/index.js",
"name": "web3-providers-http",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-http"
},
"scripts": {
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
"tsc": "tsc -b tsconfig.json"
},
"types": "types/index.d.ts",
"version": "1.3.0-rc.0"
}