UNPKG

uuid-base91

Version:

Compression codec for uuid to base91 in less than 20 bytes

48 lines (47 loc) 989 B
{ "name": "uuid-base91", "version": "1.0.7", "description": "Compression codec for uuid to base91 in less than 20 bytes", "main": "lib/index.js", "scripts": { "build": "tsc", "test": "ava", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hanjukim/uuid-base91" }, "keywords": [ "uuid", "base91", "encode", "decode", "codec", "guid", "uid", "id", "RFC4122" ], "author": { "name": "Hanju Kim", "email": "hanjukim@gmail.com" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/hanjukim/uuid-base91/issues" }, "homepage": "https://github.com/hanjukim/uuid-base91#readme", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@types/node": "^15", "ava": "^3", "typescript": "^4", "uuid": "^8" }, "dependencies": { "node-base91": "^0.3.4" } }