ultra-unique-id
Version:
A lightweight and customizable unique ID generator.
29 lines (28 loc) • 651 B
JSON
{
"name": "ultra-unique-id",
"version": "1.0.3",
"description": "A lightweight and customizable unique ID generator.",
"author": "Praveen Ram",
"license": "MIT",
"main": "src/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/praveenrampk/ultra-uniqueid.git"
},
"homepage": "https://github.com/praveenrampk/ultra-uniqueid",
"bugs": {
"url": "https://github.com/praveenrampk/ultra-uniqueid/issues"
},
"scripts": {
"test": "node tests/test.js"
},
"keywords": [
"uniqueid",
"unique-id",
"uid",
"random-id",
"generator"
],
"dependencies": {}
}