2025-04-19 15:38:48 +08:00

81 lines
2.0 KiB
JSON

{
"_from": "bs58check@^2.1.2",
"_id": "bs58check@2.1.2",
"_inBundle": false,
"_integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==",
"_location": "/bs58check",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bs58check@^2.1.2",
"name": "bs58check",
"escapedName": "bs58check",
"rawSpec": "^2.1.2",
"saveSpec": null,
"fetchSpec": "^2.1.2"
},
"_requiredBy": [
"/ethereum-cryptography",
"/ethereumjs-wallet"
],
"_resolved": "https://registry.npmmirror.com/bs58check/-/bs58check-2.1.2.tgz",
"_shasum": "53b018291228d82a5aa08e7d796fdafda54aebfc",
"_spec": "bs58check@^2.1.2",
"_where": "D:\\ruyi\\案例\\node_modules\\ethereum-cryptography",
"author": {
"name": "Daniel Cousens"
},
"bugs": {
"url": "https://github.com/bitcoinjs/bs58check/issues"
},
"bundleDependencies": false,
"dependencies": {
"bs58": "^4.0.0",
"create-hash": "^1.1.0",
"safe-buffer": "^5.1.2"
},
"deprecated": false,
"description": "A straightforward implementation of base58-check encoding",
"devDependencies": {
"blake-hash": "^1.0.0",
"nyc": "^11.3.0",
"standard": "^10.0.3",
"tape": "^4.6.2"
},
"files": [
"index.js",
"base.js"
],
"homepage": "https://github.com/bitcoinjs/bs58check",
"keywords": [
"base",
"base58",
"base58check",
"bitcoin",
"bs58",
"check",
"checksum",
"decode",
"decoding",
"encode",
"encoding",
"litecoin"
],
"license": "MIT",
"main": "index.js",
"name": "bs58check",
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinjs/bs58check.git"
},
"scripts": {
"coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
"coverage-report": "nyc report --reporter=lcov",
"standard": "standard",
"test": "npm run standard && npm run coverage",
"unit": "tape test/*.js"
},
"version": "2.1.2"
}