File size: 685 Bytes
0e27770
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "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/S2-/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/S2-/securerandomstring/issues"
  },
  "homepage": "https://github.com/S2-/securerandomstring"
}