123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_args": [
- [
- {
- "raw": "bs58",
- "scope": null,
- "escapedName": "bs58",
- "name": "bs58",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/home/jb/repos/cloudron/zz"
- ]
- ],
- "_from": "bs58@latest",
- "_id": "bs58@4.0.1",
- "_inCache": true,
- "_location": "/bs58",
- "_nodeVersion": "7.10.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/bs58-4.0.1.tgz_1496296714153_0.23994185007177293"
- },
- "_npmUser": {
- "name": "dcousens",
- "email": "email@dcousens.com"
- },
- "_npmVersion": "4.6.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "bs58",
- "scope": null,
- "escapedName": "bs58",
- "name": "bs58",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz",
- "_shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
- "_shrinkwrap": null,
- "_spec": "bs58",
- "_where": "/home/jb/repos/cloudron/zz",
- "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": {
- "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"
- }
|