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

74 lines
2.0 KiB
JSON

{
"_from": "web3-utils@1.3.0-rc.0",
"_id": "web3-utils@1.3.0-rc.0",
"_inBundle": false,
"_integrity": "sha512-OI5c8H+x2M7DxbkoEYS0gZ4en0du6jr9hrJtWVKCfHv5/kI9K88JXz3lIlNvxkecxyIPvMToYJKzJGm4ivg2VA==",
"_location": "/web3-utils",
"_phantomChildren": {
"elliptic": "6.5.7",
"xhr-request-promise": "0.1.3"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "web3-utils@1.3.0-rc.0",
"name": "web3-utils",
"escapedName": "web3-utils",
"rawSpec": "1.3.0-rc.0",
"saveSpec": null,
"fetchSpec": "1.3.0-rc.0"
},
"_requiredBy": [
"/web3",
"/web3-core",
"/web3-core-helpers",
"/web3-core-method",
"/web3-eth",
"/web3-eth-abi",
"/web3-eth-accounts",
"/web3-eth-contract",
"/web3-eth-ens",
"/web3-eth-iban",
"/web3-eth-personal",
"/web3-net"
],
"_resolved": "https://registry.npmmirror.com/web3-utils/-/web3-utils-1.3.0-rc.0.tgz",
"_shasum": "7b3f44efddf1a0636a2ab153eaf3abd760dcfe7c",
"_spec": "web3-utils@1.3.0-rc.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3",
"bundleDependencies": false,
"dependencies": {
"bn.js": "^4.11.9",
"eth-lib": "0.2.8",
"ethereum-bloom-filters": "^1.0.6",
"ethjs-unit": "0.1.6",
"number-to-bn": "1.7.0",
"randombytes": "^2.1.0",
"underscore": "1.9.1",
"utf8": "3.0.0"
},
"deprecated": false,
"description": "Collection of utility functions used in web3.js.",
"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-utils",
"repository": {
"type": "git",
"url": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-utils"
},
"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"
}