77 lines
1.9 KiB
JSON
77 lines
1.9 KiB
JSON
{
|
|
"_from": "base-x@^3.0.2",
|
|
"_id": "base-x@3.0.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7d0s06rR9rYaIWHkpfLIFICM/tkSVdoPC9qYAQRpxn9DdKNWNsKC0uk++akckyLq16Tx2WIinnZ6WRriAt6njQ==",
|
|
"_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.npmmirror.com/base-x/-/base-x-3.0.10.tgz",
|
|
"_shasum": "62de58653f8762b5d6f8d9fe30fa75f7b2585a75",
|
|
"_spec": "base-x@^3.0.2",
|
|
"_where": "D:\\ruyi\\案例\\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.10"
|
|
}
|