File: //usr/local/bin/pastebin-cli/node_modules/bs58/package.json
{
"_from": "bs58@^4.0.1",
"_id": "bs58@4.0.1",
"_inBundle": false,
"_integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=",
"_location": "/bs58",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bs58@^4.0.1",
"name": "bs58",
"escapedName": "bs58",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/privatebin-cli"
],
"_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
"_shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
"_spec": "bs58@^4.0.1",
"_where": "/var/hpwsites/u_proof/home/pb/node_modules/privatebin-cli",
"bugs": {
"url": "https://github.com/cryptocoinjs/bs58/issues"
},
"bundleDependencies": false,
"dependencies": {
"base-x": "^3.0.2"
},
"deprecated": false,
"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"
}