forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.89 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.89 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
{
"_args": [
[
"brorand@^1.0.1",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/elliptic"
]
],
"_from": "brorand@>=1.0.1 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/brorand",
"_nodeVersion": "0.10.33",
"_npmUser": {
"email": "[email protected]",
"name": "indutny"
},
"_npmVersion": "2.1.6",
"_phantomChildren": {},
"_requested": {
"name": "brorand",
"raw": "brorand@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/elliptic",
"/miller-rabin"
],
"_resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz",
"_shasum": "07b54ca30286abd1718a0e2a830803efdc9bfa04",
"_shrinkwrap": null,
"_spec": "brorand@^1.0.1",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/elliptic",
"author": {
"email": "[email protected]",
"name": "Fedor Indutny"
},
"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": "07b54ca30286abd1718a0e2a830803efdc9bfa04",
"tarball": "http://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz"
},
"gitHead": "571027e0ffa1119c720bcdb8aa9c987f63beb5a6",
"homepage": "https://github.com/indutny/brorand",
"installable": true,
"keywords": [
"RNG",
"Random",
"browser",
"crypto"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "indutny",
"email": "[email protected]"
}
],
"name": "brorand",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "[email protected]:indutny/brorand"
},
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"version": "1.0.5"
}