UNPKG

uuidv6-extension

Version:

UUID version 6 extension for creating time based in RFC UUID v1 for NodeJS.

36 lines (35 loc) 860 B
{ "name": "uuidv6-extension", "version": "1.2.1", "description": "UUID version 6 extension for creating time based in RFC UUID v1 for NodeJS.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/cesce/uuidv6-extension.git" }, "keywords": [ "UUID", "v6" ], "author": "CEC", "license": "MIT", "bugs": { "url": "https://github.com/cesce/uuidv6-extension/issues" }, "homepage": "https://github.com/cesce/uuidv6-extension#readme", "dependencies": { "@types/node": "^18.7.18", "uuid": "^9.0.0", "uuid-time": "^1.0.0" }, "devDependencies": { "@types/uuid": "^8.3.4", "typescript": "^4.8.4" } }