kuuid
Version:
Time-sortable UUID - roughly time-sortable unique id generator
26 lines (25 loc) • 592 B
JSON
{
"name": "kuuid",
"version": "2.0.0",
"type": "module",
"description": "Time-sortable UUID - roughly time-sortable unique id generator",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glynnbird/kuuid.git"
},
"keywords": [
"UUID",
"Node.js"
],
"author": "Glynn Bird <glynn.bird@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/glynnbird/kuuid/issues"
},
"homepage": "https://github.com/glynnbird/kuuid#readme"
}