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

67 lines
2.0 KiB
JSON

{
"_from": "web3-core-helpers@1.3.0-rc.0",
"_id": "web3-core-helpers@1.3.0-rc.0",
"_inBundle": false,
"_integrity": "sha512-ubuiee1ALc1XJGjjx6qcU0zh/jDUreMjthOgCuWXmg7KEDDUIPD8Ibqqfs7LK0HlC4i6zFlcYt2g+lKEuYer5Q==",
"_location": "/web3-core-helpers",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "web3-core-helpers@1.3.0-rc.0",
"name": "web3-core-helpers",
"escapedName": "web3-core-helpers",
"rawSpec": "1.3.0-rc.0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc.0"
},
"_requiredBy": [
"/web3-core",
"/web3-core-method",
"/web3-core-requestmanager",
"/web3-core-subscriptions",
"/web3-eth",
"/web3-eth-accounts",
"/web3-eth-contract",
"/web3-eth-ens",
"/web3-eth-personal",
"/web3-providers-http",
"/web3-providers-ipc",
"/web3-providers-ws"
],
"_resolved": "https://registry.npmmirror.com/web3-core-helpers/-/web3-core-helpers-1.3.0-rc.0.tgz",
"_shasum": "4ac8e3015785492a673cc18ebffa892db6536c7a",
"_spec": "web3-core-helpers@1.3.0-rc.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-core",
"bundleDependencies": false,
"dependencies": {
"underscore": "1.9.1",
"web3-eth-iban": "1.3.0-rc.0",
"web3-utils": "1.3.0-rc.0"
},
"deprecated": false,
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"devDependencies": {
"@types/node": "^12.12.6",
"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-helpers",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers"
},
"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"
}