{ "name": "secure-random-string", "version": "1.1.0", "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/S2-/securerandomstring.git" }, "keywords": [ "crypto", "cryptography", "secure", "random", "string", "token" ], "author": "Simon Santoro", "contributors": ["Mark Stosberg "], "license": "MIT", "bugs": { "url": "https://github.com/S2-/securerandomstring/issues" }, "homepage": "https://github.com/S2-/securerandomstring" }