msid
Version:
Minimal, monotonic, URL-safe, Client-first, reversible date-based IDs - just 7 chars for millisecond precision!
33 lines (32 loc) • 777 B
JSON
{
"name": "msid",
"version": "0.6.1",
"description": "Minimal, monotonic, URL-safe, Client-first, reversible date-based IDs - just 7 chars for millisecond precision!",
"keywords": [
"date",
"encoder",
"decoder",
"base-n",
"reversible",
"milliseconds",
"seconds",
"day",
"monotonic"
],
"homepage": "https://github.com/nrjdalal/msid#readme",
"bugs": "https://github.com/nrjdalal/msid/issues",
"repository": "nrjdalal/msid",
"funding": "https://github.com/sponsors/nrjdalal",
"license": "MIT",
"author": {
"name": "Neeraj Dalal",
"email": "admin@nrjdalal.com",
"url": "https://nrjdalal.com"
},
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
]
}