UNPKG

@cstan/local-uid

Version:

A CommonJS module that generates and tests for a unique identifier.

32 lines (31 loc) 562 B
{ "name": "@cstan/local-uid", "version": "1.0.0", "description": "", "main": "./dist/index.js", "scripts": { "test": "jest", "tsc": "tsc -p tsconfig.json" }, "keywords": [ "uid", "uuid", "local", "proprietary" ], "author": "C. H. Stanton", "license": "ISC", "prepublishOnly": "npm run tsc", "files": [ "dist/" ], "devDependencies": { "@types/jest": "^29.5.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "dependencies": { "@cstan/only-digits": "^1.0.1" } }