alphanumeric-random-string-generator
Version:
simple alphanumeric string generator
25 lines (24 loc) • 468 B
JSON
{
"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"
}
}