package.json
2.33 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"_args": [
[
{
"raw": "brorand@^1.0.1",
"scope": null,
"escapedName": "brorand",
"name": "brorand",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/elliptic"
]
],
"_from": "brorand@>=1.0.1 <2.0.0",
"_id": "brorand@1.0.7",
"_inCache": true,
"_location": "/brorand",
"_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/brorand-1.0.7.tgz_1486421795037_0.6743347148876637"
},
"_npmUser": {
"name": "indutny",
"email": "fedor@indutny.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "brorand@^1.0.1",
"scope": null,
"escapedName": "brorand",
"name": "brorand",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/elliptic",
"/miller-rabin"
],
"_resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.7.tgz",
"_shasum": "6677fa5e4901bdbf9c9ec2a748e28dca407a9bfc",
"_shrinkwrap": null,
"_spec": "brorand@^1.0.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/elliptic",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"browser": {
"crypto": false
},
"bugs": {
"url": "https://github.com/indutny/brorand/issues"
},
"dependencies": {},
"description": "Random number generator for browsers and node.js",
"devDependencies": {
"mocha": "^2.0.1"
},
"directories": {},
"dist": {
"shasum": "6677fa5e4901bdbf9c9ec2a748e28dca407a9bfc",
"tarball": "https://registry.npmjs.org/brorand/-/brorand-1.0.7.tgz"
},
"gitHead": "8d5de11ca922e2382e3876221cb07a3e8567f498",
"homepage": "https://github.com/indutny/brorand",
"keywords": [
"Random",
"RNG",
"browser",
"crypto"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "indutny",
"email": "fedor@indutny.com"
}
],
"name": "brorand",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indutny/brorand.git"
},
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"version": "1.0.7"
}