{ "_args": [ [ "wif@2.0.6", "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet" ] ], "_from": "wif@2.0.6", "_id": "wif@2.0.6", "_inBundle": false, "_integrity": "sha1-CNP1IFbGZnkplyb63g1DKudLRwQ=", "_location": "/wif", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "wif@2.0.6", "name": "wif", "escapedName": "wif", "rawSpec": "2.0.6", "saveSpec": null, "fetchSpec": "2.0.6" }, "_requiredBy": [ "/bip32" ], "_resolved": "https://registry.npmjs.org/wif/-/wif-2.0.6.tgz", "_spec": "2.0.6", "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet", "author": { "name": "Daniel Cousens" }, "bugs": { "url": "https://github.com/bitcoinjs/wif/issues" }, "dependencies": { "bs58check": "<3.0.0" }, "description": "Bitcoin Wallet Import Format (WIF) decoding/encoding module", "devDependencies": { "nyc": "^6.4.0", "standard": "*", "tape": "^4.6.2" }, "homepage": "https://github.com/bitcoinjs/wif", "keywords": [ "bitcoin", "base58", "base58check", "decode", "decoding", "encoding", "encode", "key", "private", "wif" ], "license": "MIT", "main": "index.js", "name": "wif", "repository": { "type": "git", "url": "git+https://github.com/bitcoinjs/wif.git" }, "scripts": { "coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit", "coverage-report": "nyc report --reporter=lcov", "standard": "standard", "test": "npm run standard && npm run coverage", "unit": "tape test/*.js" }, "version": "2.0.6" }