UNPKG

@leismore/gen_sid

Version:

Short UID Generator (Command Line Tool). This program generates URL-friendly ( a-z A-Z 0-9 and - _ ) unique ID. DO NOT USE IT WITH CRYPTOGRAPHICAL PURPOSE!

31 lines (30 loc) 726 B
{ "name": "@leismore/gen_sid", "version": "1.0.0", "description": "Short UID Generator (Command Line Tool). This program generates URL-friendly ( a-z A-Z 0-9 and - _ ) unique ID. DO NOT USE IT WITH CRYPTOGRAPHICAL PURPOSE!", "main": "gen-sid.js", "dependencies": { "nanoid": "^2.0.1", "shortid": "^2.2.14" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "UID", "Generator", "UID", "Generator", "CLI", "Command-Line", "Interface", "Node.js" ], "author": "Winfred K. Qin", "license": "GPL-3.0-only", "repository": { "type": "git", "url": "https://github.com/leismore/cli-gen-sid" } }