poke-gate 0.1.1 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/docs.yml +56 -0
- package/README.md +8 -4
- package/assets/screenshots/agents-editor.png +0 -0
- package/clients/Poke macOS Gate/Poke macOS Gate/AgentsView.swift +485 -0
- package/clients/Poke macOS Gate/Poke macOS Gate/Poke_macOS_GateApp.swift +10 -0
- package/clients/Poke macOS Gate/Poke macOS Gate.xcodeproj/project.pbxproj +2 -2
- package/clients/Poke macOS Gate/Poke macOS Gate.xcodeproj/project.xcworkspace/xcuserdata/fka.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/docs/.vitepress/config.mts +75 -0
- package/docs/agents/beeper.md +107 -0
- package/docs/agents/community.md +77 -0
- package/docs/agents/creating.md +132 -0
- package/docs/agents/index.md +85 -0
- package/docs/agents/installing.md +66 -0
- package/docs/agents/sharing.md +97 -0
- package/docs/cli.md +73 -0
- package/docs/getting-started.md +62 -0
- package/docs/how-it-works.md +56 -0
- package/docs/index.md +63 -0
- package/docs/macos-app.md +74 -0
- package/docs/package-lock.json +3629 -0
- package/docs/package.json +15 -0
- package/docs/public/CNAME +1 -0
- package/docs/public/agents-editor.png +0 -0
- package/docs/public/logo.png +0 -0
- package/docs/security.md +35 -0
- package/docs/tools.md +101 -0
- package/examples/agents/battery.30m.js +78 -0
- package/examples/agents/screentime.24h.js +86 -0
- package/examples/agents/wifi.30m.js +85 -0
- package/package.json +1 -1
- package/src/agents.js +20 -1
|
@@ -0,0 +1,3629 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "docs",
|
|
3
|
+
"lockfileVersion": 3,
|
|
4
|
+
"requires": true,
|
|
5
|
+
"packages": {
|
|
6
|
+
"": {
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"mermaid": "^11.13.0",
|
|
9
|
+
"vitepress-plugin-mermaid": "^2.0.17"
|
|
10
|
+
},
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"vitepress": "^1.6.3"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@algolia/abtesting": {
|
|
16
|
+
"version": "1.16.0",
|
|
17
|
+
"resolved": "https://registry.npmjs.org/@algolia/abtesting/-/abtesting-1.16.0.tgz",
|
|
18
|
+
"integrity": "sha512-alHFZ68/i9qLC/muEB07VQ9r7cB8AvCcGX6dVQi2PNHhc/ZQRmmFAv8KK1ay4UiseGSFr7f0nXBKsZ/jRg7e4g==",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@algolia/client-common": "5.50.0",
|
|
22
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
23
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
24
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
25
|
+
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">= 14.0.0"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"node_modules/@algolia/autocomplete-core": {
|
|
31
|
+
"version": "1.17.7",
|
|
32
|
+
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz",
|
|
33
|
+
"integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@algolia/autocomplete-plugin-algolia-insights": "1.17.7",
|
|
37
|
+
"@algolia/autocomplete-shared": "1.17.7"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"node_modules/@algolia/autocomplete-plugin-algolia-insights": {
|
|
41
|
+
"version": "1.17.7",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz",
|
|
43
|
+
"integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==",
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"@algolia/autocomplete-shared": "1.17.7"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"search-insights": ">= 1 < 3"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"node_modules/@algolia/autocomplete-preset-algolia": {
|
|
53
|
+
"version": "1.17.7",
|
|
54
|
+
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz",
|
|
55
|
+
"integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"dependencies": {
|
|
58
|
+
"@algolia/autocomplete-shared": "1.17.7"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@algolia/client-search": ">= 4.9.1 < 6",
|
|
62
|
+
"algoliasearch": ">= 4.9.1 < 6"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"node_modules/@algolia/autocomplete-shared": {
|
|
66
|
+
"version": "1.17.7",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz",
|
|
68
|
+
"integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==",
|
|
69
|
+
"license": "MIT",
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"@algolia/client-search": ">= 4.9.1 < 6",
|
|
72
|
+
"algoliasearch": ">= 4.9.1 < 6"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"node_modules/@algolia/client-abtesting": {
|
|
76
|
+
"version": "5.50.0",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.50.0.tgz",
|
|
78
|
+
"integrity": "sha512-mfgUdLQNxOAvCZUGzPQxjahEWEPuQkKlV0ZtGmePOa9ZxIQZlk31vRBNbM6ScU8jTH41SCYE77G/lCifDr1SVw==",
|
|
79
|
+
"license": "MIT",
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"@algolia/client-common": "5.50.0",
|
|
82
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
83
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
84
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
85
|
+
},
|
|
86
|
+
"engines": {
|
|
87
|
+
"node": ">= 14.0.0"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"node_modules/@algolia/client-analytics": {
|
|
91
|
+
"version": "5.50.0",
|
|
92
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.50.0.tgz",
|
|
93
|
+
"integrity": "sha512-5mjokeKYyPaP3Q8IYJEnutI+O4dW/Ixxx5IgsSxT04pCfGqPXxTOH311hTQxyNpcGGEOGrMv8n8Z+UMTPamioQ==",
|
|
94
|
+
"license": "MIT",
|
|
95
|
+
"dependencies": {
|
|
96
|
+
"@algolia/client-common": "5.50.0",
|
|
97
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
98
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
99
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
100
|
+
},
|
|
101
|
+
"engines": {
|
|
102
|
+
"node": ">= 14.0.0"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
"node_modules/@algolia/client-common": {
|
|
106
|
+
"version": "5.50.0",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.50.0.tgz",
|
|
108
|
+
"integrity": "sha512-emtOvR6dl3rX3sBJXXbofMNHU1qMQqQSWu319RMrNL5BWoBqyiq7y0Zn6cjJm7aGHV/Qbf+KCCYeWNKEMPI3BQ==",
|
|
109
|
+
"license": "MIT",
|
|
110
|
+
"engines": {
|
|
111
|
+
"node": ">= 14.0.0"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"node_modules/@algolia/client-insights": {
|
|
115
|
+
"version": "5.50.0",
|
|
116
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.50.0.tgz",
|
|
117
|
+
"integrity": "sha512-IerGH2/hcj/6bwkpQg/HHRqmlGN1XwygQWythAk0gZFBrghs9danJaYuSS3ShzLSVoIVth4jY5GDPX9Lbw5cgg==",
|
|
118
|
+
"license": "MIT",
|
|
119
|
+
"dependencies": {
|
|
120
|
+
"@algolia/client-common": "5.50.0",
|
|
121
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
122
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
123
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
124
|
+
},
|
|
125
|
+
"engines": {
|
|
126
|
+
"node": ">= 14.0.0"
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
"node_modules/@algolia/client-personalization": {
|
|
130
|
+
"version": "5.50.0",
|
|
131
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.50.0.tgz",
|
|
132
|
+
"integrity": "sha512-3idPJeXn5L0MmgP9jk9JJqblrQ/SguN93dNK9z9gfgyupBhHnJMOEjrRYcVgTIfvG13Y04wO+Q0FxE2Ut8PVbA==",
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"@algolia/client-common": "5.50.0",
|
|
136
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
137
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
138
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
139
|
+
},
|
|
140
|
+
"engines": {
|
|
141
|
+
"node": ">= 14.0.0"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"node_modules/@algolia/client-query-suggestions": {
|
|
145
|
+
"version": "5.50.0",
|
|
146
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.50.0.tgz",
|
|
147
|
+
"integrity": "sha512-q7qRoWrQK1a8m5EFQEmPlo7+pg9mVQ8X5jsChtChERre0uS2pdYEDixBBl0ydBSGkdGbLUDufcACIhH/077E4g==",
|
|
148
|
+
"license": "MIT",
|
|
149
|
+
"dependencies": {
|
|
150
|
+
"@algolia/client-common": "5.50.0",
|
|
151
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
152
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
153
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
154
|
+
},
|
|
155
|
+
"engines": {
|
|
156
|
+
"node": ">= 14.0.0"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"node_modules/@algolia/client-search": {
|
|
160
|
+
"version": "5.50.0",
|
|
161
|
+
"resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.50.0.tgz",
|
|
162
|
+
"integrity": "sha512-Jc360x4yqb3eEg4OY4KEIdGePBxZogivKI+OGIU8aLXgAYPTECvzeOBc90312yHA1hr3AeRlAFl0rIc8lQaIrQ==",
|
|
163
|
+
"license": "MIT",
|
|
164
|
+
"dependencies": {
|
|
165
|
+
"@algolia/client-common": "5.50.0",
|
|
166
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
167
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
168
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
169
|
+
},
|
|
170
|
+
"engines": {
|
|
171
|
+
"node": ">= 14.0.0"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"node_modules/@algolia/ingestion": {
|
|
175
|
+
"version": "1.50.0",
|
|
176
|
+
"resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.50.0.tgz",
|
|
177
|
+
"integrity": "sha512-OS3/Viao+NPpyBbEY3tf6hLewppG+UclD+9i0ju56mq2DrdMJFCkEky6Sk9S5VPcbLzxzg3BqBX6u9Q35w19aQ==",
|
|
178
|
+
"license": "MIT",
|
|
179
|
+
"dependencies": {
|
|
180
|
+
"@algolia/client-common": "5.50.0",
|
|
181
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
182
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
183
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
184
|
+
},
|
|
185
|
+
"engines": {
|
|
186
|
+
"node": ">= 14.0.0"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"node_modules/@algolia/monitoring": {
|
|
190
|
+
"version": "1.50.0",
|
|
191
|
+
"resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.50.0.tgz",
|
|
192
|
+
"integrity": "sha512-/znwgSiGufpbJVIoDmeQaHtTq+OMdDawFRbMSJVv+12n79hW+qdQXS8/Uu3BD3yn0BzgVFJEvrsHrCsInZKdhw==",
|
|
193
|
+
"license": "MIT",
|
|
194
|
+
"dependencies": {
|
|
195
|
+
"@algolia/client-common": "5.50.0",
|
|
196
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
197
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
198
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
199
|
+
},
|
|
200
|
+
"engines": {
|
|
201
|
+
"node": ">= 14.0.0"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"node_modules/@algolia/recommend": {
|
|
205
|
+
"version": "5.50.0",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.50.0.tgz",
|
|
207
|
+
"integrity": "sha512-dHjUfu4jfjdQiKDpCpAnM7LP5yfG0oNShtfpF5rMCel6/4HIoqJ4DC4h5GKDzgrvJYtgAhblo0AYBmOM00T+lQ==",
|
|
208
|
+
"license": "MIT",
|
|
209
|
+
"dependencies": {
|
|
210
|
+
"@algolia/client-common": "5.50.0",
|
|
211
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
212
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
213
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
214
|
+
},
|
|
215
|
+
"engines": {
|
|
216
|
+
"node": ">= 14.0.0"
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"node_modules/@algolia/requester-browser-xhr": {
|
|
220
|
+
"version": "5.50.0",
|
|
221
|
+
"resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.50.0.tgz",
|
|
222
|
+
"integrity": "sha512-bffIbUljAWnh/Ctu5uScORajuUavqmZ0ACYd1fQQeSSYA9NNN83ynO26pSc2dZRXpSK0fkc1//qSSFXMKGu+aw==",
|
|
223
|
+
"license": "MIT",
|
|
224
|
+
"dependencies": {
|
|
225
|
+
"@algolia/client-common": "5.50.0"
|
|
226
|
+
},
|
|
227
|
+
"engines": {
|
|
228
|
+
"node": ">= 14.0.0"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"node_modules/@algolia/requester-fetch": {
|
|
232
|
+
"version": "5.50.0",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.50.0.tgz",
|
|
234
|
+
"integrity": "sha512-y0EwNvPGvkM+yTAqqO6Gpt9wVGm3CLDtpLvNEiB3VGvN3WzfkjZGtLUsG/ru2kVJIIU7QcV0puuYgEpBeFxcJg==",
|
|
235
|
+
"license": "MIT",
|
|
236
|
+
"dependencies": {
|
|
237
|
+
"@algolia/client-common": "5.50.0"
|
|
238
|
+
},
|
|
239
|
+
"engines": {
|
|
240
|
+
"node": ">= 14.0.0"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"node_modules/@algolia/requester-node-http": {
|
|
244
|
+
"version": "5.50.0",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.50.0.tgz",
|
|
246
|
+
"integrity": "sha512-xpwefe4fCOWnZgXCbkGpqQY6jgBSCf2hmgnySbyzZIccrv3SoashHKGPE4x6vVG+gdHrGciMTAcDo9HOZwH22Q==",
|
|
247
|
+
"license": "MIT",
|
|
248
|
+
"dependencies": {
|
|
249
|
+
"@algolia/client-common": "5.50.0"
|
|
250
|
+
},
|
|
251
|
+
"engines": {
|
|
252
|
+
"node": ">= 14.0.0"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"node_modules/@antfu/install-pkg": {
|
|
256
|
+
"version": "1.1.0",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
|
|
258
|
+
"integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
|
|
259
|
+
"license": "MIT",
|
|
260
|
+
"dependencies": {
|
|
261
|
+
"package-manager-detector": "^1.3.0",
|
|
262
|
+
"tinyexec": "^1.0.1"
|
|
263
|
+
},
|
|
264
|
+
"funding": {
|
|
265
|
+
"url": "https://github.com/sponsors/antfu"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"node_modules/@babel/helper-string-parser": {
|
|
269
|
+
"version": "7.27.1",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
|
|
271
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
272
|
+
"license": "MIT",
|
|
273
|
+
"engines": {
|
|
274
|
+
"node": ">=6.9.0"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
278
|
+
"version": "7.28.5",
|
|
279
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
|
|
280
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
281
|
+
"license": "MIT",
|
|
282
|
+
"engines": {
|
|
283
|
+
"node": ">=6.9.0"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"node_modules/@babel/parser": {
|
|
287
|
+
"version": "7.29.2",
|
|
288
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
|
|
289
|
+
"integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
|
|
290
|
+
"license": "MIT",
|
|
291
|
+
"dependencies": {
|
|
292
|
+
"@babel/types": "^7.29.0"
|
|
293
|
+
},
|
|
294
|
+
"bin": {
|
|
295
|
+
"parser": "bin/babel-parser.js"
|
|
296
|
+
},
|
|
297
|
+
"engines": {
|
|
298
|
+
"node": ">=6.0.0"
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"node_modules/@babel/types": {
|
|
302
|
+
"version": "7.29.0",
|
|
303
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
|
|
304
|
+
"integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
|
|
305
|
+
"license": "MIT",
|
|
306
|
+
"dependencies": {
|
|
307
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
308
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
309
|
+
},
|
|
310
|
+
"engines": {
|
|
311
|
+
"node": ">=6.9.0"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"node_modules/@braintree/sanitize-url": {
|
|
315
|
+
"version": "7.1.2",
|
|
316
|
+
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-7.1.2.tgz",
|
|
317
|
+
"integrity": "sha512-jigsZK+sMF/cuiB7sERuo9V7N9jx+dhmHHnQyDSVdpZwVutaBu7WvNYqMDLSgFgfB30n452TP3vjDAvFC973mA==",
|
|
318
|
+
"license": "MIT"
|
|
319
|
+
},
|
|
320
|
+
"node_modules/@chevrotain/cst-dts-gen": {
|
|
321
|
+
"version": "11.1.2",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.1.2.tgz",
|
|
323
|
+
"integrity": "sha512-XTsjvDVB5nDZBQB8o0o/0ozNelQtn2KrUVteIHSlPd2VAV2utEb6JzyCJaJ8tGxACR4RiBNWy5uYUHX2eji88Q==",
|
|
324
|
+
"license": "Apache-2.0",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"@chevrotain/gast": "11.1.2",
|
|
327
|
+
"@chevrotain/types": "11.1.2",
|
|
328
|
+
"lodash-es": "4.17.23"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"node_modules/@chevrotain/gast": {
|
|
332
|
+
"version": "11.1.2",
|
|
333
|
+
"resolved": "https://registry.npmjs.org/@chevrotain/gast/-/gast-11.1.2.tgz",
|
|
334
|
+
"integrity": "sha512-Z9zfXR5jNZb1Hlsd/p+4XWeUFugrHirq36bKzPWDSIacV+GPSVXdk+ahVWZTwjhNwofAWg/sZg58fyucKSQx5g==",
|
|
335
|
+
"license": "Apache-2.0",
|
|
336
|
+
"dependencies": {
|
|
337
|
+
"@chevrotain/types": "11.1.2",
|
|
338
|
+
"lodash-es": "4.17.23"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"node_modules/@chevrotain/regexp-to-ast": {
|
|
342
|
+
"version": "11.1.2",
|
|
343
|
+
"resolved": "https://registry.npmjs.org/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.1.2.tgz",
|
|
344
|
+
"integrity": "sha512-nMU3Uj8naWer7xpZTYJdxbAs6RIv/dxYzkYU8GSwgUtcAAlzjcPfX1w+RKRcYG8POlzMeayOQ/znfwxEGo5ulw==",
|
|
345
|
+
"license": "Apache-2.0"
|
|
346
|
+
},
|
|
347
|
+
"node_modules/@chevrotain/types": {
|
|
348
|
+
"version": "11.1.2",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/@chevrotain/types/-/types-11.1.2.tgz",
|
|
350
|
+
"integrity": "sha512-U+HFai5+zmJCkK86QsaJtoITlboZHBqrVketcO2ROv865xfCMSFpELQoz1GkX5GzME8pTa+3kbKrZHQtI0gdbw==",
|
|
351
|
+
"license": "Apache-2.0"
|
|
352
|
+
},
|
|
353
|
+
"node_modules/@chevrotain/utils": {
|
|
354
|
+
"version": "11.1.2",
|
|
355
|
+
"resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-11.1.2.tgz",
|
|
356
|
+
"integrity": "sha512-4mudFAQ6H+MqBTfqLmU7G1ZwRzCLfJEooL/fsF6rCX5eePMbGhoy5n4g+G4vlh2muDcsCTJtL+uKbOzWxs5LHA==",
|
|
357
|
+
"license": "Apache-2.0"
|
|
358
|
+
},
|
|
359
|
+
"node_modules/@docsearch/css": {
|
|
360
|
+
"version": "3.8.2",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.2.tgz",
|
|
362
|
+
"integrity": "sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==",
|
|
363
|
+
"license": "MIT"
|
|
364
|
+
},
|
|
365
|
+
"node_modules/@docsearch/js": {
|
|
366
|
+
"version": "3.8.2",
|
|
367
|
+
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.8.2.tgz",
|
|
368
|
+
"integrity": "sha512-Q5wY66qHn0SwA7Taa0aDbHiJvaFJLOJyHmooQ7y8hlwwQLQ/5WwCcoX0g7ii04Qi2DJlHsd0XXzJ8Ypw9+9YmQ==",
|
|
369
|
+
"license": "MIT",
|
|
370
|
+
"dependencies": {
|
|
371
|
+
"@docsearch/react": "3.8.2",
|
|
372
|
+
"preact": "^10.0.0"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"node_modules/@docsearch/react": {
|
|
376
|
+
"version": "3.8.2",
|
|
377
|
+
"resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.2.tgz",
|
|
378
|
+
"integrity": "sha512-xCRrJQlTt8N9GU0DG4ptwHRkfnSnD/YpdeaXe02iKfqs97TkZJv60yE+1eq/tjPcVnTW8dP5qLP7itifFVV5eg==",
|
|
379
|
+
"license": "MIT",
|
|
380
|
+
"dependencies": {
|
|
381
|
+
"@algolia/autocomplete-core": "1.17.7",
|
|
382
|
+
"@algolia/autocomplete-preset-algolia": "1.17.7",
|
|
383
|
+
"@docsearch/css": "3.8.2",
|
|
384
|
+
"algoliasearch": "^5.14.2"
|
|
385
|
+
},
|
|
386
|
+
"peerDependencies": {
|
|
387
|
+
"@types/react": ">= 16.8.0 < 19.0.0",
|
|
388
|
+
"react": ">= 16.8.0 < 19.0.0",
|
|
389
|
+
"react-dom": ">= 16.8.0 < 19.0.0",
|
|
390
|
+
"search-insights": ">= 1 < 3"
|
|
391
|
+
},
|
|
392
|
+
"peerDependenciesMeta": {
|
|
393
|
+
"@types/react": {
|
|
394
|
+
"optional": true
|
|
395
|
+
},
|
|
396
|
+
"react": {
|
|
397
|
+
"optional": true
|
|
398
|
+
},
|
|
399
|
+
"react-dom": {
|
|
400
|
+
"optional": true
|
|
401
|
+
},
|
|
402
|
+
"search-insights": {
|
|
403
|
+
"optional": true
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"node_modules/@esbuild/aix-ppc64": {
|
|
408
|
+
"version": "0.21.5",
|
|
409
|
+
"resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
|
|
410
|
+
"integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
|
|
411
|
+
"cpu": [
|
|
412
|
+
"ppc64"
|
|
413
|
+
],
|
|
414
|
+
"license": "MIT",
|
|
415
|
+
"optional": true,
|
|
416
|
+
"os": [
|
|
417
|
+
"aix"
|
|
418
|
+
],
|
|
419
|
+
"engines": {
|
|
420
|
+
"node": ">=12"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"node_modules/@esbuild/android-arm": {
|
|
424
|
+
"version": "0.21.5",
|
|
425
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
|
|
426
|
+
"integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
|
|
427
|
+
"cpu": [
|
|
428
|
+
"arm"
|
|
429
|
+
],
|
|
430
|
+
"license": "MIT",
|
|
431
|
+
"optional": true,
|
|
432
|
+
"os": [
|
|
433
|
+
"android"
|
|
434
|
+
],
|
|
435
|
+
"engines": {
|
|
436
|
+
"node": ">=12"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"node_modules/@esbuild/android-arm64": {
|
|
440
|
+
"version": "0.21.5",
|
|
441
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
|
|
442
|
+
"integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
|
|
443
|
+
"cpu": [
|
|
444
|
+
"arm64"
|
|
445
|
+
],
|
|
446
|
+
"license": "MIT",
|
|
447
|
+
"optional": true,
|
|
448
|
+
"os": [
|
|
449
|
+
"android"
|
|
450
|
+
],
|
|
451
|
+
"engines": {
|
|
452
|
+
"node": ">=12"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"node_modules/@esbuild/android-x64": {
|
|
456
|
+
"version": "0.21.5",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
|
|
458
|
+
"integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
|
|
459
|
+
"cpu": [
|
|
460
|
+
"x64"
|
|
461
|
+
],
|
|
462
|
+
"license": "MIT",
|
|
463
|
+
"optional": true,
|
|
464
|
+
"os": [
|
|
465
|
+
"android"
|
|
466
|
+
],
|
|
467
|
+
"engines": {
|
|
468
|
+
"node": ">=12"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"node_modules/@esbuild/darwin-arm64": {
|
|
472
|
+
"version": "0.21.5",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
|
|
474
|
+
"integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
|
|
475
|
+
"cpu": [
|
|
476
|
+
"arm64"
|
|
477
|
+
],
|
|
478
|
+
"license": "MIT",
|
|
479
|
+
"optional": true,
|
|
480
|
+
"os": [
|
|
481
|
+
"darwin"
|
|
482
|
+
],
|
|
483
|
+
"engines": {
|
|
484
|
+
"node": ">=12"
|
|
485
|
+
}
|
|
486
|
+
},
|
|
487
|
+
"node_modules/@esbuild/darwin-x64": {
|
|
488
|
+
"version": "0.21.5",
|
|
489
|
+
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
|
|
490
|
+
"integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
|
|
491
|
+
"cpu": [
|
|
492
|
+
"x64"
|
|
493
|
+
],
|
|
494
|
+
"license": "MIT",
|
|
495
|
+
"optional": true,
|
|
496
|
+
"os": [
|
|
497
|
+
"darwin"
|
|
498
|
+
],
|
|
499
|
+
"engines": {
|
|
500
|
+
"node": ">=12"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"node_modules/@esbuild/freebsd-arm64": {
|
|
504
|
+
"version": "0.21.5",
|
|
505
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
|
|
506
|
+
"integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
|
|
507
|
+
"cpu": [
|
|
508
|
+
"arm64"
|
|
509
|
+
],
|
|
510
|
+
"license": "MIT",
|
|
511
|
+
"optional": true,
|
|
512
|
+
"os": [
|
|
513
|
+
"freebsd"
|
|
514
|
+
],
|
|
515
|
+
"engines": {
|
|
516
|
+
"node": ">=12"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"node_modules/@esbuild/freebsd-x64": {
|
|
520
|
+
"version": "0.21.5",
|
|
521
|
+
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
|
|
522
|
+
"integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
|
|
523
|
+
"cpu": [
|
|
524
|
+
"x64"
|
|
525
|
+
],
|
|
526
|
+
"license": "MIT",
|
|
527
|
+
"optional": true,
|
|
528
|
+
"os": [
|
|
529
|
+
"freebsd"
|
|
530
|
+
],
|
|
531
|
+
"engines": {
|
|
532
|
+
"node": ">=12"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"node_modules/@esbuild/linux-arm": {
|
|
536
|
+
"version": "0.21.5",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
|
|
538
|
+
"integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
|
|
539
|
+
"cpu": [
|
|
540
|
+
"arm"
|
|
541
|
+
],
|
|
542
|
+
"license": "MIT",
|
|
543
|
+
"optional": true,
|
|
544
|
+
"os": [
|
|
545
|
+
"linux"
|
|
546
|
+
],
|
|
547
|
+
"engines": {
|
|
548
|
+
"node": ">=12"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"node_modules/@esbuild/linux-arm64": {
|
|
552
|
+
"version": "0.21.5",
|
|
553
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
|
|
554
|
+
"integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
|
|
555
|
+
"cpu": [
|
|
556
|
+
"arm64"
|
|
557
|
+
],
|
|
558
|
+
"license": "MIT",
|
|
559
|
+
"optional": true,
|
|
560
|
+
"os": [
|
|
561
|
+
"linux"
|
|
562
|
+
],
|
|
563
|
+
"engines": {
|
|
564
|
+
"node": ">=12"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"node_modules/@esbuild/linux-ia32": {
|
|
568
|
+
"version": "0.21.5",
|
|
569
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
|
|
570
|
+
"integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
|
|
571
|
+
"cpu": [
|
|
572
|
+
"ia32"
|
|
573
|
+
],
|
|
574
|
+
"license": "MIT",
|
|
575
|
+
"optional": true,
|
|
576
|
+
"os": [
|
|
577
|
+
"linux"
|
|
578
|
+
],
|
|
579
|
+
"engines": {
|
|
580
|
+
"node": ">=12"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
583
|
+
"node_modules/@esbuild/linux-loong64": {
|
|
584
|
+
"version": "0.21.5",
|
|
585
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
|
|
586
|
+
"integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
|
|
587
|
+
"cpu": [
|
|
588
|
+
"loong64"
|
|
589
|
+
],
|
|
590
|
+
"license": "MIT",
|
|
591
|
+
"optional": true,
|
|
592
|
+
"os": [
|
|
593
|
+
"linux"
|
|
594
|
+
],
|
|
595
|
+
"engines": {
|
|
596
|
+
"node": ">=12"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"node_modules/@esbuild/linux-mips64el": {
|
|
600
|
+
"version": "0.21.5",
|
|
601
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
|
|
602
|
+
"integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
|
|
603
|
+
"cpu": [
|
|
604
|
+
"mips64el"
|
|
605
|
+
],
|
|
606
|
+
"license": "MIT",
|
|
607
|
+
"optional": true,
|
|
608
|
+
"os": [
|
|
609
|
+
"linux"
|
|
610
|
+
],
|
|
611
|
+
"engines": {
|
|
612
|
+
"node": ">=12"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"node_modules/@esbuild/linux-ppc64": {
|
|
616
|
+
"version": "0.21.5",
|
|
617
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
|
|
618
|
+
"integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
|
|
619
|
+
"cpu": [
|
|
620
|
+
"ppc64"
|
|
621
|
+
],
|
|
622
|
+
"license": "MIT",
|
|
623
|
+
"optional": true,
|
|
624
|
+
"os": [
|
|
625
|
+
"linux"
|
|
626
|
+
],
|
|
627
|
+
"engines": {
|
|
628
|
+
"node": ">=12"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"node_modules/@esbuild/linux-riscv64": {
|
|
632
|
+
"version": "0.21.5",
|
|
633
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
|
|
634
|
+
"integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
|
|
635
|
+
"cpu": [
|
|
636
|
+
"riscv64"
|
|
637
|
+
],
|
|
638
|
+
"license": "MIT",
|
|
639
|
+
"optional": true,
|
|
640
|
+
"os": [
|
|
641
|
+
"linux"
|
|
642
|
+
],
|
|
643
|
+
"engines": {
|
|
644
|
+
"node": ">=12"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"node_modules/@esbuild/linux-s390x": {
|
|
648
|
+
"version": "0.21.5",
|
|
649
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
|
|
650
|
+
"integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
|
|
651
|
+
"cpu": [
|
|
652
|
+
"s390x"
|
|
653
|
+
],
|
|
654
|
+
"license": "MIT",
|
|
655
|
+
"optional": true,
|
|
656
|
+
"os": [
|
|
657
|
+
"linux"
|
|
658
|
+
],
|
|
659
|
+
"engines": {
|
|
660
|
+
"node": ">=12"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
"node_modules/@esbuild/linux-x64": {
|
|
664
|
+
"version": "0.21.5",
|
|
665
|
+
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
|
|
666
|
+
"integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
|
|
667
|
+
"cpu": [
|
|
668
|
+
"x64"
|
|
669
|
+
],
|
|
670
|
+
"license": "MIT",
|
|
671
|
+
"optional": true,
|
|
672
|
+
"os": [
|
|
673
|
+
"linux"
|
|
674
|
+
],
|
|
675
|
+
"engines": {
|
|
676
|
+
"node": ">=12"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"node_modules/@esbuild/netbsd-x64": {
|
|
680
|
+
"version": "0.21.5",
|
|
681
|
+
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
|
|
682
|
+
"integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
|
|
683
|
+
"cpu": [
|
|
684
|
+
"x64"
|
|
685
|
+
],
|
|
686
|
+
"license": "MIT",
|
|
687
|
+
"optional": true,
|
|
688
|
+
"os": [
|
|
689
|
+
"netbsd"
|
|
690
|
+
],
|
|
691
|
+
"engines": {
|
|
692
|
+
"node": ">=12"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"node_modules/@esbuild/openbsd-x64": {
|
|
696
|
+
"version": "0.21.5",
|
|
697
|
+
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
|
|
698
|
+
"integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
|
|
699
|
+
"cpu": [
|
|
700
|
+
"x64"
|
|
701
|
+
],
|
|
702
|
+
"license": "MIT",
|
|
703
|
+
"optional": true,
|
|
704
|
+
"os": [
|
|
705
|
+
"openbsd"
|
|
706
|
+
],
|
|
707
|
+
"engines": {
|
|
708
|
+
"node": ">=12"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"node_modules/@esbuild/sunos-x64": {
|
|
712
|
+
"version": "0.21.5",
|
|
713
|
+
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
|
|
714
|
+
"integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
|
|
715
|
+
"cpu": [
|
|
716
|
+
"x64"
|
|
717
|
+
],
|
|
718
|
+
"license": "MIT",
|
|
719
|
+
"optional": true,
|
|
720
|
+
"os": [
|
|
721
|
+
"sunos"
|
|
722
|
+
],
|
|
723
|
+
"engines": {
|
|
724
|
+
"node": ">=12"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"node_modules/@esbuild/win32-arm64": {
|
|
728
|
+
"version": "0.21.5",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
|
|
730
|
+
"integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
|
|
731
|
+
"cpu": [
|
|
732
|
+
"arm64"
|
|
733
|
+
],
|
|
734
|
+
"license": "MIT",
|
|
735
|
+
"optional": true,
|
|
736
|
+
"os": [
|
|
737
|
+
"win32"
|
|
738
|
+
],
|
|
739
|
+
"engines": {
|
|
740
|
+
"node": ">=12"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"node_modules/@esbuild/win32-ia32": {
|
|
744
|
+
"version": "0.21.5",
|
|
745
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
|
|
746
|
+
"integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
|
|
747
|
+
"cpu": [
|
|
748
|
+
"ia32"
|
|
749
|
+
],
|
|
750
|
+
"license": "MIT",
|
|
751
|
+
"optional": true,
|
|
752
|
+
"os": [
|
|
753
|
+
"win32"
|
|
754
|
+
],
|
|
755
|
+
"engines": {
|
|
756
|
+
"node": ">=12"
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"node_modules/@esbuild/win32-x64": {
|
|
760
|
+
"version": "0.21.5",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
|
|
762
|
+
"integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
|
|
763
|
+
"cpu": [
|
|
764
|
+
"x64"
|
|
765
|
+
],
|
|
766
|
+
"license": "MIT",
|
|
767
|
+
"optional": true,
|
|
768
|
+
"os": [
|
|
769
|
+
"win32"
|
|
770
|
+
],
|
|
771
|
+
"engines": {
|
|
772
|
+
"node": ">=12"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"node_modules/@iconify-json/simple-icons": {
|
|
776
|
+
"version": "1.2.75",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.75.tgz",
|
|
778
|
+
"integrity": "sha512-KvcCUbvcBWb0sbqLIxHoY8z5/piXY08wcY9gfMhF+ph3AfzGMaSmZFkUY71HSXAljQngXkgs4bdKdekO0HQWvg==",
|
|
779
|
+
"license": "CC0-1.0",
|
|
780
|
+
"dependencies": {
|
|
781
|
+
"@iconify/types": "*"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"node_modules/@iconify/types": {
|
|
785
|
+
"version": "2.0.0",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz",
|
|
787
|
+
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==",
|
|
788
|
+
"license": "MIT"
|
|
789
|
+
},
|
|
790
|
+
"node_modules/@iconify/utils": {
|
|
791
|
+
"version": "3.1.0",
|
|
792
|
+
"resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-3.1.0.tgz",
|
|
793
|
+
"integrity": "sha512-Zlzem1ZXhI1iHeeERabLNzBHdOa4VhQbqAcOQaMKuTuyZCpwKbC2R4Dd0Zo3g9EAc+Y4fiarO8HIHRAth7+skw==",
|
|
794
|
+
"license": "MIT",
|
|
795
|
+
"dependencies": {
|
|
796
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
797
|
+
"@iconify/types": "^2.0.0",
|
|
798
|
+
"mlly": "^1.8.0"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"node_modules/@jridgewell/sourcemap-codec": {
|
|
802
|
+
"version": "1.5.5",
|
|
803
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
804
|
+
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
805
|
+
"license": "MIT"
|
|
806
|
+
},
|
|
807
|
+
"node_modules/@mermaid-js/mermaid-mindmap": {
|
|
808
|
+
"version": "9.3.0",
|
|
809
|
+
"resolved": "https://registry.npmjs.org/@mermaid-js/mermaid-mindmap/-/mermaid-mindmap-9.3.0.tgz",
|
|
810
|
+
"integrity": "sha512-IhtYSVBBRYviH1Ehu8gk69pMDF8DSRqXBRDMWrEfHoaMruHeaP2DXA3PBnuwsMaCdPQhlUUcy/7DBLAEIXvCAw==",
|
|
811
|
+
"license": "MIT",
|
|
812
|
+
"optional": true,
|
|
813
|
+
"dependencies": {
|
|
814
|
+
"@braintree/sanitize-url": "^6.0.0",
|
|
815
|
+
"cytoscape": "^3.23.0",
|
|
816
|
+
"cytoscape-cose-bilkent": "^4.1.0",
|
|
817
|
+
"cytoscape-fcose": "^2.1.0",
|
|
818
|
+
"d3": "^7.0.0",
|
|
819
|
+
"khroma": "^2.0.0",
|
|
820
|
+
"non-layered-tidy-tree-layout": "^2.0.2"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"node_modules/@mermaid-js/mermaid-mindmap/node_modules/@braintree/sanitize-url": {
|
|
824
|
+
"version": "6.0.4",
|
|
825
|
+
"resolved": "https://registry.npmjs.org/@braintree/sanitize-url/-/sanitize-url-6.0.4.tgz",
|
|
826
|
+
"integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==",
|
|
827
|
+
"license": "MIT",
|
|
828
|
+
"optional": true
|
|
829
|
+
},
|
|
830
|
+
"node_modules/@mermaid-js/parser": {
|
|
831
|
+
"version": "1.0.1",
|
|
832
|
+
"resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-1.0.1.tgz",
|
|
833
|
+
"integrity": "sha512-opmV19kN1JsK0T6HhhokHpcVkqKpF+x2pPDKKM2ThHtZAB5F4PROopk0amuVYK5qMrIA4erzpNm8gmPNJgMDxQ==",
|
|
834
|
+
"license": "MIT",
|
|
835
|
+
"dependencies": {
|
|
836
|
+
"langium": "^4.0.0"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
840
|
+
"version": "4.60.0",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.60.0.tgz",
|
|
842
|
+
"integrity": "sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==",
|
|
843
|
+
"cpu": [
|
|
844
|
+
"arm"
|
|
845
|
+
],
|
|
846
|
+
"license": "MIT",
|
|
847
|
+
"optional": true,
|
|
848
|
+
"os": [
|
|
849
|
+
"android"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
"node_modules/@rollup/rollup-android-arm64": {
|
|
853
|
+
"version": "4.60.0",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.60.0.tgz",
|
|
855
|
+
"integrity": "sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==",
|
|
856
|
+
"cpu": [
|
|
857
|
+
"arm64"
|
|
858
|
+
],
|
|
859
|
+
"license": "MIT",
|
|
860
|
+
"optional": true,
|
|
861
|
+
"os": [
|
|
862
|
+
"android"
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
866
|
+
"version": "4.60.0",
|
|
867
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.60.0.tgz",
|
|
868
|
+
"integrity": "sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==",
|
|
869
|
+
"cpu": [
|
|
870
|
+
"arm64"
|
|
871
|
+
],
|
|
872
|
+
"license": "MIT",
|
|
873
|
+
"optional": true,
|
|
874
|
+
"os": [
|
|
875
|
+
"darwin"
|
|
876
|
+
]
|
|
877
|
+
},
|
|
878
|
+
"node_modules/@rollup/rollup-darwin-x64": {
|
|
879
|
+
"version": "4.60.0",
|
|
880
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.60.0.tgz",
|
|
881
|
+
"integrity": "sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==",
|
|
882
|
+
"cpu": [
|
|
883
|
+
"x64"
|
|
884
|
+
],
|
|
885
|
+
"license": "MIT",
|
|
886
|
+
"optional": true,
|
|
887
|
+
"os": [
|
|
888
|
+
"darwin"
|
|
889
|
+
]
|
|
890
|
+
},
|
|
891
|
+
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
892
|
+
"version": "4.60.0",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.60.0.tgz",
|
|
894
|
+
"integrity": "sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==",
|
|
895
|
+
"cpu": [
|
|
896
|
+
"arm64"
|
|
897
|
+
],
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"optional": true,
|
|
900
|
+
"os": [
|
|
901
|
+
"freebsd"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
905
|
+
"version": "4.60.0",
|
|
906
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.60.0.tgz",
|
|
907
|
+
"integrity": "sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==",
|
|
908
|
+
"cpu": [
|
|
909
|
+
"x64"
|
|
910
|
+
],
|
|
911
|
+
"license": "MIT",
|
|
912
|
+
"optional": true,
|
|
913
|
+
"os": [
|
|
914
|
+
"freebsd"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
918
|
+
"version": "4.60.0",
|
|
919
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.60.0.tgz",
|
|
920
|
+
"integrity": "sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==",
|
|
921
|
+
"cpu": [
|
|
922
|
+
"arm"
|
|
923
|
+
],
|
|
924
|
+
"license": "MIT",
|
|
925
|
+
"optional": true,
|
|
926
|
+
"os": [
|
|
927
|
+
"linux"
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
931
|
+
"version": "4.60.0",
|
|
932
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.60.0.tgz",
|
|
933
|
+
"integrity": "sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==",
|
|
934
|
+
"cpu": [
|
|
935
|
+
"arm"
|
|
936
|
+
],
|
|
937
|
+
"license": "MIT",
|
|
938
|
+
"optional": true,
|
|
939
|
+
"os": [
|
|
940
|
+
"linux"
|
|
941
|
+
]
|
|
942
|
+
},
|
|
943
|
+
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
944
|
+
"version": "4.60.0",
|
|
945
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.60.0.tgz",
|
|
946
|
+
"integrity": "sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==",
|
|
947
|
+
"cpu": [
|
|
948
|
+
"arm64"
|
|
949
|
+
],
|
|
950
|
+
"license": "MIT",
|
|
951
|
+
"optional": true,
|
|
952
|
+
"os": [
|
|
953
|
+
"linux"
|
|
954
|
+
]
|
|
955
|
+
},
|
|
956
|
+
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
957
|
+
"version": "4.60.0",
|
|
958
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.60.0.tgz",
|
|
959
|
+
"integrity": "sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==",
|
|
960
|
+
"cpu": [
|
|
961
|
+
"arm64"
|
|
962
|
+
],
|
|
963
|
+
"license": "MIT",
|
|
964
|
+
"optional": true,
|
|
965
|
+
"os": [
|
|
966
|
+
"linux"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
970
|
+
"version": "4.60.0",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.60.0.tgz",
|
|
972
|
+
"integrity": "sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==",
|
|
973
|
+
"cpu": [
|
|
974
|
+
"loong64"
|
|
975
|
+
],
|
|
976
|
+
"license": "MIT",
|
|
977
|
+
"optional": true,
|
|
978
|
+
"os": [
|
|
979
|
+
"linux"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
983
|
+
"version": "4.60.0",
|
|
984
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.60.0.tgz",
|
|
985
|
+
"integrity": "sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==",
|
|
986
|
+
"cpu": [
|
|
987
|
+
"loong64"
|
|
988
|
+
],
|
|
989
|
+
"license": "MIT",
|
|
990
|
+
"optional": true,
|
|
991
|
+
"os": [
|
|
992
|
+
"linux"
|
|
993
|
+
]
|
|
994
|
+
},
|
|
995
|
+
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
996
|
+
"version": "4.60.0",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.60.0.tgz",
|
|
998
|
+
"integrity": "sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==",
|
|
999
|
+
"cpu": [
|
|
1000
|
+
"ppc64"
|
|
1001
|
+
],
|
|
1002
|
+
"license": "MIT",
|
|
1003
|
+
"optional": true,
|
|
1004
|
+
"os": [
|
|
1005
|
+
"linux"
|
|
1006
|
+
]
|
|
1007
|
+
},
|
|
1008
|
+
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
1009
|
+
"version": "4.60.0",
|
|
1010
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.60.0.tgz",
|
|
1011
|
+
"integrity": "sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==",
|
|
1012
|
+
"cpu": [
|
|
1013
|
+
"ppc64"
|
|
1014
|
+
],
|
|
1015
|
+
"license": "MIT",
|
|
1016
|
+
"optional": true,
|
|
1017
|
+
"os": [
|
|
1018
|
+
"linux"
|
|
1019
|
+
]
|
|
1020
|
+
},
|
|
1021
|
+
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
1022
|
+
"version": "4.60.0",
|
|
1023
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.60.0.tgz",
|
|
1024
|
+
"integrity": "sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==",
|
|
1025
|
+
"cpu": [
|
|
1026
|
+
"riscv64"
|
|
1027
|
+
],
|
|
1028
|
+
"license": "MIT",
|
|
1029
|
+
"optional": true,
|
|
1030
|
+
"os": [
|
|
1031
|
+
"linux"
|
|
1032
|
+
]
|
|
1033
|
+
},
|
|
1034
|
+
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
1035
|
+
"version": "4.60.0",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.60.0.tgz",
|
|
1037
|
+
"integrity": "sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==",
|
|
1038
|
+
"cpu": [
|
|
1039
|
+
"riscv64"
|
|
1040
|
+
],
|
|
1041
|
+
"license": "MIT",
|
|
1042
|
+
"optional": true,
|
|
1043
|
+
"os": [
|
|
1044
|
+
"linux"
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
1048
|
+
"version": "4.60.0",
|
|
1049
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.60.0.tgz",
|
|
1050
|
+
"integrity": "sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==",
|
|
1051
|
+
"cpu": [
|
|
1052
|
+
"s390x"
|
|
1053
|
+
],
|
|
1054
|
+
"license": "MIT",
|
|
1055
|
+
"optional": true,
|
|
1056
|
+
"os": [
|
|
1057
|
+
"linux"
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1061
|
+
"version": "4.60.0",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.0.tgz",
|
|
1063
|
+
"integrity": "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==",
|
|
1064
|
+
"cpu": [
|
|
1065
|
+
"x64"
|
|
1066
|
+
],
|
|
1067
|
+
"license": "MIT",
|
|
1068
|
+
"optional": true,
|
|
1069
|
+
"os": [
|
|
1070
|
+
"linux"
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
1074
|
+
"version": "4.60.0",
|
|
1075
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.60.0.tgz",
|
|
1076
|
+
"integrity": "sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==",
|
|
1077
|
+
"cpu": [
|
|
1078
|
+
"x64"
|
|
1079
|
+
],
|
|
1080
|
+
"license": "MIT",
|
|
1081
|
+
"optional": true,
|
|
1082
|
+
"os": [
|
|
1083
|
+
"linux"
|
|
1084
|
+
]
|
|
1085
|
+
},
|
|
1086
|
+
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
1087
|
+
"version": "4.60.0",
|
|
1088
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.60.0.tgz",
|
|
1089
|
+
"integrity": "sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==",
|
|
1090
|
+
"cpu": [
|
|
1091
|
+
"x64"
|
|
1092
|
+
],
|
|
1093
|
+
"license": "MIT",
|
|
1094
|
+
"optional": true,
|
|
1095
|
+
"os": [
|
|
1096
|
+
"openbsd"
|
|
1097
|
+
]
|
|
1098
|
+
},
|
|
1099
|
+
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
1100
|
+
"version": "4.60.0",
|
|
1101
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.60.0.tgz",
|
|
1102
|
+
"integrity": "sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==",
|
|
1103
|
+
"cpu": [
|
|
1104
|
+
"arm64"
|
|
1105
|
+
],
|
|
1106
|
+
"license": "MIT",
|
|
1107
|
+
"optional": true,
|
|
1108
|
+
"os": [
|
|
1109
|
+
"openharmony"
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
1113
|
+
"version": "4.60.0",
|
|
1114
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.60.0.tgz",
|
|
1115
|
+
"integrity": "sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==",
|
|
1116
|
+
"cpu": [
|
|
1117
|
+
"arm64"
|
|
1118
|
+
],
|
|
1119
|
+
"license": "MIT",
|
|
1120
|
+
"optional": true,
|
|
1121
|
+
"os": [
|
|
1122
|
+
"win32"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1125
|
+
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
1126
|
+
"version": "4.60.0",
|
|
1127
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.60.0.tgz",
|
|
1128
|
+
"integrity": "sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==",
|
|
1129
|
+
"cpu": [
|
|
1130
|
+
"ia32"
|
|
1131
|
+
],
|
|
1132
|
+
"license": "MIT",
|
|
1133
|
+
"optional": true,
|
|
1134
|
+
"os": [
|
|
1135
|
+
"win32"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
1139
|
+
"version": "4.60.0",
|
|
1140
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.60.0.tgz",
|
|
1141
|
+
"integrity": "sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==",
|
|
1142
|
+
"cpu": [
|
|
1143
|
+
"x64"
|
|
1144
|
+
],
|
|
1145
|
+
"license": "MIT",
|
|
1146
|
+
"optional": true,
|
|
1147
|
+
"os": [
|
|
1148
|
+
"win32"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
1152
|
+
"version": "4.60.0",
|
|
1153
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.60.0.tgz",
|
|
1154
|
+
"integrity": "sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==",
|
|
1155
|
+
"cpu": [
|
|
1156
|
+
"x64"
|
|
1157
|
+
],
|
|
1158
|
+
"license": "MIT",
|
|
1159
|
+
"optional": true,
|
|
1160
|
+
"os": [
|
|
1161
|
+
"win32"
|
|
1162
|
+
]
|
|
1163
|
+
},
|
|
1164
|
+
"node_modules/@shikijs/core": {
|
|
1165
|
+
"version": "2.5.0",
|
|
1166
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-2.5.0.tgz",
|
|
1167
|
+
"integrity": "sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==",
|
|
1168
|
+
"license": "MIT",
|
|
1169
|
+
"dependencies": {
|
|
1170
|
+
"@shikijs/engine-javascript": "2.5.0",
|
|
1171
|
+
"@shikijs/engine-oniguruma": "2.5.0",
|
|
1172
|
+
"@shikijs/types": "2.5.0",
|
|
1173
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1174
|
+
"@types/hast": "^3.0.4",
|
|
1175
|
+
"hast-util-to-html": "^9.0.4"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"node_modules/@shikijs/engine-javascript": {
|
|
1179
|
+
"version": "2.5.0",
|
|
1180
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz",
|
|
1181
|
+
"integrity": "sha512-VjnOpnQf8WuCEZtNUdjjwGUbtAVKuZkVQ/5cHy/tojVVRIRtlWMYVjyWhxOmIq05AlSOv72z7hRNRGVBgQOl0w==",
|
|
1182
|
+
"license": "MIT",
|
|
1183
|
+
"dependencies": {
|
|
1184
|
+
"@shikijs/types": "2.5.0",
|
|
1185
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1186
|
+
"oniguruma-to-es": "^3.1.0"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"node_modules/@shikijs/engine-oniguruma": {
|
|
1190
|
+
"version": "2.5.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz",
|
|
1192
|
+
"integrity": "sha512-pGd1wRATzbo/uatrCIILlAdFVKdxImWJGQ5rFiB5VZi2ve5xj3Ax9jny8QvkaV93btQEwR/rSz5ERFpC5mKNIw==",
|
|
1193
|
+
"license": "MIT",
|
|
1194
|
+
"dependencies": {
|
|
1195
|
+
"@shikijs/types": "2.5.0",
|
|
1196
|
+
"@shikijs/vscode-textmate": "^10.0.2"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"node_modules/@shikijs/langs": {
|
|
1200
|
+
"version": "2.5.0",
|
|
1201
|
+
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-2.5.0.tgz",
|
|
1202
|
+
"integrity": "sha512-Qfrrt5OsNH5R+5tJ/3uYBBZv3SuGmnRPejV9IlIbFH3HTGLDlkqgHymAlzklVmKBjAaVmkPkyikAV/sQ1wSL+w==",
|
|
1203
|
+
"license": "MIT",
|
|
1204
|
+
"dependencies": {
|
|
1205
|
+
"@shikijs/types": "2.5.0"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"node_modules/@shikijs/themes": {
|
|
1209
|
+
"version": "2.5.0",
|
|
1210
|
+
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-2.5.0.tgz",
|
|
1211
|
+
"integrity": "sha512-wGrk+R8tJnO0VMzmUExHR+QdSaPUl/NKs+a4cQQRWyoc3YFbUzuLEi/KWK1hj+8BfHRKm2jNhhJck1dfstJpiw==",
|
|
1212
|
+
"license": "MIT",
|
|
1213
|
+
"dependencies": {
|
|
1214
|
+
"@shikijs/types": "2.5.0"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
"node_modules/@shikijs/transformers": {
|
|
1218
|
+
"version": "2.5.0",
|
|
1219
|
+
"resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-2.5.0.tgz",
|
|
1220
|
+
"integrity": "sha512-SI494W5X60CaUwgi8u4q4m4s3YAFSxln3tzNjOSYqq54wlVgz0/NbbXEb3mdLbqMBztcmS7bVTaEd2w0qMmfeg==",
|
|
1221
|
+
"license": "MIT",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"@shikijs/core": "2.5.0",
|
|
1224
|
+
"@shikijs/types": "2.5.0"
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"node_modules/@shikijs/types": {
|
|
1228
|
+
"version": "2.5.0",
|
|
1229
|
+
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-2.5.0.tgz",
|
|
1230
|
+
"integrity": "sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==",
|
|
1231
|
+
"license": "MIT",
|
|
1232
|
+
"dependencies": {
|
|
1233
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
1234
|
+
"@types/hast": "^3.0.4"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"node_modules/@shikijs/vscode-textmate": {
|
|
1238
|
+
"version": "10.0.2",
|
|
1239
|
+
"resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz",
|
|
1240
|
+
"integrity": "sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==",
|
|
1241
|
+
"license": "MIT"
|
|
1242
|
+
},
|
|
1243
|
+
"node_modules/@types/d3": {
|
|
1244
|
+
"version": "7.4.3",
|
|
1245
|
+
"resolved": "https://registry.npmjs.org/@types/d3/-/d3-7.4.3.tgz",
|
|
1246
|
+
"integrity": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==",
|
|
1247
|
+
"license": "MIT",
|
|
1248
|
+
"dependencies": {
|
|
1249
|
+
"@types/d3-array": "*",
|
|
1250
|
+
"@types/d3-axis": "*",
|
|
1251
|
+
"@types/d3-brush": "*",
|
|
1252
|
+
"@types/d3-chord": "*",
|
|
1253
|
+
"@types/d3-color": "*",
|
|
1254
|
+
"@types/d3-contour": "*",
|
|
1255
|
+
"@types/d3-delaunay": "*",
|
|
1256
|
+
"@types/d3-dispatch": "*",
|
|
1257
|
+
"@types/d3-drag": "*",
|
|
1258
|
+
"@types/d3-dsv": "*",
|
|
1259
|
+
"@types/d3-ease": "*",
|
|
1260
|
+
"@types/d3-fetch": "*",
|
|
1261
|
+
"@types/d3-force": "*",
|
|
1262
|
+
"@types/d3-format": "*",
|
|
1263
|
+
"@types/d3-geo": "*",
|
|
1264
|
+
"@types/d3-hierarchy": "*",
|
|
1265
|
+
"@types/d3-interpolate": "*",
|
|
1266
|
+
"@types/d3-path": "*",
|
|
1267
|
+
"@types/d3-polygon": "*",
|
|
1268
|
+
"@types/d3-quadtree": "*",
|
|
1269
|
+
"@types/d3-random": "*",
|
|
1270
|
+
"@types/d3-scale": "*",
|
|
1271
|
+
"@types/d3-scale-chromatic": "*",
|
|
1272
|
+
"@types/d3-selection": "*",
|
|
1273
|
+
"@types/d3-shape": "*",
|
|
1274
|
+
"@types/d3-time": "*",
|
|
1275
|
+
"@types/d3-time-format": "*",
|
|
1276
|
+
"@types/d3-timer": "*",
|
|
1277
|
+
"@types/d3-transition": "*",
|
|
1278
|
+
"@types/d3-zoom": "*"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"node_modules/@types/d3-array": {
|
|
1282
|
+
"version": "3.2.2",
|
|
1283
|
+
"resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.2.tgz",
|
|
1284
|
+
"integrity": "sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==",
|
|
1285
|
+
"license": "MIT"
|
|
1286
|
+
},
|
|
1287
|
+
"node_modules/@types/d3-axis": {
|
|
1288
|
+
"version": "3.0.6",
|
|
1289
|
+
"resolved": "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.6.tgz",
|
|
1290
|
+
"integrity": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==",
|
|
1291
|
+
"license": "MIT",
|
|
1292
|
+
"dependencies": {
|
|
1293
|
+
"@types/d3-selection": "*"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
"node_modules/@types/d3-brush": {
|
|
1297
|
+
"version": "3.0.6",
|
|
1298
|
+
"resolved": "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.6.tgz",
|
|
1299
|
+
"integrity": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==",
|
|
1300
|
+
"license": "MIT",
|
|
1301
|
+
"dependencies": {
|
|
1302
|
+
"@types/d3-selection": "*"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"node_modules/@types/d3-chord": {
|
|
1306
|
+
"version": "3.0.6",
|
|
1307
|
+
"resolved": "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.6.tgz",
|
|
1308
|
+
"integrity": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==",
|
|
1309
|
+
"license": "MIT"
|
|
1310
|
+
},
|
|
1311
|
+
"node_modules/@types/d3-color": {
|
|
1312
|
+
"version": "3.1.3",
|
|
1313
|
+
"resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz",
|
|
1314
|
+
"integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==",
|
|
1315
|
+
"license": "MIT"
|
|
1316
|
+
},
|
|
1317
|
+
"node_modules/@types/d3-contour": {
|
|
1318
|
+
"version": "3.0.6",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.6.tgz",
|
|
1320
|
+
"integrity": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==",
|
|
1321
|
+
"license": "MIT",
|
|
1322
|
+
"dependencies": {
|
|
1323
|
+
"@types/d3-array": "*",
|
|
1324
|
+
"@types/geojson": "*"
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
"node_modules/@types/d3-delaunay": {
|
|
1328
|
+
"version": "6.0.4",
|
|
1329
|
+
"resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
|
|
1330
|
+
"integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==",
|
|
1331
|
+
"license": "MIT"
|
|
1332
|
+
},
|
|
1333
|
+
"node_modules/@types/d3-dispatch": {
|
|
1334
|
+
"version": "3.0.7",
|
|
1335
|
+
"resolved": "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz",
|
|
1336
|
+
"integrity": "sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==",
|
|
1337
|
+
"license": "MIT"
|
|
1338
|
+
},
|
|
1339
|
+
"node_modules/@types/d3-drag": {
|
|
1340
|
+
"version": "3.0.7",
|
|
1341
|
+
"resolved": "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.7.tgz",
|
|
1342
|
+
"integrity": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==",
|
|
1343
|
+
"license": "MIT",
|
|
1344
|
+
"dependencies": {
|
|
1345
|
+
"@types/d3-selection": "*"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"node_modules/@types/d3-dsv": {
|
|
1349
|
+
"version": "3.0.7",
|
|
1350
|
+
"resolved": "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.7.tgz",
|
|
1351
|
+
"integrity": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==",
|
|
1352
|
+
"license": "MIT"
|
|
1353
|
+
},
|
|
1354
|
+
"node_modules/@types/d3-ease": {
|
|
1355
|
+
"version": "3.0.2",
|
|
1356
|
+
"resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz",
|
|
1357
|
+
"integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==",
|
|
1358
|
+
"license": "MIT"
|
|
1359
|
+
},
|
|
1360
|
+
"node_modules/@types/d3-fetch": {
|
|
1361
|
+
"version": "3.0.7",
|
|
1362
|
+
"resolved": "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.7.tgz",
|
|
1363
|
+
"integrity": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==",
|
|
1364
|
+
"license": "MIT",
|
|
1365
|
+
"dependencies": {
|
|
1366
|
+
"@types/d3-dsv": "*"
|
|
1367
|
+
}
|
|
1368
|
+
},
|
|
1369
|
+
"node_modules/@types/d3-force": {
|
|
1370
|
+
"version": "3.0.10",
|
|
1371
|
+
"resolved": "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.10.tgz",
|
|
1372
|
+
"integrity": "sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==",
|
|
1373
|
+
"license": "MIT"
|
|
1374
|
+
},
|
|
1375
|
+
"node_modules/@types/d3-format": {
|
|
1376
|
+
"version": "3.0.4",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.4.tgz",
|
|
1378
|
+
"integrity": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==",
|
|
1379
|
+
"license": "MIT"
|
|
1380
|
+
},
|
|
1381
|
+
"node_modules/@types/d3-geo": {
|
|
1382
|
+
"version": "3.1.0",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.1.0.tgz",
|
|
1384
|
+
"integrity": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==",
|
|
1385
|
+
"license": "MIT",
|
|
1386
|
+
"dependencies": {
|
|
1387
|
+
"@types/geojson": "*"
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
"node_modules/@types/d3-hierarchy": {
|
|
1391
|
+
"version": "3.1.7",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz",
|
|
1393
|
+
"integrity": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==",
|
|
1394
|
+
"license": "MIT"
|
|
1395
|
+
},
|
|
1396
|
+
"node_modules/@types/d3-interpolate": {
|
|
1397
|
+
"version": "3.0.4",
|
|
1398
|
+
"resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz",
|
|
1399
|
+
"integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==",
|
|
1400
|
+
"license": "MIT",
|
|
1401
|
+
"dependencies": {
|
|
1402
|
+
"@types/d3-color": "*"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"node_modules/@types/d3-path": {
|
|
1406
|
+
"version": "3.1.1",
|
|
1407
|
+
"resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz",
|
|
1408
|
+
"integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==",
|
|
1409
|
+
"license": "MIT"
|
|
1410
|
+
},
|
|
1411
|
+
"node_modules/@types/d3-polygon": {
|
|
1412
|
+
"version": "3.0.2",
|
|
1413
|
+
"resolved": "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.2.tgz",
|
|
1414
|
+
"integrity": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==",
|
|
1415
|
+
"license": "MIT"
|
|
1416
|
+
},
|
|
1417
|
+
"node_modules/@types/d3-quadtree": {
|
|
1418
|
+
"version": "3.0.6",
|
|
1419
|
+
"resolved": "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz",
|
|
1420
|
+
"integrity": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==",
|
|
1421
|
+
"license": "MIT"
|
|
1422
|
+
},
|
|
1423
|
+
"node_modules/@types/d3-random": {
|
|
1424
|
+
"version": "3.0.3",
|
|
1425
|
+
"resolved": "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.3.tgz",
|
|
1426
|
+
"integrity": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==",
|
|
1427
|
+
"license": "MIT"
|
|
1428
|
+
},
|
|
1429
|
+
"node_modules/@types/d3-scale": {
|
|
1430
|
+
"version": "4.0.9",
|
|
1431
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz",
|
|
1432
|
+
"integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==",
|
|
1433
|
+
"license": "MIT",
|
|
1434
|
+
"dependencies": {
|
|
1435
|
+
"@types/d3-time": "*"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"node_modules/@types/d3-scale-chromatic": {
|
|
1439
|
+
"version": "3.1.0",
|
|
1440
|
+
"resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
1441
|
+
"integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==",
|
|
1442
|
+
"license": "MIT"
|
|
1443
|
+
},
|
|
1444
|
+
"node_modules/@types/d3-selection": {
|
|
1445
|
+
"version": "3.0.11",
|
|
1446
|
+
"resolved": "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.11.tgz",
|
|
1447
|
+
"integrity": "sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==",
|
|
1448
|
+
"license": "MIT"
|
|
1449
|
+
},
|
|
1450
|
+
"node_modules/@types/d3-shape": {
|
|
1451
|
+
"version": "3.1.8",
|
|
1452
|
+
"resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.8.tgz",
|
|
1453
|
+
"integrity": "sha512-lae0iWfcDeR7qt7rA88BNiqdvPS5pFVPpo5OfjElwNaT2yyekbM0C9vK+yqBqEmHr6lDkRnYNoTBYlAgJa7a4w==",
|
|
1454
|
+
"license": "MIT",
|
|
1455
|
+
"dependencies": {
|
|
1456
|
+
"@types/d3-path": "*"
|
|
1457
|
+
}
|
|
1458
|
+
},
|
|
1459
|
+
"node_modules/@types/d3-time": {
|
|
1460
|
+
"version": "3.0.4",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz",
|
|
1462
|
+
"integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==",
|
|
1463
|
+
"license": "MIT"
|
|
1464
|
+
},
|
|
1465
|
+
"node_modules/@types/d3-time-format": {
|
|
1466
|
+
"version": "4.0.3",
|
|
1467
|
+
"resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.3.tgz",
|
|
1468
|
+
"integrity": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==",
|
|
1469
|
+
"license": "MIT"
|
|
1470
|
+
},
|
|
1471
|
+
"node_modules/@types/d3-timer": {
|
|
1472
|
+
"version": "3.0.2",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz",
|
|
1474
|
+
"integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==",
|
|
1475
|
+
"license": "MIT"
|
|
1476
|
+
},
|
|
1477
|
+
"node_modules/@types/d3-transition": {
|
|
1478
|
+
"version": "3.0.9",
|
|
1479
|
+
"resolved": "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.9.tgz",
|
|
1480
|
+
"integrity": "sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==",
|
|
1481
|
+
"license": "MIT",
|
|
1482
|
+
"dependencies": {
|
|
1483
|
+
"@types/d3-selection": "*"
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"node_modules/@types/d3-zoom": {
|
|
1487
|
+
"version": "3.0.8",
|
|
1488
|
+
"resolved": "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.8.tgz",
|
|
1489
|
+
"integrity": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==",
|
|
1490
|
+
"license": "MIT",
|
|
1491
|
+
"dependencies": {
|
|
1492
|
+
"@types/d3-interpolate": "*",
|
|
1493
|
+
"@types/d3-selection": "*"
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"node_modules/@types/estree": {
|
|
1497
|
+
"version": "1.0.8",
|
|
1498
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
1499
|
+
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
1500
|
+
"license": "MIT"
|
|
1501
|
+
},
|
|
1502
|
+
"node_modules/@types/geojson": {
|
|
1503
|
+
"version": "7946.0.16",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz",
|
|
1505
|
+
"integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==",
|
|
1506
|
+
"license": "MIT"
|
|
1507
|
+
},
|
|
1508
|
+
"node_modules/@types/hast": {
|
|
1509
|
+
"version": "3.0.4",
|
|
1510
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
1511
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
1512
|
+
"license": "MIT",
|
|
1513
|
+
"dependencies": {
|
|
1514
|
+
"@types/unist": "*"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
"node_modules/@types/linkify-it": {
|
|
1518
|
+
"version": "5.0.0",
|
|
1519
|
+
"resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
1520
|
+
"integrity": "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==",
|
|
1521
|
+
"license": "MIT"
|
|
1522
|
+
},
|
|
1523
|
+
"node_modules/@types/markdown-it": {
|
|
1524
|
+
"version": "14.1.2",
|
|
1525
|
+
"resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-14.1.2.tgz",
|
|
1526
|
+
"integrity": "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==",
|
|
1527
|
+
"license": "MIT",
|
|
1528
|
+
"dependencies": {
|
|
1529
|
+
"@types/linkify-it": "^5",
|
|
1530
|
+
"@types/mdurl": "^2"
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"node_modules/@types/mdast": {
|
|
1534
|
+
"version": "4.0.4",
|
|
1535
|
+
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
1536
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
1537
|
+
"license": "MIT",
|
|
1538
|
+
"dependencies": {
|
|
1539
|
+
"@types/unist": "*"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"node_modules/@types/mdurl": {
|
|
1543
|
+
"version": "2.0.0",
|
|
1544
|
+
"resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-2.0.0.tgz",
|
|
1545
|
+
"integrity": "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==",
|
|
1546
|
+
"license": "MIT"
|
|
1547
|
+
},
|
|
1548
|
+
"node_modules/@types/trusted-types": {
|
|
1549
|
+
"version": "2.0.7",
|
|
1550
|
+
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
1551
|
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
1552
|
+
"license": "MIT",
|
|
1553
|
+
"optional": true
|
|
1554
|
+
},
|
|
1555
|
+
"node_modules/@types/unist": {
|
|
1556
|
+
"version": "3.0.3",
|
|
1557
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
1558
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
1559
|
+
"license": "MIT"
|
|
1560
|
+
},
|
|
1561
|
+
"node_modules/@types/web-bluetooth": {
|
|
1562
|
+
"version": "0.0.21",
|
|
1563
|
+
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz",
|
|
1564
|
+
"integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
|
|
1565
|
+
"license": "MIT"
|
|
1566
|
+
},
|
|
1567
|
+
"node_modules/@ungap/structured-clone": {
|
|
1568
|
+
"version": "1.3.0",
|
|
1569
|
+
"resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
|
|
1570
|
+
"integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
|
|
1571
|
+
"license": "ISC"
|
|
1572
|
+
},
|
|
1573
|
+
"node_modules/@upsetjs/venn.js": {
|
|
1574
|
+
"version": "2.0.0",
|
|
1575
|
+
"resolved": "https://registry.npmjs.org/@upsetjs/venn.js/-/venn.js-2.0.0.tgz",
|
|
1576
|
+
"integrity": "sha512-WbBhLrooyePuQ1VZxrJjtLvTc4NVfpOyKx0sKqioq9bX1C1m7Jgykkn8gLrtwumBioXIqam8DLxp88Adbue6Hw==",
|
|
1577
|
+
"license": "MIT",
|
|
1578
|
+
"optionalDependencies": {
|
|
1579
|
+
"d3-selection": "^3.0.0",
|
|
1580
|
+
"d3-transition": "^3.0.1"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
"node_modules/@vitejs/plugin-vue": {
|
|
1584
|
+
"version": "5.2.4",
|
|
1585
|
+
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz",
|
|
1586
|
+
"integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==",
|
|
1587
|
+
"license": "MIT",
|
|
1588
|
+
"engines": {
|
|
1589
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
1590
|
+
},
|
|
1591
|
+
"peerDependencies": {
|
|
1592
|
+
"vite": "^5.0.0 || ^6.0.0",
|
|
1593
|
+
"vue": "^3.2.25"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
"node_modules/@vue/compiler-core": {
|
|
1597
|
+
"version": "3.5.30",
|
|
1598
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.30.tgz",
|
|
1599
|
+
"integrity": "sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw==",
|
|
1600
|
+
"license": "MIT",
|
|
1601
|
+
"dependencies": {
|
|
1602
|
+
"@babel/parser": "^7.29.0",
|
|
1603
|
+
"@vue/shared": "3.5.30",
|
|
1604
|
+
"entities": "^7.0.1",
|
|
1605
|
+
"estree-walker": "^2.0.2",
|
|
1606
|
+
"source-map-js": "^1.2.1"
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
"node_modules/@vue/compiler-dom": {
|
|
1610
|
+
"version": "3.5.30",
|
|
1611
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz",
|
|
1612
|
+
"integrity": "sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g==",
|
|
1613
|
+
"license": "MIT",
|
|
1614
|
+
"dependencies": {
|
|
1615
|
+
"@vue/compiler-core": "3.5.30",
|
|
1616
|
+
"@vue/shared": "3.5.30"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
"node_modules/@vue/compiler-sfc": {
|
|
1620
|
+
"version": "3.5.30",
|
|
1621
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz",
|
|
1622
|
+
"integrity": "sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A==",
|
|
1623
|
+
"license": "MIT",
|
|
1624
|
+
"dependencies": {
|
|
1625
|
+
"@babel/parser": "^7.29.0",
|
|
1626
|
+
"@vue/compiler-core": "3.5.30",
|
|
1627
|
+
"@vue/compiler-dom": "3.5.30",
|
|
1628
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
1629
|
+
"@vue/shared": "3.5.30",
|
|
1630
|
+
"estree-walker": "^2.0.2",
|
|
1631
|
+
"magic-string": "^0.30.21",
|
|
1632
|
+
"postcss": "^8.5.8",
|
|
1633
|
+
"source-map-js": "^1.2.1"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"node_modules/@vue/compiler-ssr": {
|
|
1637
|
+
"version": "3.5.30",
|
|
1638
|
+
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz",
|
|
1639
|
+
"integrity": "sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA==",
|
|
1640
|
+
"license": "MIT",
|
|
1641
|
+
"dependencies": {
|
|
1642
|
+
"@vue/compiler-dom": "3.5.30",
|
|
1643
|
+
"@vue/shared": "3.5.30"
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
"node_modules/@vue/devtools-api": {
|
|
1647
|
+
"version": "7.7.9",
|
|
1648
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
|
|
1649
|
+
"integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
|
|
1650
|
+
"license": "MIT",
|
|
1651
|
+
"dependencies": {
|
|
1652
|
+
"@vue/devtools-kit": "^7.7.9"
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/@vue/devtools-kit": {
|
|
1656
|
+
"version": "7.7.9",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
|
|
1658
|
+
"integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
|
|
1659
|
+
"license": "MIT",
|
|
1660
|
+
"dependencies": {
|
|
1661
|
+
"@vue/devtools-shared": "^7.7.9",
|
|
1662
|
+
"birpc": "^2.3.0",
|
|
1663
|
+
"hookable": "^5.5.3",
|
|
1664
|
+
"mitt": "^3.0.1",
|
|
1665
|
+
"perfect-debounce": "^1.0.0",
|
|
1666
|
+
"speakingurl": "^14.0.1",
|
|
1667
|
+
"superjson": "^2.2.2"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"node_modules/@vue/devtools-shared": {
|
|
1671
|
+
"version": "7.7.9",
|
|
1672
|
+
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
|
|
1673
|
+
"integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
|
|
1674
|
+
"license": "MIT",
|
|
1675
|
+
"dependencies": {
|
|
1676
|
+
"rfdc": "^1.4.1"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"node_modules/@vue/reactivity": {
|
|
1680
|
+
"version": "3.5.30",
|
|
1681
|
+
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.30.tgz",
|
|
1682
|
+
"integrity": "sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==",
|
|
1683
|
+
"license": "MIT",
|
|
1684
|
+
"dependencies": {
|
|
1685
|
+
"@vue/shared": "3.5.30"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"node_modules/@vue/runtime-core": {
|
|
1689
|
+
"version": "3.5.30",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.30.tgz",
|
|
1691
|
+
"integrity": "sha512-e0Z+8PQsUTdwV8TtEsLzUM7SzC7lQwYKePydb7K2ZnmS6jjND+WJXkmmfh/swYzRyfP1EY3fpdesyYoymCzYfg==",
|
|
1692
|
+
"license": "MIT",
|
|
1693
|
+
"dependencies": {
|
|
1694
|
+
"@vue/reactivity": "3.5.30",
|
|
1695
|
+
"@vue/shared": "3.5.30"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"node_modules/@vue/runtime-dom": {
|
|
1699
|
+
"version": "3.5.30",
|
|
1700
|
+
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.30.tgz",
|
|
1701
|
+
"integrity": "sha512-2UIGakjU4WSQ0T4iwDEW0W7vQj6n7AFn7taqZ9Cvm0Q/RA2FFOziLESrDL4GmtI1wV3jXg5nMoJSYO66egDUBw==",
|
|
1702
|
+
"license": "MIT",
|
|
1703
|
+
"dependencies": {
|
|
1704
|
+
"@vue/reactivity": "3.5.30",
|
|
1705
|
+
"@vue/runtime-core": "3.5.30",
|
|
1706
|
+
"@vue/shared": "3.5.30",
|
|
1707
|
+
"csstype": "^3.2.3"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"node_modules/@vue/server-renderer": {
|
|
1711
|
+
"version": "3.5.30",
|
|
1712
|
+
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.30.tgz",
|
|
1713
|
+
"integrity": "sha512-v+R34icapydRwbZRD0sXwtHqrQJv38JuMB4JxbOxd8NEpGLny7cncMp53W9UH/zo4j8eDHjQ1dEJXwzFQknjtQ==",
|
|
1714
|
+
"license": "MIT",
|
|
1715
|
+
"dependencies": {
|
|
1716
|
+
"@vue/compiler-ssr": "3.5.30",
|
|
1717
|
+
"@vue/shared": "3.5.30"
|
|
1718
|
+
},
|
|
1719
|
+
"peerDependencies": {
|
|
1720
|
+
"vue": "3.5.30"
|
|
1721
|
+
}
|
|
1722
|
+
},
|
|
1723
|
+
"node_modules/@vue/shared": {
|
|
1724
|
+
"version": "3.5.30",
|
|
1725
|
+
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.30.tgz",
|
|
1726
|
+
"integrity": "sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ==",
|
|
1727
|
+
"license": "MIT"
|
|
1728
|
+
},
|
|
1729
|
+
"node_modules/@vueuse/core": {
|
|
1730
|
+
"version": "12.8.2",
|
|
1731
|
+
"resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.8.2.tgz",
|
|
1732
|
+
"integrity": "sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==",
|
|
1733
|
+
"license": "MIT",
|
|
1734
|
+
"dependencies": {
|
|
1735
|
+
"@types/web-bluetooth": "^0.0.21",
|
|
1736
|
+
"@vueuse/metadata": "12.8.2",
|
|
1737
|
+
"@vueuse/shared": "12.8.2",
|
|
1738
|
+
"vue": "^3.5.13"
|
|
1739
|
+
},
|
|
1740
|
+
"funding": {
|
|
1741
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"node_modules/@vueuse/integrations": {
|
|
1745
|
+
"version": "12.8.2",
|
|
1746
|
+
"resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-12.8.2.tgz",
|
|
1747
|
+
"integrity": "sha512-fbGYivgK5uBTRt7p5F3zy6VrETlV9RtZjBqd1/HxGdjdckBgBM4ugP8LHpjolqTj14TXTxSK1ZfgPbHYyGuH7g==",
|
|
1748
|
+
"license": "MIT",
|
|
1749
|
+
"dependencies": {
|
|
1750
|
+
"@vueuse/core": "12.8.2",
|
|
1751
|
+
"@vueuse/shared": "12.8.2",
|
|
1752
|
+
"vue": "^3.5.13"
|
|
1753
|
+
},
|
|
1754
|
+
"funding": {
|
|
1755
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1756
|
+
},
|
|
1757
|
+
"peerDependencies": {
|
|
1758
|
+
"async-validator": "^4",
|
|
1759
|
+
"axios": "^1",
|
|
1760
|
+
"change-case": "^5",
|
|
1761
|
+
"drauu": "^0.4",
|
|
1762
|
+
"focus-trap": "^7",
|
|
1763
|
+
"fuse.js": "^7",
|
|
1764
|
+
"idb-keyval": "^6",
|
|
1765
|
+
"jwt-decode": "^4",
|
|
1766
|
+
"nprogress": "^0.2",
|
|
1767
|
+
"qrcode": "^1.5",
|
|
1768
|
+
"sortablejs": "^1",
|
|
1769
|
+
"universal-cookie": "^7"
|
|
1770
|
+
},
|
|
1771
|
+
"peerDependenciesMeta": {
|
|
1772
|
+
"async-validator": {
|
|
1773
|
+
"optional": true
|
|
1774
|
+
},
|
|
1775
|
+
"axios": {
|
|
1776
|
+
"optional": true
|
|
1777
|
+
},
|
|
1778
|
+
"change-case": {
|
|
1779
|
+
"optional": true
|
|
1780
|
+
},
|
|
1781
|
+
"drauu": {
|
|
1782
|
+
"optional": true
|
|
1783
|
+
},
|
|
1784
|
+
"focus-trap": {
|
|
1785
|
+
"optional": true
|
|
1786
|
+
},
|
|
1787
|
+
"fuse.js": {
|
|
1788
|
+
"optional": true
|
|
1789
|
+
},
|
|
1790
|
+
"idb-keyval": {
|
|
1791
|
+
"optional": true
|
|
1792
|
+
},
|
|
1793
|
+
"jwt-decode": {
|
|
1794
|
+
"optional": true
|
|
1795
|
+
},
|
|
1796
|
+
"nprogress": {
|
|
1797
|
+
"optional": true
|
|
1798
|
+
},
|
|
1799
|
+
"qrcode": {
|
|
1800
|
+
"optional": true
|
|
1801
|
+
},
|
|
1802
|
+
"sortablejs": {
|
|
1803
|
+
"optional": true
|
|
1804
|
+
},
|
|
1805
|
+
"universal-cookie": {
|
|
1806
|
+
"optional": true
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"node_modules/@vueuse/metadata": {
|
|
1811
|
+
"version": "12.8.2",
|
|
1812
|
+
"resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.8.2.tgz",
|
|
1813
|
+
"integrity": "sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==",
|
|
1814
|
+
"license": "MIT",
|
|
1815
|
+
"funding": {
|
|
1816
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1817
|
+
}
|
|
1818
|
+
},
|
|
1819
|
+
"node_modules/@vueuse/shared": {
|
|
1820
|
+
"version": "12.8.2",
|
|
1821
|
+
"resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.8.2.tgz",
|
|
1822
|
+
"integrity": "sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==",
|
|
1823
|
+
"license": "MIT",
|
|
1824
|
+
"dependencies": {
|
|
1825
|
+
"vue": "^3.5.13"
|
|
1826
|
+
},
|
|
1827
|
+
"funding": {
|
|
1828
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"node_modules/acorn": {
|
|
1832
|
+
"version": "8.16.0",
|
|
1833
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
1834
|
+
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
|
1835
|
+
"license": "MIT",
|
|
1836
|
+
"bin": {
|
|
1837
|
+
"acorn": "bin/acorn"
|
|
1838
|
+
},
|
|
1839
|
+
"engines": {
|
|
1840
|
+
"node": ">=0.4.0"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"node_modules/algoliasearch": {
|
|
1844
|
+
"version": "5.50.0",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.50.0.tgz",
|
|
1846
|
+
"integrity": "sha512-yE5I83Q2s8euVou8Y3feXK08wyZInJWLYXgWO6Xti9jBUEZAGUahyeQ7wSZWkifLWVnQVKEz5RAmBlXG5nqxog==",
|
|
1847
|
+
"license": "MIT",
|
|
1848
|
+
"dependencies": {
|
|
1849
|
+
"@algolia/abtesting": "1.16.0",
|
|
1850
|
+
"@algolia/client-abtesting": "5.50.0",
|
|
1851
|
+
"@algolia/client-analytics": "5.50.0",
|
|
1852
|
+
"@algolia/client-common": "5.50.0",
|
|
1853
|
+
"@algolia/client-insights": "5.50.0",
|
|
1854
|
+
"@algolia/client-personalization": "5.50.0",
|
|
1855
|
+
"@algolia/client-query-suggestions": "5.50.0",
|
|
1856
|
+
"@algolia/client-search": "5.50.0",
|
|
1857
|
+
"@algolia/ingestion": "1.50.0",
|
|
1858
|
+
"@algolia/monitoring": "1.50.0",
|
|
1859
|
+
"@algolia/recommend": "5.50.0",
|
|
1860
|
+
"@algolia/requester-browser-xhr": "5.50.0",
|
|
1861
|
+
"@algolia/requester-fetch": "5.50.0",
|
|
1862
|
+
"@algolia/requester-node-http": "5.50.0"
|
|
1863
|
+
},
|
|
1864
|
+
"engines": {
|
|
1865
|
+
"node": ">= 14.0.0"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"node_modules/birpc": {
|
|
1869
|
+
"version": "2.9.0",
|
|
1870
|
+
"resolved": "https://registry.npmjs.org/birpc/-/birpc-2.9.0.tgz",
|
|
1871
|
+
"integrity": "sha512-KrayHS5pBi69Xi9JmvoqrIgYGDkD6mcSe/i6YKi3w5kekCLzrX4+nawcXqrj2tIp50Kw/mT/s3p+GVK0A0sKxw==",
|
|
1872
|
+
"license": "MIT",
|
|
1873
|
+
"funding": {
|
|
1874
|
+
"url": "https://github.com/sponsors/antfu"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"node_modules/ccount": {
|
|
1878
|
+
"version": "2.0.1",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
1880
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
1881
|
+
"license": "MIT",
|
|
1882
|
+
"funding": {
|
|
1883
|
+
"type": "github",
|
|
1884
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
"node_modules/character-entities-html4": {
|
|
1888
|
+
"version": "2.1.0",
|
|
1889
|
+
"resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
|
|
1890
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
1891
|
+
"license": "MIT",
|
|
1892
|
+
"funding": {
|
|
1893
|
+
"type": "github",
|
|
1894
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"node_modules/character-entities-legacy": {
|
|
1898
|
+
"version": "3.0.0",
|
|
1899
|
+
"resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
|
|
1900
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
1901
|
+
"license": "MIT",
|
|
1902
|
+
"funding": {
|
|
1903
|
+
"type": "github",
|
|
1904
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"node_modules/chevrotain": {
|
|
1908
|
+
"version": "11.1.2",
|
|
1909
|
+
"resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-11.1.2.tgz",
|
|
1910
|
+
"integrity": "sha512-opLQzEVriiH1uUQ4Kctsd49bRoFDXGGSC4GUqj7pGyxM3RehRhvTlZJc1FL/Flew2p5uwxa1tUDWKzI4wNM8pg==",
|
|
1911
|
+
"license": "Apache-2.0",
|
|
1912
|
+
"dependencies": {
|
|
1913
|
+
"@chevrotain/cst-dts-gen": "11.1.2",
|
|
1914
|
+
"@chevrotain/gast": "11.1.2",
|
|
1915
|
+
"@chevrotain/regexp-to-ast": "11.1.2",
|
|
1916
|
+
"@chevrotain/types": "11.1.2",
|
|
1917
|
+
"@chevrotain/utils": "11.1.2",
|
|
1918
|
+
"lodash-es": "4.17.23"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
"node_modules/chevrotain-allstar": {
|
|
1922
|
+
"version": "0.3.1",
|
|
1923
|
+
"resolved": "https://registry.npmjs.org/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz",
|
|
1924
|
+
"integrity": "sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==",
|
|
1925
|
+
"license": "MIT",
|
|
1926
|
+
"dependencies": {
|
|
1927
|
+
"lodash-es": "^4.17.21"
|
|
1928
|
+
},
|
|
1929
|
+
"peerDependencies": {
|
|
1930
|
+
"chevrotain": "^11.0.0"
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1933
|
+
"node_modules/comma-separated-tokens": {
|
|
1934
|
+
"version": "2.0.3",
|
|
1935
|
+
"resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
|
|
1936
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
1937
|
+
"license": "MIT",
|
|
1938
|
+
"funding": {
|
|
1939
|
+
"type": "github",
|
|
1940
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
"node_modules/commander": {
|
|
1944
|
+
"version": "7.2.0",
|
|
1945
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
|
|
1946
|
+
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
|
1947
|
+
"license": "MIT",
|
|
1948
|
+
"engines": {
|
|
1949
|
+
"node": ">= 10"
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"node_modules/confbox": {
|
|
1953
|
+
"version": "0.1.8",
|
|
1954
|
+
"resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.8.tgz",
|
|
1955
|
+
"integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==",
|
|
1956
|
+
"license": "MIT"
|
|
1957
|
+
},
|
|
1958
|
+
"node_modules/copy-anything": {
|
|
1959
|
+
"version": "4.0.5",
|
|
1960
|
+
"resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-4.0.5.tgz",
|
|
1961
|
+
"integrity": "sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==",
|
|
1962
|
+
"license": "MIT",
|
|
1963
|
+
"dependencies": {
|
|
1964
|
+
"is-what": "^5.2.0"
|
|
1965
|
+
},
|
|
1966
|
+
"engines": {
|
|
1967
|
+
"node": ">=18"
|
|
1968
|
+
},
|
|
1969
|
+
"funding": {
|
|
1970
|
+
"url": "https://github.com/sponsors/mesqueeb"
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"node_modules/cose-base": {
|
|
1974
|
+
"version": "1.0.3",
|
|
1975
|
+
"resolved": "https://registry.npmjs.org/cose-base/-/cose-base-1.0.3.tgz",
|
|
1976
|
+
"integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
|
|
1977
|
+
"license": "MIT",
|
|
1978
|
+
"dependencies": {
|
|
1979
|
+
"layout-base": "^1.0.0"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"node_modules/csstype": {
|
|
1983
|
+
"version": "3.2.3",
|
|
1984
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
1985
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
1986
|
+
"license": "MIT"
|
|
1987
|
+
},
|
|
1988
|
+
"node_modules/cytoscape": {
|
|
1989
|
+
"version": "3.33.1",
|
|
1990
|
+
"resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.33.1.tgz",
|
|
1991
|
+
"integrity": "sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==",
|
|
1992
|
+
"license": "MIT",
|
|
1993
|
+
"engines": {
|
|
1994
|
+
"node": ">=0.10"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
"node_modules/cytoscape-cose-bilkent": {
|
|
1998
|
+
"version": "4.1.0",
|
|
1999
|
+
"resolved": "https://registry.npmjs.org/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz",
|
|
2000
|
+
"integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
|
|
2001
|
+
"license": "MIT",
|
|
2002
|
+
"dependencies": {
|
|
2003
|
+
"cose-base": "^1.0.0"
|
|
2004
|
+
},
|
|
2005
|
+
"peerDependencies": {
|
|
2006
|
+
"cytoscape": "^3.2.0"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
"node_modules/cytoscape-fcose": {
|
|
2010
|
+
"version": "2.2.0",
|
|
2011
|
+
"resolved": "https://registry.npmjs.org/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz",
|
|
2012
|
+
"integrity": "sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==",
|
|
2013
|
+
"license": "MIT",
|
|
2014
|
+
"dependencies": {
|
|
2015
|
+
"cose-base": "^2.2.0"
|
|
2016
|
+
},
|
|
2017
|
+
"peerDependencies": {
|
|
2018
|
+
"cytoscape": "^3.2.0"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"node_modules/cytoscape-fcose/node_modules/cose-base": {
|
|
2022
|
+
"version": "2.2.0",
|
|
2023
|
+
"resolved": "https://registry.npmjs.org/cose-base/-/cose-base-2.2.0.tgz",
|
|
2024
|
+
"integrity": "sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==",
|
|
2025
|
+
"license": "MIT",
|
|
2026
|
+
"dependencies": {
|
|
2027
|
+
"layout-base": "^2.0.0"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"node_modules/cytoscape-fcose/node_modules/layout-base": {
|
|
2031
|
+
"version": "2.0.1",
|
|
2032
|
+
"resolved": "https://registry.npmjs.org/layout-base/-/layout-base-2.0.1.tgz",
|
|
2033
|
+
"integrity": "sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==",
|
|
2034
|
+
"license": "MIT"
|
|
2035
|
+
},
|
|
2036
|
+
"node_modules/d3": {
|
|
2037
|
+
"version": "7.9.0",
|
|
2038
|
+
"resolved": "https://registry.npmjs.org/d3/-/d3-7.9.0.tgz",
|
|
2039
|
+
"integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
|
|
2040
|
+
"license": "ISC",
|
|
2041
|
+
"dependencies": {
|
|
2042
|
+
"d3-array": "3",
|
|
2043
|
+
"d3-axis": "3",
|
|
2044
|
+
"d3-brush": "3",
|
|
2045
|
+
"d3-chord": "3",
|
|
2046
|
+
"d3-color": "3",
|
|
2047
|
+
"d3-contour": "4",
|
|
2048
|
+
"d3-delaunay": "6",
|
|
2049
|
+
"d3-dispatch": "3",
|
|
2050
|
+
"d3-drag": "3",
|
|
2051
|
+
"d3-dsv": "3",
|
|
2052
|
+
"d3-ease": "3",
|
|
2053
|
+
"d3-fetch": "3",
|
|
2054
|
+
"d3-force": "3",
|
|
2055
|
+
"d3-format": "3",
|
|
2056
|
+
"d3-geo": "3",
|
|
2057
|
+
"d3-hierarchy": "3",
|
|
2058
|
+
"d3-interpolate": "3",
|
|
2059
|
+
"d3-path": "3",
|
|
2060
|
+
"d3-polygon": "3",
|
|
2061
|
+
"d3-quadtree": "3",
|
|
2062
|
+
"d3-random": "3",
|
|
2063
|
+
"d3-scale": "4",
|
|
2064
|
+
"d3-scale-chromatic": "3",
|
|
2065
|
+
"d3-selection": "3",
|
|
2066
|
+
"d3-shape": "3",
|
|
2067
|
+
"d3-time": "3",
|
|
2068
|
+
"d3-time-format": "4",
|
|
2069
|
+
"d3-timer": "3",
|
|
2070
|
+
"d3-transition": "3",
|
|
2071
|
+
"d3-zoom": "3"
|
|
2072
|
+
},
|
|
2073
|
+
"engines": {
|
|
2074
|
+
"node": ">=12"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"node_modules/d3-array": {
|
|
2078
|
+
"version": "3.2.4",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz",
|
|
2080
|
+
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
2081
|
+
"license": "ISC",
|
|
2082
|
+
"dependencies": {
|
|
2083
|
+
"internmap": "1 - 2"
|
|
2084
|
+
},
|
|
2085
|
+
"engines": {
|
|
2086
|
+
"node": ">=12"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
"node_modules/d3-axis": {
|
|
2090
|
+
"version": "3.0.0",
|
|
2091
|
+
"resolved": "https://registry.npmjs.org/d3-axis/-/d3-axis-3.0.0.tgz",
|
|
2092
|
+
"integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
|
|
2093
|
+
"license": "ISC",
|
|
2094
|
+
"engines": {
|
|
2095
|
+
"node": ">=12"
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"node_modules/d3-brush": {
|
|
2099
|
+
"version": "3.0.0",
|
|
2100
|
+
"resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
|
|
2101
|
+
"integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
|
|
2102
|
+
"license": "ISC",
|
|
2103
|
+
"dependencies": {
|
|
2104
|
+
"d3-dispatch": "1 - 3",
|
|
2105
|
+
"d3-drag": "2 - 3",
|
|
2106
|
+
"d3-interpolate": "1 - 3",
|
|
2107
|
+
"d3-selection": "3",
|
|
2108
|
+
"d3-transition": "3"
|
|
2109
|
+
},
|
|
2110
|
+
"engines": {
|
|
2111
|
+
"node": ">=12"
|
|
2112
|
+
}
|
|
2113
|
+
},
|
|
2114
|
+
"node_modules/d3-chord": {
|
|
2115
|
+
"version": "3.0.1",
|
|
2116
|
+
"resolved": "https://registry.npmjs.org/d3-chord/-/d3-chord-3.0.1.tgz",
|
|
2117
|
+
"integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
|
|
2118
|
+
"license": "ISC",
|
|
2119
|
+
"dependencies": {
|
|
2120
|
+
"d3-path": "1 - 3"
|
|
2121
|
+
},
|
|
2122
|
+
"engines": {
|
|
2123
|
+
"node": ">=12"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"node_modules/d3-color": {
|
|
2127
|
+
"version": "3.1.0",
|
|
2128
|
+
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz",
|
|
2129
|
+
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
2130
|
+
"license": "ISC",
|
|
2131
|
+
"engines": {
|
|
2132
|
+
"node": ">=12"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"node_modules/d3-contour": {
|
|
2136
|
+
"version": "4.0.2",
|
|
2137
|
+
"resolved": "https://registry.npmjs.org/d3-contour/-/d3-contour-4.0.2.tgz",
|
|
2138
|
+
"integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
|
|
2139
|
+
"license": "ISC",
|
|
2140
|
+
"dependencies": {
|
|
2141
|
+
"d3-array": "^3.2.0"
|
|
2142
|
+
},
|
|
2143
|
+
"engines": {
|
|
2144
|
+
"node": ">=12"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2147
|
+
"node_modules/d3-delaunay": {
|
|
2148
|
+
"version": "6.0.4",
|
|
2149
|
+
"resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz",
|
|
2150
|
+
"integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
|
|
2151
|
+
"license": "ISC",
|
|
2152
|
+
"dependencies": {
|
|
2153
|
+
"delaunator": "5"
|
|
2154
|
+
},
|
|
2155
|
+
"engines": {
|
|
2156
|
+
"node": ">=12"
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
"node_modules/d3-dispatch": {
|
|
2160
|
+
"version": "3.0.1",
|
|
2161
|
+
"resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz",
|
|
2162
|
+
"integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
|
|
2163
|
+
"license": "ISC",
|
|
2164
|
+
"engines": {
|
|
2165
|
+
"node": ">=12"
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
"node_modules/d3-drag": {
|
|
2169
|
+
"version": "3.0.0",
|
|
2170
|
+
"resolved": "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz",
|
|
2171
|
+
"integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
|
|
2172
|
+
"license": "ISC",
|
|
2173
|
+
"dependencies": {
|
|
2174
|
+
"d3-dispatch": "1 - 3",
|
|
2175
|
+
"d3-selection": "3"
|
|
2176
|
+
},
|
|
2177
|
+
"engines": {
|
|
2178
|
+
"node": ">=12"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
"node_modules/d3-dsv": {
|
|
2182
|
+
"version": "3.0.1",
|
|
2183
|
+
"resolved": "https://registry.npmjs.org/d3-dsv/-/d3-dsv-3.0.1.tgz",
|
|
2184
|
+
"integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
|
|
2185
|
+
"license": "ISC",
|
|
2186
|
+
"dependencies": {
|
|
2187
|
+
"commander": "7",
|
|
2188
|
+
"iconv-lite": "0.6",
|
|
2189
|
+
"rw": "1"
|
|
2190
|
+
},
|
|
2191
|
+
"bin": {
|
|
2192
|
+
"csv2json": "bin/dsv2json.js",
|
|
2193
|
+
"csv2tsv": "bin/dsv2dsv.js",
|
|
2194
|
+
"dsv2dsv": "bin/dsv2dsv.js",
|
|
2195
|
+
"dsv2json": "bin/dsv2json.js",
|
|
2196
|
+
"json2csv": "bin/json2dsv.js",
|
|
2197
|
+
"json2dsv": "bin/json2dsv.js",
|
|
2198
|
+
"json2tsv": "bin/json2dsv.js",
|
|
2199
|
+
"tsv2csv": "bin/dsv2dsv.js",
|
|
2200
|
+
"tsv2json": "bin/dsv2json.js"
|
|
2201
|
+
},
|
|
2202
|
+
"engines": {
|
|
2203
|
+
"node": ">=12"
|
|
2204
|
+
}
|
|
2205
|
+
},
|
|
2206
|
+
"node_modules/d3-ease": {
|
|
2207
|
+
"version": "3.0.1",
|
|
2208
|
+
"resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz",
|
|
2209
|
+
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
2210
|
+
"license": "BSD-3-Clause",
|
|
2211
|
+
"engines": {
|
|
2212
|
+
"node": ">=12"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
"node_modules/d3-fetch": {
|
|
2216
|
+
"version": "3.0.1",
|
|
2217
|
+
"resolved": "https://registry.npmjs.org/d3-fetch/-/d3-fetch-3.0.1.tgz",
|
|
2218
|
+
"integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
|
|
2219
|
+
"license": "ISC",
|
|
2220
|
+
"dependencies": {
|
|
2221
|
+
"d3-dsv": "1 - 3"
|
|
2222
|
+
},
|
|
2223
|
+
"engines": {
|
|
2224
|
+
"node": ">=12"
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
"node_modules/d3-force": {
|
|
2228
|
+
"version": "3.0.0",
|
|
2229
|
+
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-3.0.0.tgz",
|
|
2230
|
+
"integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
|
|
2231
|
+
"license": "ISC",
|
|
2232
|
+
"dependencies": {
|
|
2233
|
+
"d3-dispatch": "1 - 3",
|
|
2234
|
+
"d3-quadtree": "1 - 3",
|
|
2235
|
+
"d3-timer": "1 - 3"
|
|
2236
|
+
},
|
|
2237
|
+
"engines": {
|
|
2238
|
+
"node": ">=12"
|
|
2239
|
+
}
|
|
2240
|
+
},
|
|
2241
|
+
"node_modules/d3-format": {
|
|
2242
|
+
"version": "3.1.2",
|
|
2243
|
+
"resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
|
|
2244
|
+
"integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
|
|
2245
|
+
"license": "ISC",
|
|
2246
|
+
"engines": {
|
|
2247
|
+
"node": ">=12"
|
|
2248
|
+
}
|
|
2249
|
+
},
|
|
2250
|
+
"node_modules/d3-geo": {
|
|
2251
|
+
"version": "3.1.1",
|
|
2252
|
+
"resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.1.tgz",
|
|
2253
|
+
"integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
|
|
2254
|
+
"license": "ISC",
|
|
2255
|
+
"dependencies": {
|
|
2256
|
+
"d3-array": "2.5.0 - 3"
|
|
2257
|
+
},
|
|
2258
|
+
"engines": {
|
|
2259
|
+
"node": ">=12"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"node_modules/d3-hierarchy": {
|
|
2263
|
+
"version": "3.1.2",
|
|
2264
|
+
"resolved": "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz",
|
|
2265
|
+
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
|
2266
|
+
"license": "ISC",
|
|
2267
|
+
"engines": {
|
|
2268
|
+
"node": ">=12"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
"node_modules/d3-interpolate": {
|
|
2272
|
+
"version": "3.0.1",
|
|
2273
|
+
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz",
|
|
2274
|
+
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
2275
|
+
"license": "ISC",
|
|
2276
|
+
"dependencies": {
|
|
2277
|
+
"d3-color": "1 - 3"
|
|
2278
|
+
},
|
|
2279
|
+
"engines": {
|
|
2280
|
+
"node": ">=12"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"node_modules/d3-path": {
|
|
2284
|
+
"version": "3.1.0",
|
|
2285
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz",
|
|
2286
|
+
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
2287
|
+
"license": "ISC",
|
|
2288
|
+
"engines": {
|
|
2289
|
+
"node": ">=12"
|
|
2290
|
+
}
|
|
2291
|
+
},
|
|
2292
|
+
"node_modules/d3-polygon": {
|
|
2293
|
+
"version": "3.0.1",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/d3-polygon/-/d3-polygon-3.0.1.tgz",
|
|
2295
|
+
"integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
|
|
2296
|
+
"license": "ISC",
|
|
2297
|
+
"engines": {
|
|
2298
|
+
"node": ">=12"
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"node_modules/d3-quadtree": {
|
|
2302
|
+
"version": "3.0.1",
|
|
2303
|
+
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-3.0.1.tgz",
|
|
2304
|
+
"integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
|
|
2305
|
+
"license": "ISC",
|
|
2306
|
+
"engines": {
|
|
2307
|
+
"node": ">=12"
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
"node_modules/d3-random": {
|
|
2311
|
+
"version": "3.0.1",
|
|
2312
|
+
"resolved": "https://registry.npmjs.org/d3-random/-/d3-random-3.0.1.tgz",
|
|
2313
|
+
"integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
|
|
2314
|
+
"license": "ISC",
|
|
2315
|
+
"engines": {
|
|
2316
|
+
"node": ">=12"
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2319
|
+
"node_modules/d3-sankey": {
|
|
2320
|
+
"version": "0.12.3",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/d3-sankey/-/d3-sankey-0.12.3.tgz",
|
|
2322
|
+
"integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
|
|
2323
|
+
"license": "BSD-3-Clause",
|
|
2324
|
+
"dependencies": {
|
|
2325
|
+
"d3-array": "1 - 2",
|
|
2326
|
+
"d3-shape": "^1.2.0"
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
"node_modules/d3-sankey/node_modules/d3-array": {
|
|
2330
|
+
"version": "2.12.1",
|
|
2331
|
+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-2.12.1.tgz",
|
|
2332
|
+
"integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
|
|
2333
|
+
"license": "BSD-3-Clause",
|
|
2334
|
+
"dependencies": {
|
|
2335
|
+
"internmap": "^1.0.0"
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
2338
|
+
"node_modules/d3-sankey/node_modules/d3-path": {
|
|
2339
|
+
"version": "1.0.9",
|
|
2340
|
+
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz",
|
|
2341
|
+
"integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
|
|
2342
|
+
"license": "BSD-3-Clause"
|
|
2343
|
+
},
|
|
2344
|
+
"node_modules/d3-sankey/node_modules/d3-shape": {
|
|
2345
|
+
"version": "1.3.7",
|
|
2346
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz",
|
|
2347
|
+
"integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
|
|
2348
|
+
"license": "BSD-3-Clause",
|
|
2349
|
+
"dependencies": {
|
|
2350
|
+
"d3-path": "1"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"node_modules/d3-sankey/node_modules/internmap": {
|
|
2354
|
+
"version": "1.0.1",
|
|
2355
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz",
|
|
2356
|
+
"integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
|
|
2357
|
+
"license": "ISC"
|
|
2358
|
+
},
|
|
2359
|
+
"node_modules/d3-scale": {
|
|
2360
|
+
"version": "4.0.2",
|
|
2361
|
+
"resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz",
|
|
2362
|
+
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
2363
|
+
"license": "ISC",
|
|
2364
|
+
"dependencies": {
|
|
2365
|
+
"d3-array": "2.10.0 - 3",
|
|
2366
|
+
"d3-format": "1 - 3",
|
|
2367
|
+
"d3-interpolate": "1.2.0 - 3",
|
|
2368
|
+
"d3-time": "2.1.1 - 3",
|
|
2369
|
+
"d3-time-format": "2 - 4"
|
|
2370
|
+
},
|
|
2371
|
+
"engines": {
|
|
2372
|
+
"node": ">=12"
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
"node_modules/d3-scale-chromatic": {
|
|
2376
|
+
"version": "3.1.0",
|
|
2377
|
+
"resolved": "https://registry.npmjs.org/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz",
|
|
2378
|
+
"integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
|
|
2379
|
+
"license": "ISC",
|
|
2380
|
+
"dependencies": {
|
|
2381
|
+
"d3-color": "1 - 3",
|
|
2382
|
+
"d3-interpolate": "1 - 3"
|
|
2383
|
+
},
|
|
2384
|
+
"engines": {
|
|
2385
|
+
"node": ">=12"
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
"node_modules/d3-selection": {
|
|
2389
|
+
"version": "3.0.0",
|
|
2390
|
+
"resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz",
|
|
2391
|
+
"integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
|
|
2392
|
+
"license": "ISC",
|
|
2393
|
+
"engines": {
|
|
2394
|
+
"node": ">=12"
|
|
2395
|
+
}
|
|
2396
|
+
},
|
|
2397
|
+
"node_modules/d3-shape": {
|
|
2398
|
+
"version": "3.2.0",
|
|
2399
|
+
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
|
|
2400
|
+
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
2401
|
+
"license": "ISC",
|
|
2402
|
+
"dependencies": {
|
|
2403
|
+
"d3-path": "^3.1.0"
|
|
2404
|
+
},
|
|
2405
|
+
"engines": {
|
|
2406
|
+
"node": ">=12"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
"node_modules/d3-time": {
|
|
2410
|
+
"version": "3.1.0",
|
|
2411
|
+
"resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz",
|
|
2412
|
+
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
2413
|
+
"license": "ISC",
|
|
2414
|
+
"dependencies": {
|
|
2415
|
+
"d3-array": "2 - 3"
|
|
2416
|
+
},
|
|
2417
|
+
"engines": {
|
|
2418
|
+
"node": ">=12"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2421
|
+
"node_modules/d3-time-format": {
|
|
2422
|
+
"version": "4.1.0",
|
|
2423
|
+
"resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz",
|
|
2424
|
+
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
2425
|
+
"license": "ISC",
|
|
2426
|
+
"dependencies": {
|
|
2427
|
+
"d3-time": "1 - 3"
|
|
2428
|
+
},
|
|
2429
|
+
"engines": {
|
|
2430
|
+
"node": ">=12"
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
"node_modules/d3-timer": {
|
|
2434
|
+
"version": "3.0.1",
|
|
2435
|
+
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz",
|
|
2436
|
+
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
2437
|
+
"license": "ISC",
|
|
2438
|
+
"engines": {
|
|
2439
|
+
"node": ">=12"
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"node_modules/d3-transition": {
|
|
2443
|
+
"version": "3.0.1",
|
|
2444
|
+
"resolved": "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz",
|
|
2445
|
+
"integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
|
|
2446
|
+
"license": "ISC",
|
|
2447
|
+
"dependencies": {
|
|
2448
|
+
"d3-color": "1 - 3",
|
|
2449
|
+
"d3-dispatch": "1 - 3",
|
|
2450
|
+
"d3-ease": "1 - 3",
|
|
2451
|
+
"d3-interpolate": "1 - 3",
|
|
2452
|
+
"d3-timer": "1 - 3"
|
|
2453
|
+
},
|
|
2454
|
+
"engines": {
|
|
2455
|
+
"node": ">=12"
|
|
2456
|
+
},
|
|
2457
|
+
"peerDependencies": {
|
|
2458
|
+
"d3-selection": "2 - 3"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"node_modules/d3-zoom": {
|
|
2462
|
+
"version": "3.0.0",
|
|
2463
|
+
"resolved": "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz",
|
|
2464
|
+
"integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
|
|
2465
|
+
"license": "ISC",
|
|
2466
|
+
"dependencies": {
|
|
2467
|
+
"d3-dispatch": "1 - 3",
|
|
2468
|
+
"d3-drag": "2 - 3",
|
|
2469
|
+
"d3-interpolate": "1 - 3",
|
|
2470
|
+
"d3-selection": "2 - 3",
|
|
2471
|
+
"d3-transition": "2 - 3"
|
|
2472
|
+
},
|
|
2473
|
+
"engines": {
|
|
2474
|
+
"node": ">=12"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"node_modules/dagre-d3-es": {
|
|
2478
|
+
"version": "7.0.14",
|
|
2479
|
+
"resolved": "https://registry.npmjs.org/dagre-d3-es/-/dagre-d3-es-7.0.14.tgz",
|
|
2480
|
+
"integrity": "sha512-P4rFMVq9ESWqmOgK+dlXvOtLwYg0i7u0HBGJER0LZDJT2VHIPAMZ/riPxqJceWMStH5+E61QxFra9kIS3AqdMg==",
|
|
2481
|
+
"license": "MIT",
|
|
2482
|
+
"dependencies": {
|
|
2483
|
+
"d3": "^7.9.0",
|
|
2484
|
+
"lodash-es": "^4.17.21"
|
|
2485
|
+
}
|
|
2486
|
+
},
|
|
2487
|
+
"node_modules/dayjs": {
|
|
2488
|
+
"version": "1.11.20",
|
|
2489
|
+
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz",
|
|
2490
|
+
"integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==",
|
|
2491
|
+
"license": "MIT"
|
|
2492
|
+
},
|
|
2493
|
+
"node_modules/delaunator": {
|
|
2494
|
+
"version": "5.1.0",
|
|
2495
|
+
"resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.1.0.tgz",
|
|
2496
|
+
"integrity": "sha512-AGrQ4QSgssa1NGmWmLPqN5NY2KajF5MqxetNEO+o0n3ZwZZeTmt7bBnvzHWrmkZFxGgr4HdyFgelzgi06otLuQ==",
|
|
2497
|
+
"license": "ISC",
|
|
2498
|
+
"dependencies": {
|
|
2499
|
+
"robust-predicates": "^3.0.2"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
"node_modules/dequal": {
|
|
2503
|
+
"version": "2.0.3",
|
|
2504
|
+
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
2505
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
2506
|
+
"license": "MIT",
|
|
2507
|
+
"engines": {
|
|
2508
|
+
"node": ">=6"
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"node_modules/devlop": {
|
|
2512
|
+
"version": "1.1.0",
|
|
2513
|
+
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
2514
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
2515
|
+
"license": "MIT",
|
|
2516
|
+
"dependencies": {
|
|
2517
|
+
"dequal": "^2.0.0"
|
|
2518
|
+
},
|
|
2519
|
+
"funding": {
|
|
2520
|
+
"type": "github",
|
|
2521
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2524
|
+
"node_modules/dompurify": {
|
|
2525
|
+
"version": "3.3.3",
|
|
2526
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz",
|
|
2527
|
+
"integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==",
|
|
2528
|
+
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
2529
|
+
"optionalDependencies": {
|
|
2530
|
+
"@types/trusted-types": "^2.0.7"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
"node_modules/emoji-regex-xs": {
|
|
2534
|
+
"version": "1.0.0",
|
|
2535
|
+
"resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz",
|
|
2536
|
+
"integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==",
|
|
2537
|
+
"license": "MIT"
|
|
2538
|
+
},
|
|
2539
|
+
"node_modules/entities": {
|
|
2540
|
+
"version": "7.0.1",
|
|
2541
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
|
|
2542
|
+
"integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
|
|
2543
|
+
"license": "BSD-2-Clause",
|
|
2544
|
+
"engines": {
|
|
2545
|
+
"node": ">=0.12"
|
|
2546
|
+
},
|
|
2547
|
+
"funding": {
|
|
2548
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
"node_modules/esbuild": {
|
|
2552
|
+
"version": "0.21.5",
|
|
2553
|
+
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
|
|
2554
|
+
"integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
|
|
2555
|
+
"hasInstallScript": true,
|
|
2556
|
+
"license": "MIT",
|
|
2557
|
+
"bin": {
|
|
2558
|
+
"esbuild": "bin/esbuild"
|
|
2559
|
+
},
|
|
2560
|
+
"engines": {
|
|
2561
|
+
"node": ">=12"
|
|
2562
|
+
},
|
|
2563
|
+
"optionalDependencies": {
|
|
2564
|
+
"@esbuild/aix-ppc64": "0.21.5",
|
|
2565
|
+
"@esbuild/android-arm": "0.21.5",
|
|
2566
|
+
"@esbuild/android-arm64": "0.21.5",
|
|
2567
|
+
"@esbuild/android-x64": "0.21.5",
|
|
2568
|
+
"@esbuild/darwin-arm64": "0.21.5",
|
|
2569
|
+
"@esbuild/darwin-x64": "0.21.5",
|
|
2570
|
+
"@esbuild/freebsd-arm64": "0.21.5",
|
|
2571
|
+
"@esbuild/freebsd-x64": "0.21.5",
|
|
2572
|
+
"@esbuild/linux-arm": "0.21.5",
|
|
2573
|
+
"@esbuild/linux-arm64": "0.21.5",
|
|
2574
|
+
"@esbuild/linux-ia32": "0.21.5",
|
|
2575
|
+
"@esbuild/linux-loong64": "0.21.5",
|
|
2576
|
+
"@esbuild/linux-mips64el": "0.21.5",
|
|
2577
|
+
"@esbuild/linux-ppc64": "0.21.5",
|
|
2578
|
+
"@esbuild/linux-riscv64": "0.21.5",
|
|
2579
|
+
"@esbuild/linux-s390x": "0.21.5",
|
|
2580
|
+
"@esbuild/linux-x64": "0.21.5",
|
|
2581
|
+
"@esbuild/netbsd-x64": "0.21.5",
|
|
2582
|
+
"@esbuild/openbsd-x64": "0.21.5",
|
|
2583
|
+
"@esbuild/sunos-x64": "0.21.5",
|
|
2584
|
+
"@esbuild/win32-arm64": "0.21.5",
|
|
2585
|
+
"@esbuild/win32-ia32": "0.21.5",
|
|
2586
|
+
"@esbuild/win32-x64": "0.21.5"
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2589
|
+
"node_modules/estree-walker": {
|
|
2590
|
+
"version": "2.0.2",
|
|
2591
|
+
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
2592
|
+
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
2593
|
+
"license": "MIT"
|
|
2594
|
+
},
|
|
2595
|
+
"node_modules/focus-trap": {
|
|
2596
|
+
"version": "7.8.0",
|
|
2597
|
+
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
|
|
2598
|
+
"integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
|
|
2599
|
+
"license": "MIT",
|
|
2600
|
+
"dependencies": {
|
|
2601
|
+
"tabbable": "^6.4.0"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
"node_modules/fsevents": {
|
|
2605
|
+
"version": "2.3.3",
|
|
2606
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
2607
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
2608
|
+
"hasInstallScript": true,
|
|
2609
|
+
"license": "MIT",
|
|
2610
|
+
"optional": true,
|
|
2611
|
+
"os": [
|
|
2612
|
+
"darwin"
|
|
2613
|
+
],
|
|
2614
|
+
"engines": {
|
|
2615
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2618
|
+
"node_modules/hachure-fill": {
|
|
2619
|
+
"version": "0.5.2",
|
|
2620
|
+
"resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz",
|
|
2621
|
+
"integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==",
|
|
2622
|
+
"license": "MIT"
|
|
2623
|
+
},
|
|
2624
|
+
"node_modules/hast-util-to-html": {
|
|
2625
|
+
"version": "9.0.5",
|
|
2626
|
+
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz",
|
|
2627
|
+
"integrity": "sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==",
|
|
2628
|
+
"license": "MIT",
|
|
2629
|
+
"dependencies": {
|
|
2630
|
+
"@types/hast": "^3.0.0",
|
|
2631
|
+
"@types/unist": "^3.0.0",
|
|
2632
|
+
"ccount": "^2.0.0",
|
|
2633
|
+
"comma-separated-tokens": "^2.0.0",
|
|
2634
|
+
"hast-util-whitespace": "^3.0.0",
|
|
2635
|
+
"html-void-elements": "^3.0.0",
|
|
2636
|
+
"mdast-util-to-hast": "^13.0.0",
|
|
2637
|
+
"property-information": "^7.0.0",
|
|
2638
|
+
"space-separated-tokens": "^2.0.0",
|
|
2639
|
+
"stringify-entities": "^4.0.0",
|
|
2640
|
+
"zwitch": "^2.0.4"
|
|
2641
|
+
},
|
|
2642
|
+
"funding": {
|
|
2643
|
+
"type": "opencollective",
|
|
2644
|
+
"url": "https://opencollective.com/unified"
|
|
2645
|
+
}
|
|
2646
|
+
},
|
|
2647
|
+
"node_modules/hast-util-whitespace": {
|
|
2648
|
+
"version": "3.0.0",
|
|
2649
|
+
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
|
|
2650
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
2651
|
+
"license": "MIT",
|
|
2652
|
+
"dependencies": {
|
|
2653
|
+
"@types/hast": "^3.0.0"
|
|
2654
|
+
},
|
|
2655
|
+
"funding": {
|
|
2656
|
+
"type": "opencollective",
|
|
2657
|
+
"url": "https://opencollective.com/unified"
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
"node_modules/hookable": {
|
|
2661
|
+
"version": "5.5.3",
|
|
2662
|
+
"resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",
|
|
2663
|
+
"integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==",
|
|
2664
|
+
"license": "MIT"
|
|
2665
|
+
},
|
|
2666
|
+
"node_modules/html-void-elements": {
|
|
2667
|
+
"version": "3.0.0",
|
|
2668
|
+
"resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
|
|
2669
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
2670
|
+
"license": "MIT",
|
|
2671
|
+
"funding": {
|
|
2672
|
+
"type": "github",
|
|
2673
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
"node_modules/iconv-lite": {
|
|
2677
|
+
"version": "0.6.3",
|
|
2678
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
2679
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
2680
|
+
"license": "MIT",
|
|
2681
|
+
"dependencies": {
|
|
2682
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2683
|
+
},
|
|
2684
|
+
"engines": {
|
|
2685
|
+
"node": ">=0.10.0"
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2688
|
+
"node_modules/internmap": {
|
|
2689
|
+
"version": "2.0.3",
|
|
2690
|
+
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
|
|
2691
|
+
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
2692
|
+
"license": "ISC",
|
|
2693
|
+
"engines": {
|
|
2694
|
+
"node": ">=12"
|
|
2695
|
+
}
|
|
2696
|
+
},
|
|
2697
|
+
"node_modules/is-what": {
|
|
2698
|
+
"version": "5.5.0",
|
|
2699
|
+
"resolved": "https://registry.npmjs.org/is-what/-/is-what-5.5.0.tgz",
|
|
2700
|
+
"integrity": "sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==",
|
|
2701
|
+
"license": "MIT",
|
|
2702
|
+
"engines": {
|
|
2703
|
+
"node": ">=18"
|
|
2704
|
+
},
|
|
2705
|
+
"funding": {
|
|
2706
|
+
"url": "https://github.com/sponsors/mesqueeb"
|
|
2707
|
+
}
|
|
2708
|
+
},
|
|
2709
|
+
"node_modules/katex": {
|
|
2710
|
+
"version": "0.16.42",
|
|
2711
|
+
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.42.tgz",
|
|
2712
|
+
"integrity": "sha512-sZ4jqyEXfHTLEFK+qsFYToa3UZ0rtFcPGwKpyiRYh2NJn8obPWOQ+/u7ux0F6CAU/y78+Mksh1YkxTPXTh47TQ==",
|
|
2713
|
+
"funding": [
|
|
2714
|
+
"https://opencollective.com/katex",
|
|
2715
|
+
"https://github.com/sponsors/katex"
|
|
2716
|
+
],
|
|
2717
|
+
"license": "MIT",
|
|
2718
|
+
"dependencies": {
|
|
2719
|
+
"commander": "^8.3.0"
|
|
2720
|
+
},
|
|
2721
|
+
"bin": {
|
|
2722
|
+
"katex": "cli.js"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
"node_modules/katex/node_modules/commander": {
|
|
2726
|
+
"version": "8.3.0",
|
|
2727
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
|
2728
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
2729
|
+
"license": "MIT",
|
|
2730
|
+
"engines": {
|
|
2731
|
+
"node": ">= 12"
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2734
|
+
"node_modules/khroma": {
|
|
2735
|
+
"version": "2.1.0",
|
|
2736
|
+
"resolved": "https://registry.npmjs.org/khroma/-/khroma-2.1.0.tgz",
|
|
2737
|
+
"integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw=="
|
|
2738
|
+
},
|
|
2739
|
+
"node_modules/langium": {
|
|
2740
|
+
"version": "4.2.1",
|
|
2741
|
+
"resolved": "https://registry.npmjs.org/langium/-/langium-4.2.1.tgz",
|
|
2742
|
+
"integrity": "sha512-zu9QWmjpzJcomzdJQAHgDVhLGq5bLosVak1KVa40NzQHXfqr4eAHupvnPOVXEoLkg6Ocefvf/93d//SB7du4YQ==",
|
|
2743
|
+
"license": "MIT",
|
|
2744
|
+
"dependencies": {
|
|
2745
|
+
"chevrotain": "~11.1.1",
|
|
2746
|
+
"chevrotain-allstar": "~0.3.1",
|
|
2747
|
+
"vscode-languageserver": "~9.0.1",
|
|
2748
|
+
"vscode-languageserver-textdocument": "~1.0.11",
|
|
2749
|
+
"vscode-uri": "~3.1.0"
|
|
2750
|
+
},
|
|
2751
|
+
"engines": {
|
|
2752
|
+
"node": ">=20.10.0",
|
|
2753
|
+
"npm": ">=10.2.3"
|
|
2754
|
+
}
|
|
2755
|
+
},
|
|
2756
|
+
"node_modules/layout-base": {
|
|
2757
|
+
"version": "1.0.2",
|
|
2758
|
+
"resolved": "https://registry.npmjs.org/layout-base/-/layout-base-1.0.2.tgz",
|
|
2759
|
+
"integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
|
|
2760
|
+
"license": "MIT"
|
|
2761
|
+
},
|
|
2762
|
+
"node_modules/lodash-es": {
|
|
2763
|
+
"version": "4.17.23",
|
|
2764
|
+
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz",
|
|
2765
|
+
"integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==",
|
|
2766
|
+
"license": "MIT"
|
|
2767
|
+
},
|
|
2768
|
+
"node_modules/magic-string": {
|
|
2769
|
+
"version": "0.30.21",
|
|
2770
|
+
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz",
|
|
2771
|
+
"integrity": "sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==",
|
|
2772
|
+
"license": "MIT",
|
|
2773
|
+
"dependencies": {
|
|
2774
|
+
"@jridgewell/sourcemap-codec": "^1.5.5"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"node_modules/mark.js": {
|
|
2778
|
+
"version": "8.11.1",
|
|
2779
|
+
"resolved": "https://registry.npmjs.org/mark.js/-/mark.js-8.11.1.tgz",
|
|
2780
|
+
"integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==",
|
|
2781
|
+
"license": "MIT"
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/marked": {
|
|
2784
|
+
"version": "16.4.2",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-16.4.2.tgz",
|
|
2786
|
+
"integrity": "sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==",
|
|
2787
|
+
"license": "MIT",
|
|
2788
|
+
"bin": {
|
|
2789
|
+
"marked": "bin/marked.js"
|
|
2790
|
+
},
|
|
2791
|
+
"engines": {
|
|
2792
|
+
"node": ">= 20"
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"node_modules/mdast-util-to-hast": {
|
|
2796
|
+
"version": "13.2.1",
|
|
2797
|
+
"resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.1.tgz",
|
|
2798
|
+
"integrity": "sha512-cctsq2wp5vTsLIcaymblUriiTcZd0CwWtCbLvrOzYCDZoWyMNV8sZ7krj09FSnsiJi3WVsHLM4k6Dq/yaPyCXA==",
|
|
2799
|
+
"license": "MIT",
|
|
2800
|
+
"dependencies": {
|
|
2801
|
+
"@types/hast": "^3.0.0",
|
|
2802
|
+
"@types/mdast": "^4.0.0",
|
|
2803
|
+
"@ungap/structured-clone": "^1.0.0",
|
|
2804
|
+
"devlop": "^1.0.0",
|
|
2805
|
+
"micromark-util-sanitize-uri": "^2.0.0",
|
|
2806
|
+
"trim-lines": "^3.0.0",
|
|
2807
|
+
"unist-util-position": "^5.0.0",
|
|
2808
|
+
"unist-util-visit": "^5.0.0",
|
|
2809
|
+
"vfile": "^6.0.0"
|
|
2810
|
+
},
|
|
2811
|
+
"funding": {
|
|
2812
|
+
"type": "opencollective",
|
|
2813
|
+
"url": "https://opencollective.com/unified"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
"node_modules/mermaid": {
|
|
2817
|
+
"version": "11.13.0",
|
|
2818
|
+
"resolved": "https://registry.npmjs.org/mermaid/-/mermaid-11.13.0.tgz",
|
|
2819
|
+
"integrity": "sha512-fEnci+Immw6lKMFI8sqzjlATTyjLkRa6axrEgLV2yHTfv8r+h1wjFbV6xeRtd4rUV1cS4EpR9rwp3Rci7TRWDw==",
|
|
2820
|
+
"license": "MIT",
|
|
2821
|
+
"dependencies": {
|
|
2822
|
+
"@braintree/sanitize-url": "^7.1.1",
|
|
2823
|
+
"@iconify/utils": "^3.0.2",
|
|
2824
|
+
"@mermaid-js/parser": "^1.0.1",
|
|
2825
|
+
"@types/d3": "^7.4.3",
|
|
2826
|
+
"@upsetjs/venn.js": "^2.0.0",
|
|
2827
|
+
"cytoscape": "^3.33.1",
|
|
2828
|
+
"cytoscape-cose-bilkent": "^4.1.0",
|
|
2829
|
+
"cytoscape-fcose": "^2.2.0",
|
|
2830
|
+
"d3": "^7.9.0",
|
|
2831
|
+
"d3-sankey": "^0.12.3",
|
|
2832
|
+
"dagre-d3-es": "7.0.14",
|
|
2833
|
+
"dayjs": "^1.11.19",
|
|
2834
|
+
"dompurify": "^3.3.1",
|
|
2835
|
+
"katex": "^0.16.25",
|
|
2836
|
+
"khroma": "^2.1.0",
|
|
2837
|
+
"lodash-es": "^4.17.23",
|
|
2838
|
+
"marked": "^16.3.0",
|
|
2839
|
+
"roughjs": "^4.6.6",
|
|
2840
|
+
"stylis": "^4.3.6",
|
|
2841
|
+
"ts-dedent": "^2.2.0",
|
|
2842
|
+
"uuid": "^11.1.0"
|
|
2843
|
+
}
|
|
2844
|
+
},
|
|
2845
|
+
"node_modules/micromark-util-character": {
|
|
2846
|
+
"version": "2.1.1",
|
|
2847
|
+
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
2848
|
+
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
2849
|
+
"funding": [
|
|
2850
|
+
{
|
|
2851
|
+
"type": "GitHub Sponsors",
|
|
2852
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"type": "OpenCollective",
|
|
2856
|
+
"url": "https://opencollective.com/unified"
|
|
2857
|
+
}
|
|
2858
|
+
],
|
|
2859
|
+
"license": "MIT",
|
|
2860
|
+
"dependencies": {
|
|
2861
|
+
"micromark-util-symbol": "^2.0.0",
|
|
2862
|
+
"micromark-util-types": "^2.0.0"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
"node_modules/micromark-util-encode": {
|
|
2866
|
+
"version": "2.0.1",
|
|
2867
|
+
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
2868
|
+
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
2869
|
+
"funding": [
|
|
2870
|
+
{
|
|
2871
|
+
"type": "GitHub Sponsors",
|
|
2872
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"type": "OpenCollective",
|
|
2876
|
+
"url": "https://opencollective.com/unified"
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"license": "MIT"
|
|
2880
|
+
},
|
|
2881
|
+
"node_modules/micromark-util-sanitize-uri": {
|
|
2882
|
+
"version": "2.0.1",
|
|
2883
|
+
"resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz",
|
|
2884
|
+
"integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==",
|
|
2885
|
+
"funding": [
|
|
2886
|
+
{
|
|
2887
|
+
"type": "GitHub Sponsors",
|
|
2888
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"type": "OpenCollective",
|
|
2892
|
+
"url": "https://opencollective.com/unified"
|
|
2893
|
+
}
|
|
2894
|
+
],
|
|
2895
|
+
"license": "MIT",
|
|
2896
|
+
"dependencies": {
|
|
2897
|
+
"micromark-util-character": "^2.0.0",
|
|
2898
|
+
"micromark-util-encode": "^2.0.0",
|
|
2899
|
+
"micromark-util-symbol": "^2.0.0"
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
"node_modules/micromark-util-symbol": {
|
|
2903
|
+
"version": "2.0.1",
|
|
2904
|
+
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
2905
|
+
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
2906
|
+
"funding": [
|
|
2907
|
+
{
|
|
2908
|
+
"type": "GitHub Sponsors",
|
|
2909
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"type": "OpenCollective",
|
|
2913
|
+
"url": "https://opencollective.com/unified"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"license": "MIT"
|
|
2917
|
+
},
|
|
2918
|
+
"node_modules/micromark-util-types": {
|
|
2919
|
+
"version": "2.0.2",
|
|
2920
|
+
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
2921
|
+
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
2922
|
+
"funding": [
|
|
2923
|
+
{
|
|
2924
|
+
"type": "GitHub Sponsors",
|
|
2925
|
+
"url": "https://github.com/sponsors/unifiedjs"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
"type": "OpenCollective",
|
|
2929
|
+
"url": "https://opencollective.com/unified"
|
|
2930
|
+
}
|
|
2931
|
+
],
|
|
2932
|
+
"license": "MIT"
|
|
2933
|
+
},
|
|
2934
|
+
"node_modules/minisearch": {
|
|
2935
|
+
"version": "7.2.0",
|
|
2936
|
+
"resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.2.0.tgz",
|
|
2937
|
+
"integrity": "sha512-dqT2XBYUOZOiC5t2HRnwADjhNS2cecp9u+TJRiJ1Qp/f5qjkeT5APcGPjHw+bz89Ms8Jp+cG4AlE+QZ/QnDglg==",
|
|
2938
|
+
"license": "MIT"
|
|
2939
|
+
},
|
|
2940
|
+
"node_modules/mitt": {
|
|
2941
|
+
"version": "3.0.1",
|
|
2942
|
+
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
|
|
2943
|
+
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
|
|
2944
|
+
"license": "MIT"
|
|
2945
|
+
},
|
|
2946
|
+
"node_modules/mlly": {
|
|
2947
|
+
"version": "1.8.2",
|
|
2948
|
+
"resolved": "https://registry.npmjs.org/mlly/-/mlly-1.8.2.tgz",
|
|
2949
|
+
"integrity": "sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==",
|
|
2950
|
+
"license": "MIT",
|
|
2951
|
+
"dependencies": {
|
|
2952
|
+
"acorn": "^8.16.0",
|
|
2953
|
+
"pathe": "^2.0.3",
|
|
2954
|
+
"pkg-types": "^1.3.1",
|
|
2955
|
+
"ufo": "^1.6.3"
|
|
2956
|
+
}
|
|
2957
|
+
},
|
|
2958
|
+
"node_modules/nanoid": {
|
|
2959
|
+
"version": "3.3.11",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
2961
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
2962
|
+
"funding": [
|
|
2963
|
+
{
|
|
2964
|
+
"type": "github",
|
|
2965
|
+
"url": "https://github.com/sponsors/ai"
|
|
2966
|
+
}
|
|
2967
|
+
],
|
|
2968
|
+
"license": "MIT",
|
|
2969
|
+
"bin": {
|
|
2970
|
+
"nanoid": "bin/nanoid.cjs"
|
|
2971
|
+
},
|
|
2972
|
+
"engines": {
|
|
2973
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"node_modules/non-layered-tidy-tree-layout": {
|
|
2977
|
+
"version": "2.0.2",
|
|
2978
|
+
"resolved": "https://registry.npmjs.org/non-layered-tidy-tree-layout/-/non-layered-tidy-tree-layout-2.0.2.tgz",
|
|
2979
|
+
"integrity": "sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==",
|
|
2980
|
+
"license": "MIT",
|
|
2981
|
+
"optional": true
|
|
2982
|
+
},
|
|
2983
|
+
"node_modules/oniguruma-to-es": {
|
|
2984
|
+
"version": "3.1.1",
|
|
2985
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-3.1.1.tgz",
|
|
2986
|
+
"integrity": "sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==",
|
|
2987
|
+
"license": "MIT",
|
|
2988
|
+
"dependencies": {
|
|
2989
|
+
"emoji-regex-xs": "^1.0.0",
|
|
2990
|
+
"regex": "^6.0.1",
|
|
2991
|
+
"regex-recursion": "^6.0.2"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"node_modules/package-manager-detector": {
|
|
2995
|
+
"version": "1.6.0",
|
|
2996
|
+
"resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.6.0.tgz",
|
|
2997
|
+
"integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
|
|
2998
|
+
"license": "MIT"
|
|
2999
|
+
},
|
|
3000
|
+
"node_modules/path-data-parser": {
|
|
3001
|
+
"version": "0.1.0",
|
|
3002
|
+
"resolved": "https://registry.npmjs.org/path-data-parser/-/path-data-parser-0.1.0.tgz",
|
|
3003
|
+
"integrity": "sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==",
|
|
3004
|
+
"license": "MIT"
|
|
3005
|
+
},
|
|
3006
|
+
"node_modules/pathe": {
|
|
3007
|
+
"version": "2.0.3",
|
|
3008
|
+
"resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz",
|
|
3009
|
+
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
|
|
3010
|
+
"license": "MIT"
|
|
3011
|
+
},
|
|
3012
|
+
"node_modules/perfect-debounce": {
|
|
3013
|
+
"version": "1.0.0",
|
|
3014
|
+
"resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
|
|
3015
|
+
"integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
|
|
3016
|
+
"license": "MIT"
|
|
3017
|
+
},
|
|
3018
|
+
"node_modules/picocolors": {
|
|
3019
|
+
"version": "1.1.1",
|
|
3020
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
3021
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
3022
|
+
"license": "ISC"
|
|
3023
|
+
},
|
|
3024
|
+
"node_modules/pkg-types": {
|
|
3025
|
+
"version": "1.3.1",
|
|
3026
|
+
"resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.3.1.tgz",
|
|
3027
|
+
"integrity": "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==",
|
|
3028
|
+
"license": "MIT",
|
|
3029
|
+
"dependencies": {
|
|
3030
|
+
"confbox": "^0.1.8",
|
|
3031
|
+
"mlly": "^1.7.4",
|
|
3032
|
+
"pathe": "^2.0.1"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
"node_modules/points-on-curve": {
|
|
3036
|
+
"version": "0.2.0",
|
|
3037
|
+
"resolved": "https://registry.npmjs.org/points-on-curve/-/points-on-curve-0.2.0.tgz",
|
|
3038
|
+
"integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==",
|
|
3039
|
+
"license": "MIT"
|
|
3040
|
+
},
|
|
3041
|
+
"node_modules/points-on-path": {
|
|
3042
|
+
"version": "0.2.1",
|
|
3043
|
+
"resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz",
|
|
3044
|
+
"integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==",
|
|
3045
|
+
"license": "MIT",
|
|
3046
|
+
"dependencies": {
|
|
3047
|
+
"path-data-parser": "0.1.0",
|
|
3048
|
+
"points-on-curve": "0.2.0"
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
"node_modules/postcss": {
|
|
3052
|
+
"version": "8.5.8",
|
|
3053
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
|
|
3054
|
+
"integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
|
|
3055
|
+
"funding": [
|
|
3056
|
+
{
|
|
3057
|
+
"type": "opencollective",
|
|
3058
|
+
"url": "https://opencollective.com/postcss/"
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"type": "tidelift",
|
|
3062
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"type": "github",
|
|
3066
|
+
"url": "https://github.com/sponsors/ai"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"license": "MIT",
|
|
3070
|
+
"dependencies": {
|
|
3071
|
+
"nanoid": "^3.3.11",
|
|
3072
|
+
"picocolors": "^1.1.1",
|
|
3073
|
+
"source-map-js": "^1.2.1"
|
|
3074
|
+
},
|
|
3075
|
+
"engines": {
|
|
3076
|
+
"node": "^10 || ^12 || >=14"
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
3079
|
+
"node_modules/preact": {
|
|
3080
|
+
"version": "10.29.0",
|
|
3081
|
+
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.0.tgz",
|
|
3082
|
+
"integrity": "sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==",
|
|
3083
|
+
"license": "MIT",
|
|
3084
|
+
"funding": {
|
|
3085
|
+
"type": "opencollective",
|
|
3086
|
+
"url": "https://opencollective.com/preact"
|
|
3087
|
+
}
|
|
3088
|
+
},
|
|
3089
|
+
"node_modules/property-information": {
|
|
3090
|
+
"version": "7.1.0",
|
|
3091
|
+
"resolved": "https://registry.npmjs.org/property-information/-/property-information-7.1.0.tgz",
|
|
3092
|
+
"integrity": "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==",
|
|
3093
|
+
"license": "MIT",
|
|
3094
|
+
"funding": {
|
|
3095
|
+
"type": "github",
|
|
3096
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3097
|
+
}
|
|
3098
|
+
},
|
|
3099
|
+
"node_modules/regex": {
|
|
3100
|
+
"version": "6.1.0",
|
|
3101
|
+
"resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz",
|
|
3102
|
+
"integrity": "sha512-6VwtthbV4o/7+OaAF9I5L5V3llLEsoPyq9P1JVXkedTP33c7MfCG0/5NOPcSJn0TzXcG9YUrR0gQSWioew3LDg==",
|
|
3103
|
+
"license": "MIT",
|
|
3104
|
+
"dependencies": {
|
|
3105
|
+
"regex-utilities": "^2.3.0"
|
|
3106
|
+
}
|
|
3107
|
+
},
|
|
3108
|
+
"node_modules/regex-recursion": {
|
|
3109
|
+
"version": "6.0.2",
|
|
3110
|
+
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
|
|
3111
|
+
"integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
|
|
3112
|
+
"license": "MIT",
|
|
3113
|
+
"dependencies": {
|
|
3114
|
+
"regex-utilities": "^2.3.0"
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
3117
|
+
"node_modules/regex-utilities": {
|
|
3118
|
+
"version": "2.3.0",
|
|
3119
|
+
"resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz",
|
|
3120
|
+
"integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==",
|
|
3121
|
+
"license": "MIT"
|
|
3122
|
+
},
|
|
3123
|
+
"node_modules/rfdc": {
|
|
3124
|
+
"version": "1.4.1",
|
|
3125
|
+
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
3126
|
+
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==",
|
|
3127
|
+
"license": "MIT"
|
|
3128
|
+
},
|
|
3129
|
+
"node_modules/robust-predicates": {
|
|
3130
|
+
"version": "3.0.3",
|
|
3131
|
+
"resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz",
|
|
3132
|
+
"integrity": "sha512-NS3levdsRIUOmiJ8FZWCP7LG3QpJyrs/TE0Zpf1yvZu8cAJJ6QMW92H1c7kWpdIHo8RvmLxN/o2JXTKHp74lUA==",
|
|
3133
|
+
"license": "Unlicense"
|
|
3134
|
+
},
|
|
3135
|
+
"node_modules/rollup": {
|
|
3136
|
+
"version": "4.60.0",
|
|
3137
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.60.0.tgz",
|
|
3138
|
+
"integrity": "sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==",
|
|
3139
|
+
"license": "MIT",
|
|
3140
|
+
"dependencies": {
|
|
3141
|
+
"@types/estree": "1.0.8"
|
|
3142
|
+
},
|
|
3143
|
+
"bin": {
|
|
3144
|
+
"rollup": "dist/bin/rollup"
|
|
3145
|
+
},
|
|
3146
|
+
"engines": {
|
|
3147
|
+
"node": ">=18.0.0",
|
|
3148
|
+
"npm": ">=8.0.0"
|
|
3149
|
+
},
|
|
3150
|
+
"optionalDependencies": {
|
|
3151
|
+
"@rollup/rollup-android-arm-eabi": "4.60.0",
|
|
3152
|
+
"@rollup/rollup-android-arm64": "4.60.0",
|
|
3153
|
+
"@rollup/rollup-darwin-arm64": "4.60.0",
|
|
3154
|
+
"@rollup/rollup-darwin-x64": "4.60.0",
|
|
3155
|
+
"@rollup/rollup-freebsd-arm64": "4.60.0",
|
|
3156
|
+
"@rollup/rollup-freebsd-x64": "4.60.0",
|
|
3157
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.60.0",
|
|
3158
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.60.0",
|
|
3159
|
+
"@rollup/rollup-linux-arm64-gnu": "4.60.0",
|
|
3160
|
+
"@rollup/rollup-linux-arm64-musl": "4.60.0",
|
|
3161
|
+
"@rollup/rollup-linux-loong64-gnu": "4.60.0",
|
|
3162
|
+
"@rollup/rollup-linux-loong64-musl": "4.60.0",
|
|
3163
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.60.0",
|
|
3164
|
+
"@rollup/rollup-linux-ppc64-musl": "4.60.0",
|
|
3165
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.60.0",
|
|
3166
|
+
"@rollup/rollup-linux-riscv64-musl": "4.60.0",
|
|
3167
|
+
"@rollup/rollup-linux-s390x-gnu": "4.60.0",
|
|
3168
|
+
"@rollup/rollup-linux-x64-gnu": "4.60.0",
|
|
3169
|
+
"@rollup/rollup-linux-x64-musl": "4.60.0",
|
|
3170
|
+
"@rollup/rollup-openbsd-x64": "4.60.0",
|
|
3171
|
+
"@rollup/rollup-openharmony-arm64": "4.60.0",
|
|
3172
|
+
"@rollup/rollup-win32-arm64-msvc": "4.60.0",
|
|
3173
|
+
"@rollup/rollup-win32-ia32-msvc": "4.60.0",
|
|
3174
|
+
"@rollup/rollup-win32-x64-gnu": "4.60.0",
|
|
3175
|
+
"@rollup/rollup-win32-x64-msvc": "4.60.0",
|
|
3176
|
+
"fsevents": "~2.3.2"
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
"node_modules/roughjs": {
|
|
3180
|
+
"version": "4.6.6",
|
|
3181
|
+
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz",
|
|
3182
|
+
"integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==",
|
|
3183
|
+
"license": "MIT",
|
|
3184
|
+
"dependencies": {
|
|
3185
|
+
"hachure-fill": "^0.5.2",
|
|
3186
|
+
"path-data-parser": "^0.1.0",
|
|
3187
|
+
"points-on-curve": "^0.2.0",
|
|
3188
|
+
"points-on-path": "^0.2.1"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
"node_modules/rw": {
|
|
3192
|
+
"version": "1.3.3",
|
|
3193
|
+
"resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz",
|
|
3194
|
+
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
|
|
3195
|
+
"license": "BSD-3-Clause"
|
|
3196
|
+
},
|
|
3197
|
+
"node_modules/safer-buffer": {
|
|
3198
|
+
"version": "2.1.2",
|
|
3199
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
3200
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
3201
|
+
"license": "MIT"
|
|
3202
|
+
},
|
|
3203
|
+
"node_modules/search-insights": {
|
|
3204
|
+
"version": "2.17.3",
|
|
3205
|
+
"resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz",
|
|
3206
|
+
"integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==",
|
|
3207
|
+
"license": "MIT",
|
|
3208
|
+
"peer": true
|
|
3209
|
+
},
|
|
3210
|
+
"node_modules/shiki": {
|
|
3211
|
+
"version": "2.5.0",
|
|
3212
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-2.5.0.tgz",
|
|
3213
|
+
"integrity": "sha512-mI//trrsaiCIPsja5CNfsyNOqgAZUb6VpJA+340toL42UpzQlXpwRV9nch69X6gaUxrr9kaOOa6e3y3uAkGFxQ==",
|
|
3214
|
+
"license": "MIT",
|
|
3215
|
+
"dependencies": {
|
|
3216
|
+
"@shikijs/core": "2.5.0",
|
|
3217
|
+
"@shikijs/engine-javascript": "2.5.0",
|
|
3218
|
+
"@shikijs/engine-oniguruma": "2.5.0",
|
|
3219
|
+
"@shikijs/langs": "2.5.0",
|
|
3220
|
+
"@shikijs/themes": "2.5.0",
|
|
3221
|
+
"@shikijs/types": "2.5.0",
|
|
3222
|
+
"@shikijs/vscode-textmate": "^10.0.2",
|
|
3223
|
+
"@types/hast": "^3.0.4"
|
|
3224
|
+
}
|
|
3225
|
+
},
|
|
3226
|
+
"node_modules/source-map-js": {
|
|
3227
|
+
"version": "1.2.1",
|
|
3228
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
3229
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
3230
|
+
"license": "BSD-3-Clause",
|
|
3231
|
+
"engines": {
|
|
3232
|
+
"node": ">=0.10.0"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
"node_modules/space-separated-tokens": {
|
|
3236
|
+
"version": "2.0.2",
|
|
3237
|
+
"resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
|
|
3238
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
3239
|
+
"license": "MIT",
|
|
3240
|
+
"funding": {
|
|
3241
|
+
"type": "github",
|
|
3242
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3243
|
+
}
|
|
3244
|
+
},
|
|
3245
|
+
"node_modules/speakingurl": {
|
|
3246
|
+
"version": "14.0.1",
|
|
3247
|
+
"resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz",
|
|
3248
|
+
"integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==",
|
|
3249
|
+
"license": "BSD-3-Clause",
|
|
3250
|
+
"engines": {
|
|
3251
|
+
"node": ">=0.10.0"
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3254
|
+
"node_modules/stringify-entities": {
|
|
3255
|
+
"version": "4.0.4",
|
|
3256
|
+
"resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
|
|
3257
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
3258
|
+
"license": "MIT",
|
|
3259
|
+
"dependencies": {
|
|
3260
|
+
"character-entities-html4": "^2.0.0",
|
|
3261
|
+
"character-entities-legacy": "^3.0.0"
|
|
3262
|
+
},
|
|
3263
|
+
"funding": {
|
|
3264
|
+
"type": "github",
|
|
3265
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"node_modules/stylis": {
|
|
3269
|
+
"version": "4.3.6",
|
|
3270
|
+
"resolved": "https://registry.npmjs.org/stylis/-/stylis-4.3.6.tgz",
|
|
3271
|
+
"integrity": "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==",
|
|
3272
|
+
"license": "MIT"
|
|
3273
|
+
},
|
|
3274
|
+
"node_modules/superjson": {
|
|
3275
|
+
"version": "2.2.6",
|
|
3276
|
+
"resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.6.tgz",
|
|
3277
|
+
"integrity": "sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA==",
|
|
3278
|
+
"license": "MIT",
|
|
3279
|
+
"dependencies": {
|
|
3280
|
+
"copy-anything": "^4"
|
|
3281
|
+
},
|
|
3282
|
+
"engines": {
|
|
3283
|
+
"node": ">=16"
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
"node_modules/tabbable": {
|
|
3287
|
+
"version": "6.4.0",
|
|
3288
|
+
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz",
|
|
3289
|
+
"integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==",
|
|
3290
|
+
"license": "MIT"
|
|
3291
|
+
},
|
|
3292
|
+
"node_modules/tinyexec": {
|
|
3293
|
+
"version": "1.0.4",
|
|
3294
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz",
|
|
3295
|
+
"integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==",
|
|
3296
|
+
"license": "MIT",
|
|
3297
|
+
"engines": {
|
|
3298
|
+
"node": ">=18"
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
"node_modules/trim-lines": {
|
|
3302
|
+
"version": "3.0.1",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
|
|
3304
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
3305
|
+
"license": "MIT",
|
|
3306
|
+
"funding": {
|
|
3307
|
+
"type": "github",
|
|
3308
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"node_modules/ts-dedent": {
|
|
3312
|
+
"version": "2.2.0",
|
|
3313
|
+
"resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz",
|
|
3314
|
+
"integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
|
|
3315
|
+
"license": "MIT",
|
|
3316
|
+
"engines": {
|
|
3317
|
+
"node": ">=6.10"
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
"node_modules/ufo": {
|
|
3321
|
+
"version": "1.6.3",
|
|
3322
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.3.tgz",
|
|
3323
|
+
"integrity": "sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==",
|
|
3324
|
+
"license": "MIT"
|
|
3325
|
+
},
|
|
3326
|
+
"node_modules/unist-util-is": {
|
|
3327
|
+
"version": "6.0.1",
|
|
3328
|
+
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.1.tgz",
|
|
3329
|
+
"integrity": "sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==",
|
|
3330
|
+
"license": "MIT",
|
|
3331
|
+
"dependencies": {
|
|
3332
|
+
"@types/unist": "^3.0.0"
|
|
3333
|
+
},
|
|
3334
|
+
"funding": {
|
|
3335
|
+
"type": "opencollective",
|
|
3336
|
+
"url": "https://opencollective.com/unified"
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
"node_modules/unist-util-position": {
|
|
3340
|
+
"version": "5.0.0",
|
|
3341
|
+
"resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
|
|
3342
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
3343
|
+
"license": "MIT",
|
|
3344
|
+
"dependencies": {
|
|
3345
|
+
"@types/unist": "^3.0.0"
|
|
3346
|
+
},
|
|
3347
|
+
"funding": {
|
|
3348
|
+
"type": "opencollective",
|
|
3349
|
+
"url": "https://opencollective.com/unified"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"node_modules/unist-util-stringify-position": {
|
|
3353
|
+
"version": "4.0.0",
|
|
3354
|
+
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
3355
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
3356
|
+
"license": "MIT",
|
|
3357
|
+
"dependencies": {
|
|
3358
|
+
"@types/unist": "^3.0.0"
|
|
3359
|
+
},
|
|
3360
|
+
"funding": {
|
|
3361
|
+
"type": "opencollective",
|
|
3362
|
+
"url": "https://opencollective.com/unified"
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
"node_modules/unist-util-visit": {
|
|
3366
|
+
"version": "5.1.0",
|
|
3367
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz",
|
|
3368
|
+
"integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==",
|
|
3369
|
+
"license": "MIT",
|
|
3370
|
+
"dependencies": {
|
|
3371
|
+
"@types/unist": "^3.0.0",
|
|
3372
|
+
"unist-util-is": "^6.0.0",
|
|
3373
|
+
"unist-util-visit-parents": "^6.0.0"
|
|
3374
|
+
},
|
|
3375
|
+
"funding": {
|
|
3376
|
+
"type": "opencollective",
|
|
3377
|
+
"url": "https://opencollective.com/unified"
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
"node_modules/unist-util-visit-parents": {
|
|
3381
|
+
"version": "6.0.2",
|
|
3382
|
+
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
|
|
3383
|
+
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
|
|
3384
|
+
"license": "MIT",
|
|
3385
|
+
"dependencies": {
|
|
3386
|
+
"@types/unist": "^3.0.0",
|
|
3387
|
+
"unist-util-is": "^6.0.0"
|
|
3388
|
+
},
|
|
3389
|
+
"funding": {
|
|
3390
|
+
"type": "opencollective",
|
|
3391
|
+
"url": "https://opencollective.com/unified"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
"node_modules/uuid": {
|
|
3395
|
+
"version": "11.1.0",
|
|
3396
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
3397
|
+
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
3398
|
+
"funding": [
|
|
3399
|
+
"https://github.com/sponsors/broofa",
|
|
3400
|
+
"https://github.com/sponsors/ctavan"
|
|
3401
|
+
],
|
|
3402
|
+
"license": "MIT",
|
|
3403
|
+
"bin": {
|
|
3404
|
+
"uuid": "dist/esm/bin/uuid"
|
|
3405
|
+
}
|
|
3406
|
+
},
|
|
3407
|
+
"node_modules/vfile": {
|
|
3408
|
+
"version": "6.0.3",
|
|
3409
|
+
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
3410
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
3411
|
+
"license": "MIT",
|
|
3412
|
+
"dependencies": {
|
|
3413
|
+
"@types/unist": "^3.0.0",
|
|
3414
|
+
"vfile-message": "^4.0.0"
|
|
3415
|
+
},
|
|
3416
|
+
"funding": {
|
|
3417
|
+
"type": "opencollective",
|
|
3418
|
+
"url": "https://opencollective.com/unified"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
"node_modules/vfile-message": {
|
|
3422
|
+
"version": "4.0.3",
|
|
3423
|
+
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.3.tgz",
|
|
3424
|
+
"integrity": "sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==",
|
|
3425
|
+
"license": "MIT",
|
|
3426
|
+
"dependencies": {
|
|
3427
|
+
"@types/unist": "^3.0.0",
|
|
3428
|
+
"unist-util-stringify-position": "^4.0.0"
|
|
3429
|
+
},
|
|
3430
|
+
"funding": {
|
|
3431
|
+
"type": "opencollective",
|
|
3432
|
+
"url": "https://opencollective.com/unified"
|
|
3433
|
+
}
|
|
3434
|
+
},
|
|
3435
|
+
"node_modules/vite": {
|
|
3436
|
+
"version": "5.4.21",
|
|
3437
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
|
|
3438
|
+
"integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
|
|
3439
|
+
"license": "MIT",
|
|
3440
|
+
"dependencies": {
|
|
3441
|
+
"esbuild": "^0.21.3",
|
|
3442
|
+
"postcss": "^8.4.43",
|
|
3443
|
+
"rollup": "^4.20.0"
|
|
3444
|
+
},
|
|
3445
|
+
"bin": {
|
|
3446
|
+
"vite": "bin/vite.js"
|
|
3447
|
+
},
|
|
3448
|
+
"engines": {
|
|
3449
|
+
"node": "^18.0.0 || >=20.0.0"
|
|
3450
|
+
},
|
|
3451
|
+
"funding": {
|
|
3452
|
+
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
3453
|
+
},
|
|
3454
|
+
"optionalDependencies": {
|
|
3455
|
+
"fsevents": "~2.3.3"
|
|
3456
|
+
},
|
|
3457
|
+
"peerDependencies": {
|
|
3458
|
+
"@types/node": "^18.0.0 || >=20.0.0",
|
|
3459
|
+
"less": "*",
|
|
3460
|
+
"lightningcss": "^1.21.0",
|
|
3461
|
+
"sass": "*",
|
|
3462
|
+
"sass-embedded": "*",
|
|
3463
|
+
"stylus": "*",
|
|
3464
|
+
"sugarss": "*",
|
|
3465
|
+
"terser": "^5.4.0"
|
|
3466
|
+
},
|
|
3467
|
+
"peerDependenciesMeta": {
|
|
3468
|
+
"@types/node": {
|
|
3469
|
+
"optional": true
|
|
3470
|
+
},
|
|
3471
|
+
"less": {
|
|
3472
|
+
"optional": true
|
|
3473
|
+
},
|
|
3474
|
+
"lightningcss": {
|
|
3475
|
+
"optional": true
|
|
3476
|
+
},
|
|
3477
|
+
"sass": {
|
|
3478
|
+
"optional": true
|
|
3479
|
+
},
|
|
3480
|
+
"sass-embedded": {
|
|
3481
|
+
"optional": true
|
|
3482
|
+
},
|
|
3483
|
+
"stylus": {
|
|
3484
|
+
"optional": true
|
|
3485
|
+
},
|
|
3486
|
+
"sugarss": {
|
|
3487
|
+
"optional": true
|
|
3488
|
+
},
|
|
3489
|
+
"terser": {
|
|
3490
|
+
"optional": true
|
|
3491
|
+
}
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"node_modules/vitepress": {
|
|
3495
|
+
"version": "1.6.4",
|
|
3496
|
+
"resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.6.4.tgz",
|
|
3497
|
+
"integrity": "sha512-+2ym1/+0VVrbhNyRoFFesVvBvHAVMZMK0rw60E3X/5349M1GuVdKeazuksqopEdvkKwKGs21Q729jX81/bkBJg==",
|
|
3498
|
+
"license": "MIT",
|
|
3499
|
+
"dependencies": {
|
|
3500
|
+
"@docsearch/css": "3.8.2",
|
|
3501
|
+
"@docsearch/js": "3.8.2",
|
|
3502
|
+
"@iconify-json/simple-icons": "^1.2.21",
|
|
3503
|
+
"@shikijs/core": "^2.1.0",
|
|
3504
|
+
"@shikijs/transformers": "^2.1.0",
|
|
3505
|
+
"@shikijs/types": "^2.1.0",
|
|
3506
|
+
"@types/markdown-it": "^14.1.2",
|
|
3507
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
3508
|
+
"@vue/devtools-api": "^7.7.0",
|
|
3509
|
+
"@vue/shared": "^3.5.13",
|
|
3510
|
+
"@vueuse/core": "^12.4.0",
|
|
3511
|
+
"@vueuse/integrations": "^12.4.0",
|
|
3512
|
+
"focus-trap": "^7.6.4",
|
|
3513
|
+
"mark.js": "8.11.1",
|
|
3514
|
+
"minisearch": "^7.1.1",
|
|
3515
|
+
"shiki": "^2.1.0",
|
|
3516
|
+
"vite": "^5.4.14",
|
|
3517
|
+
"vue": "^3.5.13"
|
|
3518
|
+
},
|
|
3519
|
+
"bin": {
|
|
3520
|
+
"vitepress": "bin/vitepress.js"
|
|
3521
|
+
},
|
|
3522
|
+
"peerDependencies": {
|
|
3523
|
+
"markdown-it-mathjax3": "^4",
|
|
3524
|
+
"postcss": "^8"
|
|
3525
|
+
},
|
|
3526
|
+
"peerDependenciesMeta": {
|
|
3527
|
+
"markdown-it-mathjax3": {
|
|
3528
|
+
"optional": true
|
|
3529
|
+
},
|
|
3530
|
+
"postcss": {
|
|
3531
|
+
"optional": true
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
},
|
|
3535
|
+
"node_modules/vitepress-plugin-mermaid": {
|
|
3536
|
+
"version": "2.0.17",
|
|
3537
|
+
"resolved": "https://registry.npmjs.org/vitepress-plugin-mermaid/-/vitepress-plugin-mermaid-2.0.17.tgz",
|
|
3538
|
+
"integrity": "sha512-IUzYpwf61GC6k0XzfmAmNrLvMi9TRrVRMsUyCA8KNXhg/mQ1VqWnO0/tBVPiX5UoKF1mDUwqn5QV4qAJl6JnUg==",
|
|
3539
|
+
"license": "MIT",
|
|
3540
|
+
"optionalDependencies": {
|
|
3541
|
+
"@mermaid-js/mermaid-mindmap": "^9.3.0"
|
|
3542
|
+
},
|
|
3543
|
+
"peerDependencies": {
|
|
3544
|
+
"mermaid": "10 || 11",
|
|
3545
|
+
"vitepress": "^1.0.0 || ^1.0.0-alpha"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
"node_modules/vscode-jsonrpc": {
|
|
3549
|
+
"version": "8.2.0",
|
|
3550
|
+
"resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz",
|
|
3551
|
+
"integrity": "sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==",
|
|
3552
|
+
"license": "MIT",
|
|
3553
|
+
"engines": {
|
|
3554
|
+
"node": ">=14.0.0"
|
|
3555
|
+
}
|
|
3556
|
+
},
|
|
3557
|
+
"node_modules/vscode-languageserver": {
|
|
3558
|
+
"version": "9.0.1",
|
|
3559
|
+
"resolved": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz",
|
|
3560
|
+
"integrity": "sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==",
|
|
3561
|
+
"license": "MIT",
|
|
3562
|
+
"dependencies": {
|
|
3563
|
+
"vscode-languageserver-protocol": "3.17.5"
|
|
3564
|
+
},
|
|
3565
|
+
"bin": {
|
|
3566
|
+
"installServerIntoExtension": "bin/installServerIntoExtension"
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"node_modules/vscode-languageserver-protocol": {
|
|
3570
|
+
"version": "3.17.5",
|
|
3571
|
+
"resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz",
|
|
3572
|
+
"integrity": "sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==",
|
|
3573
|
+
"license": "MIT",
|
|
3574
|
+
"dependencies": {
|
|
3575
|
+
"vscode-jsonrpc": "8.2.0",
|
|
3576
|
+
"vscode-languageserver-types": "3.17.5"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"node_modules/vscode-languageserver-textdocument": {
|
|
3580
|
+
"version": "1.0.12",
|
|
3581
|
+
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz",
|
|
3582
|
+
"integrity": "sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==",
|
|
3583
|
+
"license": "MIT"
|
|
3584
|
+
},
|
|
3585
|
+
"node_modules/vscode-languageserver-types": {
|
|
3586
|
+
"version": "3.17.5",
|
|
3587
|
+
"resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz",
|
|
3588
|
+
"integrity": "sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==",
|
|
3589
|
+
"license": "MIT"
|
|
3590
|
+
},
|
|
3591
|
+
"node_modules/vscode-uri": {
|
|
3592
|
+
"version": "3.1.0",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.1.0.tgz",
|
|
3594
|
+
"integrity": "sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==",
|
|
3595
|
+
"license": "MIT"
|
|
3596
|
+
},
|
|
3597
|
+
"node_modules/vue": {
|
|
3598
|
+
"version": "3.5.30",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/vue/-/vue-3.5.30.tgz",
|
|
3600
|
+
"integrity": "sha512-hTHLc6VNZyzzEH/l7PFGjpcTvUgiaPK5mdLkbjrTeWSRcEfxFrv56g/XckIYlE9ckuobsdwqd5mk2g1sBkMewg==",
|
|
3601
|
+
"license": "MIT",
|
|
3602
|
+
"dependencies": {
|
|
3603
|
+
"@vue/compiler-dom": "3.5.30",
|
|
3604
|
+
"@vue/compiler-sfc": "3.5.30",
|
|
3605
|
+
"@vue/runtime-dom": "3.5.30",
|
|
3606
|
+
"@vue/server-renderer": "3.5.30",
|
|
3607
|
+
"@vue/shared": "3.5.30"
|
|
3608
|
+
},
|
|
3609
|
+
"peerDependencies": {
|
|
3610
|
+
"typescript": "*"
|
|
3611
|
+
},
|
|
3612
|
+
"peerDependenciesMeta": {
|
|
3613
|
+
"typescript": {
|
|
3614
|
+
"optional": true
|
|
3615
|
+
}
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
"node_modules/zwitch": {
|
|
3619
|
+
"version": "2.0.4",
|
|
3620
|
+
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
3621
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
3622
|
+
"license": "MIT",
|
|
3623
|
+
"funding": {
|
|
3624
|
+
"type": "github",
|
|
3625
|
+
"url": "https://github.com/sponsors/wooorm"
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
}
|