random-web-token
Version:
Generate customizable random strings (tokens) using secure charsets with validation – zero dependencies.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "random-web-token",
"version": "2.3.1",
"description": "Generate customizable random strings (tokens) using secure charsets with validation – zero dependencies.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/schrudolf/random-web-token.git"
},
"author": "schrudolf",
"license": "MIT",
"bugs": {
"url": "https://github.com/schrudolf/random-web-token/issues"
},
"homepage": "https://github.com/schrudolf/random-web-token#readme",
"scripts": {
"test": "jest --verbose ./test"
},
"keywords": [
"random",
"random string",
"token",
"generator",
"string",
"randomize",
"rand",
"alphanumeric",
"unique",
"validator",
"token validator",
"string generator",
"random id",
"url token",
"custom charset",
"character set validator",
"activation link",
"invite link",
"invite code",
"javascript",
"typescript",
"node",
"crypto",
"secure"
],
"devDependencies": {
"jest": "^29.1.2"
}
}