···
17
17
"@vercel/analytics": "^1.5.0",
18
18
"@vercel/edge": "^1.2.1",
19
19
"axios": "^1.7.9",
20
20
-
"cra-template": "1.2.0",
21
20
"express-session": "^1.18.1",
22
21
"jsonwebtoken": "^9.0.2",
23
22
"jwt-decode": "^4.0.0",
24
23
"matter-js": "^0.20.0",
25
25
-
"next": "^15.1.7",
26
24
"prop-types": "^15.8.1",
27
27
-
"react": "^19.0.0",
28
28
-
"react-dom": "^19.0.0",
25
25
+
"react": "^18.2.0",
26
26
+
"react-dom": "^18.2.0",
29
27
"react-grid-layout": "^1.5.0",
30
28
"react-helmet": "^6.1.0",
31
29
"react-resizable": "^3.0.5",
32
30
"react-router-dom": "^6.28.1",
33
31
"react-scripts": "^5.0.1",
34
32
"recharts": "^2.15.0",
35
35
-
"typescript": "^5.7.3",
33
33
+
"typescript": "^4.9.5",
36
34
"web-vitals": "^4.2.4"
37
35
},
38
36
"devDependencies": {
39
39
-
"cross-env": "^7.0.3",
40
40
-
"vite": "^6.1.1"
37
37
+
"cross-env": "^7.0.3"
41
38
}
42
39
},
43
40
"node_modules/@alloc/quick-lru": {
···
66
63
}
67
64
},
68
65
"node_modules/@atcute/client": {
69
69
-
"version": "2.0.6",
70
70
-
"resolved": "https://registry.npmjs.org/@atcute/client/-/client-2.0.6.tgz",
71
71
-
"integrity": "sha512-mhdqEicGUx0s5HTFOLpz91rcLS9j/g63de0nmAqv7blhU3j+xBf4le54qr2YIXNfnReZI7EwLYLX/YIBez4LGA==",
66
66
+
"version": "2.0.7",
67
67
+
"resolved": "https://registry.npmjs.org/@atcute/client/-/client-2.0.7.tgz",
68
68
+
"integrity": "sha512-bvNahrCGvhZw/EIx0HU/GOoKZEnUaAppbuZh7cu+VsOFA2tdFLnZJed9Hagh5Yz/eUX7QUh5NB4dRTRUdggSLQ==",
72
69
"license": "MIT"
73
70
},
74
71
"node_modules/@atcute/oauth-browser-client": {
75
75
-
"version": "1.0.7",
76
76
-
"resolved": "https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-1.0.7.tgz",
77
77
-
"integrity": "sha512-ikf3FscGZXYU+S0K4n9eDUMg6pS//g/Zr159+bznxO3Wn2JYBohEIxzy29OIEExXD/qAYMq9kfqvo2d0gs4JWQ==",
72
72
+
"version": "1.0.13",
73
73
+
"resolved": "https://registry.npmjs.org/@atcute/oauth-browser-client/-/oauth-browser-client-1.0.13.tgz",
74
74
+
"integrity": "sha512-JxQKl9Vo1V8poxvR9uKS8bkBv8t53DIH4lCbaih6yn9u7fM62ZC/0x/9KoGWSNqpp3R3U0y/DOQQfdC9Y4GEGQ==",
78
75
"license": "MIT",
79
76
"dependencies": {
80
80
-
"@atcute/client": "^2.0.6",
81
81
-
"nanoid": "^5.0.7"
82
82
-
}
83
83
-
},
84
84
-
"node_modules/@atcute/oauth-browser-client/node_modules/nanoid": {
85
85
-
"version": "5.0.9",
86
86
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz",
87
87
-
"integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
88
88
-
"funding": [
89
89
-
{
90
90
-
"type": "github",
91
91
-
"url": "https://github.com/sponsors/ai"
92
92
-
}
93
93
-
],
94
94
-
"license": "MIT",
95
95
-
"bin": {
96
96
-
"nanoid": "bin/nanoid.js"
97
97
-
},
98
98
-
"engines": {
99
99
-
"node": "^18 || >=20"
77
77
+
"@atcute/client": "^2.0.7"
100
78
}
101
79
},
102
80
"node_modules/@atproto-labs/did-resolver": {
103
103
-
"version": "0.1.6",
104
104
-
"resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.6.tgz",
105
105
-
"integrity": "sha512-qddGpcjKj9SUMlZW1d+/dY/03CDVcmOAlAozXEXsU2H5OT1vFAdMmOp0VbwK0y99RH3DvAQtyQKiRzoPFqp8rA==",
81
81
+
"version": "0.1.10",
82
82
+
"resolved": "https://registry.npmjs.org/@atproto-labs/did-resolver/-/did-resolver-0.1.10.tgz",
83
83
+
"integrity": "sha512-o/bl5acf3AIPKZuO6Fd5EmO4INGpi/3Pm08ZpHNCy7s4VZXFmAjZaHeCD7hQ8yEL0EtXnLNIECtKrTBTTx8b+A==",
106
84
"license": "MIT",
107
85
"dependencies": {
108
108
-
"@atproto-labs/fetch": "0.1.2",
86
86
+
"@atproto-labs/fetch": "0.2.1",
109
87
"@atproto-labs/pipe": "0.1.0",
110
110
-
"@atproto-labs/simple-store": "0.1.1",
111
111
-
"@atproto-labs/simple-store-memory": "0.1.1",
112
112
-
"@atproto/did": "0.1.3",
88
88
+
"@atproto-labs/simple-store": "0.1.2",
89
89
+
"@atproto-labs/simple-store-memory": "0.1.2",
90
90
+
"@atproto/did": "0.1.5",
113
91
"zod": "^3.23.8"
114
92
}
115
93
},
116
94
"node_modules/@atproto-labs/fetch": {
117
117
-
"version": "0.1.2",
118
118
-
"resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.1.2.tgz",
119
119
-
"integrity": "sha512-7mQQIRtVenqtdBQKCqoLjyAhPS2aA56EGEjyz5zB3sramM3qkrvzyusr55GAzGDS0tvB6cy9cDEtSLmfK7LUnA==",
95
95
+
"version": "0.2.1",
96
96
+
"resolved": "https://registry.npmjs.org/@atproto-labs/fetch/-/fetch-0.2.1.tgz",
97
97
+
"integrity": "sha512-V22/7C7r+FfIDZA/BVn5UeuK5JccDp7nOiRfp5JITpVw2OXQbVfd8kywN7voWvPXw4sjd4cHoIPgQa0wvQGenQ==",
120
98
"license": "MIT",
121
99
"dependencies": {
122
100
"@atproto-labs/pipe": "0.1.0"
···
126
104
}
127
105
},
128
106
"node_modules/@atproto-labs/fetch-node": {
129
129
-
"version": "0.1.4",
130
130
-
"resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.1.4.tgz",
131
131
-
"integrity": "sha512-hwYx0XpgIl2zydRy13DtWvywruuHk1EX+yCjqjgUIezUm8fi35ZN4QvR6INEm0MpN2MD/kQsImPbd8ZftzZ3zw==",
107
107
+
"version": "0.1.7",
108
108
+
"resolved": "https://registry.npmjs.org/@atproto-labs/fetch-node/-/fetch-node-0.1.7.tgz",
109
109
+
"integrity": "sha512-vZ627PQqVGiBmPxulnviIGvvBPpTdzOcnfU1WcLeES3E0WjNxRGQqFaodBl5Zc4cj3QSPG/KC6wPcj/rjhbDrQ==",
132
110
"license": "MIT",
133
111
"dependencies": {
134
134
-
"@atproto-labs/fetch": "0.1.2",
112
112
+
"@atproto-labs/fetch": "0.2.1",
135
113
"@atproto-labs/pipe": "0.1.0",
136
114
"ipaddr.js": "^2.1.0",
137
115
"psl": "^1.9.0",
138
116
"undici": "^6.14.1"
117
117
+
},
118
118
+
"engines": {
119
119
+
"node": ">=18.7.0"
139
120
}
140
121
},
141
122
"node_modules/@atproto-labs/handle-resolver": {
142
142
-
"version": "0.1.4",
143
143
-
"resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.1.4.tgz",
144
144
-
"integrity": "sha512-tnGUD2mQ6c8xHs3eeVJgwYqM3FHoTZZbOcOGKqO1A5cuIG+gElwEhpWwpwX5LI7FF4J8eS9BOHLl3NFS7Q8QXg==",
123
123
+
"version": "0.1.7",
124
124
+
"resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver/-/handle-resolver-0.1.7.tgz",
125
125
+
"integrity": "sha512-nb4uAOgRVMp2NGVTJnor4ohqySbd1KyB5VzQLaRjMaPwH60Al057eTqiKRbeH/xD7hOBPNj1m0YjgxzvyAnWkg==",
145
126
"license": "MIT",
146
127
"dependencies": {
147
147
-
"@atproto-labs/simple-store": "0.1.1",
148
148
-
"@atproto-labs/simple-store-memory": "0.1.1",
149
149
-
"@atproto/did": "0.1.3",
128
128
+
"@atproto-labs/simple-store": "0.1.2",
129
129
+
"@atproto-labs/simple-store-memory": "0.1.2",
130
130
+
"@atproto/did": "0.1.5",
150
131
"zod": "^3.23.8"
151
132
}
152
133
},
153
134
"node_modules/@atproto-labs/handle-resolver-node": {
154
154
-
"version": "0.1.8",
155
155
-
"resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.8.tgz",
156
156
-
"integrity": "sha512-AlH7qRtmhZFRCcv1HK9OYiZpTFGcX39zjzzANq42zVLlfqoJr3ugnv7mAXGHE8woVguKtbypHnrVCDceoBAs2w==",
135
135
+
"version": "0.1.13",
136
136
+
"resolved": "https://registry.npmjs.org/@atproto-labs/handle-resolver-node/-/handle-resolver-node-0.1.13.tgz",
137
137
+
"integrity": "sha512-cdOKVWInDVW6IDzjqjfH1j2Z1npI/QdhxtEvItkT2Du5f+s5YJicqbWThCDplemkJkzAKPP3/PQiQ8JkAqhtVQ==",
157
138
"license": "MIT",
158
139
"dependencies": {
159
159
-
"@atproto-labs/fetch-node": "0.1.4",
160
160
-
"@atproto-labs/handle-resolver": "0.1.4",
161
161
-
"@atproto/did": "0.1.3"
140
140
+
"@atproto-labs/fetch-node": "0.1.7",
141
141
+
"@atproto-labs/handle-resolver": "0.1.7",
142
142
+
"@atproto/did": "0.1.5"
143
143
+
},
144
144
+
"engines": {
145
145
+
"node": ">=18.7.0"
162
146
}
163
147
},
164
148
"node_modules/@atproto-labs/identity-resolver": {
165
165
-
"version": "0.1.7",
166
166
-
"resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.7.tgz",
167
167
-
"integrity": "sha512-aRmY0cp+aFDgxAD62jjCPUDJMqryuXmt0hK9ls8LHeSzszr58BFDwybLaW6Izz2KISQlzu75Ia0c6uRymdmcYA==",
149
149
+
"version": "0.1.13",
150
150
+
"resolved": "https://registry.npmjs.org/@atproto-labs/identity-resolver/-/identity-resolver-0.1.13.tgz",
151
151
+
"integrity": "sha512-I+l0JZnpg2HeLKSibqeZxDrGdHTNc5tAOuEBUmJntqD4RH2+sEFpsU1ZMWDX09lkL2ZVtuzvRPJKeWk1kJLkEA==",
168
152
"license": "MIT",
169
153
"dependencies": {
170
170
-
"@atproto-labs/did-resolver": "0.1.6",
171
171
-
"@atproto-labs/handle-resolver": "0.1.4",
172
172
-
"@atproto/syntax": "0.3.1"
154
154
+
"@atproto-labs/did-resolver": "0.1.10",
155
155
+
"@atproto-labs/handle-resolver": "0.1.7",
156
156
+
"@atproto/syntax": "0.3.3"
173
157
}
174
158
},
175
159
"node_modules/@atproto-labs/pipe": {
···
179
163
"license": "MIT"
180
164
},
181
165
"node_modules/@atproto-labs/simple-store": {
182
182
-
"version": "0.1.1",
183
183
-
"resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.1.1.tgz",
184
184
-
"integrity": "sha512-WKILW2b3QbAYKh+w5U2x6p5FqqLl0nAeLwGeDY+KjX01K4Dq3vQTR9b/qNp0jZm48CabPQVrqCv0PPU9LgRRRg==",
166
166
+
"version": "0.1.2",
167
167
+
"resolved": "https://registry.npmjs.org/@atproto-labs/simple-store/-/simple-store-0.1.2.tgz",
168
168
+
"integrity": "sha512-9vTNvyPPBs44tKVFht16wGlilW8u4wpEtKwLkWbuNEh3h9TTQ8zjVhEoGZh/v73G4Otr9JUOSIq+/5+8OZD2mQ==",
185
169
"license": "MIT"
186
170
},
187
171
"node_modules/@atproto-labs/simple-store-memory": {
188
188
-
"version": "0.1.1",
189
189
-
"resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.1.tgz",
190
190
-
"integrity": "sha512-PCRqhnZ8NBNBvLku53O56T0lsVOtclfIrQU/rwLCc4+p45/SBPrRYNBi6YFq5rxZbK6Njos9MCmILV/KLQxrWA==",
172
172
+
"version": "0.1.2",
173
173
+
"resolved": "https://registry.npmjs.org/@atproto-labs/simple-store-memory/-/simple-store-memory-0.1.2.tgz",
174
174
+
"integrity": "sha512-q6wawjKKXuhUzr2MnkSlgr6zU6VimYkL8eNvLQvkroLnIDyMkoCKO4+EJ885ZD8lGwBo4pX9Lhrg9JJ+ncJI8g==",
191
175
"license": "MIT",
192
176
"dependencies": {
193
193
-
"@atproto-labs/simple-store": "0.1.1",
177
177
+
"@atproto-labs/simple-store": "0.1.2",
194
178
"lru-cache": "^10.2.0"
195
179
}
196
180
},
197
181
"node_modules/@atproto/api": {
198
198
-
"version": "0.13.22",
199
199
-
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.22.tgz",
200
200
-
"integrity": "sha512-r8lYX/ur7ohSnItqEEAGR0A8KtbZJZyKXTihXuH4Sre4TTpWSAEbNmpPPzq8UwMAzgCMo/lVzZVj/nBHVUJ0/g==",
182
182
+
"version": "0.13.35",
183
183
+
"resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.35.tgz",
184
184
+
"integrity": "sha512-vsEfBj0C333TLjDppvTdTE0IdKlXuljKSveAeI4PPx/l6eUKNnDTsYxvILtXUVzwUlTDmSRqy5O4Ryh78n1b7g==",
201
185
"license": "MIT",
202
186
"dependencies": {
203
203
-
"@atproto/common-web": "^0.3.1",
204
204
-
"@atproto/lexicon": "^0.4.4",
205
205
-
"@atproto/syntax": "^0.3.1",
206
206
-
"@atproto/xrpc": "^0.6.5",
187
187
+
"@atproto/common-web": "^0.4.0",
188
188
+
"@atproto/lexicon": "^0.4.6",
189
189
+
"@atproto/syntax": "^0.3.2",
190
190
+
"@atproto/xrpc": "^0.6.8",
207
191
"await-lock": "^2.2.2",
208
192
"multiformats": "^9.9.0",
209
193
"tlds": "^1.234.0",
···
211
195
}
212
196
},
213
197
"node_modules/@atproto/common-web": {
214
214
-
"version": "0.3.1",
215
215
-
"resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.3.1.tgz",
216
216
-
"integrity": "sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==",
198
198
+
"version": "0.4.0",
199
199
+
"resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.4.0.tgz",
200
200
+
"integrity": "sha512-ZYL0P9myHybNgwh/hBY0HaBzqiLR1B5/ie5bJpLQAg0whRzNA28t8/nU2vh99tbsWcAF0LOD29M8++LyENJLNQ==",
217
201
"license": "MIT",
218
202
"dependencies": {
219
203
"graphemer": "^1.4.0",
···
223
207
}
224
208
},
225
209
"node_modules/@atproto/did": {
226
226
-
"version": "0.1.3",
227
227
-
"resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.1.3.tgz",
228
228
-
"integrity": "sha512-ULD8Gw/KRRwLFZ2Z2L4DjmdOMrg8IYYlcjdSc+GQ2/QJSVnD2zaJJVTLd3vls121wGt/583rNaiZTT2DpBze4w==",
210
210
+
"version": "0.1.5",
211
211
+
"resolved": "https://registry.npmjs.org/@atproto/did/-/did-0.1.5.tgz",
212
212
+
"integrity": "sha512-8+1D08QdGE5TF0bB0vV8HLVrVZJeLNITpRTUVEoABNMRaUS7CoYSVb0+JNQDeJIVmqMjOL8dOjvCUDkp3gEaGQ==",
229
213
"license": "MIT",
230
214
"dependencies": {
231
215
"zod": "^3.23.8"
232
216
}
233
217
},
234
218
"node_modules/@atproto/jwk": {
235
235
-
"version": "0.1.1",
236
236
-
"resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.1.tgz",
237
237
-
"integrity": "sha512-6h/bj1APUk7QcV9t/oA6+9DB5NZx9SZru9x+/pV5oHFI9Xz4ZuM5+dq1PfsJV54pZyqdnZ6W6M717cxoC7q7og==",
219
219
+
"version": "0.1.3",
220
220
+
"resolved": "https://registry.npmjs.org/@atproto/jwk/-/jwk-0.1.3.tgz",
221
221
+
"integrity": "sha512-5rBgA8Fk4fg6MfNyEQvUnwq1MRn5xZOXYj4oxLuZ549XeNp2Rm2v+psuEkICD+o6pfIoMX4Hw7UTlXDrpsKKlQ==",
238
222
"license": "MIT",
239
223
"dependencies": {
240
224
"multiformats": "^9.9.0",
···
242
226
}
243
227
},
244
228
"node_modules/@atproto/jwk-jose": {
245
245
-
"version": "0.1.2",
246
246
-
"resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.2.tgz",
247
247
-
"integrity": "sha512-lDwc/6lLn2aZ/JpyyggyjLFsJPMntrVzryyGUx5aNpuTS8SIuc4Ky0REhxqfLopQXJJZCuRRjagHG3uP05/moQ==",
229
229
+
"version": "0.1.4",
230
230
+
"resolved": "https://registry.npmjs.org/@atproto/jwk-jose/-/jwk-jose-0.1.4.tgz",
231
231
+
"integrity": "sha512-JzLn1wUzuLfweznSECdTjSHTxQBEz7Q8oJ4XKjRNludqzyJW8etEH00l1WolLipFxoj1QCG9qy00JmlC59Y6Rw==",
248
232
"license": "MIT",
249
233
"dependencies": {
250
250
-
"@atproto/jwk": "0.1.1",
234
234
+
"@atproto/jwk": "0.1.3",
251
235
"jose": "^5.2.0"
252
236
}
253
237
},
254
238
"node_modules/@atproto/jwk-webcrypto": {
255
255
-
"version": "0.1.2",
256
256
-
"resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.2.tgz",
257
257
-
"integrity": "sha512-vTBUbUZXh0GI+6KJiPGukmI4BQEHFAij8fJJ4WnReF/hefAs3ISZtrWZHGBebz+q2EcExYlnhhlmxvDzV7veGw==",
239
239
+
"version": "0.1.4",
240
240
+
"resolved": "https://registry.npmjs.org/@atproto/jwk-webcrypto/-/jwk-webcrypto-0.1.4.tgz",
241
241
+
"integrity": "sha512-eTio2VQj8y4wE6Ywq4QtPyHI8gabPu/UGkjAKhBoGXdxkP3KnCkl6jzhXWgFB20UwYvZVawOjbo5WE7izPsIwQ==",
258
242
"license": "MIT",
259
243
"dependencies": {
260
260
-
"@atproto/jwk": "0.1.1",
261
261
-
"@atproto/jwk-jose": "0.1.2"
244
244
+
"@atproto/jwk": "0.1.3",
245
245
+
"@atproto/jwk-jose": "0.1.4",
246
246
+
"zod": "^3.23.8"
262
247
}
263
248
},
264
249
"node_modules/@atproto/lexicon": {
265
265
-
"version": "0.4.4",
266
266
-
"resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.4.tgz",
267
267
-
"integrity": "sha512-QFEmr3rpj/RoAmfX9ALU/asBG/rsVtQZnw+9nOB1/AuIwoxXd+ZyndR6lVUc2+DL4GEjl6W2yvBru5xbQIZWyA==",
250
250
+
"version": "0.4.7",
251
251
+
"resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.7.tgz",
252
252
+
"integrity": "sha512-/x6h3tAiDNzSi4eXtC8ke65B7UzsagtlGRHmUD95698x5lBRpDnpizj0fZWTZVYed5qnOmz/ZEue+v3wDmO61g==",
268
253
"license": "MIT",
269
254
"dependencies": {
270
270
-
"@atproto/common-web": "^0.3.1",
271
271
-
"@atproto/syntax": "^0.3.1",
255
255
+
"@atproto/common-web": "^0.4.0",
256
256
+
"@atproto/syntax": "^0.3.3",
272
257
"iso-datestring-validator": "^2.2.2",
273
258
"multiformats": "^9.9.0",
274
259
"zod": "^3.23.8"
275
260
}
276
261
},
277
262
"node_modules/@atproto/oauth-client": {
278
278
-
"version": "0.3.4",
279
279
-
"resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.4.tgz",
280
280
-
"integrity": "sha512-dPvMstfzNvcbyWcQZBq56WLnJp/OwPT+OjJ2RsMfl8jXVXpgPdviv/k/ttt5TfOmkbc1G7/2JOIFaS27BvsXyw==",
263
263
+
"version": "0.3.10",
264
264
+
"resolved": "https://registry.npmjs.org/@atproto/oauth-client/-/oauth-client-0.3.10.tgz",
265
265
+
"integrity": "sha512-elCj9FirkUijhaY6nP2ICv1FYNTh6fW2Lr7N9j18gBHYfI9Vr77loKkF4ArgJnNZKYA+rUu8V83O71KG9UyEJg==",
281
266
"license": "MIT",
282
267
"dependencies": {
283
283
-
"@atproto-labs/did-resolver": "0.1.6",
284
284
-
"@atproto-labs/fetch": "0.1.2",
285
285
-
"@atproto-labs/handle-resolver": "0.1.4",
286
286
-
"@atproto-labs/identity-resolver": "0.1.7",
287
287
-
"@atproto-labs/simple-store": "0.1.1",
288
288
-
"@atproto-labs/simple-store-memory": "0.1.1",
289
289
-
"@atproto/did": "0.1.3",
290
290
-
"@atproto/jwk": "0.1.1",
291
291
-
"@atproto/oauth-types": "0.2.1",
292
292
-
"@atproto/xrpc": "0.6.5",
268
268
+
"@atproto-labs/did-resolver": "0.1.10",
269
269
+
"@atproto-labs/fetch": "0.2.1",
270
270
+
"@atproto-labs/handle-resolver": "0.1.7",
271
271
+
"@atproto-labs/identity-resolver": "0.1.13",
272
272
+
"@atproto-labs/simple-store": "0.1.2",
273
273
+
"@atproto-labs/simple-store-memory": "0.1.2",
274
274
+
"@atproto/did": "0.1.5",
275
275
+
"@atproto/jwk": "0.1.3",
276
276
+
"@atproto/oauth-types": "0.2.3",
277
277
+
"@atproto/xrpc": "0.6.9",
293
278
"multiformats": "^9.9.0",
294
279
"zod": "^3.23.8"
295
280
}
296
281
},
297
282
"node_modules/@atproto/oauth-client-node": {
298
298
-
"version": "0.2.4",
299
299
-
"resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.2.4.tgz",
300
300
-
"integrity": "sha512-Uq5VG0nrFh9CPbfhjT4OEmcPiKfFSrvfoB1PM5lCkZoSiO/+trHPmzaxA+sszMvtd53pbYyeBgqn+gP0EF6jYw==",
283
283
+
"version": "0.2.11",
284
284
+
"resolved": "https://registry.npmjs.org/@atproto/oauth-client-node/-/oauth-client-node-0.2.11.tgz",
285
285
+
"integrity": "sha512-nWc4hatkuBISkkj+5LtJd56imwR/xawSAR5PxeeqRn7fLdmsEjY0/gwAS1EkTlBdHHxDW3yx8Cmy+i6Q1o4ZVw==",
301
286
"license": "MIT",
302
287
"dependencies": {
303
303
-
"@atproto-labs/did-resolver": "0.1.6",
304
304
-
"@atproto-labs/handle-resolver-node": "0.1.8",
305
305
-
"@atproto-labs/simple-store": "0.1.1",
306
306
-
"@atproto/did": "0.1.3",
307
307
-
"@atproto/jwk": "0.1.1",
308
308
-
"@atproto/jwk-jose": "0.1.2",
309
309
-
"@atproto/jwk-webcrypto": "0.1.2",
310
310
-
"@atproto/oauth-client": "0.3.4",
311
311
-
"@atproto/oauth-types": "0.2.1"
288
288
+
"@atproto-labs/did-resolver": "0.1.10",
289
289
+
"@atproto-labs/handle-resolver-node": "0.1.13",
290
290
+
"@atproto-labs/simple-store": "0.1.2",
291
291
+
"@atproto/did": "0.1.5",
292
292
+
"@atproto/jwk": "0.1.3",
293
293
+
"@atproto/jwk-jose": "0.1.4",
294
294
+
"@atproto/jwk-webcrypto": "0.1.4",
295
295
+
"@atproto/oauth-client": "0.3.10",
296
296
+
"@atproto/oauth-types": "0.2.3"
297
297
+
},
298
298
+
"engines": {
299
299
+
"node": ">=18.7.0"
312
300
}
313
301
},
314
302
"node_modules/@atproto/oauth-types": {
315
315
-
"version": "0.2.1",
316
316
-
"resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.1.tgz",
317
317
-
"integrity": "sha512-hDisUXzcq5KU1HMuCYZ8Kcz7BePl7V11bFjjgZvND3mdSphiyBpJ8MCNn3QzAa6cXpFo0w9PDcYMAlCCRZHdVw==",
303
303
+
"version": "0.2.3",
304
304
+
"resolved": "https://registry.npmjs.org/@atproto/oauth-types/-/oauth-types-0.2.3.tgz",
305
305
+
"integrity": "sha512-M+0WW/alS2BfhKtwvdU3rSaLoycw6kTH1kGKeyDdmb/xN/8QjU7T6dkJe+wX4NC7F23xdKfti9DZhBpEtn+/kg==",
318
306
"license": "MIT",
319
307
"dependencies": {
320
320
-
"@atproto/jwk": "0.1.1",
308
308
+
"@atproto/jwk": "0.1.3",
321
309
"zod": "^3.23.8"
322
310
}
323
311
},
324
312
"node_modules/@atproto/syntax": {
325
325
-
"version": "0.3.1",
326
326
-
"resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.1.tgz",
327
327
-
"integrity": "sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==",
313
313
+
"version": "0.3.3",
314
314
+
"resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.3.tgz",
315
315
+
"integrity": "sha512-F1LZweesNYdBbZBXVa72N/cSvchG8Q1tG4/209ZXbIuM3FwQtkgn+zgmmV4P4ORmhOeXPBNXvMBpcqiwx/gEQQ==",
328
316
"license": "MIT"
329
317
},
330
318
"node_modules/@atproto/xrpc": {
331
331
-
"version": "0.6.5",
332
332
-
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.5.tgz",
333
333
-
"integrity": "sha512-t6u8iPEVbWge5RhzKZDahSzNDYIAxUtop6Q/X/apAZY1rgreVU0/1sSvvRoRFH19d3UIKjYdLuwFqMi9w8nY3Q==",
319
319
+
"version": "0.6.9",
320
320
+
"resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.9.tgz",
321
321
+
"integrity": "sha512-vQGA7++DYMNaHx3C7vEjT+2X6hYYLG7JNbBnDLWu0km1/1KYXgRkAz4h+FfYqg1mvzvIorHU7DAs5wevkJDDlw==",
334
322
"license": "MIT",
335
323
"dependencies": {
336
336
-
"@atproto/lexicon": "^0.4.4",
324
324
+
"@atproto/lexicon": "^0.4.7",
337
325
"zod": "^3.23.8"
338
326
}
339
327
},
···
361
349
}
362
350
},
363
351
"node_modules/@babel/core": {
364
364
-
"version": "7.26.0",
365
365
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz",
366
366
-
"integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==",
352
352
+
"version": "7.26.9",
353
353
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz",
354
354
+
"integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==",
367
355
"license": "MIT",
368
356
"dependencies": {
369
357
"@ampproject/remapping": "^2.2.0",
370
370
-
"@babel/code-frame": "^7.26.0",
371
371
-
"@babel/generator": "^7.26.0",
372
372
-
"@babel/helper-compilation-targets": "^7.25.9",
358
358
+
"@babel/code-frame": "^7.26.2",
359
359
+
"@babel/generator": "^7.26.9",
360
360
+
"@babel/helper-compilation-targets": "^7.26.5",
373
361
"@babel/helper-module-transforms": "^7.26.0",
374
374
-
"@babel/helpers": "^7.26.0",
375
375
-
"@babel/parser": "^7.26.0",
376
376
-
"@babel/template": "^7.25.9",
377
377
-
"@babel/traverse": "^7.25.9",
378
378
-
"@babel/types": "^7.26.0",
362
362
+
"@babel/helpers": "^7.26.9",
363
363
+
"@babel/parser": "^7.26.9",
364
364
+
"@babel/template": "^7.26.9",
365
365
+
"@babel/traverse": "^7.26.9",
366
366
+
"@babel/types": "^7.26.9",
379
367
"convert-source-map": "^2.0.0",
380
368
"debug": "^4.1.0",
381
369
"gensync": "^1.0.0-beta.2",
···
768
756
}
769
757
},
770
758
"node_modules/@babel/helpers": {
771
771
-
"version": "7.26.0",
772
772
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
773
773
-
"integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
759
759
+
"version": "7.26.9",
760
760
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.9.tgz",
761
761
+
"integrity": "sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==",
774
762
"license": "MIT",
775
763
"dependencies": {
776
776
-
"@babel/template": "^7.25.9",
777
777
-
"@babel/types": "^7.26.0"
764
764
+
"@babel/template": "^7.26.9",
765
765
+
"@babel/types": "^7.26.9"
778
766
},
779
767
"engines": {
780
768
"node": ">=6.9.0"
···
2362
2350
}
2363
2351
},
2364
2352
"node_modules/@babel/runtime": {
2365
2365
-
"version": "7.26.0",
2366
2366
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz",
2367
2367
-
"integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
2353
2353
+
"version": "7.26.9",
2354
2354
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz",
2355
2355
+
"integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==",
2368
2356
"license": "MIT",
2369
2357
"dependencies": {
2370
2358
"regenerator-runtime": "^0.14.0"
···
2733
2721
"postcss-selector-parser": "^6.0.10"
2734
2722
}
2735
2723
},
2736
2736
-
"node_modules/@emnapi/runtime": {
2737
2737
-
"version": "1.3.1",
2738
2738
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",
2739
2739
-
"integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==",
2740
2740
-
"license": "MIT",
2741
2741
-
"optional": true,
2742
2742
-
"dependencies": {
2743
2743
-
"tslib": "^2.4.0"
2744
2744
-
}
2745
2745
-
},
2746
2746
-
"node_modules/@esbuild/aix-ppc64": {
2747
2747
-
"version": "0.24.2",
2748
2748
-
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
2749
2749
-
"integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
2750
2750
-
"cpu": [
2751
2751
-
"ppc64"
2752
2752
-
],
2753
2753
-
"dev": true,
2754
2754
-
"license": "MIT",
2755
2755
-
"optional": true,
2756
2756
-
"os": [
2757
2757
-
"aix"
2758
2758
-
],
2759
2759
-
"engines": {
2760
2760
-
"node": ">=18"
2761
2761
-
}
2762
2762
-
},
2763
2763
-
"node_modules/@esbuild/android-arm": {
2764
2764
-
"version": "0.24.2",
2765
2765
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
2766
2766
-
"integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
2767
2767
-
"cpu": [
2768
2768
-
"arm"
2769
2769
-
],
2770
2770
-
"dev": true,
2771
2771
-
"license": "MIT",
2772
2772
-
"optional": true,
2773
2773
-
"os": [
2774
2774
-
"android"
2775
2775
-
],
2776
2776
-
"engines": {
2777
2777
-
"node": ">=18"
2778
2778
-
}
2779
2779
-
},
2780
2780
-
"node_modules/@esbuild/android-arm64": {
2781
2781
-
"version": "0.24.2",
2782
2782
-
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz",
2783
2783
-
"integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==",
2784
2784
-
"cpu": [
2785
2785
-
"arm64"
2786
2786
-
],
2787
2787
-
"dev": true,
2788
2788
-
"license": "MIT",
2789
2789
-
"optional": true,
2790
2790
-
"os": [
2791
2791
-
"android"
2792
2792
-
],
2793
2793
-
"engines": {
2794
2794
-
"node": ">=18"
2795
2795
-
}
2796
2796
-
},
2797
2797
-
"node_modules/@esbuild/android-x64": {
2798
2798
-
"version": "0.24.2",
2799
2799
-
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz",
2800
2800
-
"integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==",
2801
2801
-
"cpu": [
2802
2802
-
"x64"
2803
2803
-
],
2804
2804
-
"dev": true,
2805
2805
-
"license": "MIT",
2806
2806
-
"optional": true,
2807
2807
-
"os": [
2808
2808
-
"android"
2809
2809
-
],
2810
2810
-
"engines": {
2811
2811
-
"node": ">=18"
2812
2812
-
}
2813
2813
-
},
2814
2814
-
"node_modules/@esbuild/darwin-arm64": {
2815
2815
-
"version": "0.24.2",
2816
2816
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz",
2817
2817
-
"integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==",
2818
2818
-
"cpu": [
2819
2819
-
"arm64"
2820
2820
-
],
2821
2821
-
"dev": true,
2822
2822
-
"license": "MIT",
2823
2823
-
"optional": true,
2824
2824
-
"os": [
2825
2825
-
"darwin"
2826
2826
-
],
2827
2827
-
"engines": {
2828
2828
-
"node": ">=18"
2829
2829
-
}
2830
2830
-
},
2831
2831
-
"node_modules/@esbuild/darwin-x64": {
2832
2832
-
"version": "0.24.2",
2833
2833
-
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz",
2834
2834
-
"integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==",
2835
2835
-
"cpu": [
2836
2836
-
"x64"
2837
2837
-
],
2838
2838
-
"dev": true,
2839
2839
-
"license": "MIT",
2840
2840
-
"optional": true,
2841
2841
-
"os": [
2842
2842
-
"darwin"
2843
2843
-
],
2844
2844
-
"engines": {
2845
2845
-
"node": ">=18"
2846
2846
-
}
2847
2847
-
},
2848
2848
-
"node_modules/@esbuild/freebsd-arm64": {
2849
2849
-
"version": "0.24.2",
2850
2850
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz",
2851
2851
-
"integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==",
2852
2852
-
"cpu": [
2853
2853
-
"arm64"
2854
2854
-
],
2855
2855
-
"dev": true,
2856
2856
-
"license": "MIT",
2857
2857
-
"optional": true,
2858
2858
-
"os": [
2859
2859
-
"freebsd"
2860
2860
-
],
2861
2861
-
"engines": {
2862
2862
-
"node": ">=18"
2863
2863
-
}
2864
2864
-
},
2865
2865
-
"node_modules/@esbuild/freebsd-x64": {
2866
2866
-
"version": "0.24.2",
2867
2867
-
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz",
2868
2868
-
"integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==",
2869
2869
-
"cpu": [
2870
2870
-
"x64"
2871
2871
-
],
2872
2872
-
"dev": true,
2873
2873
-
"license": "MIT",
2874
2874
-
"optional": true,
2875
2875
-
"os": [
2876
2876
-
"freebsd"
2877
2877
-
],
2878
2878
-
"engines": {
2879
2879
-
"node": ">=18"
2880
2880
-
}
2881
2881
-
},
2882
2882
-
"node_modules/@esbuild/linux-arm": {
2883
2883
-
"version": "0.24.2",
2884
2884
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz",
2885
2885
-
"integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==",
2886
2886
-
"cpu": [
2887
2887
-
"arm"
2888
2888
-
],
2889
2889
-
"dev": true,
2890
2890
-
"license": "MIT",
2891
2891
-
"optional": true,
2892
2892
-
"os": [
2893
2893
-
"linux"
2894
2894
-
],
2895
2895
-
"engines": {
2896
2896
-
"node": ">=18"
2897
2897
-
}
2898
2898
-
},
2899
2899
-
"node_modules/@esbuild/linux-arm64": {
2900
2900
-
"version": "0.24.2",
2901
2901
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz",
2902
2902
-
"integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==",
2903
2903
-
"cpu": [
2904
2904
-
"arm64"
2905
2905
-
],
2906
2906
-
"dev": true,
2907
2907
-
"license": "MIT",
2908
2908
-
"optional": true,
2909
2909
-
"os": [
2910
2910
-
"linux"
2911
2911
-
],
2912
2912
-
"engines": {
2913
2913
-
"node": ">=18"
2914
2914
-
}
2915
2915
-
},
2916
2916
-
"node_modules/@esbuild/linux-ia32": {
2917
2917
-
"version": "0.24.2",
2918
2918
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz",
2919
2919
-
"integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==",
2920
2920
-
"cpu": [
2921
2921
-
"ia32"
2922
2922
-
],
2923
2923
-
"dev": true,
2924
2924
-
"license": "MIT",
2925
2925
-
"optional": true,
2926
2926
-
"os": [
2927
2927
-
"linux"
2928
2928
-
],
2929
2929
-
"engines": {
2930
2930
-
"node": ">=18"
2931
2931
-
}
2932
2932
-
},
2933
2933
-
"node_modules/@esbuild/linux-loong64": {
2934
2934
-
"version": "0.24.2",
2935
2935
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz",
2936
2936
-
"integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==",
2937
2937
-
"cpu": [
2938
2938
-
"loong64"
2939
2939
-
],
2940
2940
-
"dev": true,
2941
2941
-
"license": "MIT",
2942
2942
-
"optional": true,
2943
2943
-
"os": [
2944
2944
-
"linux"
2945
2945
-
],
2946
2946
-
"engines": {
2947
2947
-
"node": ">=18"
2948
2948
-
}
2949
2949
-
},
2950
2950
-
"node_modules/@esbuild/linux-mips64el": {
2951
2951
-
"version": "0.24.2",
2952
2952
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz",
2953
2953
-
"integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==",
2954
2954
-
"cpu": [
2955
2955
-
"mips64el"
2956
2956
-
],
2957
2957
-
"dev": true,
2958
2958
-
"license": "MIT",
2959
2959
-
"optional": true,
2960
2960
-
"os": [
2961
2961
-
"linux"
2962
2962
-
],
2963
2963
-
"engines": {
2964
2964
-
"node": ">=18"
2965
2965
-
}
2966
2966
-
},
2967
2967
-
"node_modules/@esbuild/linux-ppc64": {
2968
2968
-
"version": "0.24.2",
2969
2969
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz",
2970
2970
-
"integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==",
2971
2971
-
"cpu": [
2972
2972
-
"ppc64"
2973
2973
-
],
2974
2974
-
"dev": true,
2975
2975
-
"license": "MIT",
2976
2976
-
"optional": true,
2977
2977
-
"os": [
2978
2978
-
"linux"
2979
2979
-
],
2980
2980
-
"engines": {
2981
2981
-
"node": ">=18"
2982
2982
-
}
2983
2983
-
},
2984
2984
-
"node_modules/@esbuild/linux-riscv64": {
2985
2985
-
"version": "0.24.2",
2986
2986
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz",
2987
2987
-
"integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==",
2988
2988
-
"cpu": [
2989
2989
-
"riscv64"
2990
2990
-
],
2991
2991
-
"dev": true,
2992
2992
-
"license": "MIT",
2993
2993
-
"optional": true,
2994
2994
-
"os": [
2995
2995
-
"linux"
2996
2996
-
],
2997
2997
-
"engines": {
2998
2998
-
"node": ">=18"
2999
2999
-
}
3000
3000
-
},
3001
3001
-
"node_modules/@esbuild/linux-s390x": {
3002
3002
-
"version": "0.24.2",
3003
3003
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz",
3004
3004
-
"integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==",
3005
3005
-
"cpu": [
3006
3006
-
"s390x"
3007
3007
-
],
3008
3008
-
"dev": true,
3009
3009
-
"license": "MIT",
3010
3010
-
"optional": true,
3011
3011
-
"os": [
3012
3012
-
"linux"
3013
3013
-
],
3014
3014
-
"engines": {
3015
3015
-
"node": ">=18"
3016
3016
-
}
3017
3017
-
},
3018
3018
-
"node_modules/@esbuild/linux-x64": {
3019
3019
-
"version": "0.24.2",
3020
3020
-
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz",
3021
3021
-
"integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==",
3022
3022
-
"cpu": [
3023
3023
-
"x64"
3024
3024
-
],
3025
3025
-
"dev": true,
3026
3026
-
"license": "MIT",
3027
3027
-
"optional": true,
3028
3028
-
"os": [
3029
3029
-
"linux"
3030
3030
-
],
3031
3031
-
"engines": {
3032
3032
-
"node": ">=18"
3033
3033
-
}
3034
3034
-
},
3035
3035
-
"node_modules/@esbuild/netbsd-arm64": {
3036
3036
-
"version": "0.24.2",
3037
3037
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz",
3038
3038
-
"integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==",
3039
3039
-
"cpu": [
3040
3040
-
"arm64"
3041
3041
-
],
3042
3042
-
"dev": true,
3043
3043
-
"license": "MIT",
3044
3044
-
"optional": true,
3045
3045
-
"os": [
3046
3046
-
"netbsd"
3047
3047
-
],
3048
3048
-
"engines": {
3049
3049
-
"node": ">=18"
3050
3050
-
}
3051
3051
-
},
3052
3052
-
"node_modules/@esbuild/netbsd-x64": {
3053
3053
-
"version": "0.24.2",
3054
3054
-
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz",
3055
3055
-
"integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==",
3056
3056
-
"cpu": [
3057
3057
-
"x64"
3058
3058
-
],
3059
3059
-
"dev": true,
3060
3060
-
"license": "MIT",
3061
3061
-
"optional": true,
3062
3062
-
"os": [
3063
3063
-
"netbsd"
3064
3064
-
],
3065
3065
-
"engines": {
3066
3066
-
"node": ">=18"
3067
3067
-
}
3068
3068
-
},
3069
3069
-
"node_modules/@esbuild/openbsd-arm64": {
3070
3070
-
"version": "0.24.2",
3071
3071
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz",
3072
3072
-
"integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==",
3073
3073
-
"cpu": [
3074
3074
-
"arm64"
3075
3075
-
],
3076
3076
-
"dev": true,
3077
3077
-
"license": "MIT",
3078
3078
-
"optional": true,
3079
3079
-
"os": [
3080
3080
-
"openbsd"
3081
3081
-
],
3082
3082
-
"engines": {
3083
3083
-
"node": ">=18"
3084
3084
-
}
3085
3085
-
},
3086
3086
-
"node_modules/@esbuild/openbsd-x64": {
3087
3087
-
"version": "0.24.2",
3088
3088
-
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz",
3089
3089
-
"integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==",
3090
3090
-
"cpu": [
3091
3091
-
"x64"
3092
3092
-
],
3093
3093
-
"dev": true,
3094
3094
-
"license": "MIT",
3095
3095
-
"optional": true,
3096
3096
-
"os": [
3097
3097
-
"openbsd"
3098
3098
-
],
3099
3099
-
"engines": {
3100
3100
-
"node": ">=18"
3101
3101
-
}
3102
3102
-
},
3103
3103
-
"node_modules/@esbuild/sunos-x64": {
3104
3104
-
"version": "0.24.2",
3105
3105
-
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz",
3106
3106
-
"integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==",
3107
3107
-
"cpu": [
3108
3108
-
"x64"
3109
3109
-
],
3110
3110
-
"dev": true,
3111
3111
-
"license": "MIT",
3112
3112
-
"optional": true,
3113
3113
-
"os": [
3114
3114
-
"sunos"
3115
3115
-
],
3116
3116
-
"engines": {
3117
3117
-
"node": ">=18"
3118
3118
-
}
3119
3119
-
},
3120
3120
-
"node_modules/@esbuild/win32-arm64": {
3121
3121
-
"version": "0.24.2",
3122
3122
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz",
3123
3123
-
"integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==",
3124
3124
-
"cpu": [
3125
3125
-
"arm64"
3126
3126
-
],
3127
3127
-
"dev": true,
3128
3128
-
"license": "MIT",
3129
3129
-
"optional": true,
3130
3130
-
"os": [
3131
3131
-
"win32"
3132
3132
-
],
3133
3133
-
"engines": {
3134
3134
-
"node": ">=18"
3135
3135
-
}
3136
3136
-
},
3137
3137
-
"node_modules/@esbuild/win32-ia32": {
3138
3138
-
"version": "0.24.2",
3139
3139
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz",
3140
3140
-
"integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==",
3141
3141
-
"cpu": [
3142
3142
-
"ia32"
3143
3143
-
],
3144
3144
-
"dev": true,
3145
3145
-
"license": "MIT",
3146
3146
-
"optional": true,
3147
3147
-
"os": [
3148
3148
-
"win32"
3149
3149
-
],
3150
3150
-
"engines": {
3151
3151
-
"node": ">=18"
3152
3152
-
}
3153
3153
-
},
3154
3154
-
"node_modules/@esbuild/win32-x64": {
3155
3155
-
"version": "0.24.2",
3156
3156
-
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz",
3157
3157
-
"integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==",
3158
3158
-
"cpu": [
3159
3159
-
"x64"
3160
3160
-
],
3161
3161
-
"dev": true,
3162
3162
-
"license": "MIT",
3163
3163
-
"optional": true,
3164
3164
-
"os": [
3165
3165
-
"win32"
3166
3166
-
],
3167
3167
-
"engines": {
3168
3168
-
"node": ">=18"
3169
3169
-
}
3170
3170
-
},
3171
2724
"node_modules/@eslint-community/eslint-utils": {
3172
2725
"version": "4.4.1",
3173
2726
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
···
3300
2853
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.7.2.tgz",
3301
2854
"integrity": "sha512-Zs+YeHUC5fkt7Mg1l6XTniei3k4bwG/yo3iFUtZWd/pMx9g3fdvkSK9E0FOC+++phXOka78uJcYb8JaFkW52Xg==",
3302
2855
"license": "MIT",
2856
2856
+
"engines": {
2857
2857
+
"node": ">=6"
2858
2858
+
}
2859
2859
+
},
2860
2860
+
"node_modules/@fortawesome/fontawesome-svg-core": {
2861
2861
+
"version": "6.7.2",
2862
2862
+
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.7.2.tgz",
2863
2863
+
"integrity": "sha512-yxtOBWDrdi5DD5o1pmVdq3WMCvnobT0LU6R8RyyVXPvFRd2o79/0NCuQoCjNTeZz9EzA9xS3JxNWfv54RIHFEA==",
2864
2864
+
"license": "MIT",
2865
2865
+
"peer": true,
2866
2866
+
"dependencies": {
2867
2867
+
"@fortawesome/fontawesome-common-types": "6.7.2"
2868
2868
+
},
3303
2869
"engines": {
3304
2870
"node": ">=6"
3305
2871
}
···
3387
2953
"deprecated": "Use @eslint/object-schema instead",
3388
2954
"license": "BSD-3-Clause"
3389
2955
},
3390
3390
-
"node_modules/@img/sharp-darwin-arm64": {
3391
3391
-
"version": "0.33.5",
3392
3392
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",
3393
3393
-
"integrity": "sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==",
3394
3394
-
"cpu": [
3395
3395
-
"arm64"
3396
3396
-
],
3397
3397
-
"license": "Apache-2.0",
3398
3398
-
"optional": true,
3399
3399
-
"os": [
3400
3400
-
"darwin"
3401
3401
-
],
3402
3402
-
"engines": {
3403
3403
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3404
3404
-
},
3405
3405
-
"funding": {
3406
3406
-
"url": "https://opencollective.com/libvips"
3407
3407
-
},
3408
3408
-
"optionalDependencies": {
3409
3409
-
"@img/sharp-libvips-darwin-arm64": "1.0.4"
3410
3410
-
}
3411
3411
-
},
3412
3412
-
"node_modules/@img/sharp-darwin-x64": {
3413
3413
-
"version": "0.33.5",
3414
3414
-
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.5.tgz",
3415
3415
-
"integrity": "sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==",
3416
3416
-
"cpu": [
3417
3417
-
"x64"
3418
3418
-
],
3419
3419
-
"license": "Apache-2.0",
3420
3420
-
"optional": true,
3421
3421
-
"os": [
3422
3422
-
"darwin"
3423
3423
-
],
3424
3424
-
"engines": {
3425
3425
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3426
3426
-
},
3427
3427
-
"funding": {
3428
3428
-
"url": "https://opencollective.com/libvips"
3429
3429
-
},
3430
3430
-
"optionalDependencies": {
3431
3431
-
"@img/sharp-libvips-darwin-x64": "1.0.4"
3432
3432
-
}
3433
3433
-
},
3434
3434
-
"node_modules/@img/sharp-libvips-darwin-arm64": {
3435
3435
-
"version": "1.0.4",
3436
3436
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.4.tgz",
3437
3437
-
"integrity": "sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==",
3438
3438
-
"cpu": [
3439
3439
-
"arm64"
3440
3440
-
],
3441
3441
-
"license": "LGPL-3.0-or-later",
3442
3442
-
"optional": true,
3443
3443
-
"os": [
3444
3444
-
"darwin"
3445
3445
-
],
3446
3446
-
"funding": {
3447
3447
-
"url": "https://opencollective.com/libvips"
3448
3448
-
}
3449
3449
-
},
3450
3450
-
"node_modules/@img/sharp-libvips-darwin-x64": {
3451
3451
-
"version": "1.0.4",
3452
3452
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.4.tgz",
3453
3453
-
"integrity": "sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==",
3454
3454
-
"cpu": [
3455
3455
-
"x64"
3456
3456
-
],
3457
3457
-
"license": "LGPL-3.0-or-later",
3458
3458
-
"optional": true,
3459
3459
-
"os": [
3460
3460
-
"darwin"
3461
3461
-
],
3462
3462
-
"funding": {
3463
3463
-
"url": "https://opencollective.com/libvips"
3464
3464
-
}
3465
3465
-
},
3466
3466
-
"node_modules/@img/sharp-libvips-linux-arm": {
3467
3467
-
"version": "1.0.5",
3468
3468
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.5.tgz",
3469
3469
-
"integrity": "sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==",
3470
3470
-
"cpu": [
3471
3471
-
"arm"
3472
3472
-
],
3473
3473
-
"license": "LGPL-3.0-or-later",
3474
3474
-
"optional": true,
3475
3475
-
"os": [
3476
3476
-
"linux"
3477
3477
-
],
3478
3478
-
"funding": {
3479
3479
-
"url": "https://opencollective.com/libvips"
3480
3480
-
}
3481
3481
-
},
3482
3482
-
"node_modules/@img/sharp-libvips-linux-arm64": {
3483
3483
-
"version": "1.0.4",
3484
3484
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.4.tgz",
3485
3485
-
"integrity": "sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==",
3486
3486
-
"cpu": [
3487
3487
-
"arm64"
3488
3488
-
],
3489
3489
-
"license": "LGPL-3.0-or-later",
3490
3490
-
"optional": true,
3491
3491
-
"os": [
3492
3492
-
"linux"
3493
3493
-
],
3494
3494
-
"funding": {
3495
3495
-
"url": "https://opencollective.com/libvips"
3496
3496
-
}
3497
3497
-
},
3498
3498
-
"node_modules/@img/sharp-libvips-linux-s390x": {
3499
3499
-
"version": "1.0.4",
3500
3500
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.4.tgz",
3501
3501
-
"integrity": "sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==",
3502
3502
-
"cpu": [
3503
3503
-
"s390x"
3504
3504
-
],
3505
3505
-
"license": "LGPL-3.0-or-later",
3506
3506
-
"optional": true,
3507
3507
-
"os": [
3508
3508
-
"linux"
3509
3509
-
],
3510
3510
-
"funding": {
3511
3511
-
"url": "https://opencollective.com/libvips"
3512
3512
-
}
3513
3513
-
},
3514
3514
-
"node_modules/@img/sharp-libvips-linux-x64": {
3515
3515
-
"version": "1.0.4",
3516
3516
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
3517
3517
-
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
3518
3518
-
"cpu": [
3519
3519
-
"x64"
3520
3520
-
],
3521
3521
-
"license": "LGPL-3.0-or-later",
3522
3522
-
"optional": true,
3523
3523
-
"os": [
3524
3524
-
"linux"
3525
3525
-
],
3526
3526
-
"funding": {
3527
3527
-
"url": "https://opencollective.com/libvips"
3528
3528
-
}
3529
3529
-
},
3530
3530
-
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
3531
3531
-
"version": "1.0.4",
3532
3532
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.4.tgz",
3533
3533
-
"integrity": "sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==",
3534
3534
-
"cpu": [
3535
3535
-
"arm64"
3536
3536
-
],
3537
3537
-
"license": "LGPL-3.0-or-later",
3538
3538
-
"optional": true,
3539
3539
-
"os": [
3540
3540
-
"linux"
3541
3541
-
],
3542
3542
-
"funding": {
3543
3543
-
"url": "https://opencollective.com/libvips"
3544
3544
-
}
3545
3545
-
},
3546
3546
-
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
3547
3547
-
"version": "1.0.4",
3548
3548
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.4.tgz",
3549
3549
-
"integrity": "sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==",
3550
3550
-
"cpu": [
3551
3551
-
"x64"
3552
3552
-
],
3553
3553
-
"license": "LGPL-3.0-or-later",
3554
3554
-
"optional": true,
3555
3555
-
"os": [
3556
3556
-
"linux"
3557
3557
-
],
3558
3558
-
"funding": {
3559
3559
-
"url": "https://opencollective.com/libvips"
3560
3560
-
}
3561
3561
-
},
3562
3562
-
"node_modules/@img/sharp-linux-arm": {
3563
3563
-
"version": "0.33.5",
3564
3564
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.5.tgz",
3565
3565
-
"integrity": "sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==",
3566
3566
-
"cpu": [
3567
3567
-
"arm"
3568
3568
-
],
3569
3569
-
"license": "Apache-2.0",
3570
3570
-
"optional": true,
3571
3571
-
"os": [
3572
3572
-
"linux"
3573
3573
-
],
3574
3574
-
"engines": {
3575
3575
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3576
3576
-
},
3577
3577
-
"funding": {
3578
3578
-
"url": "https://opencollective.com/libvips"
3579
3579
-
},
3580
3580
-
"optionalDependencies": {
3581
3581
-
"@img/sharp-libvips-linux-arm": "1.0.5"
3582
3582
-
}
3583
3583
-
},
3584
3584
-
"node_modules/@img/sharp-linux-arm64": {
3585
3585
-
"version": "0.33.5",
3586
3586
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.5.tgz",
3587
3587
-
"integrity": "sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==",
3588
3588
-
"cpu": [
3589
3589
-
"arm64"
3590
3590
-
],
3591
3591
-
"license": "Apache-2.0",
3592
3592
-
"optional": true,
3593
3593
-
"os": [
3594
3594
-
"linux"
3595
3595
-
],
3596
3596
-
"engines": {
3597
3597
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3598
3598
-
},
3599
3599
-
"funding": {
3600
3600
-
"url": "https://opencollective.com/libvips"
3601
3601
-
},
3602
3602
-
"optionalDependencies": {
3603
3603
-
"@img/sharp-libvips-linux-arm64": "1.0.4"
3604
3604
-
}
3605
3605
-
},
3606
3606
-
"node_modules/@img/sharp-linux-s390x": {
3607
3607
-
"version": "0.33.5",
3608
3608
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.5.tgz",
3609
3609
-
"integrity": "sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==",
3610
3610
-
"cpu": [
3611
3611
-
"s390x"
3612
3612
-
],
3613
3613
-
"license": "Apache-2.0",
3614
3614
-
"optional": true,
3615
3615
-
"os": [
3616
3616
-
"linux"
3617
3617
-
],
3618
3618
-
"engines": {
3619
3619
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3620
3620
-
},
3621
3621
-
"funding": {
3622
3622
-
"url": "https://opencollective.com/libvips"
3623
3623
-
},
3624
3624
-
"optionalDependencies": {
3625
3625
-
"@img/sharp-libvips-linux-s390x": "1.0.4"
3626
3626
-
}
3627
3627
-
},
3628
3628
-
"node_modules/@img/sharp-linux-x64": {
3629
3629
-
"version": "0.33.5",
3630
3630
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.5.tgz",
3631
3631
-
"integrity": "sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==",
3632
3632
-
"cpu": [
3633
3633
-
"x64"
3634
3634
-
],
3635
3635
-
"license": "Apache-2.0",
3636
3636
-
"optional": true,
3637
3637
-
"os": [
3638
3638
-
"linux"
3639
3639
-
],
3640
3640
-
"engines": {
3641
3641
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3642
3642
-
},
3643
3643
-
"funding": {
3644
3644
-
"url": "https://opencollective.com/libvips"
3645
3645
-
},
3646
3646
-
"optionalDependencies": {
3647
3647
-
"@img/sharp-libvips-linux-x64": "1.0.4"
3648
3648
-
}
3649
3649
-
},
3650
3650
-
"node_modules/@img/sharp-linuxmusl-arm64": {
3651
3651
-
"version": "0.33.5",
3652
3652
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.5.tgz",
3653
3653
-
"integrity": "sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==",
3654
3654
-
"cpu": [
3655
3655
-
"arm64"
3656
3656
-
],
3657
3657
-
"license": "Apache-2.0",
3658
3658
-
"optional": true,
3659
3659
-
"os": [
3660
3660
-
"linux"
3661
3661
-
],
3662
3662
-
"engines": {
3663
3663
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3664
3664
-
},
3665
3665
-
"funding": {
3666
3666
-
"url": "https://opencollective.com/libvips"
3667
3667
-
},
3668
3668
-
"optionalDependencies": {
3669
3669
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4"
3670
3670
-
}
3671
3671
-
},
3672
3672
-
"node_modules/@img/sharp-linuxmusl-x64": {
3673
3673
-
"version": "0.33.5",
3674
3674
-
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.5.tgz",
3675
3675
-
"integrity": "sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==",
3676
3676
-
"cpu": [
3677
3677
-
"x64"
3678
3678
-
],
3679
3679
-
"license": "Apache-2.0",
3680
3680
-
"optional": true,
3681
3681
-
"os": [
3682
3682
-
"linux"
3683
3683
-
],
3684
3684
-
"engines": {
3685
3685
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3686
3686
-
},
3687
3687
-
"funding": {
3688
3688
-
"url": "https://opencollective.com/libvips"
3689
3689
-
},
3690
3690
-
"optionalDependencies": {
3691
3691
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4"
3692
3692
-
}
3693
3693
-
},
3694
3694
-
"node_modules/@img/sharp-wasm32": {
3695
3695
-
"version": "0.33.5",
3696
3696
-
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.33.5.tgz",
3697
3697
-
"integrity": "sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==",
3698
3698
-
"cpu": [
3699
3699
-
"wasm32"
3700
3700
-
],
3701
3701
-
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
3702
3702
-
"optional": true,
3703
3703
-
"dependencies": {
3704
3704
-
"@emnapi/runtime": "^1.2.0"
3705
3705
-
},
3706
3706
-
"engines": {
3707
3707
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3708
3708
-
},
3709
3709
-
"funding": {
3710
3710
-
"url": "https://opencollective.com/libvips"
3711
3711
-
}
3712
3712
-
},
3713
3713
-
"node_modules/@img/sharp-win32-ia32": {
3714
3714
-
"version": "0.33.5",
3715
3715
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.5.tgz",
3716
3716
-
"integrity": "sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==",
3717
3717
-
"cpu": [
3718
3718
-
"ia32"
3719
3719
-
],
3720
3720
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
3721
3721
-
"optional": true,
3722
3722
-
"os": [
3723
3723
-
"win32"
3724
3724
-
],
3725
3725
-
"engines": {
3726
3726
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3727
3727
-
},
3728
3728
-
"funding": {
3729
3729
-
"url": "https://opencollective.com/libvips"
3730
3730
-
}
3731
3731
-
},
3732
3732
-
"node_modules/@img/sharp-win32-x64": {
3733
3733
-
"version": "0.33.5",
3734
3734
-
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.5.tgz",
3735
3735
-
"integrity": "sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==",
3736
3736
-
"cpu": [
3737
3737
-
"x64"
3738
3738
-
],
3739
3739
-
"license": "Apache-2.0 AND LGPL-3.0-or-later",
3740
3740
-
"optional": true,
3741
3741
-
"os": [
3742
3742
-
"win32"
3743
3743
-
],
3744
3744
-
"engines": {
3745
3745
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3746
3746
-
},
3747
3747
-
"funding": {
3748
3748
-
"url": "https://opencollective.com/libvips"
3749
3749
-
}
3750
3750
-
},
3751
2956
"node_modules/@isaacs/cliui": {
3752
2957
"version": "8.0.2",
3753
2958
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
···
4221
3426
"integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==",
4222
3427
"license": "MIT"
4223
3428
},
4224
4224
-
"node_modules/@next/env": {
4225
4225
-
"version": "15.1.7",
4226
4226
-
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.7.tgz",
4227
4227
-
"integrity": "sha512-d9jnRrkuOH7Mhi+LHav2XW91HOgTAWHxjMPkXMGBc9B2b7614P7kjt8tAplRvJpbSt4nbO1lugcT/kAaWzjlLQ==",
4228
4228
-
"license": "MIT"
4229
4229
-
},
4230
4230
-
"node_modules/@next/swc-darwin-arm64": {
4231
4231
-
"version": "15.1.7",
4232
4232
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.1.7.tgz",
4233
4233
-
"integrity": "sha512-hPFwzPJDpA8FGj7IKV3Yf1web3oz2YsR8du4amKw8d+jAOHfYHYFpMkoF6vgSY4W6vB29RtZEklK9ayinGiCmQ==",
4234
4234
-
"cpu": [
4235
4235
-
"arm64"
4236
4236
-
],
4237
4237
-
"license": "MIT",
4238
4238
-
"optional": true,
4239
4239
-
"os": [
4240
4240
-
"darwin"
4241
4241
-
],
4242
4242
-
"engines": {
4243
4243
-
"node": ">= 10"
4244
4244
-
}
4245
4245
-
},
4246
4246
-
"node_modules/@next/swc-darwin-x64": {
4247
4247
-
"version": "15.1.7",
4248
4248
-
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-15.1.7.tgz",
4249
4249
-
"integrity": "sha512-2qoas+fO3OQKkU0PBUfwTiw/EYpN+kdAx62cePRyY1LqKtP09Vp5UcUntfZYajop5fDFTjSxCHfZVRxzi+9FYQ==",
4250
4250
-
"cpu": [
4251
4251
-
"x64"
4252
4252
-
],
4253
4253
-
"license": "MIT",
4254
4254
-
"optional": true,
4255
4255
-
"os": [
4256
4256
-
"darwin"
4257
4257
-
],
4258
4258
-
"engines": {
4259
4259
-
"node": ">= 10"
4260
4260
-
}
4261
4261
-
},
4262
4262
-
"node_modules/@next/swc-linux-arm64-gnu": {
4263
4263
-
"version": "15.1.7",
4264
4264
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.1.7.tgz",
4265
4265
-
"integrity": "sha512-sKLLwDX709mPdzxMnRIXLIT9zaX2w0GUlkLYQnKGoXeWUhcvpCrK+yevcwCJPdTdxZEUA0mOXGLdPsGkudGdnA==",
4266
4266
-
"cpu": [
4267
4267
-
"arm64"
4268
4268
-
],
4269
4269
-
"license": "MIT",
4270
4270
-
"optional": true,
4271
4271
-
"os": [
4272
4272
-
"linux"
4273
4273
-
],
4274
4274
-
"engines": {
4275
4275
-
"node": ">= 10"
4276
4276
-
}
4277
4277
-
},
4278
4278
-
"node_modules/@next/swc-linux-arm64-musl": {
4279
4279
-
"version": "15.1.7",
4280
4280
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.1.7.tgz",
4281
4281
-
"integrity": "sha512-zblK1OQbQWdC8fxdX4fpsHDw+VSpBPGEUX4PhSE9hkaWPrWoeIJn+baX53vbsbDRaDKd7bBNcXRovY1hEhFd7w==",
4282
4282
-
"cpu": [
4283
4283
-
"arm64"
4284
4284
-
],
4285
4285
-
"license": "MIT",
4286
4286
-
"optional": true,
4287
4287
-
"os": [
4288
4288
-
"linux"
4289
4289
-
],
4290
4290
-
"engines": {
4291
4291
-
"node": ">= 10"
4292
4292
-
}
4293
4293
-
},
4294
4294
-
"node_modules/@next/swc-linux-x64-gnu": {
4295
4295
-
"version": "15.1.7",
4296
4296
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.1.7.tgz",
4297
4297
-
"integrity": "sha512-GOzXutxuLvLHFDAPsMP2zDBMl1vfUHHpdNpFGhxu90jEzH6nNIgmtw/s1MDwpTOiM+MT5V8+I1hmVFeAUhkbgQ==",
4298
4298
-
"cpu": [
4299
4299
-
"x64"
4300
4300
-
],
4301
4301
-
"license": "MIT",
4302
4302
-
"optional": true,
4303
4303
-
"os": [
4304
4304
-
"linux"
4305
4305
-
],
4306
4306
-
"engines": {
4307
4307
-
"node": ">= 10"
4308
4308
-
}
4309
4309
-
},
4310
4310
-
"node_modules/@next/swc-linux-x64-musl": {
4311
4311
-
"version": "15.1.7",
4312
4312
-
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.1.7.tgz",
4313
4313
-
"integrity": "sha512-WrZ7jBhR7ATW1z5iEQ0ZJfE2twCNSXbpCSaAunF3BKcVeHFADSI/AW1y5Xt3DzTqPF1FzQlwQTewqetAABhZRQ==",
4314
4314
-
"cpu": [
4315
4315
-
"x64"
4316
4316
-
],
4317
4317
-
"license": "MIT",
4318
4318
-
"optional": true,
4319
4319
-
"os": [
4320
4320
-
"linux"
4321
4321
-
],
4322
4322
-
"engines": {
4323
4323
-
"node": ">= 10"
4324
4324
-
}
4325
4325
-
},
4326
4326
-
"node_modules/@next/swc-win32-arm64-msvc": {
4327
4327
-
"version": "15.1.7",
4328
4328
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.1.7.tgz",
4329
4329
-
"integrity": "sha512-LDnj1f3OVbou1BqvvXVqouJZKcwq++mV2F+oFHptToZtScIEnhNRJAhJzqAtTE2dB31qDYL45xJwrc+bLeKM2Q==",
4330
4330
-
"cpu": [
4331
4331
-
"arm64"
4332
4332
-
],
4333
4333
-
"license": "MIT",
4334
4334
-
"optional": true,
4335
4335
-
"os": [
4336
4336
-
"win32"
4337
4337
-
],
4338
4338
-
"engines": {
4339
4339
-
"node": ">= 10"
4340
4340
-
}
4341
4341
-
},
4342
4342
-
"node_modules/@next/swc-win32-x64-msvc": {
4343
4343
-
"version": "15.1.7",
4344
4344
-
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.1.7.tgz",
4345
4345
-
"integrity": "sha512-dC01f1quuf97viOfW05/K8XYv2iuBgAxJZl7mbCKEjMgdQl5JjAKJ0D2qMKZCgPWDeFbFT0Q0nYWwytEW0DWTQ==",
4346
4346
-
"cpu": [
4347
4347
-
"x64"
4348
4348
-
],
4349
4349
-
"license": "MIT",
4350
4350
-
"optional": true,
4351
4351
-
"os": [
4352
4352
-
"win32"
4353
4353
-
],
4354
4354
-
"engines": {
4355
4355
-
"node": ">= 10"
4356
4356
-
}
4357
4357
-
},
4358
3429
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
4359
3430
"version": "5.1.1-v1",
4360
3431
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
···
4480
3551
}
4481
3552
},
4482
3553
"node_modules/@remix-run/router": {
4483
4483
-
"version": "1.21.0",
4484
4484
-
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz",
4485
4485
-
"integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==",
3554
3554
+
"version": "1.22.0",
3555
3555
+
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.22.0.tgz",
3556
3556
+
"integrity": "sha512-MBOl8MeOzpK0HQQQshKB7pABXbmyHizdTpqnrIseTbsv0nAepwC2ENZa1aaBExNQcpLoXmWthhak8SABLzvGPw==",
4486
3557
"license": "MIT",
4487
3558
"engines": {
4488
3559
"node": ">=14.0.0"
4489
3560
}
4490
3561
},
4491
4491
-
"node_modules/@rollup/rollup-android-arm-eabi": {
4492
4492
-
"version": "4.34.8",
4493
4493
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz",
4494
4494
-
"integrity": "sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==",
4495
4495
-
"cpu": [
4496
4496
-
"arm"
4497
4497
-
],
4498
4498
-
"dev": true,
4499
4499
-
"license": "MIT",
4500
4500
-
"optional": true,
4501
4501
-
"os": [
4502
4502
-
"android"
4503
4503
-
]
4504
4504
-
},
4505
4505
-
"node_modules/@rollup/rollup-android-arm64": {
4506
4506
-
"version": "4.34.8",
4507
4507
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz",
4508
4508
-
"integrity": "sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==",
4509
4509
-
"cpu": [
4510
4510
-
"arm64"
4511
4511
-
],
4512
4512
-
"dev": true,
4513
4513
-
"license": "MIT",
4514
4514
-
"optional": true,
4515
4515
-
"os": [
4516
4516
-
"android"
4517
4517
-
]
4518
4518
-
},
4519
4519
-
"node_modules/@rollup/rollup-darwin-arm64": {
4520
4520
-
"version": "4.34.8",
4521
4521
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz",
4522
4522
-
"integrity": "sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==",
4523
4523
-
"cpu": [
4524
4524
-
"arm64"
4525
4525
-
],
4526
4526
-
"dev": true,
4527
4527
-
"license": "MIT",
4528
4528
-
"optional": true,
4529
4529
-
"os": [
4530
4530
-
"darwin"
4531
4531
-
]
4532
4532
-
},
4533
4533
-
"node_modules/@rollup/rollup-darwin-x64": {
4534
4534
-
"version": "4.34.8",
4535
4535
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz",
4536
4536
-
"integrity": "sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==",
4537
4537
-
"cpu": [
4538
4538
-
"x64"
4539
4539
-
],
4540
4540
-
"dev": true,
4541
4541
-
"license": "MIT",
4542
4542
-
"optional": true,
4543
4543
-
"os": [
4544
4544
-
"darwin"
4545
4545
-
]
4546
4546
-
},
4547
4547
-
"node_modules/@rollup/rollup-freebsd-arm64": {
4548
4548
-
"version": "4.34.8",
4549
4549
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz",
4550
4550
-
"integrity": "sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==",
4551
4551
-
"cpu": [
4552
4552
-
"arm64"
4553
4553
-
],
4554
4554
-
"dev": true,
4555
4555
-
"license": "MIT",
4556
4556
-
"optional": true,
4557
4557
-
"os": [
4558
4558
-
"freebsd"
4559
4559
-
]
4560
4560
-
},
4561
4561
-
"node_modules/@rollup/rollup-freebsd-x64": {
4562
4562
-
"version": "4.34.8",
4563
4563
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz",
4564
4564
-
"integrity": "sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==",
4565
4565
-
"cpu": [
4566
4566
-
"x64"
4567
4567
-
],
4568
4568
-
"dev": true,
4569
4569
-
"license": "MIT",
4570
4570
-
"optional": true,
4571
4571
-
"os": [
4572
4572
-
"freebsd"
4573
4573
-
]
4574
4574
-
},
4575
4575
-
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
4576
4576
-
"version": "4.34.8",
4577
4577
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz",
4578
4578
-
"integrity": "sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==",
4579
4579
-
"cpu": [
4580
4580
-
"arm"
4581
4581
-
],
4582
4582
-
"dev": true,
4583
4583
-
"license": "MIT",
4584
4584
-
"optional": true,
4585
4585
-
"os": [
4586
4586
-
"linux"
4587
4587
-
]
4588
4588
-
},
4589
4589
-
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
4590
4590
-
"version": "4.34.8",
4591
4591
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz",
4592
4592
-
"integrity": "sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==",
4593
4593
-
"cpu": [
4594
4594
-
"arm"
4595
4595
-
],
4596
4596
-
"dev": true,
4597
4597
-
"license": "MIT",
4598
4598
-
"optional": true,
4599
4599
-
"os": [
4600
4600
-
"linux"
4601
4601
-
]
4602
4602
-
},
4603
4603
-
"node_modules/@rollup/rollup-linux-arm64-gnu": {
4604
4604
-
"version": "4.34.8",
4605
4605
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz",
4606
4606
-
"integrity": "sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==",
4607
4607
-
"cpu": [
4608
4608
-
"arm64"
4609
4609
-
],
4610
4610
-
"dev": true,
4611
4611
-
"license": "MIT",
4612
4612
-
"optional": true,
4613
4613
-
"os": [
4614
4614
-
"linux"
4615
4615
-
]
4616
4616
-
},
4617
4617
-
"node_modules/@rollup/rollup-linux-arm64-musl": {
4618
4618
-
"version": "4.34.8",
4619
4619
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz",
4620
4620
-
"integrity": "sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==",
4621
4621
-
"cpu": [
4622
4622
-
"arm64"
4623
4623
-
],
4624
4624
-
"dev": true,
4625
4625
-
"license": "MIT",
4626
4626
-
"optional": true,
4627
4627
-
"os": [
4628
4628
-
"linux"
4629
4629
-
]
4630
4630
-
},
4631
4631
-
"node_modules/@rollup/rollup-linux-loongarch64-gnu": {
4632
4632
-
"version": "4.34.8",
4633
4633
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz",
4634
4634
-
"integrity": "sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==",
4635
4635
-
"cpu": [
4636
4636
-
"loong64"
4637
4637
-
],
4638
4638
-
"dev": true,
4639
4639
-
"license": "MIT",
4640
4640
-
"optional": true,
4641
4641
-
"os": [
4642
4642
-
"linux"
4643
4643
-
]
4644
4644
-
},
4645
4645
-
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
4646
4646
-
"version": "4.34.8",
4647
4647
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz",
4648
4648
-
"integrity": "sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==",
4649
4649
-
"cpu": [
4650
4650
-
"ppc64"
4651
4651
-
],
4652
4652
-
"dev": true,
4653
4653
-
"license": "MIT",
4654
4654
-
"optional": true,
4655
4655
-
"os": [
4656
4656
-
"linux"
4657
4657
-
]
4658
4658
-
},
4659
4659
-
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
4660
4660
-
"version": "4.34.8",
4661
4661
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz",
4662
4662
-
"integrity": "sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==",
4663
4663
-
"cpu": [
4664
4664
-
"riscv64"
4665
4665
-
],
4666
4666
-
"dev": true,
3562
3562
+
"node_modules/@rollup/plugin-babel": {
3563
3563
+
"version": "5.3.1",
3564
3564
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
3565
3565
+
"integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
4667
3566
"license": "MIT",
4668
4668
-
"optional": true,
4669
4669
-
"os": [
4670
4670
-
"linux"
4671
4671
-
]
3567
3567
+
"dependencies": {
3568
3568
+
"@babel/helper-module-imports": "^7.10.4",
3569
3569
+
"@rollup/pluginutils": "^3.1.0"
3570
3570
+
},
3571
3571
+
"engines": {
3572
3572
+
"node": ">= 10.0.0"
3573
3573
+
},
3574
3574
+
"peerDependencies": {
3575
3575
+
"@babel/core": "^7.0.0",
3576
3576
+
"@types/babel__core": "^7.1.9",
3577
3577
+
"rollup": "^1.20.0||^2.0.0"
3578
3578
+
},
3579
3579
+
"peerDependenciesMeta": {
3580
3580
+
"@types/babel__core": {
3581
3581
+
"optional": true
3582
3582
+
}
3583
3583
+
}
4672
3584
},
4673
4673
-
"node_modules/@rollup/rollup-linux-s390x-gnu": {
4674
4674
-
"version": "4.34.8",
4675
4675
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz",
4676
4676
-
"integrity": "sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==",
4677
4677
-
"cpu": [
4678
4678
-
"s390x"
4679
4679
-
],
4680
4680
-
"dev": true,
3585
3585
+
"node_modules/@rollup/plugin-node-resolve": {
3586
3586
+
"version": "11.2.1",
3587
3587
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
3588
3588
+
"integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
4681
3589
"license": "MIT",
4682
4682
-
"optional": true,
4683
4683
-
"os": [
4684
4684
-
"linux"
4685
4685
-
]
4686
4686
-
},
4687
4687
-
"node_modules/@rollup/rollup-linux-x64-gnu": {
4688
4688
-
"version": "4.34.8",
4689
4689
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz",
4690
4690
-
"integrity": "sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==",
4691
4691
-
"cpu": [
4692
4692
-
"x64"
4693
4693
-
],
4694
4694
-
"dev": true,
4695
4695
-
"license": "MIT",
4696
4696
-
"optional": true,
4697
4697
-
"os": [
4698
4698
-
"linux"
4699
4699
-
]
4700
4700
-
},
4701
4701
-
"node_modules/@rollup/rollup-linux-x64-musl": {
4702
4702
-
"version": "4.34.8",
4703
4703
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz",
4704
4704
-
"integrity": "sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==",
4705
4705
-
"cpu": [
4706
4706
-
"x64"
4707
4707
-
],
4708
4708
-
"dev": true,
4709
4709
-
"license": "MIT",
4710
4710
-
"optional": true,
4711
4711
-
"os": [
4712
4712
-
"linux"
4713
4713
-
]
3590
3590
+
"dependencies": {
3591
3591
+
"@rollup/pluginutils": "^3.1.0",
3592
3592
+
"@types/resolve": "1.17.1",
3593
3593
+
"builtin-modules": "^3.1.0",
3594
3594
+
"deepmerge": "^4.2.2",
3595
3595
+
"is-module": "^1.0.0",
3596
3596
+
"resolve": "^1.19.0"
3597
3597
+
},
3598
3598
+
"engines": {
3599
3599
+
"node": ">= 10.0.0"
3600
3600
+
},
3601
3601
+
"peerDependencies": {
3602
3602
+
"rollup": "^1.20.0||^2.0.0"
3603
3603
+
}
4714
3604
},
4715
4715
-
"node_modules/@rollup/rollup-win32-arm64-msvc": {
4716
4716
-
"version": "4.34.8",
4717
4717
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz",
4718
4718
-
"integrity": "sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==",
4719
4719
-
"cpu": [
4720
4720
-
"arm64"
4721
4721
-
],
4722
4722
-
"dev": true,
3605
3605
+
"node_modules/@rollup/plugin-replace": {
3606
3606
+
"version": "2.4.2",
3607
3607
+
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
3608
3608
+
"integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
4723
3609
"license": "MIT",
4724
4724
-
"optional": true,
4725
4725
-
"os": [
4726
4726
-
"win32"
4727
4727
-
]
3610
3610
+
"dependencies": {
3611
3611
+
"@rollup/pluginutils": "^3.1.0",
3612
3612
+
"magic-string": "^0.25.7"
3613
3613
+
},
3614
3614
+
"peerDependencies": {
3615
3615
+
"rollup": "^1.20.0 || ^2.0.0"
3616
3616
+
}
4728
3617
},
4729
4729
-
"node_modules/@rollup/rollup-win32-ia32-msvc": {
4730
4730
-
"version": "4.34.8",
4731
4731
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz",
4732
4732
-
"integrity": "sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==",
4733
4733
-
"cpu": [
4734
4734
-
"ia32"
4735
4735
-
],
4736
4736
-
"dev": true,
3618
3618
+
"node_modules/@rollup/pluginutils": {
3619
3619
+
"version": "3.1.0",
3620
3620
+
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
3621
3621
+
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
4737
3622
"license": "MIT",
4738
4738
-
"optional": true,
4739
4739
-
"os": [
4740
4740
-
"win32"
4741
4741
-
]
3623
3623
+
"dependencies": {
3624
3624
+
"@types/estree": "0.0.39",
3625
3625
+
"estree-walker": "^1.0.1",
3626
3626
+
"picomatch": "^2.2.2"
3627
3627
+
},
3628
3628
+
"engines": {
3629
3629
+
"node": ">= 8.0.0"
3630
3630
+
},
3631
3631
+
"peerDependencies": {
3632
3632
+
"rollup": "^1.20.0||^2.0.0"
3633
3633
+
}
4742
3634
},
4743
4743
-
"node_modules/@rollup/rollup-win32-x64-msvc": {
4744
4744
-
"version": "4.34.8",
4745
4745
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz",
4746
4746
-
"integrity": "sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==",
4747
4747
-
"cpu": [
4748
4748
-
"x64"
4749
4749
-
],
4750
4750
-
"dev": true,
4751
4751
-
"license": "MIT",
4752
4752
-
"optional": true,
4753
4753
-
"os": [
4754
4754
-
"win32"
4755
4755
-
]
3635
3635
+
"node_modules/@rollup/pluginutils/node_modules/@types/estree": {
3636
3636
+
"version": "0.0.39",
3637
3637
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
3638
3638
+
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
3639
3639
+
"license": "MIT"
4756
3640
},
4757
3641
"node_modules/@rtsao/scc": {
4758
3642
"version": "1.1.0",
···
5023
3907
"url": "https://github.com/sponsors/gregberge"
5024
3908
}
5025
3909
},
5026
5026
-
"node_modules/@swc/counter": {
5027
5027
-
"version": "0.1.3",
5028
5028
-
"resolved": "https://registry.npmjs.org/@swc/counter/-/counter-0.1.3.tgz",
5029
5029
-
"integrity": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==",
5030
5030
-
"license": "Apache-2.0"
5031
5031
-
},
5032
5032
-
"node_modules/@swc/helpers": {
5033
5033
-
"version": "0.5.15",
5034
5034
-
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
5035
5035
-
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
5036
5036
-
"license": "Apache-2.0",
5037
5037
-
"dependencies": {
5038
5038
-
"tslib": "^2.8.0"
5039
5039
-
}
5040
5040
-
},
5041
3910
"node_modules/@tootallnate/once": {
5042
3911
"version": "1.1.2",
5043
3912
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
···
5163
4032
}
5164
4033
},
5165
4034
"node_modules/@types/d3-path": {
5166
5166
-
"version": "3.1.0",
5167
5167
-
"resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.0.tgz",
5168
5168
-
"integrity": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==",
4035
4035
+
"version": "3.1.1",
4036
4036
+
"resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
4037
4037
+
"integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
5169
4038
"license": "MIT"
5170
4039
},
5171
4040
"node_modules/@types/d3-scale": {
5172
5172
-
"version": "4.0.8",
5173
5173
-
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz",
5174
5174
-
"integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==",
4041
4041
+
"version": "4.0.9",
4042
4042
+
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
4043
4043
+
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
5175
4044
"license": "MIT",
5176
4045
"dependencies": {
5177
4046
"@types/d3-time": "*"
5178
4047
}
5179
4048
},
5180
4049
"node_modules/@types/d3-shape": {
5181
5181
-
"version": "3.1.6",
5182
5182
-
"resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.6.tgz",
5183
5183
-
"integrity": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==",
4050
4050
+
"version": "3.1.7",
4051
4051
+
"resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz",
4052
4052
+
"integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==",
5184
4053
"license": "MIT",
5185
4054
"dependencies": {
5186
4055
"@types/d3-path": "*"
···
6618
5487
"proxy-from-env": "^1.1.0"
6619
5488
}
6620
5489
},
6621
6621
-
"node_modules/axios/node_modules/form-data": {
6622
6622
-
"version": "4.0.1",
6623
6623
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
6624
6624
-
"integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
6625
6625
-
"license": "MIT",
6626
6626
-
"dependencies": {
6627
6627
-
"asynckit": "^0.4.0",
6628
6628
-
"combined-stream": "^1.0.8",
6629
6629
-
"mime-types": "^2.1.12"
6630
6630
-
},
6631
6631
-
"engines": {
6632
6632
-
"node": ">= 6"
6633
6633
-
}
6634
6634
-
},
6635
5490
"node_modules/axobject-query": {
6636
5491
"version": "4.1.0",
6637
5492
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.1.0.tgz",
···
7031
5886
"license": "BSD-2-Clause"
7032
5887
},
7033
5888
"node_modules/browserslist": {
7034
7034
-
"version": "4.24.3",
7035
7035
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz",
7036
7036
-
"integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==",
5889
5889
+
"version": "4.24.4",
5890
5890
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
5891
5891
+
"integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==",
7037
5892
"funding": [
7038
5893
{
7039
5894
"type": "opencollective",
···
7095
5950
"url": "https://github.com/sponsors/sindresorhus"
7096
5951
}
7097
5952
},
7098
7098
-
"node_modules/busboy": {
7099
7099
-
"version": "1.6.0",
7100
7100
-
"resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz",
7101
7101
-
"integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==",
7102
7102
-
"dependencies": {
7103
7103
-
"streamsearch": "^1.1.0"
7104
7104
-
},
7105
7105
-
"engines": {
7106
7106
-
"node": ">=10.16.0"
7107
7107
-
}
7108
7108
-
},
7109
5953
"node_modules/bytes": {
7110
5954
"version": "3.1.2",
7111
5955
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
···
7215
6059
}
7216
6060
},
7217
6061
"node_modules/caniuse-lite": {
7218
7218
-
"version": "1.0.30001689",
7219
7219
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz",
7220
7220
-
"integrity": "sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g==",
6062
6062
+
"version": "1.0.30001700",
6063
6063
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
6064
6064
+
"integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
7221
6065
"funding": [
7222
6066
{
7223
6067
"type": "opencollective",
···
7361
6205
"node": ">=0.10.0"
7362
6206
}
7363
6207
},
7364
7364
-
"node_modules/client-only": {
7365
7365
-
"version": "0.0.1",
7366
7366
-
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
7367
7367
-
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
7368
7368
-
"license": "MIT"
7369
7369
-
},
7370
6208
"node_modules/cliui": {
7371
6209
"version": "7.0.4",
7372
6210
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
···
7488
6326
"integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
7489
6327
"license": "MIT"
7490
6328
},
7491
7491
-
"node_modules/color": {
7492
7492
-
"version": "4.2.3",
7493
7493
-
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
7494
7494
-
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
7495
7495
-
"license": "MIT",
7496
7496
-
"optional": true,
7497
7497
-
"dependencies": {
7498
7498
-
"color-convert": "^2.0.1",
7499
7499
-
"color-string": "^1.9.0"
7500
7500
-
},
7501
7501
-
"engines": {
7502
7502
-
"node": ">=12.5.0"
7503
7503
-
}
7504
7504
-
},
7505
6329
"node_modules/color-convert": {
7506
6330
"version": "2.0.1",
7507
6331
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
···
7519
6343
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
7520
6344
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
7521
6345
"license": "MIT"
7522
7522
-
},
7523
7523
-
"node_modules/color-string": {
7524
7524
-
"version": "1.9.1",
7525
7525
-
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
7526
7526
-
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
7527
7527
-
"license": "MIT",
7528
7528
-
"optional": true,
7529
7529
-
"dependencies": {
7530
7530
-
"color-name": "^1.0.0",
7531
7531
-
"simple-swizzle": "^0.2.2"
7532
7532
-
}
7533
6346
},
7534
6347
"node_modules/colord": {
7535
6348
"version": "2.9.3",
···
7729
6542
"node": ">=10"
7730
6543
}
7731
6544
},
7732
7732
-
"node_modules/cosmiconfig/node_modules/yaml": {
7733
7733
-
"version": "1.10.2",
7734
7734
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
7735
7735
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
7736
7736
-
"license": "ISC",
7737
7737
-
"engines": {
7738
7738
-
"node": ">= 6"
7739
7739
-
}
7740
7740
-
},
7741
7741
-
"node_modules/cra-template": {
7742
7742
-
"version": "1.2.0",
7743
7743
-
"resolved": "https://registry.npmjs.org/cra-template/-/cra-template-1.2.0.tgz",
7744
7744
-
"integrity": "sha512-06WBUmTq79NvqU91Y9OPCXv/ENy/UkUmQS0lBrOYCl/4f4l67idnGbBARDGLopCHfff6pf6UftcFRWHg+CVfRw==",
7745
7745
-
"license": "MIT",
7746
7746
-
"engines": {
7747
7747
-
"node": ">=14"
7748
7748
-
}
7749
7749
-
},
7750
6545
"node_modules/cross-env": {
7751
6546
"version": "7.0.3",
7752
6547
"resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
···
8092
6887
},
8093
6888
"peerDependencies": {
8094
6889
"postcss": "^8.2.15"
8095
8095
-
}
8096
8096
-
},
8097
8097
-
"node_modules/cssnano/node_modules/yaml": {
8098
8098
-
"version": "1.10.2",
8099
8099
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
8100
8100
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
8101
8101
-
"license": "ISC",
8102
8102
-
"engines": {
8103
8103
-
"node": ">= 6"
8104
6890
}
8105
6891
},
8106
6892
"node_modules/csso": {
···
8490
7276
"npm": "1.2.8000 || >= 1.4.16"
8491
7277
}
8492
7278
},
8493
8493
-
"node_modules/detect-libc": {
8494
8494
-
"version": "2.0.3",
8495
8495
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
8496
8496
-
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
8497
8497
-
"license": "Apache-2.0",
8498
8498
-
"optional": true,
8499
8499
-
"engines": {
8500
8500
-
"node": ">=8"
8501
8501
-
}
8502
8502
-
},
8503
7279
"node_modules/detect-newline": {
8504
7280
"version": "3.1.0",
8505
7281
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
···
8767
7543
}
8768
7544
},
8769
7545
"node_modules/electron-to-chromium": {
8770
8770
-
"version": "1.5.74",
8771
8771
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.74.tgz",
8772
8772
-
"integrity": "sha512-ck3//9RC+6oss/1Bh9tiAVFy5vfSKbRHAFh7Z3/eTRkEqJeWgymloShB17Vg3Z4nmDNp35vAd1BZ6CMW4Wt6Iw==",
7546
7546
+
"version": "1.5.102",
7547
7547
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.102.tgz",
7548
7548
+
"integrity": "sha512-eHhqaja8tE/FNpIiBrvBjFV/SSKpyWHLvxuR9dPTdo+3V9ppdLmFB7ZZQ98qNovcngPLYIz0oOBF9P0FfZef5Q==",
8773
7549
"license": "ISC"
8774
7550
},
8775
7551
"node_modules/emittery": {
···
9026
7802
"url": "https://github.com/sponsors/ljharb"
9027
7803
}
9028
7804
},
9029
9029
-
"node_modules/esbuild": {
9030
9030
-
"version": "0.24.2",
9031
9031
-
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz",
9032
9032
-
"integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==",
9033
9033
-
"dev": true,
9034
9034
-
"hasInstallScript": true,
9035
9035
-
"license": "MIT",
9036
9036
-
"bin": {
9037
9037
-
"esbuild": "bin/esbuild"
9038
9038
-
},
9039
9039
-
"engines": {
9040
9040
-
"node": ">=18"
9041
9041
-
},
9042
9042
-
"optionalDependencies": {
9043
9043
-
"@esbuild/aix-ppc64": "0.24.2",
9044
9044
-
"@esbuild/android-arm": "0.24.2",
9045
9045
-
"@esbuild/android-arm64": "0.24.2",
9046
9046
-
"@esbuild/android-x64": "0.24.2",
9047
9047
-
"@esbuild/darwin-arm64": "0.24.2",
9048
9048
-
"@esbuild/darwin-x64": "0.24.2",
9049
9049
-
"@esbuild/freebsd-arm64": "0.24.2",
9050
9050
-
"@esbuild/freebsd-x64": "0.24.2",
9051
9051
-
"@esbuild/linux-arm": "0.24.2",
9052
9052
-
"@esbuild/linux-arm64": "0.24.2",
9053
9053
-
"@esbuild/linux-ia32": "0.24.2",
9054
9054
-
"@esbuild/linux-loong64": "0.24.2",
9055
9055
-
"@esbuild/linux-mips64el": "0.24.2",
9056
9056
-
"@esbuild/linux-ppc64": "0.24.2",
9057
9057
-
"@esbuild/linux-riscv64": "0.24.2",
9058
9058
-
"@esbuild/linux-s390x": "0.24.2",
9059
9059
-
"@esbuild/linux-x64": "0.24.2",
9060
9060
-
"@esbuild/netbsd-arm64": "0.24.2",
9061
9061
-
"@esbuild/netbsd-x64": "0.24.2",
9062
9062
-
"@esbuild/openbsd-arm64": "0.24.2",
9063
9063
-
"@esbuild/openbsd-x64": "0.24.2",
9064
9064
-
"@esbuild/sunos-x64": "0.24.2",
9065
9065
-
"@esbuild/win32-arm64": "0.24.2",
9066
9066
-
"@esbuild/win32-ia32": "0.24.2",
9067
9067
-
"@esbuild/win32-x64": "0.24.2"
9068
9068
-
}
9069
9069
-
},
9070
7805
"node_modules/escalade": {
9071
7806
"version": "3.2.0",
9072
7807
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
···
9950
8685
"license": "MIT"
9951
8686
},
9952
8687
"node_modules/fast-equals": {
9953
9953
-
"version": "5.0.1",
9954
9954
-
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz",
9955
9955
-
"integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==",
9956
9956
-
"license": "MIT",
9957
9957
-
"engines": {
9958
9958
-
"node": ">=6.0.0"
9959
9959
-
}
8688
8688
+
"version": "4.0.3",
8689
8689
+
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
8690
8690
+
"integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
8691
8691
+
"license": "MIT"
9960
8692
},
9961
8693
"node_modules/fast-glob": {
9962
8694
"version": "3.3.3",
···
10373
9105
"node": ">=6"
10374
9106
}
10375
9107
},
10376
10376
-
"node_modules/fork-ts-checker-webpack-plugin/node_modules/yaml": {
10377
10377
-
"version": "1.10.2",
10378
10378
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
10379
10379
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
10380
10380
-
"license": "ISC",
10381
10381
-
"engines": {
10382
10382
-
"node": ">= 6"
10383
10383
-
}
10384
10384
-
},
10385
9108
"node_modules/form-data": {
10386
10386
-
"version": "3.0.3",
10387
10387
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz",
10388
10388
-
"integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==",
9109
9109
+
"version": "4.0.2",
9110
9110
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
9111
9111
+
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
10389
9112
"license": "MIT",
10390
9113
"dependencies": {
10391
9114
"asynckit": "^0.4.0",
10392
9115
"combined-stream": "^1.0.8",
10393
9116
"es-set-tostringtag": "^2.1.0",
10394
10394
-
"mime-types": "^2.1.35"
9117
9117
+
"mime-types": "^2.1.12"
10395
9118
},
10396
9119
"engines": {
10397
9120
"node": ">= 6"
···
12946
11669
}
12947
11670
},
12948
11671
"node_modules/jose": {
12949
12949
-
"version": "5.9.6",
12950
12950
-
"resolved": "https://registry.npmjs.org/jose/-/jose-5.9.6.tgz",
12951
12951
-
"integrity": "sha512-AMlnetc9+CV9asI19zHmrgS/WYsWUwCn2R7RzlbJWD7F9eWYUTGyBmU9o6PxngtLGOiDGPRu+Uc4fhKzbpteZQ==",
11672
11672
+
"version": "5.10.0",
11673
11673
+
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
11674
11674
+
"integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
12952
11675
"license": "MIT",
12953
11676
"funding": {
12954
11677
"url": "https://github.com/sponsors/panva"
···
13019
11742
}
13020
11743
}
13021
11744
},
11745
11745
+
"node_modules/jsdom/node_modules/form-data": {
11746
11746
+
"version": "3.0.3",
11747
11747
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.3.tgz",
11748
11748
+
"integrity": "sha512-q5YBMeWy6E2Un0nMGWMgI65MAKtaylxfNJGJxpGh45YDciZB4epbWpaAfImil6CPAPTYB4sh0URQNDRIZG5F2w==",
11749
11749
+
"license": "MIT",
11750
11750
+
"dependencies": {
11751
11751
+
"asynckit": "^0.4.0",
11752
11752
+
"combined-stream": "^1.0.8",
11753
11753
+
"es-set-tostringtag": "^2.1.0",
11754
11754
+
"mime-types": "^2.1.35"
11755
11755
+
},
11756
11756
+
"engines": {
11757
11757
+
"node": ">= 6"
11758
11758
+
}
11759
11759
+
},
13022
11760
"node_modules/jsesc": {
13023
11761
"version": "3.1.0",
13024
11762
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
···
13752
12490
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
13753
12491
"license": "MIT"
13754
12492
},
13755
13755
-
"node_modules/next": {
13756
13756
-
"version": "15.1.7",
13757
13757
-
"resolved": "https://registry.npmjs.org/next/-/next-15.1.7.tgz",
13758
13758
-
"integrity": "sha512-GNeINPGS9c6OZKCvKypbL8GTsT5GhWPp4DM0fzkXJuXMilOO2EeFxuAY6JZbtk6XIl6Ws10ag3xRINDjSO5+wg==",
13759
13759
-
"license": "MIT",
13760
13760
-
"dependencies": {
13761
13761
-
"@next/env": "15.1.7",
13762
13762
-
"@swc/counter": "0.1.3",
13763
13763
-
"@swc/helpers": "0.5.15",
13764
13764
-
"busboy": "1.6.0",
13765
13765
-
"caniuse-lite": "^1.0.30001579",
13766
13766
-
"postcss": "8.4.31",
13767
13767
-
"styled-jsx": "5.1.6"
13768
13768
-
},
13769
13769
-
"bin": {
13770
13770
-
"next": "dist/bin/next"
13771
13771
-
},
13772
13772
-
"engines": {
13773
13773
-
"node": "^18.18.0 || ^19.8.0 || >= 20.0.0"
13774
13774
-
},
13775
13775
-
"optionalDependencies": {
13776
13776
-
"@next/swc-darwin-arm64": "15.1.7",
13777
13777
-
"@next/swc-darwin-x64": "15.1.7",
13778
13778
-
"@next/swc-linux-arm64-gnu": "15.1.7",
13779
13779
-
"@next/swc-linux-arm64-musl": "15.1.7",
13780
13780
-
"@next/swc-linux-x64-gnu": "15.1.7",
13781
13781
-
"@next/swc-linux-x64-musl": "15.1.7",
13782
13782
-
"@next/swc-win32-arm64-msvc": "15.1.7",
13783
13783
-
"@next/swc-win32-x64-msvc": "15.1.7",
13784
13784
-
"sharp": "^0.33.5"
13785
13785
-
},
13786
13786
-
"peerDependencies": {
13787
13787
-
"@opentelemetry/api": "^1.1.0",
13788
13788
-
"@playwright/test": "^1.41.2",
13789
13789
-
"babel-plugin-react-compiler": "*",
13790
13790
-
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
13791
13791
-
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
13792
13792
-
"sass": "^1.3.0"
13793
13793
-
},
13794
13794
-
"peerDependenciesMeta": {
13795
13795
-
"@opentelemetry/api": {
13796
13796
-
"optional": true
13797
13797
-
},
13798
13798
-
"@playwright/test": {
13799
13799
-
"optional": true
13800
13800
-
},
13801
13801
-
"babel-plugin-react-compiler": {
13802
13802
-
"optional": true
13803
13803
-
},
13804
13804
-
"sass": {
13805
13805
-
"optional": true
13806
13806
-
}
13807
13807
-
}
13808
13808
-
},
13809
13809
-
"node_modules/next/node_modules/postcss": {
13810
13810
-
"version": "8.4.31",
13811
13811
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz",
13812
13812
-
"integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==",
13813
13813
-
"funding": [
13814
13814
-
{
13815
13815
-
"type": "opencollective",
13816
13816
-
"url": "https://opencollective.com/postcss/"
13817
13817
-
},
13818
13818
-
{
13819
13819
-
"type": "tidelift",
13820
13820
-
"url": "https://tidelift.com/funding/github/npm/postcss"
13821
13821
-
},
13822
13822
-
{
13823
13823
-
"type": "github",
13824
13824
-
"url": "https://github.com/sponsors/ai"
13825
13825
-
}
13826
13826
-
],
13827
13827
-
"license": "MIT",
13828
13828
-
"dependencies": {
13829
13829
-
"nanoid": "^3.3.6",
13830
13830
-
"picocolors": "^1.0.0",
13831
13831
-
"source-map-js": "^1.0.2"
13832
13832
-
},
13833
13833
-
"engines": {
13834
13834
-
"node": "^10 || ^12 || >=14"
13835
13835
-
}
13836
13836
-
},
13837
12493
"node_modules/no-case": {
13838
12494
"version": "3.0.4",
13839
12495
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
···
15009
13665
"url": "https://github.com/sponsors/antonk52"
15010
13666
}
15011
13667
},
13668
13668
+
"node_modules/postcss-load-config/node_modules/yaml": {
13669
13669
+
"version": "2.7.0",
13670
13670
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
13671
13671
+
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
13672
13672
+
"license": "ISC",
13673
13673
+
"bin": {
13674
13674
+
"yaml": "bin.mjs"
13675
13675
+
},
13676
13676
+
"engines": {
13677
13677
+
"node": ">= 14"
13678
13678
+
}
13679
13679
+
},
15012
13680
"node_modules/postcss-loader": {
15013
13681
"version": "6.2.1",
15014
13682
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz",
···
16040
14708
}
16041
14709
},
16042
14710
"node_modules/react": {
16043
16043
-
"version": "19.0.0",
16044
16044
-
"resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz",
16045
16045
-
"integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==",
14711
14711
+
"version": "18.3.1",
14712
14712
+
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
14713
14713
+
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
16046
14714
"license": "MIT",
14715
14715
+
"dependencies": {
14716
14716
+
"loose-envify": "^1.1.0"
14717
14717
+
},
16047
14718
"engines": {
16048
14719
"node": ">=0.10.0"
16049
14720
}
···
16177
14848
}
16178
14849
},
16179
14850
"node_modules/react-dom": {
16180
16180
-
"version": "19.0.0",
16181
16181
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz",
16182
16182
-
"integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==",
14851
14851
+
"version": "18.3.1",
14852
14852
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
14853
14853
+
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
16183
14854
"license": "MIT",
16184
14855
"dependencies": {
16185
16185
-
"scheduler": "^0.25.0"
14856
14856
+
"loose-envify": "^1.1.0",
14857
14857
+
"scheduler": "^0.23.2"
16186
14858
},
16187
14859
"peerDependencies": {
16188
16188
-
"react": "^19.0.0"
14860
14860
+
"react": "^18.3.1"
16189
14861
}
16190
14862
},
16191
14863
"node_modules/react-draggable": {
···
16240
14912
"react": ">= 16.3.0",
16241
14913
"react-dom": ">= 16.3.0"
16242
14914
}
16243
16243
-
},
16244
16244
-
"node_modules/react-grid-layout/node_modules/fast-equals": {
16245
16245
-
"version": "4.0.3",
16246
16246
-
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
16247
16247
-
"integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
16248
16248
-
"license": "MIT"
16249
14915
},
16250
14916
"node_modules/react-helmet": {
16251
14917
"version": "6.1.0",
···
16262
14928
"react": ">=16.3.0"
16263
14929
}
16264
14930
},
16265
16265
-
"node_modules/react-helmet/node_modules/react-side-effect": {
16266
16266
-
"version": "2.1.2",
16267
16267
-
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
16268
16268
-
"integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==",
16269
16269
-
"license": "MIT",
16270
16270
-
"peerDependencies": {
16271
16271
-
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
16272
16272
-
}
16273
16273
-
},
16274
14931
"node_modules/react-is": {
16275
14932
"version": "16.13.1",
16276
14933
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
···
16300
14957
}
16301
14958
},
16302
14959
"node_modules/react-router": {
16303
16303
-
"version": "6.28.1",
16304
16304
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.1.tgz",
16305
16305
-
"integrity": "sha512-2omQTA3rkMljmrvvo6WtewGdVh45SpL9hGiCI9uUrwGGfNFDIvGK4gYJsKlJoNVi6AQZcopSCballL+QGOm7fA==",
14960
14960
+
"version": "6.29.0",
14961
14961
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.29.0.tgz",
14962
14962
+
"integrity": "sha512-DXZJoE0q+KyeVw75Ck6GkPxFak63C4fGqZGNijnWgzB/HzSP1ZfTlBj5COaGWwhrMQ/R8bXiq5Ooy4KG+ReyjQ==",
16306
14963
"license": "MIT",
16307
14964
"dependencies": {
16308
16308
-
"@remix-run/router": "1.21.0"
14965
14965
+
"@remix-run/router": "1.22.0"
16309
14966
},
16310
14967
"engines": {
16311
14968
"node": ">=14.0.0"
···
16315
14972
}
16316
14973
},
16317
14974
"node_modules/react-router-dom": {
16318
16318
-
"version": "6.28.1",
16319
16319
-
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.1.tgz",
16320
16320
-
"integrity": "sha512-YraE27C/RdjcZwl5UCqF/ffXnZDxpJdk9Q6jw38SZHjXs7NNdpViq2l2c7fO7+4uWaEfcwfGCv3RSg4e1By/fQ==",
14975
14975
+
"version": "6.29.0",
14976
14976
+
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.29.0.tgz",
14977
14977
+
"integrity": "sha512-pkEbJPATRJ2iotK+wUwHfy0xs2T59YPEN8BQxVCPeBZvK7kfPESRc/nyxzdcxR17hXgUPYx2whMwl+eo9cUdnQ==",
16321
14978
"license": "MIT",
16322
14979
"dependencies": {
16323
16323
-
"@remix-run/router": "1.21.0",
16324
16324
-
"react-router": "6.28.1"
14980
14980
+
"@remix-run/router": "1.22.0",
14981
14981
+
"react-router": "6.29.0"
16325
14982
},
16326
14983
"engines": {
16327
14984
"node": ">=14.0.0"
···
16402
15059
"typescript": {
16403
15060
"optional": true
16404
15061
}
15062
15062
+
}
15063
15063
+
},
15064
15064
+
"node_modules/react-side-effect": {
15065
15065
+
"version": "2.1.2",
15066
15066
+
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-2.1.2.tgz",
15067
15067
+
"integrity": "sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==",
15068
15068
+
"license": "MIT",
15069
15069
+
"peerDependencies": {
15070
15070
+
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
16405
15071
}
16406
15072
},
16407
15073
"node_modules/react-smooth": {
···
16419
15085
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
16420
15086
}
16421
15087
},
15088
15088
+
"node_modules/react-smooth/node_modules/fast-equals": {
15089
15089
+
"version": "5.2.2",
15090
15090
+
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz",
15091
15091
+
"integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==",
15092
15092
+
"license": "MIT",
15093
15093
+
"engines": {
15094
15094
+
"node": ">=6.0.0"
15095
15095
+
}
15096
15096
+
},
16422
15097
"node_modules/react-transition-group": {
16423
15098
"version": "4.4.5",
16424
15099
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
···
16471
15146
}
16472
15147
},
16473
15148
"node_modules/recharts": {
16474
16474
-
"version": "2.15.0",
16475
16475
-
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.0.tgz",
16476
16476
-
"integrity": "sha512-cIvMxDfpAmqAmVgc4yb7pgm/O1tmmkl/CjrvXuW+62/+7jj/iF9Ykm+hb/UJt42TREHMyd3gb+pkgoa2MxgDIw==",
15149
15149
+
"version": "2.15.1",
15150
15150
+
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz",
15151
15151
+
"integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==",
16477
15152
"license": "MIT",
16478
15153
"dependencies": {
16479
15154
"clsx": "^2.0.0",
16480
15155
"eventemitter3": "^4.0.1",
16481
15156
"lodash": "^4.17.21",
16482
15157
"react-is": "^18.3.1",
16483
16483
-
"react-smooth": "^4.0.0",
15158
15158
+
"react-smooth": "^4.0.4",
16484
15159
"recharts-scale": "^0.4.4",
16485
15160
"tiny-invariant": "^1.3.1",
16486
15161
"victory-vendor": "^36.6.8"
···
16852
15527
}
16853
15528
},
16854
15529
"node_modules/rollup": {
16855
16855
-
"version": "4.34.8",
16856
16856
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.34.8.tgz",
16857
16857
-
"integrity": "sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==",
16858
16858
-
"dev": true,
15530
15530
+
"version": "2.79.2",
15531
15531
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
15532
15532
+
"integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
16859
15533
"license": "MIT",
16860
16860
-
"dependencies": {
16861
16861
-
"@types/estree": "1.0.6"
16862
16862
-
},
16863
15534
"bin": {
16864
15535
"rollup": "dist/bin/rollup"
16865
15536
},
16866
15537
"engines": {
16867
16867
-
"node": ">=18.0.0",
16868
16868
-
"npm": ">=8.0.0"
15538
15538
+
"node": ">=10.0.0"
16869
15539
},
16870
15540
"optionalDependencies": {
16871
16871
-
"@rollup/rollup-android-arm-eabi": "4.34.8",
16872
16872
-
"@rollup/rollup-android-arm64": "4.34.8",
16873
16873
-
"@rollup/rollup-darwin-arm64": "4.34.8",
16874
16874
-
"@rollup/rollup-darwin-x64": "4.34.8",
16875
16875
-
"@rollup/rollup-freebsd-arm64": "4.34.8",
16876
16876
-
"@rollup/rollup-freebsd-x64": "4.34.8",
16877
16877
-
"@rollup/rollup-linux-arm-gnueabihf": "4.34.8",
16878
16878
-
"@rollup/rollup-linux-arm-musleabihf": "4.34.8",
16879
16879
-
"@rollup/rollup-linux-arm64-gnu": "4.34.8",
16880
16880
-
"@rollup/rollup-linux-arm64-musl": "4.34.8",
16881
16881
-
"@rollup/rollup-linux-loongarch64-gnu": "4.34.8",
16882
16882
-
"@rollup/rollup-linux-powerpc64le-gnu": "4.34.8",
16883
16883
-
"@rollup/rollup-linux-riscv64-gnu": "4.34.8",
16884
16884
-
"@rollup/rollup-linux-s390x-gnu": "4.34.8",
16885
16885
-
"@rollup/rollup-linux-x64-gnu": "4.34.8",
16886
16886
-
"@rollup/rollup-linux-x64-musl": "4.34.8",
16887
16887
-
"@rollup/rollup-win32-arm64-msvc": "4.34.8",
16888
16888
-
"@rollup/rollup-win32-ia32-msvc": "4.34.8",
16889
16889
-
"@rollup/rollup-win32-x64-msvc": "4.34.8",
16890
15541
"fsevents": "~2.3.2"
16891
15542
}
16892
15543
},
15544
15544
+
"node_modules/rollup-plugin-terser": {
15545
15545
+
"version": "7.0.2",
15546
15546
+
"resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
15547
15547
+
"integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
15548
15548
+
"deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
15549
15549
+
"license": "MIT",
15550
15550
+
"dependencies": {
15551
15551
+
"@babel/code-frame": "^7.10.4",
15552
15552
+
"jest-worker": "^26.2.1",
15553
15553
+
"serialize-javascript": "^4.0.0",
15554
15554
+
"terser": "^5.0.0"
15555
15555
+
},
15556
15556
+
"peerDependencies": {
15557
15557
+
"rollup": "^2.0.0"
15558
15558
+
}
15559
15559
+
},
15560
15560
+
"node_modules/rollup-plugin-terser/node_modules/jest-worker": {
15561
15561
+
"version": "26.6.2",
15562
15562
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
15563
15563
+
"integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
15564
15564
+
"license": "MIT",
15565
15565
+
"dependencies": {
15566
15566
+
"@types/node": "*",
15567
15567
+
"merge-stream": "^2.0.0",
15568
15568
+
"supports-color": "^7.0.0"
15569
15569
+
},
15570
15570
+
"engines": {
15571
15571
+
"node": ">= 10.13.0"
15572
15572
+
}
15573
15573
+
},
15574
15574
+
"node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
15575
15575
+
"version": "4.0.0",
15576
15576
+
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
15577
15577
+
"integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
15578
15578
+
"license": "BSD-3-Clause",
15579
15579
+
"dependencies": {
15580
15580
+
"randombytes": "^2.1.0"
15581
15581
+
}
15582
15582
+
},
16893
15583
"node_modules/run-parallel": {
16894
15584
"version": "1.2.0",
16895
15585
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
···
17054
15744
}
17055
15745
},
17056
15746
"node_modules/scheduler": {
17057
17057
-
"version": "0.25.0",
17058
17058
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz",
17059
17059
-
"integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==",
17060
17060
-
"license": "MIT"
15747
15747
+
"version": "0.23.2",
15748
15748
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
15749
15749
+
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
15750
15750
+
"license": "MIT",
15751
15751
+
"dependencies": {
15752
15752
+
"loose-envify": "^1.1.0"
15753
15753
+
}
17061
15754
},
17062
15755
"node_modules/schema-utils": {
17063
15756
"version": "4.3.0",
···
17132
15825
}
17133
15826
},
17134
15827
"node_modules/semver": {
17135
17135
-
"version": "7.6.3",
17136
17136
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
17137
17137
-
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
15828
15828
+
"version": "7.7.1",
15829
15829
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
15830
15830
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
17138
15831
"license": "ISC",
17139
15832
"bin": {
17140
15833
"semver": "bin/semver.js"
···
17321
16014
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
17322
16015
"license": "ISC"
17323
16016
},
17324
17324
-
"node_modules/sharp": {
17325
17325
-
"version": "0.33.5",
17326
17326
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.5.tgz",
17327
17327
-
"integrity": "sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==",
17328
17328
-
"hasInstallScript": true,
17329
17329
-
"license": "Apache-2.0",
17330
17330
-
"optional": true,
17331
17331
-
"dependencies": {
17332
17332
-
"color": "^4.2.3",
17333
17333
-
"detect-libc": "^2.0.3",
17334
17334
-
"semver": "^7.6.3"
17335
17335
-
},
17336
17336
-
"engines": {
17337
17337
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
17338
17338
-
},
17339
17339
-
"funding": {
17340
17340
-
"url": "https://opencollective.com/libvips"
17341
17341
-
},
17342
17342
-
"optionalDependencies": {
17343
17343
-
"@img/sharp-darwin-arm64": "0.33.5",
17344
17344
-
"@img/sharp-darwin-x64": "0.33.5",
17345
17345
-
"@img/sharp-libvips-darwin-arm64": "1.0.4",
17346
17346
-
"@img/sharp-libvips-darwin-x64": "1.0.4",
17347
17347
-
"@img/sharp-libvips-linux-arm": "1.0.5",
17348
17348
-
"@img/sharp-libvips-linux-arm64": "1.0.4",
17349
17349
-
"@img/sharp-libvips-linux-s390x": "1.0.4",
17350
17350
-
"@img/sharp-libvips-linux-x64": "1.0.4",
17351
17351
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.4",
17352
17352
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.4",
17353
17353
-
"@img/sharp-linux-arm": "0.33.5",
17354
17354
-
"@img/sharp-linux-arm64": "0.33.5",
17355
17355
-
"@img/sharp-linux-s390x": "0.33.5",
17356
17356
-
"@img/sharp-linux-x64": "0.33.5",
17357
17357
-
"@img/sharp-linuxmusl-arm64": "0.33.5",
17358
17358
-
"@img/sharp-linuxmusl-x64": "0.33.5",
17359
17359
-
"@img/sharp-wasm32": "0.33.5",
17360
17360
-
"@img/sharp-win32-ia32": "0.33.5",
17361
17361
-
"@img/sharp-win32-x64": "0.33.5"
17362
17362
-
}
17363
17363
-
},
17364
16017
"node_modules/shebang-command": {
17365
16018
"version": "2.0.0",
17366
16019
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
···
17471
16124
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
17472
16125
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
17473
16126
"license": "ISC"
17474
17474
-
},
17475
17475
-
"node_modules/simple-swizzle": {
17476
17476
-
"version": "0.2.2",
17477
17477
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
17478
17478
-
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
17479
17479
-
"license": "MIT",
17480
17480
-
"optional": true,
17481
17481
-
"dependencies": {
17482
17482
-
"is-arrayish": "^0.3.1"
17483
17483
-
}
17484
17484
-
},
17485
17485
-
"node_modules/simple-swizzle/node_modules/is-arrayish": {
17486
17486
-
"version": "0.3.2",
17487
17487
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
17488
17488
-
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
17489
17489
-
"license": "MIT",
17490
17490
-
"optional": true
17491
16127
},
17492
16128
"node_modules/sisteransi": {
17493
16129
"version": "1.0.5",
···
17809
16445
"license": "MIT",
17810
16446
"engines": {
17811
16447
"node": ">= 0.8"
17812
17812
-
}
17813
17813
-
},
17814
17814
-
"node_modules/streamsearch": {
17815
17815
-
"version": "1.1.0",
17816
17816
-
"resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz",
17817
17817
-
"integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==",
17818
17818
-
"engines": {
17819
17819
-
"node": ">=10.0.0"
17820
16448
}
17821
16449
},
17822
16450
"node_modules/string_decoder": {
···
18089
16717
"webpack": "^5.0.0"
18090
16718
}
18091
16719
},
18092
18092
-
"node_modules/styled-jsx": {
18093
18093
-
"version": "5.1.6",
18094
18094
-
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
18095
18095
-
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
18096
18096
-
"license": "MIT",
18097
18097
-
"dependencies": {
18098
18098
-
"client-only": "0.0.1"
18099
18099
-
},
18100
18100
-
"engines": {
18101
18101
-
"node": ">= 12.0.0"
18102
18102
-
},
18103
18103
-
"peerDependencies": {
18104
18104
-
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
18105
18105
-
},
18106
18106
-
"peerDependenciesMeta": {
18107
18107
-
"@babel/core": {
18108
18108
-
"optional": true
18109
18109
-
},
18110
18110
-
"babel-plugin-macros": {
18111
18111
-
"optional": true
18112
18112
-
}
18113
18113
-
}
18114
18114
-
},
18115
16720
"node_modules/stylehacks": {
18116
16721
"version": "5.1.1",
18117
16722
"resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz",
···
18914
17519
}
18915
17520
},
18916
17521
"node_modules/typescript": {
18917
18917
-
"version": "5.7.3",
18918
18918
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
18919
18919
-
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
17522
17522
+
"version": "4.9.5",
17523
17523
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
17524
17524
+
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
18920
17525
"license": "Apache-2.0",
18921
17526
"bin": {
18922
17527
"tsc": "bin/tsc",
18923
17528
"tsserver": "bin/tsserver"
18924
17529
},
18925
17530
"engines": {
18926
18926
-
"node": ">=14.17"
17531
17531
+
"node": ">=4.2.0"
18927
17532
}
18928
17533
},
18929
17534
"node_modules/uid-safe": {
···
19073
17678
}
19074
17679
},
19075
17680
"node_modules/update-browserslist-db": {
19076
19076
-
"version": "1.1.1",
19077
19077
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz",
19078
19078
-
"integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==",
17681
17681
+
"version": "1.1.2",
17682
17682
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
17683
17683
+
"integrity": "sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==",
19079
17684
"funding": [
19080
17685
{
19081
17686
"type": "opencollective",
···
19093
17698
"license": "MIT",
19094
17699
"dependencies": {
19095
17700
"escalade": "^3.2.0",
19096
19096
-
"picocolors": "^1.1.0"
17701
17701
+
"picocolors": "^1.1.1"
19097
17702
},
19098
17703
"bin": {
19099
17704
"update-browserslist-db": "cli.js"
···
19215
17820
"d3-shape": "^3.1.0",
19216
17821
"d3-time": "^3.0.0",
19217
17822
"d3-timer": "^3.0.1"
19218
19218
-
}
19219
19219
-
},
19220
19220
-
"node_modules/vite": {
19221
19221
-
"version": "6.1.1",
19222
19222
-
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz",
19223
19223
-
"integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==",
19224
19224
-
"dev": true,
19225
19225
-
"license": "MIT",
19226
19226
-
"dependencies": {
19227
19227
-
"esbuild": "^0.24.2",
19228
19228
-
"postcss": "^8.5.2",
19229
19229
-
"rollup": "^4.30.1"
19230
19230
-
},
19231
19231
-
"bin": {
19232
19232
-
"vite": "bin/vite.js"
19233
19233
-
},
19234
19234
-
"engines": {
19235
19235
-
"node": "^18.0.0 || ^20.0.0 || >=22.0.0"
19236
19236
-
},
19237
19237
-
"funding": {
19238
19238
-
"url": "https://github.com/vitejs/vite?sponsor=1"
19239
19239
-
},
19240
19240
-
"optionalDependencies": {
19241
19241
-
"fsevents": "~2.3.3"
19242
19242
-
},
19243
19243
-
"peerDependencies": {
19244
19244
-
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
19245
19245
-
"jiti": ">=1.21.0",
19246
19246
-
"less": "*",
19247
19247
-
"lightningcss": "^1.21.0",
19248
19248
-
"sass": "*",
19249
19249
-
"sass-embedded": "*",
19250
19250
-
"stylus": "*",
19251
19251
-
"sugarss": "*",
19252
19252
-
"terser": "^5.16.0",
19253
19253
-
"tsx": "^4.8.1",
19254
19254
-
"yaml": "^2.4.2"
19255
19255
-
},
19256
19256
-
"peerDependenciesMeta": {
19257
19257
-
"@types/node": {
19258
19258
-
"optional": true
19259
19259
-
},
19260
19260
-
"jiti": {
19261
19261
-
"optional": true
19262
19262
-
},
19263
19263
-
"less": {
19264
19264
-
"optional": true
19265
19265
-
},
19266
19266
-
"lightningcss": {
19267
19267
-
"optional": true
19268
19268
-
},
19269
19269
-
"sass": {
19270
19270
-
"optional": true
19271
19271
-
},
19272
19272
-
"sass-embedded": {
19273
19273
-
"optional": true
19274
19274
-
},
19275
19275
-
"stylus": {
19276
19276
-
"optional": true
19277
19277
-
},
19278
19278
-
"sugarss": {
19279
19279
-
"optional": true
19280
19280
-
},
19281
19281
-
"terser": {
19282
19282
-
"optional": true
19283
19283
-
},
19284
19284
-
"tsx": {
19285
19285
-
"optional": true
19286
19286
-
},
19287
19287
-
"yaml": {
19288
19288
-
"optional": true
19289
19289
-
}
19290
17823
}
19291
17824
},
19292
17825
"node_modules/w3c-hr-time": {
···
19837
18370
"ajv": ">=8"
19838
18371
}
19839
18372
},
19840
19840
-
"node_modules/workbox-build/node_modules/@rollup/plugin-babel": {
19841
19841
-
"version": "5.3.1",
19842
19842
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
19843
19843
-
"integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
19844
19844
-
"license": "MIT",
19845
19845
-
"dependencies": {
19846
19846
-
"@babel/helper-module-imports": "^7.10.4",
19847
19847
-
"@rollup/pluginutils": "^3.1.0"
19848
19848
-
},
19849
19849
-
"engines": {
19850
19850
-
"node": ">= 10.0.0"
19851
19851
-
},
19852
19852
-
"peerDependencies": {
19853
19853
-
"@babel/core": "^7.0.0",
19854
19854
-
"@types/babel__core": "^7.1.9",
19855
19855
-
"rollup": "^1.20.0||^2.0.0"
19856
19856
-
},
19857
19857
-
"peerDependenciesMeta": {
19858
19858
-
"@types/babel__core": {
19859
19859
-
"optional": true
19860
19860
-
}
19861
19861
-
}
19862
19862
-
},
19863
19863
-
"node_modules/workbox-build/node_modules/@rollup/plugin-node-resolve": {
19864
19864
-
"version": "11.2.1",
19865
19865
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz",
19866
19866
-
"integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==",
19867
19867
-
"license": "MIT",
19868
19868
-
"dependencies": {
19869
19869
-
"@rollup/pluginutils": "^3.1.0",
19870
19870
-
"@types/resolve": "1.17.1",
19871
19871
-
"builtin-modules": "^3.1.0",
19872
19872
-
"deepmerge": "^4.2.2",
19873
19873
-
"is-module": "^1.0.0",
19874
19874
-
"resolve": "^1.19.0"
19875
19875
-
},
19876
19876
-
"engines": {
19877
19877
-
"node": ">= 10.0.0"
19878
19878
-
},
19879
19879
-
"peerDependencies": {
19880
19880
-
"rollup": "^1.20.0||^2.0.0"
19881
19881
-
}
19882
19882
-
},
19883
19883
-
"node_modules/workbox-build/node_modules/@rollup/plugin-replace": {
19884
19884
-
"version": "2.4.2",
19885
19885
-
"resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
19886
19886
-
"integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
19887
19887
-
"license": "MIT",
19888
19888
-
"dependencies": {
19889
19889
-
"@rollup/pluginutils": "^3.1.0",
19890
19890
-
"magic-string": "^0.25.7"
19891
19891
-
},
19892
19892
-
"peerDependencies": {
19893
19893
-
"rollup": "^1.20.0 || ^2.0.0"
19894
19894
-
}
19895
19895
-
},
19896
19896
-
"node_modules/workbox-build/node_modules/@rollup/pluginutils": {
19897
19897
-
"version": "3.1.0",
19898
19898
-
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
19899
19899
-
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
19900
19900
-
"license": "MIT",
19901
19901
-
"dependencies": {
19902
19902
-
"@types/estree": "0.0.39",
19903
19903
-
"estree-walker": "^1.0.1",
19904
19904
-
"picomatch": "^2.2.2"
19905
19905
-
},
19906
19906
-
"engines": {
19907
19907
-
"node": ">= 8.0.0"
19908
19908
-
},
19909
19909
-
"peerDependencies": {
19910
19910
-
"rollup": "^1.20.0||^2.0.0"
19911
19911
-
}
19912
19912
-
},
19913
19913
-
"node_modules/workbox-build/node_modules/@types/estree": {
19914
19914
-
"version": "0.0.39",
19915
19915
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
19916
19916
-
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
19917
19917
-
"license": "MIT"
19918
19918
-
},
19919
18373
"node_modules/workbox-build/node_modules/ajv": {
19920
18374
"version": "8.17.1",
19921
18375
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
···
19947
18401
"node": ">=10"
19948
18402
}
19949
18403
},
19950
19950
-
"node_modules/workbox-build/node_modules/jest-worker": {
19951
19951
-
"version": "26.6.2",
19952
19952
-
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz",
19953
19953
-
"integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==",
19954
19954
-
"license": "MIT",
19955
19955
-
"dependencies": {
19956
19956
-
"@types/node": "*",
19957
19957
-
"merge-stream": "^2.0.0",
19958
19958
-
"supports-color": "^7.0.0"
19959
19959
-
},
19960
19960
-
"engines": {
19961
19961
-
"node": ">= 10.13.0"
19962
19962
-
}
19963
19963
-
},
19964
18404
"node_modules/workbox-build/node_modules/json-schema-traverse": {
19965
18405
"version": "1.0.0",
19966
18406
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
19967
18407
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
19968
18408
"license": "MIT"
19969
19969
-
},
19970
19970
-
"node_modules/workbox-build/node_modules/rollup": {
19971
19971
-
"version": "2.79.2",
19972
19972
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
19973
19973
-
"integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
19974
19974
-
"license": "MIT",
19975
19975
-
"bin": {
19976
19976
-
"rollup": "dist/bin/rollup"
19977
19977
-
},
19978
19978
-
"engines": {
19979
19979
-
"node": ">=10.0.0"
19980
19980
-
},
19981
19981
-
"optionalDependencies": {
19982
19982
-
"fsevents": "~2.3.2"
19983
19983
-
}
19984
19984
-
},
19985
19985
-
"node_modules/workbox-build/node_modules/rollup-plugin-terser": {
19986
19986
-
"version": "7.0.2",
19987
19987
-
"resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz",
19988
19988
-
"integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==",
19989
19989
-
"deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser",
19990
19990
-
"license": "MIT",
19991
19991
-
"dependencies": {
19992
19992
-
"@babel/code-frame": "^7.10.4",
19993
19993
-
"jest-worker": "^26.2.1",
19994
19994
-
"serialize-javascript": "^4.0.0",
19995
19995
-
"terser": "^5.0.0"
19996
19996
-
},
19997
19997
-
"peerDependencies": {
19998
19998
-
"rollup": "^2.0.0"
19999
19999
-
}
20000
20000
-
},
20001
20001
-
"node_modules/workbox-build/node_modules/serialize-javascript": {
20002
20002
-
"version": "4.0.0",
20003
20003
-
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz",
20004
20004
-
"integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==",
20005
20005
-
"license": "BSD-3-Clause",
20006
20006
-
"dependencies": {
20007
20007
-
"randombytes": "^2.1.0"
20008
20008
-
}
20009
18409
},
20010
18410
"node_modules/workbox-build/node_modules/source-map": {
20011
18411
"version": "0.8.0-beta.0",
···
20311
18711
"license": "ISC"
20312
18712
},
20313
18713
"node_modules/yaml": {
20314
20314
-
"version": "2.7.0",
20315
20315
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
20316
20316
-
"integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==",
18714
18714
+
"version": "1.10.2",
18715
18715
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
18716
18716
+
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
20317
18717
"license": "ISC",
20318
20318
-
"bin": {
20319
20319
-
"yaml": "bin.mjs"
20320
20320
-
},
20321
18718
"engines": {
20322
20322
-
"node": ">= 14"
18719
18719
+
"node": ">= 6"
20323
18720
}
20324
18721
},
20325
18722
"node_modules/yargs": {
···
20362
18759
}
20363
18760
},
20364
18761
"node_modules/zod": {
20365
20365
-
"version": "3.24.1",
20366
20366
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.1.tgz",
20367
20367
-
"integrity": "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==",
18762
18762
+
"version": "3.24.2",
18763
18763
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
18764
18764
+
"integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
20368
18765
"license": "MIT",
20369
18766
"funding": {
20370
18767
"url": "https://github.com/sponsors/colinhacks"
···
12
12
"@vercel/analytics": "^1.5.0",
13
13
"@vercel/edge": "^1.2.1",
14
14
"axios": "^1.7.9",
15
15
-
"cra-template": "1.2.0",
16
15
"express-session": "^1.18.1",
17
16
"jsonwebtoken": "^9.0.2",
18
17
"jwt-decode": "^4.0.0",
19
18
"matter-js": "^0.20.0",
20
20
-
"next": "^15.1.7",
21
19
"prop-types": "^15.8.1",
22
22
-
"react": "^19.0.0",
23
23
-
"react-dom": "^19.0.0",
20
20
+
"react": "^18.2.0",
21
21
+
"react-dom": "^18.2.0",
24
22
"react-grid-layout": "^1.5.0",
25
23
"react-helmet": "^6.1.0",
26
24
"react-resizable": "^3.0.5",
27
25
"react-router-dom": "^6.28.1",
28
26
"react-scripts": "^5.0.1",
29
27
"recharts": "^2.15.0",
30
30
-
"typescript": "^5.7.3",
28
28
+
"typescript": "^4.9.5",
31
29
"web-vitals": "^4.2.4"
32
30
},
33
31
"scripts": {
34
34
-
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider react-scripts start",
32
32
+
"start": "react-scripts start",
35
33
"build": "react-scripts build",
36
34
"test": "react-scripts test",
37
35
"eject": "react-scripts eject"
···
56
54
},
57
55
"proxy": "http://localhost:5001",
58
56
"devDependencies": {
59
59
-
"cross-env": "^7.0.3",
60
60
-
"vite": "^6.1.1"
57
57
+
"cross-env": "^7.0.3"
61
58
}
62
62
-
}
59
59
+
}