mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 10:20:05 +02:00
31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"name": "secure-random-string",
|
|
"version": "1.1.3",
|
|
"description": "Generates a secure random string with a given length",
|
|
"main": "lib/secure-random-string.js",
|
|
"scripts": {
|
|
"test": "node tests.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/5im-0n/securerandomstring.git"
|
|
},
|
|
"keywords": [
|
|
"crypto",
|
|
"cryptography",
|
|
"secure",
|
|
"random",
|
|
"string",
|
|
"token"
|
|
],
|
|
"author": "Simon Santoro",
|
|
"contributors": [
|
|
"Mark Stosberg <mark@rideamigos.com>"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/5im-0n/securerandomstring/issues"
|
|
},
|
|
"homepage": "https://github.com/5im-0n/securerandomstring"
|
|
}
|