-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage-lock.json
64 lines (64 loc) · 2.47 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
56
57
58
59
60
61
62
63
64
{
"name": "time-series-annotator",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bootbox": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/bootbox/-/bootbox-4.4.0.tgz",
"integrity": "sha1-/3+Jj7h9RSflR/62QVj4hFDRoMk="
},
"bootstrap": {
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz",
"integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E="
},
"crowdcurio-client": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/crowdcurio-client/-/crowdcurio-client-0.0.7.tgz",
"integrity": "sha512-gTlfCxmjuAa0G1WAiC/wOlA6lqLGooR+fNGFvVSdgIQoR4KyOYxKNpRGeiqO/4Z1JTJkKv0pnRzI8fs0SYVLlg==",
"requires": {
"reconnectingwebsocket": "1.0.0"
}
},
"highcharts": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/highcharts/-/highcharts-6.0.3.tgz",
"integrity": "sha512-WgAl1HEGBXfQ/196mezAjgJQiX1lUTnNu0t6ng1zcL/HbrEJZDcVoHDHqa9bO0VDrEQJ4m/92KEgAHk+xFCfiw=="
},
"highcharts-annotations": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/highcharts-annotations/-/highcharts-annotations-1.3.1.tgz",
"integrity": "sha1-31D8+trV3hDlYoCjN1HIW5b7byE="
},
"jquery": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.2.1.tgz",
"integrity": "sha1-XE2d5lKvbNCncBVKYxu6ErAVx4c="
},
"jquery-ui-browserify": {
"version": "1.11.0-pre-seelio",
"resolved": "https://registry.npmjs.org/jquery-ui-browserify/-/jquery-ui-browserify-1.11.0pre-seelio.tgz",
"integrity": "sha1-+tWxbQ6QVQ25cl//ZhvaqUFQWP4="
},
"load-script2": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/load-script2/-/load-script2-1.0.1.tgz",
"integrity": "sha512-36d/FxKtirfX9ALoQ+GXX4Hub+q3LdwFtgFXsj5Jc4TEfNPckDHN7YKCm0zTTnmcGHzjWlbHvIUb7+CtI7LFhA=="
},
"reconnectingwebsocket": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/reconnectingwebsocket/-/reconnectingwebsocket-1.0.0.tgz",
"integrity": "sha1-C4Jbq7N7ZwRFxlqn0+2XgwAgVEQ="
},
"yt-player": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/yt-player/-/yt-player-2.5.3.tgz",
"integrity": "sha512-wksYTaC5cX0Wr00mRLkBR7sBwVYCHg+OkoahmnMRihv0lhy18JuKVumPOPBEeo4F6e0YvEvXSIAusX+EMSLpFQ==",
"requires": {
"load-script2": "1.0.1"
}
}
}
}