UNPKG

uuid-base62

Version:

Base62 non-sequential url-safe UUID generator (RFC4122)

38 lines (37 loc) 790 B
{ "name": "uuid-base62", "version": "0.1.0", "description": "Base62 non-sequential url-safe UUID generator (RFC4122)", "main": "uuid-base62.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/dmarcelino/uuid-base62.git" }, "keywords": [ "uuid", "uid", "base62", "unique", "id", "identifier", "url-friendly", "generator", "base64" ], "author": "Dario Marcelino <dario@appscot.com>", "license": "MIT", "bugs": { "url": "https://github.com/dmarcelino/uuid-base62/issues" }, "homepage": "https://github.com/dmarcelino/uuid-base62#readme", "dependencies": { "base-x": "^1.0.0", "node-uuid": "^1.4.3" }, "devDependencies": { "mocha": "*" } }