UNPKG

unqid

Version:

Generate a unique id with optional suffix

27 lines (26 loc) 640 B
{ "name": "unqid", "version": "1.0.1", "description": "Generate a unique id with optional suffix", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/vikramcse/unqid.git" }, "keywords": ["unique", "id", "generate", "sequential"], "author": "Vikram Jadhav", "license": "MIT", "bugs": { "url": "https://github.com/vikramcse/unqid/issues" }, "homepage": "https://github.com/vikramcse/unqid#readme", "devDependencies": { "chai": "^3.5.0", "eslint": "^2.8.0", "eslint-config-defaults": "^9.0.0", "mocha": "^2.4.5" } }