lite-id
Version:
A simple nodejs module for generate unique string id.
27 lines (26 loc) • 617 B
JSON
{
"name": "lite-id",
"version": "2.0.1",
"description": "A simple nodejs module for generate unique string id.",
"main": "index.js",
"scripts": {
"test": "NODE_COLLISION_THRESHOLD=60000 mocha --timeout 45000",
"extended_test": "NODE_COLLISION_THRESHOLD=3000000 mocha --timeout 6000000000"
},
"repository": {
"type": "git",
"url": "https://github.com/imatveev/lite-id"
},
"keywords": [
"id",
"generate",
"simple",
"random",
"smart-id"
],
"author": "Ivan Matvieiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/imatveev/lite-id/issues"
}
}