UNPKG

lazyid

Version:

Minimal 16-character URL-safe unique ID generator based on a millisecond timestamp, encoded in Base36.

50 lines (49 loc) 1.01 kB
{ "name": "lazyid", "version": "2.1.0", "description": "Minimal 16-character URL-safe unique ID generator based on a millisecond timestamp, encoded in Base36.", "type": "commonjs", "main": "./lazyid.cjs", "types": "./lazyid.d.ts", "exports": { "import": { "types": "./lazyid.d.ts", "default": "./lazyid.mjs" }, "require": { "types": "./lazyid.d.ts", "default": "./lazyid.cjs" } }, "files": [ "lazyid.mjs", "lazyid.cjs", "lazyid.d.ts", "README.md" ], "keywords": [ "id", "unique-id", "short-id", "uuid", "identifier", "base36", "timestamp", "url-safe", "lazyid", "niefdev" ], "author": "niefdev", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/niefdev/lazyid.git" }, "bugs": { "url": "https://github.com/niefdev/lazyid/issues" }, "homepage": "https://github.com/niefdev/lazyid#readme", "publishConfig": { "access": "public" } }