forked from humhub/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
27 lines (27 loc) · 953 Bytes
/
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
{
"name": "humhub-modules-calendar",
"version": "0.6.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"fullcalendar": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.9.0.tgz",
"integrity": "sha512-bbALDK8+SBqluv8SKPDeVNtaSr87NYblte/pRgV5NnDJWCEARpRlQ1qQ/XEakcAXbMZov6rWYIvLOrtKwQo2Bg==",
"requires": {
"jquery": "3.3.1",
"moment": "2.21.0"
}
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
},
"moment": {
"version": "2.21.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz",
"integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ=="
}
}
}