mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"_from": "git+https://github.com/Overtorment/bip38.git",
|
|
"_id": "bip38@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-AhDzWwDTKrQ656q2Kxb4xmDIitY=",
|
|
"_location": "/bip38",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "git",
|
|
"raw": "bip38@git+https://github.com/Overtorment/bip38.git",
|
|
"name": "bip38",
|
|
"escapedName": "bip38",
|
|
"rawSpec": "git+https://github.com/Overtorment/bip38.git",
|
|
"saveSpec": "git+https://github.com/Overtorment/bip38.git",
|
|
"fetchSpec": "https://github.com/Overtorment/bip38.git",
|
|
"gitCommittish": "master"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "git+https://github.com/Overtorment/bip38.git#7eb8701bf845f84eab71f0ef9a8db219420d080d",
|
|
"_spec": "bip38@git+https://github.com/Overtorment/bip38.git",
|
|
"_where": "/home/burn/Documents/BlueWallet",
|
|
"author": {
|
|
"name": "JP Richardson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bitcoinjs/bip38/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bigi": "^1.2.0",
|
|
"browserify-aes": "^1.0.1",
|
|
"bs58check": "<3.0.0",
|
|
"buffer-xor": "^1.0.2",
|
|
"create-hash": "^1.1.1",
|
|
"ecurve": "^1.0.0",
|
|
"pbkdf2": "^3.0.14"
|
|
},
|
|
"deprecated": false,
|
|
"description": "BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is impervious to brute force attacks thus protecting the user.",
|
|
"devDependencies": {
|
|
"coveralls": "^2.10.0",
|
|
"istanbul": "^0.2.11",
|
|
"mocha": "^2.3.3",
|
|
"mochify": "^2.1.1",
|
|
"standard": "^9.0.2",
|
|
"wif": "^2.0.1"
|
|
},
|
|
"homepage": "http://cryptocoinjs.com/modules/currency/bip38/",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"crypto",
|
|
"cryptography",
|
|
"litecoin"
|
|
],
|
|
"main": "index.js",
|
|
"name": "bip38",
|
|
"repository": {
|
|
"url": "git+ssh://git@github.com/bitcoinjs/bip38.git",
|
|
"type": "git"
|
|
},
|
|
"scripts": {
|
|
"browser-test": "mochify --wd -R spec --timeout 100000",
|
|
"coverage": "istanbul cover _mocha -- --reporter list test/*.js",
|
|
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
|
|
"standard": "standard",
|
|
"test": "npm run standard && npm run unit",
|
|
"unit": "mocha --ui bdd --timeout 240000"
|
|
},
|
|
"version": "2.0.2",
|
|
"react-native": {
|
|
"path": "path-browserify",
|
|
"fs": "react-native-level-fs",
|
|
"_stream_transform": "readable-stream/transform",
|
|
"_stream_readable": "readable-stream/readable",
|
|
"_stream_writable": "readable-stream/writable",
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
"stream": "stream-browserify"
|
|
},
|
|
"browser": {
|
|
"path": "path-browserify",
|
|
"fs": "react-native-level-fs",
|
|
"_stream_transform": "readable-stream/transform",
|
|
"_stream_readable": "readable-stream/readable",
|
|
"_stream_writable": "readable-stream/writable",
|
|
"_stream_duplex": "readable-stream/duplex",
|
|
"_stream_passthrough": "readable-stream/passthrough",
|
|
"stream": "stream-browserify"
|
|
}
|
|
} |