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

58 lines
1.6 KiB
JSON

{
"_from": "web3-net@1.3.0-rc.0",
"_id": "web3-net@1.3.0-rc.0",
"_inBundle": false,
"_integrity": "sha512-p04WwSB1/xaEnDySkIyXgQ4LXo3NJjz/oJ7RnprgW2RBWSc39l3i8Ii+Awv1qTto4hYoSHN2IQeb/JWDF4zyMA==",
"_location": "/web3-net",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "web3-net@1.3.0-rc.0",
"name": "web3-net",
"escapedName": "web3-net",
"rawSpec": "1.3.0-rc.0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc.0"
},
"_requiredBy": [
"/web3",
"/web3-eth",
"/web3-eth-personal",
"/web3-shh"
],
"_resolved": "https://registry.npmmirror.com/web3-net/-/web3-net-1.3.0-rc.0.tgz",
"_shasum": "9242cbf7cd82d04e0c5855160ac71610a6e1744e",
"_spec": "web3-net@1.3.0-rc.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3",
"bundleDependencies": false,
"dependencies": {
"web3-core": "1.3.0-rc.0",
"web3-core-method": "1.3.0-rc.0",
"web3-utils": "1.3.0-rc.0"
},
"deprecated": false,
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"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-net",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-net"
},
"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"
}