123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "bs58@4.0.1",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_from": "bs58@4.0.1",
- "_id": "bs58@4.0.1",
- "_inBundle": false,
- "_integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
- "_location": "/bs58",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bs58@4.0.1",
- "name": "bs58",
- "escapedName": "bs58",
- "rawSpec": "4.0.1",
- "saveSpec": null,
- "fetchSpec": "4.0.1"
- },
- "_requiredBy": [
- "/bs58check"
- ],
- "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
- "_spec": "4.0.1",
- "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "bugs": {
- "url": "https://github.com/cryptocoinjs/bs58/issues"
- },
- "dependencies": {
- "base-x": "^3.0.2"
- },
- "description": "Base 58 encoding / decoding",
- "devDependencies": {
- "standard": "*",
- "tape": "^4.6.3"
- },
- "files": [
- "./index.js"
- ],
- "homepage": "https://github.com/cryptocoinjs/bs58#readme",
- "keywords": [
- "base58",
- "bitcoin",
- "crypto",
- "crytography",
- "decode",
- "decoding",
- "encode",
- "encoding",
- "litecoin"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "bs58",
- "repository": {
- "url": "git+https://github.com/cryptocoinjs/bs58.git",
- "type": "git"
- },
- "scripts": {
- "standard": "standard",
- "test": "npm run standard && npm run unit",
- "unit": "tape test/index.js"
- },
- "version": "4.0.1"
- }
|