random-key
Version:
Generating random strings (cryptographically strong) for NodeJS
27 lines (26 loc) • 629 B
JSON
{
"name": "random-key",
"version": "0.3.2",
"description": "Generating random strings (cryptographically strong) for NodeJS",
"main": "index.js",
"repository": {
"url": "https://github.com/yanxi-com/nodejs-random-key.git",
"type": "git"
},
"dependencies": {},
"author": "yanxi",
"license": "BSD",
"bugs": {
"url": "https://github.com/yanxi-com/nodejs-random-key/issues"
},
"homepage": "https://github.com/yanxi-com/nodejs-random-key",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"random",
"base62",
"base30",
"human-key"
]
}