forked from emilbayes/secure-random-uniform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 775 Bytes
/
package.json
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-uniform",
"version": "3.1.0",
"description": "Generate secure, random, uniform integers, compensating for modulo bias",
"main": "index.js",
"dependencies": {
"nanoassert": "^1.1.0",
"randombytes": "^2.0.3",
"sodium-native": "^3.1.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emilbayes/secure-random-uniform.git"
},
"keywords": [
"secure",
"random",
"uniform",
"arc4random_uniform",
"crypto",
"modulo bias",
"bias"
],
"author": "Emil Bay <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/secure-random-uniform/issues"
},
"homepage": "https://github.com/emilbayes/secure-random-uniform#readme"
}