uuid62
Version:
Base-62 UUID generator
40 lines (39 loc) • 730 B
JSON
{
"name": "uuid62",
"version": "1.0.2",
"description": "Base-62 UUID generator",
"main": "uuid62.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanehughes3/uuid62.git"
},
"keywords": [
"uuid",
"uid",
"base62",
"unique",
"id",
"identifier",
"url-friendly",
"generator",
"base64"
],
"author": "Shane Hughes <shanehughes314@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shanehughes3/uuid62/issues"
},
"homepage": "https://github.com/shanehughes3/uuid62#readme",
"dependencies": {
"base-x": "3.0.9",
"buffer": "6.0.3",
"uuid": "8.3.2"
},
"devDependencies": {
"chai": "~4.3.4",
"mocha": "~9.1.3"
}
}