UNPKG

uniqueid

Version:

Generate sequential IDs, with optional prefix or suffix

44 lines (43 loc) 959 B
{ "name": "uniqueid", "description": "Generate sequential IDs, with optional prefix or suffix", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/uniqueid", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/uniqueid.git" }, "bugs": { "url": "https://github.com/jonschlinkert/uniqueid/issues" }, "license": "MIT", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "lint": "standard", "test-spec": "mocha -R spec", "test-cov": "istanbul cover _mocha -- -R spec", "test": "npm run lint && npm run test-cov" }, "devDependencies": { "istanbul": "^0.4.2", "mocha": "^2.4.5", "standard": "^6.0.8" }, "keywords": [ "unique", "uniqueid", "sequence", "id", "numeric", "prefix" ] }