File: //usr/local/bin/pastebin-cli/node_modules/base-x/package.json
{
"_from": "base-x@^3.0.2",
"_id": "base-x@3.0.6",
"_inBundle": false,
"_integrity": "sha512-4PaF8u2+AlViJxRVjurkLTxpp7CaFRD/jo5rPT9ONnKxyhQ8f59yzamEvq7EkriG56yn5On4ONyaG75HLqr46w==",
"_location": "/base-x",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "base-x@^3.0.2",
"name": "base-x",
"escapedName": "base-x",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/bs58"
],
"_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.6.tgz",
"_shasum": "de047ec95f5f7b99ae63d830a2a894c96538b2cd",
"_spec": "base-x@^3.0.2",
"_where": "/var/hpwsites/u_proof/home/pb/node_modules/bs58",
"author": {
"name": "Daniel Cousens"
},
"bugs": {
"url": "https://github.com/cryptocoinjs/base-x/issues"
},
"bundleDependencies": false,
"dependencies": {
"safe-buffer": "^5.0.1"
},
"deprecated": false,
"description": "Fast base encoding / decoding of any given alphabet",
"devDependencies": {
"@types/node": "12.0.10",
"standard": "^10.0.3",
"tape": "^4.5.1",
"typescript": "3.5.2"
},
"files": [
"src"
],
"homepage": "https://github.com/cryptocoinjs/base-x",
"keywords": [
"base-x",
"base58",
"base62",
"base64",
"crypto",
"crytography",
"decode",
"decoding",
"encode",
"encoding"
],
"license": "MIT",
"main": "src/index.js",
"name": "base-x",
"repository": {
"type": "git",
"url": "git+https://github.com/cryptocoinjs/base-x.git"
},
"scripts": {
"build": "tsc -p ./tsconfig.json ; standard --fix",
"gitdiff": "npm run build && git diff --exit-code",
"prepublish": "npm run gitdiff",
"standard": "standard",
"test": "npm run unit && npm run standard",
"unit": "tape test/*.js"
},
"types": "src/index.d.ts",
"version": "3.0.6"
}