-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
306 lines (306 loc) · 12.5 KB
/
Copy pathpackage-lock.json
File metadata and controls
306 lines (306 loc) · 12.5 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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
{
"name": "DaisyPets",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@syncfusion/ej2-react-buttons": "^22.2.9",
"@syncfusion/ej2-react-notifications": "^22.2.5",
"axios": "^1.4.0"
}
},
"node_modules/@syncfusion/ej2-base": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-22.2.9.tgz",
"integrity": "sha512-8oSAl8QaAqbqZAPW90DTbPmCdqMFyaIJVqr4D9VRNpeUl4UFGmeN1ICWZMC1Am4trvXmrPrp8YbU/yBI0v9keQ==",
"dependencies": {
"@syncfusion/ej2-icons": "~22.2.5"
},
"bin": {
"syncfusion-license": "bin/syncfusion-license.js"
}
},
"node_modules/@syncfusion/ej2-buttons": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-buttons/-/ej2-buttons-22.2.9.tgz",
"integrity": "sha512-D4QbitRDTuO1xuDIAWbMABYGXpKWCOyUZEq9NbUn68zMCaXFX4u4clwAFcxN24XX98mey4pFPL6GLvNnpXWdHQ==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.9"
}
},
"node_modules/@syncfusion/ej2-icons": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-icons/-/ej2-icons-22.2.5.tgz",
"integrity": "sha512-gNfUKBZ3kQNCX9fPDYai0xDVXbMPpmTSA9/tcuAv2rJhilCtkL7WSof5dPV/z9IOX8tjWYW/KCOdaTpxMPDQlg=="
},
"node_modules/@syncfusion/ej2-notifications": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-notifications/-/ej2-notifications-22.2.5.tgz",
"integrity": "sha512-9NebxXYIzV63Q1SjM1g9DDbsfA8HA/sU9nOpbPk60SH1sBuOPfmwmQ1P/vx+CGrRkk4z0PgE7maF22bI5brSSg==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.5",
"@syncfusion/ej2-popups": "~22.2.5"
}
},
"node_modules/@syncfusion/ej2-popups": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-popups/-/ej2-popups-22.2.9.tgz",
"integrity": "sha512-el4eyshTzBGkGiSxJVTFB0Mk7VE2tQgma8xPO0bFOV73TGtG4N1tZ6pETUpwXB6WNfQsZScimglN2tQSZ5hRjQ==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-buttons": "~22.2.9"
}
},
"node_modules/@syncfusion/ej2-react-base": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-base/-/ej2-react-base-22.2.5.tgz",
"integrity": "sha512-EoYaVKOpgcFB5NXySLcZDxvwS6ER8Y2QrWVcHLVgCGfnTqbzfbpiXjkWLIKGI4V9C8OsOENrhn/ta1NboevbVA==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.5"
}
},
"node_modules/@syncfusion/ej2-react-buttons": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-22.2.9.tgz",
"integrity": "sha512-Y2oU/R2wISGCrk/wiZmYU8wAqR9GOdY2bgo+UXqp9j1Xm0hjtf5FULTrMsivivF3i0YXl5Ichhz3D3I/X6UZQw==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-buttons": "22.2.9",
"@syncfusion/ej2-react-base": "~22.2.5"
}
},
"node_modules/@syncfusion/ej2-react-notifications": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-notifications/-/ej2-react-notifications-22.2.5.tgz",
"integrity": "sha512-RJo494ZqwMZvb92MMP5O/3PbdlxOmm+fmiqcPcVr6phwwON1diBs7LvYNNFTIaLxkPAKmEkCiabm8xXFvVE6ow==",
"dependencies": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-notifications": "22.2.5",
"@syncfusion/ej2-react-base": "~22.2.5"
}
},
"node_modules/asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"node_modules/combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"dependencies": {
"delayed-stream": "~1.0.0"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/RubenVerborgh"
}
],
"engines": {
"node": ">=4.0"
},
"peerDependenciesMeta": {
"debug": {
"optional": true
}
}
},
"node_modules/form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"dependencies": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/mime-types": {
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
"dependencies": {
"mime-db": "1.52.0"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
}
},
"dependencies": {
"@syncfusion/ej2-base": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-22.2.9.tgz",
"integrity": "sha512-8oSAl8QaAqbqZAPW90DTbPmCdqMFyaIJVqr4D9VRNpeUl4UFGmeN1ICWZMC1Am4trvXmrPrp8YbU/yBI0v9keQ==",
"requires": {
"@syncfusion/ej2-icons": "~22.2.5"
}
},
"@syncfusion/ej2-buttons": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-buttons/-/ej2-buttons-22.2.9.tgz",
"integrity": "sha512-D4QbitRDTuO1xuDIAWbMABYGXpKWCOyUZEq9NbUn68zMCaXFX4u4clwAFcxN24XX98mey4pFPL6GLvNnpXWdHQ==",
"requires": {
"@syncfusion/ej2-base": "~22.2.9"
}
},
"@syncfusion/ej2-icons": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-icons/-/ej2-icons-22.2.5.tgz",
"integrity": "sha512-gNfUKBZ3kQNCX9fPDYai0xDVXbMPpmTSA9/tcuAv2rJhilCtkL7WSof5dPV/z9IOX8tjWYW/KCOdaTpxMPDQlg=="
},
"@syncfusion/ej2-notifications": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-notifications/-/ej2-notifications-22.2.5.tgz",
"integrity": "sha512-9NebxXYIzV63Q1SjM1g9DDbsfA8HA/sU9nOpbPk60SH1sBuOPfmwmQ1P/vx+CGrRkk4z0PgE7maF22bI5brSSg==",
"requires": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-buttons": "~22.2.5",
"@syncfusion/ej2-popups": "~22.2.5"
}
},
"@syncfusion/ej2-popups": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-popups/-/ej2-popups-22.2.9.tgz",
"integrity": "sha512-el4eyshTzBGkGiSxJVTFB0Mk7VE2tQgma8xPO0bFOV73TGtG4N1tZ6pETUpwXB6WNfQsZScimglN2tQSZ5hRjQ==",
"requires": {
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-buttons": "~22.2.9"
}
},
"@syncfusion/ej2-react-base": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-base/-/ej2-react-base-22.2.5.tgz",
"integrity": "sha512-EoYaVKOpgcFB5NXySLcZDxvwS6ER8Y2QrWVcHLVgCGfnTqbzfbpiXjkWLIKGI4V9C8OsOENrhn/ta1NboevbVA==",
"requires": {
"@syncfusion/ej2-base": "~22.2.5"
}
},
"@syncfusion/ej2-react-buttons": {
"version": "22.2.9",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-22.2.9.tgz",
"integrity": "sha512-Y2oU/R2wISGCrk/wiZmYU8wAqR9GOdY2bgo+UXqp9j1Xm0hjtf5FULTrMsivivF3i0YXl5Ichhz3D3I/X6UZQw==",
"requires": {
"@syncfusion/ej2-base": "~22.2.9",
"@syncfusion/ej2-buttons": "22.2.9",
"@syncfusion/ej2-react-base": "~22.2.5"
}
},
"@syncfusion/ej2-react-notifications": {
"version": "22.2.5",
"resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-notifications/-/ej2-react-notifications-22.2.5.tgz",
"integrity": "sha512-RJo494ZqwMZvb92MMP5O/3PbdlxOmm+fmiqcPcVr6phwwON1diBs7LvYNNFTIaLxkPAKmEkCiabm8xXFvVE6ow==",
"requires": {
"@syncfusion/ej2-base": "~22.2.5",
"@syncfusion/ej2-notifications": "22.2.5",
"@syncfusion/ej2-react-base": "~22.2.5"
}
},
"asynckit": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"axios": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz",
"integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==",
"requires": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}
},
"combined-stream": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
"requires": {
"delayed-stream": "~1.0.0"
}
},
"delayed-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ=="
},
"follow-redirects": {
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
},
"form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
},
"mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg=="
},
"mime-types": {
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
"requires": {
"mime-db": "1.52.0"
}
},
"proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
}
}
}