1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "bs58check@2.1.2",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_from": "bs58check@2.1.2",
- "_id": "bs58check@2.1.2",
- "_inBundle": false,
- "_integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
- "_location": "/bs58check",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bs58check@2.1.2",
- "name": "bs58check",
- "escapedName": "bs58check",
- "rawSpec": "2.1.2",
- "saveSpec": null,
- "fetchSpec": "2.1.2"
- },
- "_requiredBy": [
- "/bip32",
- "/wif"
- ],
- "_resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz",
- "_spec": "2.1.2",
- "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "author": {
- "name": "Daniel Cousens"
- },
- "bugs": {
- "url": "https://github.com/bitcoinjs/bs58check/issues"
- },
- "dependencies": {
- "bs58": "^4.0.0",
- "create-hash": "^1.1.0",
- "safe-buffer": "^5.1.2"
- },
- "description": "A straightforward implementation of base58-check encoding",
- "devDependencies": {
- "blake-hash": "^1.0.0",
- "nyc": "^11.3.0",
- "standard": "^10.0.3",
- "tape": "^4.6.2"
- },
- "files": [
- "index.js",
- "base.js"
- ],
- "homepage": "https://github.com/bitcoinjs/bs58check",
- "keywords": [
- "base",
- "base58",
- "base58check",
- "bitcoin",
- "bs58",
- "check",
- "checksum",
- "decode",
- "decoding",
- "encode",
- "encoding",
- "litecoin"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "bs58check",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bitcoinjs/bs58check.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.1.2"
- }
|