UNPKG

alphanumeric-random-string-generator

Version:
25 lines (24 loc) 468 B
{ "name": "alphanumeric-random-string-generator", "version": "1.5.1", "description": "simple alphanumeric string generator", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/tylercaceres/npm-alphanumeric" }, "keywords": [ "random", "generator", "alphanumeric", "string" ], "author": "", "license": "ISC", "devDependencies": { "jest": "^24.9.0" } }