UNPKG

ulid

Version:

A universally unique lexicographically sortable identifier generator

29 lines (28 loc) 760 B
{ "name": "ulid", "version": "1.1.1", "description": "A universally unique lexicographically sortable identifier generator", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/alizain/ulid.git" }, "author": "Alizain Feerasta", "license": "MIT", "bugs": { "url": "https://github.com/alizain/ulid/issues" }, "homepage": "https://github.com/alizain/ulid#readme", "devDependencies": { "@types/node": "^8.0.47", "istanbul": "^0.4.4", "lolex": "^2.1.3", "matcha": "^0.7.0", "mocha": "^2.5.3" }, "scripts": { "test": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- -R spec", "perf": "./node_modules/.bin/matcha perf.js" }, "bin": "./cli.js" }