crypt-uniid
Version:
A secure, efficient, and machine-aware unique ID generator using timestamp, counter, and SHA-256 hashing.
37 lines (36 loc) • 758 B
JSON
{
"name": "crypt-uniid",
"version": "2.1.0",
"description": "A secure, efficient, and machine-aware unique ID generator using timestamp, counter, and SHA-256 hashing.",
"main": "lib/index.js",
"exports": {
".": {
"require": "./lib/index.js"
}
},
"scripts": {
"test": "node index.js"
},
"keywords": [
"uuid",
"unique-id",
"secure-id",
"sha256",
"hash-id",
"cuid",
"cryptuniid",
"id-generator",
"distributed-system",
"timestamp-id"
],
"author": "MD Maruf Ali",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mdmarufa/crypt-uniid"
},
"homepage": "https://github.com/mdmarufa/crypt-uniid#readme",
"engines": {
"node": ">=14"
}
}