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

114 lines
2.5 KiB
JSON

{
"_args": [
[
"bs58@^4.0.0",
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bs58check"
]
],
"_from": "bs58@>=4.0.0 <5.0.0",
"_id": "bs58@4.0.1",
"_inCache": true,
"_installable": true,
"_location": "/bs58",
"_nodeVersion": "7.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bs58-4.0.1.tgz_1496296714153_0.23994185007177293"
},
"_npmUser": {
"email": "email@dcousens.com",
"name": "dcousens"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"name": "bs58",
"raw": "bs58@^4.0.0",
"rawSpec": "^4.0.0",
"scope": null,
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/bs58check"
],
"_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
"_shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
"_shrinkwrap": null,
"_spec": "bs58@^4.0.0",
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/bs58check",
"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"
},
"directories": {},
"dist": {
"shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
"tarball": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz"
},
"files": [
"./index.js"
],
"gitHead": "ba80a23f74efc055577d7040ef32e1ae765d6702",
"homepage": "https://github.com/cryptocoinjs/bs58#readme",
"keywords": [
"base58",
"bitcoin",
"crypto",
"crytography",
"decode",
"decoding",
"encode",
"encoding",
"litecoin"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "fanatid",
"email": "fanatid@ya.ru"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "midnightlightning",
"email": "boydb@midnightdesign.ws"
},
{
"name": "sidazhang",
"email": "sidazhang89@gmail.com"
},
{
"name": "nadav",
"email": "npm@shesek.info"
},
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "bs58",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/cryptocoinjs/bs58.git"
},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape test/index.js"
},
"version": "4.0.1"
}