58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"_from": "web3-core-subscriptions@1.3.0-rc.0",
|
|
"_id": "web3-core-subscriptions@1.3.0-rc.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CsdGRZBjaS6fzLjdgPCdht/hjy5cSqLt/J7oFz8ay2/ye4zw7eZmexG9k5cRGyFUN6bjZ6hDS4z42CrvXzWxIg==",
|
|
"_location": "/web3-core-subscriptions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "web3-core-subscriptions@1.3.0-rc.0",
|
|
"name": "web3-core-subscriptions",
|
|
"escapedName": "web3-core-subscriptions",
|
|
"rawSpec": "1.3.0-rc.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.0-rc.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/web3-core-method",
|
|
"/web3-eth",
|
|
"/web3-eth-contract",
|
|
"/web3-shh"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/web3-core-subscriptions/-/web3-core-subscriptions-1.3.0-rc.0.tgz",
|
|
"_shasum": "f896db91d4d18cb25e852afa3a00b0682da9ff92",
|
|
"_spec": "web3-core-subscriptions@1.3.0-rc.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-core-method",
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"eventemitter3": "4.0.4",
|
|
"underscore": "1.9.1",
|
|
"web3-core-helpers": "1.3.0-rc.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Manages web3 subscriptions. This is an internal package.",
|
|
"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-core-subscriptions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-subscriptions"
|
|
},
|
|
"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"
|
|
}
|