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

77 lines
1.9 KiB
JSON

{
"_from": "hdkey",
"_id": "hdkey@2.1.0",
"_inBundle": false,
"_integrity": "sha512-i9Wzi0Dy49bNS4tXXeGeu0vIcn86xXdPQUpEYg+SO1YiO8HtomjmmRMaRyqL0r59QfcD4PfVbSF3qmsWFwAemA==",
"_location": "/hdkey",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hdkey",
"name": "hdkey",
"escapedName": "hdkey",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/hdkey/-/hdkey-2.1.0.tgz",
"_shasum": "755b30b73f54e93c31919c1b2f19205a8e57cb92",
"_spec": "hdkey",
"_where": "D:\\ruyi\\dapp",
"bugs": {
"url": "https://github.com/cryptocoinjs/hdkey/issues"
},
"bundleDependencies": false,
"dependencies": {
"bs58check": "^2.1.2",
"ripemd160": "^2.0.2",
"safe-buffer": "^5.1.1",
"secp256k1": "^4.0.0"
},
"deprecated": false,
"description": "Bitcoin BIP32 hierarchical deterministic keys",
"devDependencies": {
"bigi": "^1.1.0",
"coveralls": "^3.0.4",
"ecurve": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.1.4",
"mocha-lcov-reporter": "0.0.1",
"mochify": "^6.3.0",
"secure-random": "^1.0.0",
"standard": "^7.1.1"
},
"files": [],
"homepage": "https://github.com/cryptocoinjs/hdkey",
"keywords": [
"bitcoin",
"bip32",
"bip",
"key",
"hierarchical",
"deterministic",
"crypto"
],
"license": "MIT",
"main": "lib/hdkey.js",
"name": "hdkey",
"repository": {
"type": "git",
"url": "git://github.com/cryptocoinjs/hdkey.git"
},
"scripts": {
"browser-test": "mochify --wd -R spec",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js",
"coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
"lint": "standard",
"test": "standard && mocha",
"unit": "mocha"
},
"version": "2.1.0"
}