Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "brorand",
3
"version": "1.0.5",
4
"description": "Random number generator for browsers and node.js",
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha --reporter=spec test/**/*-test.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "git+ssh://[email protected]/indutny/brorand.git"
12
},
13
"keywords": [
14
"Random",
15
"RNG",
16
"browser",
17
"crypto"
18
],
19
"author": {
20
"name": "Fedor Indutny",
21
"email": "[email protected]"
22
},
23
"license": "MIT",
24
"bugs": {
25
"url": "https://github.com/indutny/brorand/issues"
26
},
27
"homepage": "https://github.com/indutny/brorand",
28
"devDependencies": {
29
"mocha": "^2.0.1"
30
},
31
"gitHead": "571027e0ffa1119c720bcdb8aa9c987f63beb5a6",
32
"_id": "[email protected]",
33
"_shasum": "07b54ca30286abd1718a0e2a830803efdc9bfa04",
34
"_from": "brorand@>=1.0.1 <2.0.0",
35
"_npmVersion": "2.1.6",
36
"_nodeVersion": "0.10.33",
37
"_npmUser": {
38
"name": "indutny",
39
"email": "[email protected]"
40
},
41
"maintainers": [
42
{
43
"name": "indutny",
44
"email": "[email protected]"
45
}
46
],
47
"dist": {
48
"shasum": "07b54ca30286abd1718a0e2a830803efdc9bfa04",
49
"tarball": "http://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz"
50
},
51
"directories": {},
52
"_resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz",
53
"readme": "ERROR: No README data found!"
54
}
55
56