-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package-lock.json
55 lines (55 loc) · 1.68 KB
/
package-lock.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "eyedp",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "eyedp",
"version": "1.0.0",
"license": "SEE LICENSE IN LICENSE*",
"dependencies": {
"@github/hotkey": "^1.6.0",
"cal-heatmap": "^3.6.2"
}
},
"node_modules/@github/hotkey": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-1.6.0.tgz",
"integrity": "sha512-pm/xBWrn0yyD2GFqPUBH4ne7mdpdrnmdHxwKV0hN/jnSKj01RTPxau65SAvBvWD1Pf2VRv/OEE4H9ECORBHGdg=="
},
"node_modules/cal-heatmap": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/cal-heatmap/-/cal-heatmap-3.6.2.tgz",
"integrity": "sha1-lhp/Roazvc9xBNlRtv8d1YwMYtE=",
"dependencies": {
"d3": "^3.0.6"
}
},
"node_modules/d3": {
"version": "3.5.17",
"resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz",
"integrity": "sha1-vEZ0gAQ3iyGjYMn8fPUjF5B2L7g="
}
},
"dependencies": {
"@github/hotkey": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@github/hotkey/-/hotkey-1.6.0.tgz",
"integrity": "sha512-pm/xBWrn0yyD2GFqPUBH4ne7mdpdrnmdHxwKV0hN/jnSKj01RTPxau65SAvBvWD1Pf2VRv/OEE4H9ECORBHGdg=="
},
"cal-heatmap": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/cal-heatmap/-/cal-heatmap-3.6.2.tgz",
"integrity": "sha1-lhp/Roazvc9xBNlRtv8d1YwMYtE=",
"requires": {
"d3": "^3.0.6"
}
},
"d3": {
"version": "3.5.17",
"resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz",
"integrity": "sha1-vEZ0gAQ3iyGjYMn8fPUjF5B2L7g="
}
}
}