67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"_from": "bs58@^4.0.0",
|
|
"_id": "bs58@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==",
|
|
"_location": "/bs58",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bs58@^4.0.0",
|
|
"name": "bs58",
|
|
"escapedName": "bs58",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bs58check"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/bs58/-/bs58-4.0.1.tgz",
|
|
"_shasum": "be161e76c354f6f788ae4071f63f34e8c4f0a42a",
|
|
"_spec": "bs58@^4.0.0",
|
|
"_where": "D:\\ruyi\\案例\\node_modules\\bs58check",
|
|
"bugs": {
|
|
"url": "https://github.com/cryptocoinjs/bs58/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"base-x": "^3.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Base 58 encoding / decoding",
|
|
"devDependencies": {
|
|
"standard": "*",
|
|
"tape": "^4.6.3"
|
|
},
|
|
"files": [
|
|
"./index.js"
|
|
],
|
|
"homepage": "https://github.com/cryptocoinjs/bs58#readme",
|
|
"keywords": [
|
|
"base58",
|
|
"bitcoin",
|
|
"crypto",
|
|
"crytography",
|
|
"decode",
|
|
"decoding",
|
|
"encode",
|
|
"encoding",
|
|
"litecoin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"name": "bs58",
|
|
"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"
|
|
}
|