1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "base-x@3.0.9",
- "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
- ]
- ],
- "_from": "base-x@3.0.9",
- "_id": "base-x@3.0.9",
- "_inBundle": false,
- "_integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==",
- "_location": "/base-x",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "base-x@3.0.9",
- "name": "base-x",
- "escapedName": "base-x",
- "rawSpec": "3.0.9",
- "saveSpec": null,
- "fetchSpec": "3.0.9"
- },
- "_requiredBy": [
- "/bs58",
- "/ripple-address-codec"
- ],
- "_resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz",
- "_spec": "3.0.9",
- "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
- "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"
- },
- "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.9"
- }
|