65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_from": "bip39-light",
|
|
"_id": "bip39-light@1.0.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WDTmLRQUsiioBdTs9BmSEmkJza+8xfJmptsNJjxnoq3EydSa/ZBXT6rm66KoT3PJIRYMnhSKNR7S9YL1l7R40Q==",
|
|
"_location": "/bip39-light",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "bip39-light",
|
|
"name": "bip39-light",
|
|
"escapedName": "bip39-light",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/bip39-light/-/bip39-light-1.0.7.tgz",
|
|
"_shasum": "06a72f251b89389a136d3f177f29b03342adc5ba",
|
|
"_spec": "bip39-light",
|
|
"_where": "D:\\ruyi\\dapp",
|
|
"author": {
|
|
"name": "Wei Lu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vacuumlabs/bip39-light/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Rafael Korbas",
|
|
"email": "rafael.korbas@vacuumlabs.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"create-hash": "^1.1.0",
|
|
"pbkdf2": "^3.0.9"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys, a lightweight fork",
|
|
"devDependencies": {
|
|
"proxyquire": "^1.7.10",
|
|
"standard": "^10.0.2",
|
|
"tape": "^4.6.2"
|
|
},
|
|
"homepage": "https://github.com/vacuumlabs/bip39-light#readme",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "bip39-light",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vacuumlabs/bip39-light.git"
|
|
},
|
|
"scripts": {
|
|
"standard": "standard",
|
|
"test": "npm run standard && npm run unit",
|
|
"unit": "tape test/*.js"
|
|
},
|
|
"version": "1.0.7"
|
|
}
|