uuid58
Version:
Convert UUID -> base58 and base58 -> UUID
29 lines (28 loc) • 574 B
JSON
{
"name": "uuid58",
"version": "1.1.3",
"description": "Convert UUID -> base58 and base58 -> UUID",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"jest": "^24.9.0"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heiskr/uuid58.git"
},
"keywords": [
"uuid",
"base58",
"bs58"
],
"author": "Kevin Heis",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/heiskr/uuid58/issues"
},
"homepage": "https://github.com/heiskr/uuid58#readme"
}