-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
132 lines (132 loc) · 5.13 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "React",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0"
}
},
"node_modules/@fullcalendar/common": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.0.tgz",
"integrity": "sha512-gWjbMAnN1u73Oqlgjbyky7i+3bY0hvFSnGT0YBPx44n874AkQa9e9OU12PMLTMOPy0tXPb8DEwRelFQ7CJNbcw==",
"dependencies": {
"tslib": "^2.1.0"
}
},
"node_modules/@fullcalendar/core": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.0.tgz",
"integrity": "sha512-cF/d9LuJb/6xw14ms0urv1H4BiA70c4jrufe/EuVzLR6qTDpK92IZ3JK7GVtZtzptfTYZ/NQgDV9YCzIaO9Blw==",
"dependencies": {
"@fullcalendar/common": "~5.11.0",
"preact": "^10.0.5",
"tslib": "^2.1.0"
}
},
"node_modules/@fullcalendar/daygrid": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.11.0.tgz",
"integrity": "sha512-Ybh/dfHn/VL0qOVIRVyJc9I8oYiqqHl6xQONk8xXCe456QbPzAQLsAxpLLJLH+3smWNCfoQgvDKzR9e9XTzLMQ==",
"dependencies": {
"@fullcalendar/common": "~5.11.0",
"tslib": "^2.1.0"
}
},
"node_modules/@fullcalendar/interaction": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.11.0.tgz",
"integrity": "sha512-9XTI5+ydqrSX+IL3iWgKBURXfnPewn57Tmsv9mJZhiqrUEF7/+qtftLoKEAc8ZdWk/+01aBe67PFL16uPXj2Jg==",
"dependencies": {
"@fullcalendar/common": "~5.11.0",
"tslib": "^2.1.0"
}
},
"node_modules/@fullcalendar/timegrid": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.11.0.tgz",
"integrity": "sha512-GNy+/PwAj510PS4Fu18Mf/CytNBVftFU7M8XwsUXOCJ6ouyroHZje0a7k5cH/nE5IQ6NJZfH2eAPBlxGath1MQ==",
"dependencies": {
"@fullcalendar/common": "~5.11.0",
"@fullcalendar/daygrid": "~5.11.0",
"tslib": "^2.1.0"
}
},
"node_modules/preact": {
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.7.3.tgz",
"integrity": "sha512-giqJXP8VbtA1tyGa3f1n9wiN7PrHtONrDyE3T+ifjr/tTkg+2N4d/6sjC9WyJKv8wM7rOYDveqy5ZoFmYlwo4w==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
}
},
"node_modules/tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
}
},
"dependencies": {
"@fullcalendar/common": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.11.0.tgz",
"integrity": "sha512-gWjbMAnN1u73Oqlgjbyky7i+3bY0hvFSnGT0YBPx44n874AkQa9e9OU12PMLTMOPy0tXPb8DEwRelFQ7CJNbcw==",
"requires": {
"tslib": "^2.1.0"
}
},
"@fullcalendar/core": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.11.0.tgz",
"integrity": "sha512-cF/d9LuJb/6xw14ms0urv1H4BiA70c4jrufe/EuVzLR6qTDpK92IZ3JK7GVtZtzptfTYZ/NQgDV9YCzIaO9Blw==",
"requires": {
"@fullcalendar/common": "~5.11.0",
"preact": "^10.0.5",
"tslib": "^2.1.0"
}
},
"@fullcalendar/daygrid": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.11.0.tgz",
"integrity": "sha512-Ybh/dfHn/VL0qOVIRVyJc9I8oYiqqHl6xQONk8xXCe456QbPzAQLsAxpLLJLH+3smWNCfoQgvDKzR9e9XTzLMQ==",
"requires": {
"@fullcalendar/common": "~5.11.0",
"tslib": "^2.1.0"
}
},
"@fullcalendar/interaction": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-5.11.0.tgz",
"integrity": "sha512-9XTI5+ydqrSX+IL3iWgKBURXfnPewn57Tmsv9mJZhiqrUEF7/+qtftLoKEAc8ZdWk/+01aBe67PFL16uPXj2Jg==",
"requires": {
"@fullcalendar/common": "~5.11.0",
"tslib": "^2.1.0"
}
},
"@fullcalendar/timegrid": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/timegrid/-/timegrid-5.11.0.tgz",
"integrity": "sha512-GNy+/PwAj510PS4Fu18Mf/CytNBVftFU7M8XwsUXOCJ6ouyroHZje0a7k5cH/nE5IQ6NJZfH2eAPBlxGath1MQ==",
"requires": {
"@fullcalendar/common": "~5.11.0",
"@fullcalendar/daygrid": "~5.11.0",
"tslib": "^2.1.0"
}
},
"preact": {
"version": "10.7.3",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.7.3.tgz",
"integrity": "sha512-giqJXP8VbtA1tyGa3f1n9wiN7PrHtONrDyE3T+ifjr/tTkg+2N4d/6sjC9WyJKv8wM7rOYDveqy5ZoFmYlwo4w=="
},
"tslib": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
}
}
}