2020-05-26 18:17:24 +02:00

118 lines
3.8 KiB
JSON

{
"_args": [
[
"base-x@^3.0.2",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bs58"
]
],
"_from": "base-x@>=3.0.2 <4.0.0",
"_hasShrinkwrap": false,
"_id": "base-x@3.0.8",
"_inCache": true,
"_installable": true,
"_location": "/base-x",
"_nodeVersion": "10.16.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/base-x_3.0.8_1582607516294_0.7437726724536786"
},
"_npmUser": {
"email": "junderwood@bitcoinbank.co.jp",
"name": "junderw"
},
"_npmVersion": "6.11.3",
"_phantomChildren": {},
"_requested": {
"name": "base-x",
"raw": "base-x@^3.0.2",
"rawSpec": "^3.0.2",
"scope": null,
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/bs58"
],
"_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
"_shasum": "1e1106c2537f0162e8b52474a557ebb09000018d",
"_shrinkwrap": null,
"_spec": "base-x@^3.0.2",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bs58",
"author": {
"name": "Daniel Cousens"
},
"bugs": {
"url": "https://github.com/cryptocoinjs/base-x/issues"
},
"dependencies": {
"safe-buffer": "^5.0.1"
},
"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"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVKycCRA9TVsSAnZWagAA9MMQAIr33iiew7tFzlfx4NtT\nSFXQPFPmeBgWAK995cSVswZv4VIrxjXC8tnCmfy1k2Y3iBXfYy+WhA678jNC\nRYiIaqFL7YJZX7PAseFXQ3LRuPMrvE6ksoCRClAgDe20cbRCN0xMLTMfALYK\nz/dSmP7ZHNUYbc0z9AOLqptKMnnwct8iDhSa9G1yoWEoTZVIj44VlOxO+4rK\nM7p3fHnZvuJUjBiQId9kKySh6mQdv6j9j0p0ZxnfNOkWPxONjJP6hJnFuw3x\ns3uxC4mkW2DWIiZmoaOjUGkqEXgNskTI9q6b12Dbzp7R0DYjoI+0gj0IUFl5\nPhqPlG6lYaa/ndhMmeP941qBjTSU1FX9kK9ndza2/1DNB58uG3ubTqGPH+P+\nYCCLvLAz6NncTbo9UI6MYtYDo3vQT9SeU/BOQSKQ+fCbZCLPnPv5LBsGg8dq\nnFwRcrAUg0Knyzy3QMy0SXhSooqX4Iv7OFi74m9l05fkTu7q+2RLCtFoOkar\nqeUqQ2Sd69EsbHASPHyHLdYqBq8kgSpYUMPKxQGHENLZEsC4EqCaKDMa5N1O\nwNaJe5+zvGZFFM7kvVJq8zuzeM6hK3sCfztRw14RlxDVjhigBhhhZRurJ0sN\n8+99Nh3Q3wx8PYainp3Me2wv3o26E9rndkBoJJF8Laj2OCdO+0B/3WQDwu7s\ndwqt\r\n=4nEO\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "1e1106c2537f0162e8b52474a557ebb09000018d",
"tarball": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
"unpackedSize": 9491
},
"gitHead": "806ef3f473cb6c9a84559811f411b99cbcf93deb",
"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",
"maintainers": [
{
"name": "dcousens",
"email": "npm@dcousens.com"
},
{
"name": "fanatid",
"email": "fanatid@ya.ru"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
{
"name": "junderw",
"email": "junderwood@bitcoinbank.co.jp"
}
],
"name": "base-x",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.8"
}