Onlife/node_modules/web3/package.json
2025-04-19 15:38:48 +08:00

100 lines
2.5 KiB
JSON

{
"_from": "web3@1.3.0-rc.0",
"_id": "web3@1.3.0-rc.0",
"_inBundle": false,
"_integrity": "sha512-3V9x4VqSqSagMR5zjkQkd2eev1kR8hAw6NHb+QcmfaiXCl3cbSKhXYSSqfJcY2pnc+JOqfOQDTMK4vsApMf84A==",
"_location": "/web3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "web3@1.3.0-rc.0",
"name": "web3",
"escapedName": "web3",
"rawSpec": "1.3.0-rc.0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/web3/-/web3-1.3.0-rc.0.tgz",
"_shasum": "e7a578dc58e9507aabcdb9de1d309570cae0a813",
"_spec": "web3@1.3.0-rc.0",
"_where": "D:\\ruyi\\dapp\\common",
"author": {
"name": "ethereum.org"
},
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@ethereum.org",
"homepage": "http://frozeman.de"
},
{
"name": "Marek Kotewicz",
"email": "marek@parity.io",
"url": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"url": "https://github.com/cubedro"
},
{
"name": "Gav Wood",
"email": "g@parity.io",
"homepage": "http://gavwood.com"
},
{
"name": "Jeffery Wilcke",
"email": "jeffrey.wilcke@ethereum.org",
"url": "https://github.com/obscuren"
}
],
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"web3-bzz": "1.3.0-rc.0",
"web3-core": "1.3.0-rc.0",
"web3-eth": "1.3.0-rc.0",
"web3-eth-personal": "1.3.0-rc.0",
"web3-net": "1.3.0-rc.0",
"web3-shh": "1.3.0-rc.0",
"web3-utils": "1.3.0-rc.0"
},
"deprecated": false,
"description": "Ethereum JavaScript API",
"devDependencies": {
"@types/node": "^12.12.6",
"dtslint": "^3.4.1",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "83c9f65c7cb3b4f4532f890ec5a3608fd1879e35",
"homepage": "https://github.com/ethereum/web3.js#readme",
"keywords": [
"Ethereum",
"JavaScript",
"API"
],
"license": "LGPL-3.0",
"main": "lib/index.js",
"name": "web3",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/web3.js.git"
},
"scripts": {
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
"postinstall": "node angular-patch.js",
"tsc": "tsc -b tsconfig.json"
},
"types": "types/index.d.ts",
"version": "1.3.0-rc.0"
}