@adminforth/markdown 1.2.9 → 1.3.0
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/README.md +1 -1
- package/build.log +2 -2
- package/custom/MarkdownEditor.vue +556 -213
- package/custom/package-lock.json +39 -4010
- package/custom/package.json +4 -4
- package/dist/custom/MarkdownEditor.vue +556 -213
- package/dist/custom/package-lock.json +39 -4010
- package/dist/custom/package.json +4 -4
- package/dist/index.js +0 -4
- package/index.ts +0 -4
- package/package.json +1 -1
- package/types.ts +3 -0
|
@@ -9,4038 +9,67 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@milkdown/kit": "^7.8.0",
|
|
13
|
-
"@milkdown/theme-nord": "^7.8.0",
|
|
14
|
-
"@milkdown/vue": "^7.7.0",
|
|
15
12
|
"dompurify": "^3.2.4",
|
|
16
|
-
"marked": "^15.0.7"
|
|
13
|
+
"marked": "^15.0.7",
|
|
14
|
+
"monaco-editor": "^0.45.0",
|
|
15
|
+
"turndown": "^7.2.2",
|
|
16
|
+
"turndown-plugin-gfm": "^1.0.2"
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
|
-
"node_modules/@
|
|
20
|
-
"version": "
|
|
21
|
-
"resolved": "https://registry.npmjs.org/@
|
|
22
|
-
"integrity": "sha512-
|
|
23
|
-
"license": "
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@atomico/use-attributes": "^2.0.1",
|
|
26
|
-
"@atomico/use-child-nodes": "^1.0.1",
|
|
27
|
-
"@atomico/use-click-coordinates": "^1.0.1",
|
|
28
|
-
"@atomico/use-click-press": "^1.0.1",
|
|
29
|
-
"@atomico/use-copy": "^1.0.1",
|
|
30
|
-
"@atomico/use-css-light-dom": "^1.0.1",
|
|
31
|
-
"@atomico/use-current-value": "^1.0.1",
|
|
32
|
-
"@atomico/use-debounce-state": "^1.0.1",
|
|
33
|
-
"@atomico/use-disabled": "^2.0.1",
|
|
34
|
-
"@atomico/use-drag-resize": "^1.0.0",
|
|
35
|
-
"@atomico/use-form": "^1.0.1",
|
|
36
|
-
"@atomico/use-internals": "^1.0.1",
|
|
37
|
-
"@atomico/use-intersection-observer": "^1.1.0",
|
|
38
|
-
"@atomico/use-keyboard": "^1.1.0",
|
|
39
|
-
"@atomico/use-listener": "^1.1.0",
|
|
40
|
-
"@atomico/use-media-query": "^1.0.1",
|
|
41
|
-
"@atomico/use-mutation-observer": "^2.0.2",
|
|
42
|
-
"@atomico/use-parallax": "^1.0.1",
|
|
43
|
-
"@atomico/use-parent": "^1.1.1",
|
|
44
|
-
"@atomico/use-prop-proxy": "^1.0.1",
|
|
45
|
-
"@atomico/use-reflect-event": "^1.0.1",
|
|
46
|
-
"@atomico/use-render": "^1.1.1",
|
|
47
|
-
"@atomico/use-resize-observer": "^1.1.0",
|
|
48
|
-
"@atomico/use-resize-state": "^1.0.1",
|
|
49
|
-
"@atomico/use-responsive-state": "^1.0.1",
|
|
50
|
-
"@atomico/use-router": "^1.2.0",
|
|
51
|
-
"@atomico/use-script": "^1.0.1",
|
|
52
|
-
"@atomico/use-slot": "^1.0.2",
|
|
53
|
-
"@atomico/use-value-history": "^1.0.1"
|
|
54
|
-
},
|
|
55
|
-
"peerDependencies": {
|
|
56
|
-
"@atomico/react": "*",
|
|
57
|
-
"@atomico/vue": "*"
|
|
58
|
-
},
|
|
59
|
-
"peerDependenciesMeta": {
|
|
60
|
-
"@atomico/react": {
|
|
61
|
-
"optional": true
|
|
62
|
-
},
|
|
63
|
-
"@atomico/vue": {
|
|
64
|
-
"optional": true
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"node_modules/@atomico/use-attributes": {
|
|
69
|
-
"version": "2.0.1",
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-attributes/-/use-attributes-2.0.1.tgz",
|
|
71
|
-
"integrity": "sha512-YmnUYJAoQsNmY0zK55E7DijvvSl5EilWirHVzyeRVacphKAWYiphj5S0lz+8d2ZQDebw/noWG8PdSLsk84z3wA==",
|
|
72
|
-
"license": "MIT",
|
|
73
|
-
"dependencies": {
|
|
74
|
-
"@atomico/use-mutation-observer": "*"
|
|
75
|
-
},
|
|
76
|
-
"peerDependencies": {
|
|
77
|
-
"atomico": "^1.75.1"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
|
-
"node_modules/@atomico/use-child-nodes": {
|
|
81
|
-
"version": "1.0.1",
|
|
82
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-child-nodes/-/use-child-nodes-1.0.1.tgz",
|
|
83
|
-
"integrity": "sha512-Mjz0al79bh2TrLB6wuNImylhePtVQ5PpGYrVazGwzzmlBSRh1LYJq0QcvcvlUw2DKPkd697yFVaNgMwtQMrkjQ==",
|
|
84
|
-
"license": "MIT",
|
|
85
|
-
"peerDependencies": {
|
|
86
|
-
"atomico": "^1.75.1"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"node_modules/@atomico/use-click-coordinates": {
|
|
90
|
-
"version": "1.0.1",
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-click-coordinates/-/use-click-coordinates-1.0.1.tgz",
|
|
92
|
-
"integrity": "sha512-u+6DpSDsFyby5+krDF4a+8xhDibFmCNPUTMRElYey9/D+khgBiw9anuYniKJyplXMkI5ns3ev7dxMQPMfMj5lA==",
|
|
93
|
-
"license": "MIT",
|
|
94
|
-
"dependencies": {
|
|
95
|
-
"@atomico/use-current-value": "*",
|
|
96
|
-
"@atomico/use-listener": "*"
|
|
97
|
-
},
|
|
98
|
-
"peerDependencies": {
|
|
99
|
-
"atomico": "^1.75.1"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"node_modules/@atomico/use-click-press": {
|
|
103
|
-
"version": "1.0.1",
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-click-press/-/use-click-press-1.0.1.tgz",
|
|
105
|
-
"integrity": "sha512-vLhoStp1RXX0AysqolS8RYd1vSDKhOJU9QK45D/vtu4uqb1pZoT7sWMcQUIR7XgM4xoUkEI8Z/8ej1UrLpZhyA==",
|
|
106
|
-
"license": "MIT",
|
|
107
|
-
"dependencies": {
|
|
108
|
-
"@atomico/use-listener": "*"
|
|
109
|
-
},
|
|
110
|
-
"peerDependencies": {
|
|
111
|
-
"atomico": "^1.75.1"
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"node_modules/@atomico/use-copy": {
|
|
115
|
-
"version": "1.0.1",
|
|
116
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-copy/-/use-copy-1.0.1.tgz",
|
|
117
|
-
"integrity": "sha512-ces7MxytvCpDuGHHpeap2uZ+CJeKi++tWMKK5uwQ8LjsyuFAi7EP/JkBmaSoQzYp4N9uWlNkJnL9zJfoi+CaQQ==",
|
|
118
|
-
"license": "MIT",
|
|
119
|
-
"peerDependencies": {
|
|
120
|
-
"atomico": "^1.75.1"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"node_modules/@atomico/use-css-light-dom": {
|
|
124
|
-
"version": "1.0.1",
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-css-light-dom/-/use-css-light-dom-1.0.1.tgz",
|
|
126
|
-
"integrity": "sha512-sClSNYbrnTTUqW9LiJrSi5BjVyPP1bxWWvWT+kiYIU+e6UX6gaR7wCoZ8m7B/ezTukMXjcQdOLlq4RsqxUGnXQ==",
|
|
127
|
-
"license": "MIT",
|
|
128
|
-
"peerDependencies": {
|
|
129
|
-
"atomico": "^1.75.1"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"node_modules/@atomico/use-current-value": {
|
|
133
|
-
"version": "1.0.1",
|
|
134
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-current-value/-/use-current-value-1.0.1.tgz",
|
|
135
|
-
"integrity": "sha512-d59warzhAmWyOi2VSWzXH1hw3Pafnao30y5h0D6IFs+NMPibLLybeupdwHqtsjTQlAov7Ak7Q940tzKdgGasDw==",
|
|
136
|
-
"license": "MIT",
|
|
137
|
-
"peerDependencies": {
|
|
138
|
-
"atomico": "^1.75.1"
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
"node_modules/@atomico/use-debounce-state": {
|
|
142
|
-
"version": "1.0.1",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-debounce-state/-/use-debounce-state-1.0.1.tgz",
|
|
144
|
-
"integrity": "sha512-vCBGP0nDxxU+RTJ4yHI0JeGeWawEf/6UMj5X0tt0Gk5XKLE/kqKBgWG0uFUh33bbhW1eXuGboeB+/qcm2b8FYw==",
|
|
145
|
-
"license": "MIT",
|
|
146
|
-
"peerDependencies": {
|
|
147
|
-
"atomico": "^1.75.1"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"node_modules/@atomico/use-disabled": {
|
|
151
|
-
"version": "2.0.1",
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-disabled/-/use-disabled-2.0.1.tgz",
|
|
153
|
-
"integrity": "sha512-73IcqP2Rpd41j5TVjB823J/J5q6i1F2ZEs2BZuDRy0YRbUYAkDsi+agsuqWWiWNAxezI4zc+wYWj8GOeqilXNA==",
|
|
154
|
-
"license": "MIT",
|
|
155
|
-
"dependencies": {
|
|
156
|
-
"@atomico/use-mutation-observer": "*",
|
|
157
|
-
"@atomico/use-parent": "*"
|
|
158
|
-
},
|
|
159
|
-
"peerDependencies": {
|
|
160
|
-
"atomico": "^1.75.1"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"node_modules/@atomico/use-drag-resize": {
|
|
164
|
-
"version": "1.0.0",
|
|
165
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-drag-resize/-/use-drag-resize-1.0.0.tgz",
|
|
166
|
-
"integrity": "sha512-+wSCARzFmOrURQKbqS0ki+fyQdNnQQosg3/Ov/PJMFLkdkCyHw9lgNjIhyHRo71AqN2hudiLC1Gtfgs5oQe/fA==",
|
|
167
|
-
"license": "MIT",
|
|
168
|
-
"dependencies": {
|
|
169
|
-
"@atomico/use-debounce-state": "*",
|
|
170
|
-
"@atomico/use-listener": "*"
|
|
171
|
-
},
|
|
172
|
-
"peerDependencies": {
|
|
173
|
-
"atomico": "^1.75.1"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"node_modules/@atomico/use-form": {
|
|
177
|
-
"version": "1.0.1",
|
|
178
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-form/-/use-form-1.0.1.tgz",
|
|
179
|
-
"integrity": "sha512-N3RTdUHQlJsJNF4fPV3qj1fK9HPYRrKIYyq410PGICfm4VrTsU2Dbl/eBBnWXIH3MT4VXpUsy3jRk3EFJ8wYDA==",
|
|
180
|
-
"license": "MIT",
|
|
181
|
-
"dependencies": {
|
|
182
|
-
"@atomico/use-listener": "*",
|
|
183
|
-
"@atomico/use-parent": "*",
|
|
184
|
-
"@atomico/use-render": "*"
|
|
185
|
-
},
|
|
186
|
-
"peerDependencies": {
|
|
187
|
-
"atomico": "^1.75.1",
|
|
188
|
-
"element-internals-polyfill": "^0.1.49"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
"node_modules/@atomico/use-internals": {
|
|
192
|
-
"version": "1.0.1",
|
|
193
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-internals/-/use-internals-1.0.1.tgz",
|
|
194
|
-
"integrity": "sha512-qLHWzW/lsq9KyoC6v8HM+WiVsbGd2oUy7rl4x/dsouEW/E9qcTsTVeB8tMGL6O+ixYq5fj9BxCuGl49sU2zqIQ==",
|
|
195
|
-
"license": "MIT",
|
|
196
|
-
"peerDependencies": {
|
|
197
|
-
"atomico": "^1.75.1"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"node_modules/@atomico/use-intersection-observer": {
|
|
201
|
-
"version": "1.1.0",
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-intersection-observer/-/use-intersection-observer-1.1.0.tgz",
|
|
203
|
-
"integrity": "sha512-0p1X6PSpoztM1wcL0wcO//g2fODSwqWETS4cL+X+3nW5Yjc5d++kjvHq0q2GvhN4VvCAZX9jod3I8iM2eXWWZg==",
|
|
204
|
-
"license": "MIT",
|
|
205
|
-
"peerDependencies": {
|
|
206
|
-
"atomico": "^1.76.4"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"node_modules/@atomico/use-keyboard": {
|
|
210
|
-
"version": "1.1.0",
|
|
211
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-keyboard/-/use-keyboard-1.1.0.tgz",
|
|
212
|
-
"integrity": "sha512-VGA2jDh5nD361IColbRztN4/Wcydhx0MhLZ9emIPtvPsfzUyOdI7mm47OvlnzliaCUnu96G2DuMih9AnR+XzeA==",
|
|
213
|
-
"license": "MIT",
|
|
214
|
-
"dependencies": {
|
|
215
|
-
"@atomico/use-current-value": "*",
|
|
216
|
-
"@atomico/use-listener": "*"
|
|
217
|
-
},
|
|
218
|
-
"peerDependencies": {
|
|
219
|
-
"atomico": "^1.76.4"
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
"node_modules/@atomico/use-listener": {
|
|
223
|
-
"version": "1.1.0",
|
|
224
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-listener/-/use-listener-1.1.0.tgz",
|
|
225
|
-
"integrity": "sha512-d7LcW/Rvokfpb/FBBDaBedLygNJmIaznIgDc2xkUxfQFiXyzMAzsNAAHzY0ZEddiYKtxdbkwrZotDDWkhC6/ug==",
|
|
226
|
-
"license": "MIT",
|
|
227
|
-
"dependencies": {
|
|
228
|
-
"@atomico/use-current-value": "*"
|
|
229
|
-
},
|
|
230
|
-
"peerDependencies": {
|
|
231
|
-
"atomico": "^1.76.4"
|
|
232
|
-
}
|
|
233
|
-
},
|
|
234
|
-
"node_modules/@atomico/use-media-query": {
|
|
235
|
-
"version": "1.0.1",
|
|
236
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-media-query/-/use-media-query-1.0.1.tgz",
|
|
237
|
-
"integrity": "sha512-7mWFsfs1PzoFXjpa08SZuAN5Ut9UXGNSc/5U9odAJgGvSRnbAoVTguDpHsHVyEAKVt6lRGJPGIytWaVpuzyyWg==",
|
|
238
|
-
"license": "MIT",
|
|
239
|
-
"peerDependencies": {
|
|
240
|
-
"atomico": "^1.75.1"
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
"node_modules/@atomico/use-mutation-observer": {
|
|
244
|
-
"version": "2.0.2",
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-mutation-observer/-/use-mutation-observer-2.0.2.tgz",
|
|
246
|
-
"integrity": "sha512-l5upQLTMSDvwCEq0oXL56vKtmg4SykKSMcNJsgA503hZ35AXmB0LJMz4+dfBCVcahxV7kT0RUnAb9ZE0Q+8rwA==",
|
|
247
|
-
"license": "MIT",
|
|
248
|
-
"dependencies": {
|
|
249
|
-
"@atomico/use-current-value": "*",
|
|
250
|
-
"@atomico/use-ref-values": "*"
|
|
251
|
-
},
|
|
252
|
-
"peerDependencies": {
|
|
253
|
-
"atomico": "^1.75.1"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"node_modules/@atomico/use-parallax": {
|
|
257
|
-
"version": "1.0.1",
|
|
258
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-parallax/-/use-parallax-1.0.1.tgz",
|
|
259
|
-
"integrity": "sha512-0swK5Wr6ZD19gCql9iDSE8FlhJ67Ji+odVzhu4CdmU909e1B4Ob16rU5UuHnbDphAh2NZQ780O9CRhuxOUqWRw==",
|
|
260
|
-
"license": "MIT",
|
|
261
|
-
"dependencies": {
|
|
262
|
-
"@atomico/use-debounce-state": "*",
|
|
263
|
-
"@atomico/use-intersection-observer": "*",
|
|
264
|
-
"@atomico/use-listener": "*"
|
|
265
|
-
},
|
|
266
|
-
"peerDependencies": {
|
|
267
|
-
"atomico": "^1.75.1"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
"node_modules/@atomico/use-parent": {
|
|
271
|
-
"version": "1.1.1",
|
|
272
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-parent/-/use-parent-1.1.1.tgz",
|
|
273
|
-
"integrity": "sha512-a/gaEH9lVUgoc/ufyLCTjAZiOjRLBtZQLTV4V2DD9MKHQQsL6PColeDk9Qbf6RONo77cfJ60MN+ctjhu98Y8Ow==",
|
|
274
|
-
"license": "MIT",
|
|
275
|
-
"peerDependencies": {
|
|
276
|
-
"atomico": "^1.75.1"
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
"node_modules/@atomico/use-prop-proxy": {
|
|
280
|
-
"version": "1.0.1",
|
|
281
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-prop-proxy/-/use-prop-proxy-1.0.1.tgz",
|
|
282
|
-
"integrity": "sha512-20j1nn8HL52iSo6Y0v210/I90+usm3N7VNcHOYQIjRhiB7YwOqAJhKlbWQwXSEV5pFBhwUGu+Ks9FQdvJG3Esg==",
|
|
283
|
-
"license": "MIT",
|
|
284
|
-
"dependencies": {
|
|
285
|
-
"@atomico/use-current-value": "*"
|
|
286
|
-
},
|
|
287
|
-
"peerDependencies": {
|
|
288
|
-
"atomico": "^1.75.1"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
"node_modules/@atomico/use-ref-values": {
|
|
292
|
-
"version": "1.0.1",
|
|
293
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-ref-values/-/use-ref-values-1.0.1.tgz",
|
|
294
|
-
"integrity": "sha512-IFuwav8IkZ9uSFGscPiubYZnfSbdz2yV4xXdEClBq6IiViP0j8cBisE6YB7eAATJ/EHf7uhIBQGL5LOCk8Vi7A==",
|
|
295
|
-
"license": "MIT",
|
|
296
|
-
"peerDependencies": {
|
|
297
|
-
"atomico": "^1.75.1"
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
"node_modules/@atomico/use-reflect-event": {
|
|
301
|
-
"version": "1.0.1",
|
|
302
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-reflect-event/-/use-reflect-event-1.0.1.tgz",
|
|
303
|
-
"integrity": "sha512-HFAREdUlGp48PlhQ9UNfPX7DNI6GgqfmK61yoq3/F9KJow/48ZYnEPlyYy1/GxAeHOTnCK4C8OhclHH2jg8Gzw==",
|
|
304
|
-
"license": "MIT",
|
|
305
|
-
"dependencies": {
|
|
306
|
-
"@atomico/use-listener": "*"
|
|
307
|
-
},
|
|
308
|
-
"peerDependencies": {
|
|
309
|
-
"atomico": "^1.75.1"
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
"node_modules/@atomico/use-render": {
|
|
313
|
-
"version": "1.1.1",
|
|
314
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-render/-/use-render-1.1.1.tgz",
|
|
315
|
-
"integrity": "sha512-SkXTapKVDU/8PzP2z3psOPi3hoKWckSo0T/Q/HSxeu7TGbIpLTsn9jugWZG/rqzTOToOnhLaZ8s0qEEXCsL7ag==",
|
|
316
|
-
"license": "MIT",
|
|
317
|
-
"peerDependencies": {
|
|
318
|
-
"atomico": "^1.75.1"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"node_modules/@atomico/use-resize-observer": {
|
|
322
|
-
"version": "1.1.0",
|
|
323
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-resize-observer/-/use-resize-observer-1.1.0.tgz",
|
|
324
|
-
"integrity": "sha512-NcFs6G4dFwckO4IPrCzEpPEn1btuHZlHrrvaJnDCW+mf0UuEynwpCUD/264rkVIp5jfdAq4WTE3CBmBm7Nk89g==",
|
|
325
|
-
"license": "MIT",
|
|
326
|
-
"dependencies": {
|
|
327
|
-
"@atomico/use-current-value": "*"
|
|
328
|
-
},
|
|
329
|
-
"peerDependencies": {
|
|
330
|
-
"atomico": "^1.76.4"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"node_modules/@atomico/use-resize-state": {
|
|
334
|
-
"version": "1.0.1",
|
|
335
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-resize-state/-/use-resize-state-1.0.1.tgz",
|
|
336
|
-
"integrity": "sha512-4gAklY6MxluHCPvC+4oM1c4ArqzDhPRMoSx1egM4OopEew9MwPJymKCCKbKpMe0SIjayAZv9Y2ZdYopn0xrwhQ==",
|
|
337
|
-
"license": "MIT",
|
|
338
|
-
"dependencies": {
|
|
339
|
-
"@atomico/use-resize-observer": "*",
|
|
340
|
-
"@uppercod/match-media": "*"
|
|
341
|
-
},
|
|
342
|
-
"peerDependencies": {
|
|
343
|
-
"atomico": "^1.75.1"
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
"node_modules/@atomico/use-responsive-state": {
|
|
347
|
-
"version": "1.0.1",
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-responsive-state/-/use-responsive-state-1.0.1.tgz",
|
|
349
|
-
"integrity": "sha512-OXjVEBtZRAO5S+mEHe7Lb0r3eDonzGhDCLK1slQwc0N09oxUbz18lSrOPvWB05ezL9fitrxfY+auAIB7AIAUPA==",
|
|
350
|
-
"license": "MIT",
|
|
351
|
-
"dependencies": {
|
|
352
|
-
"@uppercod/match-media": "^1.1.0"
|
|
353
|
-
},
|
|
354
|
-
"peerDependencies": {
|
|
355
|
-
"atomico": "^1.75.1"
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
"node_modules/@atomico/use-router": {
|
|
359
|
-
"version": "1.2.0",
|
|
360
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-router/-/use-router-1.2.0.tgz",
|
|
361
|
-
"integrity": "sha512-FgrS4g/4usVZFw+rukVUnlHdV6oNUPXW/+2syB0Tbe+XlrXZQlCpu2yw79B3TNazlky5uAnXLEdRbrPtkWzjxA==",
|
|
362
|
-
"license": "MIT",
|
|
363
|
-
"dependencies": {
|
|
364
|
-
"@atomico/use-current-value": "*",
|
|
365
|
-
"@atomico/use-listener": "*",
|
|
366
|
-
"@uppercod/exp-route": "^1.4.2"
|
|
367
|
-
},
|
|
368
|
-
"peerDependencies": {
|
|
369
|
-
"atomico": "^1.76.4"
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
"node_modules/@atomico/use-script": {
|
|
373
|
-
"version": "1.0.1",
|
|
374
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-script/-/use-script-1.0.1.tgz",
|
|
375
|
-
"integrity": "sha512-FXVlQrXVfkbqHzgOkkoE9RmuTlZ2m6Kp64JgM1+jsHL+LpHFtAI7vIRnzyfGA0XvLXESgU8391qPY5z8lxpY7Q==",
|
|
376
|
-
"license": "MIT",
|
|
377
|
-
"peerDependencies": {
|
|
378
|
-
"atomico": "^1.75.1"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"node_modules/@atomico/use-slot": {
|
|
382
|
-
"version": "1.0.2",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-slot/-/use-slot-1.0.2.tgz",
|
|
384
|
-
"integrity": "sha512-FLtqpbG1p4c3HSOWiNiGlj6cRbzZks+Nmu04uOZE1gZWqUgun024rqHKLsYcsNlumjPvr4Z/XtioUoFEZuowtQ==",
|
|
385
|
-
"license": "MIT",
|
|
386
|
-
"dependencies": {
|
|
387
|
-
"@atomico/use-listener": "*"
|
|
388
|
-
},
|
|
389
|
-
"peerDependencies": {
|
|
390
|
-
"atomico": "^1.76.4"
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
"node_modules/@atomico/use-value-history": {
|
|
394
|
-
"version": "1.0.1",
|
|
395
|
-
"resolved": "https://registry.npmjs.org/@atomico/use-value-history/-/use-value-history-1.0.1.tgz",
|
|
396
|
-
"integrity": "sha512-a0mtNNQ7AXOtJF93ySqp0sw1AQg6GiAEtoThpePEH/CCU07tyW2lKsAINU4/SYxZKYhyMbqBTuziK4D7gixFXg==",
|
|
397
|
-
"license": "MIT",
|
|
398
|
-
"peerDependencies": {
|
|
399
|
-
"atomico": "^1.75.1"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"node_modules/@babel/helper-string-parser": {
|
|
403
|
-
"version": "7.24.8",
|
|
404
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
|
|
405
|
-
"integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
|
|
406
|
-
"peer": true,
|
|
407
|
-
"engines": {
|
|
408
|
-
"node": ">=6.9.0"
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
412
|
-
"version": "7.24.7",
|
|
413
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
414
|
-
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
415
|
-
"peer": true,
|
|
416
|
-
"engines": {
|
|
417
|
-
"node": ">=6.9.0"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
"node_modules/@babel/parser": {
|
|
421
|
-
"version": "7.25.3",
|
|
422
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
|
|
423
|
-
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
424
|
-
"peer": true,
|
|
425
|
-
"dependencies": {
|
|
426
|
-
"@babel/types": "^7.25.2"
|
|
427
|
-
},
|
|
428
|
-
"bin": {
|
|
429
|
-
"parser": "bin/babel-parser.js"
|
|
430
|
-
},
|
|
431
|
-
"engines": {
|
|
432
|
-
"node": ">=6.0.0"
|
|
433
|
-
}
|
|
434
|
-
},
|
|
435
|
-
"node_modules/@babel/types": {
|
|
436
|
-
"version": "7.25.2",
|
|
437
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
|
|
438
|
-
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
439
|
-
"peer": true,
|
|
440
|
-
"dependencies": {
|
|
441
|
-
"@babel/helper-string-parser": "^7.24.8",
|
|
442
|
-
"@babel/helper-validator-identifier": "^7.24.7",
|
|
443
|
-
"to-fast-properties": "^2.0.0"
|
|
444
|
-
},
|
|
445
|
-
"engines": {
|
|
446
|
-
"node": ">=6.9.0"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"node_modules/@codemirror/autocomplete": {
|
|
450
|
-
"version": "6.18.6",
|
|
451
|
-
"resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz",
|
|
452
|
-
"integrity": "sha512-PHHBXFomUs5DF+9tCOM/UoW6XQ4R44lLNNhRaW9PKPTU0D7lIjRg3ElxaJnTwsl/oHiR93WSXDBrekhoUGCPtg==",
|
|
453
|
-
"license": "MIT",
|
|
454
|
-
"dependencies": {
|
|
455
|
-
"@codemirror/language": "^6.0.0",
|
|
456
|
-
"@codemirror/state": "^6.0.0",
|
|
457
|
-
"@codemirror/view": "^6.17.0",
|
|
458
|
-
"@lezer/common": "^1.0.0"
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
"node_modules/@codemirror/commands": {
|
|
462
|
-
"version": "6.8.1",
|
|
463
|
-
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.8.1.tgz",
|
|
464
|
-
"integrity": "sha512-KlGVYufHMQzxbdQONiLyGQDUW0itrLZwq3CcY7xpv9ZLRHqzkBSoteocBHtMCoY7/Ci4xhzSrToIeLg7FxHuaw==",
|
|
465
|
-
"license": "MIT",
|
|
466
|
-
"dependencies": {
|
|
467
|
-
"@codemirror/language": "^6.0.0",
|
|
468
|
-
"@codemirror/state": "^6.4.0",
|
|
469
|
-
"@codemirror/view": "^6.27.0",
|
|
470
|
-
"@lezer/common": "^1.1.0"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"node_modules/@codemirror/lang-angular": {
|
|
474
|
-
"version": "0.1.3",
|
|
475
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-angular/-/lang-angular-0.1.3.tgz",
|
|
476
|
-
"integrity": "sha512-xgeWGJQQl1LyStvndWtruUvb4SnBZDAu/gvFH/ZU+c0W25tQR8e5hq7WTwiIY2dNxnf+49mRiGI/9yxIwB6f5w==",
|
|
477
|
-
"license": "MIT",
|
|
478
|
-
"dependencies": {
|
|
479
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
480
|
-
"@codemirror/lang-javascript": "^6.1.2",
|
|
481
|
-
"@codemirror/language": "^6.0.0",
|
|
482
|
-
"@lezer/common": "^1.2.0",
|
|
483
|
-
"@lezer/highlight": "^1.0.0",
|
|
484
|
-
"@lezer/lr": "^1.3.3"
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"node_modules/@codemirror/lang-cpp": {
|
|
488
|
-
"version": "6.0.2",
|
|
489
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.2.tgz",
|
|
490
|
-
"integrity": "sha512-6oYEYUKHvrnacXxWxYa6t4puTlbN3dgV662BDfSH8+MfjQjVmP697/KYTDOqpxgerkvoNm7q5wlFMBeX8ZMocg==",
|
|
491
|
-
"license": "MIT",
|
|
492
|
-
"dependencies": {
|
|
493
|
-
"@codemirror/language": "^6.0.0",
|
|
494
|
-
"@lezer/cpp": "^1.0.0"
|
|
495
|
-
}
|
|
496
|
-
},
|
|
497
|
-
"node_modules/@codemirror/lang-css": {
|
|
498
|
-
"version": "6.3.1",
|
|
499
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-css/-/lang-css-6.3.1.tgz",
|
|
500
|
-
"integrity": "sha512-kr5fwBGiGtmz6l0LSJIbno9QrifNMUusivHbnA1H6Dmqy4HZFte3UAICix1VuKo0lMPKQr2rqB+0BkKi/S3Ejg==",
|
|
501
|
-
"license": "MIT",
|
|
502
|
-
"dependencies": {
|
|
503
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
504
|
-
"@codemirror/language": "^6.0.0",
|
|
505
|
-
"@codemirror/state": "^6.0.0",
|
|
506
|
-
"@lezer/common": "^1.0.2",
|
|
507
|
-
"@lezer/css": "^1.1.7"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"node_modules/@codemirror/lang-go": {
|
|
511
|
-
"version": "6.0.1",
|
|
512
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-go/-/lang-go-6.0.1.tgz",
|
|
513
|
-
"integrity": "sha512-7fNvbyNylvqCphW9HD6WFnRpcDjr+KXX/FgqXy5H5ZS0eC5edDljukm/yNgYkwTsgp2busdod50AOTIy6Jikfg==",
|
|
514
|
-
"license": "MIT",
|
|
515
|
-
"dependencies": {
|
|
516
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
517
|
-
"@codemirror/language": "^6.6.0",
|
|
518
|
-
"@codemirror/state": "^6.0.0",
|
|
519
|
-
"@lezer/common": "^1.0.0",
|
|
520
|
-
"@lezer/go": "^1.0.0"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
"node_modules/@codemirror/lang-html": {
|
|
524
|
-
"version": "6.4.9",
|
|
525
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-html/-/lang-html-6.4.9.tgz",
|
|
526
|
-
"integrity": "sha512-aQv37pIMSlueybId/2PVSP6NPnmurFDVmZwzc7jszd2KAF8qd4VBbvNYPXWQq90WIARjsdVkPbw29pszmHws3Q==",
|
|
527
|
-
"license": "MIT",
|
|
528
|
-
"dependencies": {
|
|
529
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
530
|
-
"@codemirror/lang-css": "^6.0.0",
|
|
531
|
-
"@codemirror/lang-javascript": "^6.0.0",
|
|
532
|
-
"@codemirror/language": "^6.4.0",
|
|
533
|
-
"@codemirror/state": "^6.0.0",
|
|
534
|
-
"@codemirror/view": "^6.17.0",
|
|
535
|
-
"@lezer/common": "^1.0.0",
|
|
536
|
-
"@lezer/css": "^1.1.0",
|
|
537
|
-
"@lezer/html": "^1.3.0"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
"node_modules/@codemirror/lang-java": {
|
|
541
|
-
"version": "6.0.1",
|
|
542
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-java/-/lang-java-6.0.1.tgz",
|
|
543
|
-
"integrity": "sha512-OOnmhH67h97jHzCuFaIEspbmsT98fNdhVhmA3zCxW0cn7l8rChDhZtwiwJ/JOKXgfm4J+ELxQihxaI7bj7mJRg==",
|
|
544
|
-
"license": "MIT",
|
|
545
|
-
"dependencies": {
|
|
546
|
-
"@codemirror/language": "^6.0.0",
|
|
547
|
-
"@lezer/java": "^1.0.0"
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
"node_modules/@codemirror/lang-javascript": {
|
|
551
|
-
"version": "6.2.3",
|
|
552
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-javascript/-/lang-javascript-6.2.3.tgz",
|
|
553
|
-
"integrity": "sha512-8PR3vIWg7pSu7ur8A07pGiYHgy3hHj+mRYRCSG8q+mPIrl0F02rgpGv+DsQTHRTc30rydOsf5PZ7yjKFg2Ackw==",
|
|
554
|
-
"license": "MIT",
|
|
555
|
-
"dependencies": {
|
|
556
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
557
|
-
"@codemirror/language": "^6.6.0",
|
|
558
|
-
"@codemirror/lint": "^6.0.0",
|
|
559
|
-
"@codemirror/state": "^6.0.0",
|
|
560
|
-
"@codemirror/view": "^6.17.0",
|
|
561
|
-
"@lezer/common": "^1.0.0",
|
|
562
|
-
"@lezer/javascript": "^1.0.0"
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
"node_modules/@codemirror/lang-json": {
|
|
566
|
-
"version": "6.0.1",
|
|
567
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-json/-/lang-json-6.0.1.tgz",
|
|
568
|
-
"integrity": "sha512-+T1flHdgpqDDlJZ2Lkil/rLiRy684WMLc74xUnjJH48GQdfJo/pudlTRreZmKwzP8/tGdKf83wlbAdOCzlJOGQ==",
|
|
569
|
-
"license": "MIT",
|
|
570
|
-
"dependencies": {
|
|
571
|
-
"@codemirror/language": "^6.0.0",
|
|
572
|
-
"@lezer/json": "^1.0.0"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
"node_modules/@codemirror/lang-less": {
|
|
576
|
-
"version": "6.0.2",
|
|
577
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-less/-/lang-less-6.0.2.tgz",
|
|
578
|
-
"integrity": "sha512-EYdQTG22V+KUUk8Qq582g7FMnCZeEHsyuOJisHRft/mQ+ZSZ2w51NupvDUHiqtsOy7It5cHLPGfHQLpMh9bqpQ==",
|
|
579
|
-
"license": "MIT",
|
|
580
|
-
"dependencies": {
|
|
581
|
-
"@codemirror/lang-css": "^6.2.0",
|
|
582
|
-
"@codemirror/language": "^6.0.0",
|
|
583
|
-
"@lezer/common": "^1.2.0",
|
|
584
|
-
"@lezer/highlight": "^1.0.0",
|
|
585
|
-
"@lezer/lr": "^1.0.0"
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
"node_modules/@codemirror/lang-liquid": {
|
|
589
|
-
"version": "6.2.3",
|
|
590
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-liquid/-/lang-liquid-6.2.3.tgz",
|
|
591
|
-
"integrity": "sha512-yeN+nMSrf/lNii3FJxVVEGQwFG0/2eDyH6gNOj+TGCa0hlNO4bhQnoO5ISnd7JOG+7zTEcI/GOoyraisFVY7jQ==",
|
|
592
|
-
"license": "MIT",
|
|
593
|
-
"dependencies": {
|
|
594
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
595
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
596
|
-
"@codemirror/language": "^6.0.0",
|
|
597
|
-
"@codemirror/state": "^6.0.0",
|
|
598
|
-
"@codemirror/view": "^6.0.0",
|
|
599
|
-
"@lezer/common": "^1.0.0",
|
|
600
|
-
"@lezer/highlight": "^1.0.0",
|
|
601
|
-
"@lezer/lr": "^1.3.1"
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
"node_modules/@codemirror/lang-markdown": {
|
|
605
|
-
"version": "6.3.2",
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-markdown/-/lang-markdown-6.3.2.tgz",
|
|
607
|
-
"integrity": "sha512-c/5MYinGbFxYl4itE9q/rgN/sMTjOr8XL5OWnC+EaRMLfCbVUmmubTJfdgpfcSS2SCaT7b+Q+xi3l6CgoE+BsA==",
|
|
608
|
-
"license": "MIT",
|
|
609
|
-
"dependencies": {
|
|
610
|
-
"@codemirror/autocomplete": "^6.7.1",
|
|
611
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
612
|
-
"@codemirror/language": "^6.3.0",
|
|
613
|
-
"@codemirror/state": "^6.0.0",
|
|
614
|
-
"@codemirror/view": "^6.0.0",
|
|
615
|
-
"@lezer/common": "^1.2.1",
|
|
616
|
-
"@lezer/markdown": "^1.0.0"
|
|
617
|
-
}
|
|
618
|
-
},
|
|
619
|
-
"node_modules/@codemirror/lang-php": {
|
|
620
|
-
"version": "6.0.1",
|
|
621
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-php/-/lang-php-6.0.1.tgz",
|
|
622
|
-
"integrity": "sha512-ublojMdw/PNWa7qdN5TMsjmqkNuTBD3k6ndZ4Z0S25SBAiweFGyY68AS3xNcIOlb6DDFDvKlinLQ40vSLqf8xA==",
|
|
623
|
-
"license": "MIT",
|
|
624
|
-
"dependencies": {
|
|
625
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
626
|
-
"@codemirror/language": "^6.0.0",
|
|
627
|
-
"@codemirror/state": "^6.0.0",
|
|
628
|
-
"@lezer/common": "^1.0.0",
|
|
629
|
-
"@lezer/php": "^1.0.0"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
"node_modules/@codemirror/lang-python": {
|
|
633
|
-
"version": "6.1.7",
|
|
634
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-python/-/lang-python-6.1.7.tgz",
|
|
635
|
-
"integrity": "sha512-mZnFTsL4lW5p9ch8uKNKeRU3xGGxr1QpESLilfON2E3fQzOa/OygEMkaDvERvXDJWJA9U9oN/D4w0ZuUzNO4+g==",
|
|
636
|
-
"license": "MIT",
|
|
637
|
-
"dependencies": {
|
|
638
|
-
"@codemirror/autocomplete": "^6.3.2",
|
|
639
|
-
"@codemirror/language": "^6.8.0",
|
|
640
|
-
"@codemirror/state": "^6.0.0",
|
|
641
|
-
"@lezer/common": "^1.2.1",
|
|
642
|
-
"@lezer/python": "^1.1.4"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"node_modules/@codemirror/lang-rust": {
|
|
646
|
-
"version": "6.0.1",
|
|
647
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-rust/-/lang-rust-6.0.1.tgz",
|
|
648
|
-
"integrity": "sha512-344EMWFBzWArHWdZn/NcgkwMvZIWUR1GEBdwG8FEp++6o6vT6KL9V7vGs2ONsKxxFUPXKI0SPcWhyYyl2zPYxQ==",
|
|
649
|
-
"license": "MIT",
|
|
650
|
-
"dependencies": {
|
|
651
|
-
"@codemirror/language": "^6.0.0",
|
|
652
|
-
"@lezer/rust": "^1.0.0"
|
|
653
|
-
}
|
|
654
|
-
},
|
|
655
|
-
"node_modules/@codemirror/lang-sass": {
|
|
656
|
-
"version": "6.0.2",
|
|
657
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-sass/-/lang-sass-6.0.2.tgz",
|
|
658
|
-
"integrity": "sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==",
|
|
659
|
-
"license": "MIT",
|
|
660
|
-
"dependencies": {
|
|
661
|
-
"@codemirror/lang-css": "^6.2.0",
|
|
662
|
-
"@codemirror/language": "^6.0.0",
|
|
663
|
-
"@codemirror/state": "^6.0.0",
|
|
664
|
-
"@lezer/common": "^1.0.2",
|
|
665
|
-
"@lezer/sass": "^1.0.0"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
|
-
"node_modules/@codemirror/lang-sql": {
|
|
669
|
-
"version": "6.8.0",
|
|
670
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-sql/-/lang-sql-6.8.0.tgz",
|
|
671
|
-
"integrity": "sha512-aGLmY4OwGqN3TdSx3h6QeA1NrvaYtF7kkoWR/+W7/JzB0gQtJ+VJxewlnE3+VImhA4WVlhmkJr109PefOOhjLg==",
|
|
672
|
-
"license": "MIT",
|
|
673
|
-
"dependencies": {
|
|
674
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
675
|
-
"@codemirror/language": "^6.0.0",
|
|
676
|
-
"@codemirror/state": "^6.0.0",
|
|
677
|
-
"@lezer/common": "^1.2.0",
|
|
678
|
-
"@lezer/highlight": "^1.0.0",
|
|
679
|
-
"@lezer/lr": "^1.0.0"
|
|
680
|
-
}
|
|
681
|
-
},
|
|
682
|
-
"node_modules/@codemirror/lang-vue": {
|
|
683
|
-
"version": "0.1.3",
|
|
684
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-vue/-/lang-vue-0.1.3.tgz",
|
|
685
|
-
"integrity": "sha512-QSKdtYTDRhEHCfo5zOShzxCmqKJvgGrZwDQSdbvCRJ5pRLWBS7pD/8e/tH44aVQT6FKm0t6RVNoSUWHOI5vNug==",
|
|
686
|
-
"license": "MIT",
|
|
687
|
-
"dependencies": {
|
|
688
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
689
|
-
"@codemirror/lang-javascript": "^6.1.2",
|
|
690
|
-
"@codemirror/language": "^6.0.0",
|
|
691
|
-
"@lezer/common": "^1.2.0",
|
|
692
|
-
"@lezer/highlight": "^1.0.0",
|
|
693
|
-
"@lezer/lr": "^1.3.1"
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
"node_modules/@codemirror/lang-wast": {
|
|
697
|
-
"version": "6.0.2",
|
|
698
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-wast/-/lang-wast-6.0.2.tgz",
|
|
699
|
-
"integrity": "sha512-Imi2KTpVGm7TKuUkqyJ5NRmeFWF7aMpNiwHnLQe0x9kmrxElndyH0K6H/gXtWwY6UshMRAhpENsgfpSwsgmC6Q==",
|
|
700
|
-
"license": "MIT",
|
|
701
|
-
"dependencies": {
|
|
702
|
-
"@codemirror/language": "^6.0.0",
|
|
703
|
-
"@lezer/common": "^1.2.0",
|
|
704
|
-
"@lezer/highlight": "^1.0.0",
|
|
705
|
-
"@lezer/lr": "^1.0.0"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
"node_modules/@codemirror/lang-xml": {
|
|
709
|
-
"version": "6.1.0",
|
|
710
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-xml/-/lang-xml-6.1.0.tgz",
|
|
711
|
-
"integrity": "sha512-3z0blhicHLfwi2UgkZYRPioSgVTo9PV5GP5ducFH6FaHy0IAJRg+ixj5gTR1gnT/glAIC8xv4w2VL1LoZfs+Jg==",
|
|
712
|
-
"license": "MIT",
|
|
713
|
-
"dependencies": {
|
|
714
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
715
|
-
"@codemirror/language": "^6.4.0",
|
|
716
|
-
"@codemirror/state": "^6.0.0",
|
|
717
|
-
"@codemirror/view": "^6.0.0",
|
|
718
|
-
"@lezer/common": "^1.0.0",
|
|
719
|
-
"@lezer/xml": "^1.0.0"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
"node_modules/@codemirror/lang-yaml": {
|
|
723
|
-
"version": "6.1.2",
|
|
724
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lang-yaml/-/lang-yaml-6.1.2.tgz",
|
|
725
|
-
"integrity": "sha512-dxrfG8w5Ce/QbT7YID7mWZFKhdhsaTNOYjOkSIMt1qmC4VQnXSDSYVHHHn8k6kJUfIhtLo8t1JJgltlxWdsITw==",
|
|
726
|
-
"license": "MIT",
|
|
727
|
-
"dependencies": {
|
|
728
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
729
|
-
"@codemirror/language": "^6.0.0",
|
|
730
|
-
"@codemirror/state": "^6.0.0",
|
|
731
|
-
"@lezer/common": "^1.2.0",
|
|
732
|
-
"@lezer/highlight": "^1.2.0",
|
|
733
|
-
"@lezer/lr": "^1.0.0",
|
|
734
|
-
"@lezer/yaml": "^1.0.0"
|
|
735
|
-
}
|
|
736
|
-
},
|
|
737
|
-
"node_modules/@codemirror/language": {
|
|
738
|
-
"version": "6.11.0",
|
|
739
|
-
"resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.11.0.tgz",
|
|
740
|
-
"integrity": "sha512-A7+f++LodNNc1wGgoRDTt78cOwWm9KVezApgjOMp1W4hM0898nsqBXwF+sbePE7ZRcjN7Sa1Z5m2oN27XkmEjQ==",
|
|
741
|
-
"license": "MIT",
|
|
742
|
-
"dependencies": {
|
|
743
|
-
"@codemirror/state": "^6.0.0",
|
|
744
|
-
"@codemirror/view": "^6.23.0",
|
|
745
|
-
"@lezer/common": "^1.1.0",
|
|
746
|
-
"@lezer/highlight": "^1.0.0",
|
|
747
|
-
"@lezer/lr": "^1.0.0",
|
|
748
|
-
"style-mod": "^4.0.0"
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
"node_modules/@codemirror/language-data": {
|
|
752
|
-
"version": "6.5.1",
|
|
753
|
-
"resolved": "https://registry.npmjs.org/@codemirror/language-data/-/language-data-6.5.1.tgz",
|
|
754
|
-
"integrity": "sha512-0sWxeUSNlBr6OmkqybUTImADFUP0M3P0IiSde4nc24bz/6jIYzqYSgkOSLS+CBIoW1vU8Q9KUWXscBXeoMVC9w==",
|
|
755
|
-
"license": "MIT",
|
|
756
|
-
"dependencies": {
|
|
757
|
-
"@codemirror/lang-angular": "^0.1.0",
|
|
758
|
-
"@codemirror/lang-cpp": "^6.0.0",
|
|
759
|
-
"@codemirror/lang-css": "^6.0.0",
|
|
760
|
-
"@codemirror/lang-go": "^6.0.0",
|
|
761
|
-
"@codemirror/lang-html": "^6.0.0",
|
|
762
|
-
"@codemirror/lang-java": "^6.0.0",
|
|
763
|
-
"@codemirror/lang-javascript": "^6.0.0",
|
|
764
|
-
"@codemirror/lang-json": "^6.0.0",
|
|
765
|
-
"@codemirror/lang-less": "^6.0.0",
|
|
766
|
-
"@codemirror/lang-liquid": "^6.0.0",
|
|
767
|
-
"@codemirror/lang-markdown": "^6.0.0",
|
|
768
|
-
"@codemirror/lang-php": "^6.0.0",
|
|
769
|
-
"@codemirror/lang-python": "^6.0.0",
|
|
770
|
-
"@codemirror/lang-rust": "^6.0.0",
|
|
771
|
-
"@codemirror/lang-sass": "^6.0.0",
|
|
772
|
-
"@codemirror/lang-sql": "^6.0.0",
|
|
773
|
-
"@codemirror/lang-vue": "^0.1.1",
|
|
774
|
-
"@codemirror/lang-wast": "^6.0.0",
|
|
775
|
-
"@codemirror/lang-xml": "^6.0.0",
|
|
776
|
-
"@codemirror/lang-yaml": "^6.0.0",
|
|
777
|
-
"@codemirror/language": "^6.0.0",
|
|
778
|
-
"@codemirror/legacy-modes": "^6.4.0"
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
|
-
"node_modules/@codemirror/legacy-modes": {
|
|
782
|
-
"version": "6.5.0",
|
|
783
|
-
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.5.0.tgz",
|
|
784
|
-
"integrity": "sha512-dNw5pwTqtR1giYjaJyEajunLqxGavZqV0XRtVZyMJnNOD2HmK9DMUmuCAr6RMFGRJ4l8OeQDjpI/us+R09mQsw==",
|
|
785
|
-
"license": "MIT",
|
|
786
|
-
"dependencies": {
|
|
787
|
-
"@codemirror/language": "^6.0.0"
|
|
788
|
-
}
|
|
789
|
-
},
|
|
790
|
-
"node_modules/@codemirror/lint": {
|
|
791
|
-
"version": "6.8.5",
|
|
792
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.8.5.tgz",
|
|
793
|
-
"integrity": "sha512-s3n3KisH7dx3vsoeGMxsbRAgKe4O1vbrnKBClm99PU0fWxmxsx5rR2PfqQgIt+2MMJBHbiJ5rfIdLYfB9NNvsA==",
|
|
794
|
-
"license": "MIT",
|
|
795
|
-
"dependencies": {
|
|
796
|
-
"@codemirror/state": "^6.0.0",
|
|
797
|
-
"@codemirror/view": "^6.35.0",
|
|
798
|
-
"crelt": "^1.0.5"
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
"node_modules/@codemirror/search": {
|
|
802
|
-
"version": "6.5.10",
|
|
803
|
-
"resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.10.tgz",
|
|
804
|
-
"integrity": "sha512-RMdPdmsrUf53pb2VwflKGHEe1XVM07hI7vV2ntgw1dmqhimpatSJKva4VA9h4TLUDOD4EIF02201oZurpnEFsg==",
|
|
805
|
-
"license": "MIT",
|
|
806
|
-
"dependencies": {
|
|
807
|
-
"@codemirror/state": "^6.0.0",
|
|
808
|
-
"@codemirror/view": "^6.0.0",
|
|
809
|
-
"crelt": "^1.0.5"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
|
-
"node_modules/@codemirror/state": {
|
|
813
|
-
"version": "6.5.2",
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.5.2.tgz",
|
|
815
|
-
"integrity": "sha512-FVqsPqtPWKVVL3dPSxy8wEF/ymIEuVzF1PK3VbUgrxXpJUSHQWWZz4JMToquRxnkw+36LTamCZG2iua2Ptq0fA==",
|
|
816
|
-
"license": "MIT",
|
|
817
|
-
"dependencies": {
|
|
818
|
-
"@marijn/find-cluster-break": "^1.0.0"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
"node_modules/@codemirror/theme-one-dark": {
|
|
822
|
-
"version": "6.1.2",
|
|
823
|
-
"resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.2.tgz",
|
|
824
|
-
"integrity": "sha512-F+sH0X16j/qFLMAfbciKTxVOwkdAS336b7AXTKOZhy8BR3eH/RelsnLgLFINrpST63mmN2OuwUt0W2ndUgYwUA==",
|
|
825
|
-
"license": "MIT",
|
|
826
|
-
"dependencies": {
|
|
827
|
-
"@codemirror/language": "^6.0.0",
|
|
828
|
-
"@codemirror/state": "^6.0.0",
|
|
829
|
-
"@codemirror/view": "^6.0.0",
|
|
830
|
-
"@lezer/highlight": "^1.0.0"
|
|
831
|
-
}
|
|
832
|
-
},
|
|
833
|
-
"node_modules/@codemirror/view": {
|
|
834
|
-
"version": "6.36.5",
|
|
835
|
-
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.36.5.tgz",
|
|
836
|
-
"integrity": "sha512-cd+FZEUlu3GQCYnguYm3EkhJ8KJVisqqUsCOKedBoAt/d9c76JUUap6U0UrpElln5k6VyrEOYliMuDAKIeDQLg==",
|
|
837
|
-
"license": "MIT",
|
|
838
|
-
"dependencies": {
|
|
839
|
-
"@codemirror/state": "^6.5.0",
|
|
840
|
-
"style-mod": "^4.1.0",
|
|
841
|
-
"w3c-keyname": "^2.2.4"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
"node_modules/@floating-ui/core": {
|
|
845
|
-
"version": "1.6.9",
|
|
846
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.9.tgz",
|
|
847
|
-
"integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
|
|
848
|
-
"license": "MIT",
|
|
849
|
-
"dependencies": {
|
|
850
|
-
"@floating-ui/utils": "^0.2.9"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
"node_modules/@floating-ui/dom": {
|
|
854
|
-
"version": "1.6.13",
|
|
855
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz",
|
|
856
|
-
"integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==",
|
|
857
|
-
"license": "MIT",
|
|
858
|
-
"dependencies": {
|
|
859
|
-
"@floating-ui/core": "^1.6.0",
|
|
860
|
-
"@floating-ui/utils": "^0.2.9"
|
|
861
|
-
}
|
|
862
|
-
},
|
|
863
|
-
"node_modules/@floating-ui/utils": {
|
|
864
|
-
"version": "0.2.9",
|
|
865
|
-
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz",
|
|
866
|
-
"integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
|
|
867
|
-
"license": "MIT"
|
|
868
|
-
},
|
|
869
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
870
|
-
"version": "1.5.0",
|
|
871
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
872
|
-
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
873
|
-
"peer": true
|
|
874
|
-
},
|
|
875
|
-
"node_modules/@lezer/common": {
|
|
876
|
-
"version": "1.2.3",
|
|
877
|
-
"resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.3.tgz",
|
|
878
|
-
"integrity": "sha512-w7ojc8ejBqr2REPsWxJjrMFsA/ysDCFICn8zEOR9mrqzOu2amhITYuLD8ag6XZf0CFXDrhKqw7+tW8cX66NaDA==",
|
|
879
|
-
"license": "MIT"
|
|
880
|
-
},
|
|
881
|
-
"node_modules/@lezer/cpp": {
|
|
882
|
-
"version": "1.1.3",
|
|
883
|
-
"resolved": "https://registry.npmjs.org/@lezer/cpp/-/cpp-1.1.3.tgz",
|
|
884
|
-
"integrity": "sha512-ykYvuFQKGsRi6IcE+/hCSGUhb/I4WPjd3ELhEblm2wS2cOznDFzO+ubK2c+ioysOnlZ3EduV+MVQFCPzAIoY3w==",
|
|
885
|
-
"license": "MIT",
|
|
886
|
-
"dependencies": {
|
|
887
|
-
"@lezer/common": "^1.2.0",
|
|
888
|
-
"@lezer/highlight": "^1.0.0",
|
|
889
|
-
"@lezer/lr": "^1.0.0"
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
"node_modules/@lezer/css": {
|
|
893
|
-
"version": "1.1.11",
|
|
894
|
-
"resolved": "https://registry.npmjs.org/@lezer/css/-/css-1.1.11.tgz",
|
|
895
|
-
"integrity": "sha512-FuAnusbLBl1SEAtfN8NdShxYJiESKw9LAFysfea1T96jD3ydBn12oYjaSG1a04BQRIUd93/0D8e5CV1cUMkmQg==",
|
|
896
|
-
"license": "MIT",
|
|
897
|
-
"dependencies": {
|
|
898
|
-
"@lezer/common": "^1.2.0",
|
|
899
|
-
"@lezer/highlight": "^1.0.0",
|
|
900
|
-
"@lezer/lr": "^1.0.0"
|
|
901
|
-
}
|
|
902
|
-
},
|
|
903
|
-
"node_modules/@lezer/go": {
|
|
904
|
-
"version": "1.0.0",
|
|
905
|
-
"resolved": "https://registry.npmjs.org/@lezer/go/-/go-1.0.0.tgz",
|
|
906
|
-
"integrity": "sha512-co9JfT3QqX1YkrMmourYw2Z8meGC50Ko4d54QEcQbEYpvdUvN4yb0NBZdn/9ertgvjsySxHsKzH3lbm3vqJ4Jw==",
|
|
907
|
-
"license": "MIT",
|
|
908
|
-
"dependencies": {
|
|
909
|
-
"@lezer/common": "^1.2.0",
|
|
910
|
-
"@lezer/highlight": "^1.0.0",
|
|
911
|
-
"@lezer/lr": "^1.0.0"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"node_modules/@lezer/highlight": {
|
|
915
|
-
"version": "1.2.1",
|
|
916
|
-
"resolved": "https://registry.npmjs.org/@lezer/highlight/-/highlight-1.2.1.tgz",
|
|
917
|
-
"integrity": "sha512-Z5duk4RN/3zuVO7Jq0pGLJ3qynpxUVsh7IbUbGj88+uV2ApSAn6kWg2au3iJb+0Zi7kKtqffIESgNcRXWZWmSA==",
|
|
918
|
-
"license": "MIT",
|
|
919
|
-
"dependencies": {
|
|
920
|
-
"@lezer/common": "^1.0.0"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
"node_modules/@lezer/html": {
|
|
924
|
-
"version": "1.3.10",
|
|
925
|
-
"resolved": "https://registry.npmjs.org/@lezer/html/-/html-1.3.10.tgz",
|
|
926
|
-
"integrity": "sha512-dqpT8nISx/p9Do3AchvYGV3qYc4/rKr3IBZxlHmpIKam56P47RSHkSF5f13Vu9hebS1jM0HmtJIwLbWz1VIY6w==",
|
|
927
|
-
"license": "MIT",
|
|
928
|
-
"dependencies": {
|
|
929
|
-
"@lezer/common": "^1.2.0",
|
|
930
|
-
"@lezer/highlight": "^1.0.0",
|
|
931
|
-
"@lezer/lr": "^1.0.0"
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
"node_modules/@lezer/java": {
|
|
935
|
-
"version": "1.1.3",
|
|
936
|
-
"resolved": "https://registry.npmjs.org/@lezer/java/-/java-1.1.3.tgz",
|
|
937
|
-
"integrity": "sha512-yHquUfujwg6Yu4Fd1GNHCvidIvJwi/1Xu2DaKl/pfWIA2c1oXkVvawH3NyXhCaFx4OdlYBVX5wvz2f7Aoa/4Xw==",
|
|
938
|
-
"license": "MIT",
|
|
939
|
-
"dependencies": {
|
|
940
|
-
"@lezer/common": "^1.2.0",
|
|
941
|
-
"@lezer/highlight": "^1.0.0",
|
|
942
|
-
"@lezer/lr": "^1.0.0"
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
"node_modules/@lezer/javascript": {
|
|
946
|
-
"version": "1.4.21",
|
|
947
|
-
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.21.tgz",
|
|
948
|
-
"integrity": "sha512-lL+1fcuxWYPURMM/oFZLEDm0XuLN128QPV+VuGtKpeaOGdcl9F2LYC3nh1S9LkPqx9M0mndZFdXCipNAZpzIkQ==",
|
|
949
|
-
"license": "MIT",
|
|
950
|
-
"dependencies": {
|
|
951
|
-
"@lezer/common": "^1.2.0",
|
|
952
|
-
"@lezer/highlight": "^1.1.3",
|
|
953
|
-
"@lezer/lr": "^1.3.0"
|
|
954
|
-
}
|
|
955
|
-
},
|
|
956
|
-
"node_modules/@lezer/json": {
|
|
957
|
-
"version": "1.0.3",
|
|
958
|
-
"resolved": "https://registry.npmjs.org/@lezer/json/-/json-1.0.3.tgz",
|
|
959
|
-
"integrity": "sha512-BP9KzdF9Y35PDpv04r0VeSTKDeox5vVr3efE7eBbx3r4s3oNLfunchejZhjArmeieBH+nVOpgIiBJpEAv8ilqQ==",
|
|
960
|
-
"license": "MIT",
|
|
961
|
-
"dependencies": {
|
|
962
|
-
"@lezer/common": "^1.2.0",
|
|
963
|
-
"@lezer/highlight": "^1.0.0",
|
|
964
|
-
"@lezer/lr": "^1.0.0"
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
|
-
"node_modules/@lezer/lr": {
|
|
968
|
-
"version": "1.4.2",
|
|
969
|
-
"resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz",
|
|
970
|
-
"integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==",
|
|
971
|
-
"license": "MIT",
|
|
972
|
-
"dependencies": {
|
|
973
|
-
"@lezer/common": "^1.0.0"
|
|
974
|
-
}
|
|
975
|
-
},
|
|
976
|
-
"node_modules/@lezer/markdown": {
|
|
977
|
-
"version": "1.4.2",
|
|
978
|
-
"resolved": "https://registry.npmjs.org/@lezer/markdown/-/markdown-1.4.2.tgz",
|
|
979
|
-
"integrity": "sha512-iYewCigG/517D0xJPQd7RGaCjZAFwROiH8T9h7OTtz0bRVtkxzFhGBFJ9JGKgBBs4uuo1cvxzyQ5iKhDLMcLUQ==",
|
|
980
|
-
"license": "MIT",
|
|
981
|
-
"dependencies": {
|
|
982
|
-
"@lezer/common": "^1.0.0",
|
|
983
|
-
"@lezer/highlight": "^1.0.0"
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
"node_modules/@lezer/php": {
|
|
987
|
-
"version": "1.0.2",
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@lezer/php/-/php-1.0.2.tgz",
|
|
989
|
-
"integrity": "sha512-GN7BnqtGRpFyeoKSEqxvGvhJQiI4zkgmYnDk/JIyc7H7Ifc1tkPnUn/R2R8meH3h/aBf5rzjvU8ZQoyiNDtDrA==",
|
|
990
|
-
"license": "MIT",
|
|
991
|
-
"dependencies": {
|
|
992
|
-
"@lezer/common": "^1.2.0",
|
|
993
|
-
"@lezer/highlight": "^1.0.0",
|
|
994
|
-
"@lezer/lr": "^1.1.0"
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
"node_modules/@lezer/python": {
|
|
998
|
-
"version": "1.1.17",
|
|
999
|
-
"resolved": "https://registry.npmjs.org/@lezer/python/-/python-1.1.17.tgz",
|
|
1000
|
-
"integrity": "sha512-Iz0doICPko9uv2chIfSsViNSugNa4PWhxs17jtFd0ZMt+OieDq3wxtFOdmj7wtst3FWDeJkB0CxWNot0BlYixw==",
|
|
1001
|
-
"license": "MIT",
|
|
1002
|
-
"dependencies": {
|
|
1003
|
-
"@lezer/common": "^1.2.0",
|
|
1004
|
-
"@lezer/highlight": "^1.0.0",
|
|
1005
|
-
"@lezer/lr": "^1.0.0"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
"node_modules/@lezer/rust": {
|
|
1009
|
-
"version": "1.0.2",
|
|
1010
|
-
"resolved": "https://registry.npmjs.org/@lezer/rust/-/rust-1.0.2.tgz",
|
|
1011
|
-
"integrity": "sha512-Lz5sIPBdF2FUXcWeCu1//ojFAZqzTQNRga0aYv6dYXqJqPfMdCAI0NzajWUd4Xijj1IKJLtjoXRPMvTKWBcqKg==",
|
|
1012
|
-
"license": "MIT",
|
|
1013
|
-
"dependencies": {
|
|
1014
|
-
"@lezer/common": "^1.2.0",
|
|
1015
|
-
"@lezer/highlight": "^1.0.0",
|
|
1016
|
-
"@lezer/lr": "^1.0.0"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
"node_modules/@lezer/sass": {
|
|
1020
|
-
"version": "1.0.7",
|
|
1021
|
-
"resolved": "https://registry.npmjs.org/@lezer/sass/-/sass-1.0.7.tgz",
|
|
1022
|
-
"integrity": "sha512-8HLlOkuX/SMHOggI2DAsXUw38TuURe+3eQ5hiuk9QmYOUyC55B1dYEIMkav5A4IELVaW4e1T4P9WRiI5ka4mdw==",
|
|
1023
|
-
"license": "MIT",
|
|
1024
|
-
"dependencies": {
|
|
1025
|
-
"@lezer/common": "^1.2.0",
|
|
1026
|
-
"@lezer/highlight": "^1.0.0",
|
|
1027
|
-
"@lezer/lr": "^1.0.0"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
"node_modules/@lezer/xml": {
|
|
1031
|
-
"version": "1.0.6",
|
|
1032
|
-
"resolved": "https://registry.npmjs.org/@lezer/xml/-/xml-1.0.6.tgz",
|
|
1033
|
-
"integrity": "sha512-CdDwirL0OEaStFue/66ZmFSeppuL6Dwjlk8qk153mSQwiSH/Dlri4GNymrNWnUmPl2Um7QfV1FO9KFUyX3Twww==",
|
|
1034
|
-
"license": "MIT",
|
|
1035
|
-
"dependencies": {
|
|
1036
|
-
"@lezer/common": "^1.2.0",
|
|
1037
|
-
"@lezer/highlight": "^1.0.0",
|
|
1038
|
-
"@lezer/lr": "^1.0.0"
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
"node_modules/@lezer/yaml": {
|
|
1042
|
-
"version": "1.0.3",
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/@lezer/yaml/-/yaml-1.0.3.tgz",
|
|
1044
|
-
"integrity": "sha512-GuBLekbw9jDBDhGur82nuwkxKQ+a3W5H0GfaAthDXcAu+XdpS43VlnxA9E9hllkpSP5ellRDKjLLj7Lu9Wr6xA==",
|
|
1045
|
-
"license": "MIT",
|
|
1046
|
-
"dependencies": {
|
|
1047
|
-
"@lezer/common": "^1.2.0",
|
|
1048
|
-
"@lezer/highlight": "^1.0.0",
|
|
1049
|
-
"@lezer/lr": "^1.4.0"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
"node_modules/@marijn/find-cluster-break": {
|
|
1053
|
-
"version": "1.0.2",
|
|
1054
|
-
"resolved": "https://registry.npmjs.org/@marijn/find-cluster-break/-/find-cluster-break-1.0.2.tgz",
|
|
1055
|
-
"integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==",
|
|
1056
|
-
"license": "MIT"
|
|
1057
|
-
},
|
|
1058
|
-
"node_modules/@milkdown/components": {
|
|
1059
|
-
"version": "7.8.0",
|
|
1060
|
-
"resolved": "https://registry.npmjs.org/@milkdown/components/-/components-7.8.0.tgz",
|
|
1061
|
-
"integrity": "sha512-pjdNDgEzspKCwWbL8FDuqm0sYsrVIpLI9VD57D47Ir7NOK6CMGm0EULGWbAf67cEtd96p0UaTNjVD1DcyYf9Og==",
|
|
1062
|
-
"license": "MIT",
|
|
1063
|
-
"dependencies": {
|
|
1064
|
-
"@atomico/hooks": "^4.1.2",
|
|
1065
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1066
|
-
"@milkdown/exception": "7.8.0",
|
|
1067
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1068
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1069
|
-
"atomico": "^1.75.1",
|
|
1070
|
-
"clsx": "^2.0.0",
|
|
1071
|
-
"lodash.debounce": "^4.0.8",
|
|
1072
|
-
"lodash.throttle": "^4.1.1",
|
|
1073
|
-
"nanoid": "^5.0.9",
|
|
1074
|
-
"tslib": "^2.8.1",
|
|
1075
|
-
"unist-util-visit": "^5.0.0"
|
|
1076
|
-
},
|
|
1077
|
-
"peerDependencies": {
|
|
1078
|
-
"@codemirror/language": "^6",
|
|
1079
|
-
"@codemirror/state": "^6",
|
|
1080
|
-
"@codemirror/view": "^6",
|
|
1081
|
-
"@milkdown/core": "^7.2.0",
|
|
1082
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1083
|
-
"@milkdown/plugin-tooltip": "^7.2.0",
|
|
1084
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
1085
|
-
"@milkdown/preset-gfm": "^7.2.0",
|
|
1086
|
-
"@milkdown/prose": "^7.2.0",
|
|
1087
|
-
"@milkdown/transformer": "^7.2.0",
|
|
1088
|
-
"@milkdown/utils": "^7.2.0"
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"node_modules/@milkdown/components/node_modules/nanoid": {
|
|
1092
|
-
"version": "5.1.5",
|
|
1093
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz",
|
|
1094
|
-
"integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
|
|
1095
|
-
"funding": [
|
|
1096
|
-
{
|
|
1097
|
-
"type": "github",
|
|
1098
|
-
"url": "https://github.com/sponsors/ai"
|
|
1099
|
-
}
|
|
1100
|
-
],
|
|
1101
|
-
"license": "MIT",
|
|
1102
|
-
"bin": {
|
|
1103
|
-
"nanoid": "bin/nanoid.js"
|
|
1104
|
-
},
|
|
1105
|
-
"engines": {
|
|
1106
|
-
"node": "^18 || >=20"
|
|
1107
|
-
}
|
|
1108
|
-
},
|
|
1109
|
-
"node_modules/@milkdown/core": {
|
|
1110
|
-
"version": "7.8.0",
|
|
1111
|
-
"resolved": "https://registry.npmjs.org/@milkdown/core/-/core-7.8.0.tgz",
|
|
1112
|
-
"integrity": "sha512-ygA5pFvxx54Xna0Mw8VwelrOMGGQtD0F6oaP9CZ3mHcjOR111iEkQOQn+V74Pi2/AGhYNMLFp69z1gS2KXCvyg==",
|
|
1113
|
-
"license": "MIT",
|
|
1114
|
-
"dependencies": {
|
|
1115
|
-
"@milkdown/exception": "7.8.0",
|
|
1116
|
-
"remark-parse": "^11.0.0",
|
|
1117
|
-
"remark-stringify": "^11.0.0",
|
|
1118
|
-
"tslib": "^2.8.1",
|
|
1119
|
-
"unified": "^11.0.3"
|
|
1120
|
-
},
|
|
1121
|
-
"peerDependencies": {
|
|
1122
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1123
|
-
"@milkdown/prose": "^7.2.0",
|
|
1124
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
"node_modules/@milkdown/crepe": {
|
|
1128
|
-
"version": "7.7.0",
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@milkdown/crepe/-/crepe-7.7.0.tgz",
|
|
1130
|
-
"integrity": "sha512-m0Uk0CuMWWI4Qt/sPgC5sy6tt/mA83gczhQvp1mWPQplk0/o4fMzy45+1G7IePuWwhgosRqfay9nVaEnnuP0dQ==",
|
|
1131
|
-
"license": "MIT",
|
|
1132
|
-
"dependencies": {
|
|
1133
|
-
"@codemirror/commands": "^6.2.4",
|
|
1134
|
-
"@codemirror/language": "^6.10.1",
|
|
1135
|
-
"@codemirror/language-data": "^6.3.1",
|
|
1136
|
-
"@codemirror/state": "^6.4.1",
|
|
1137
|
-
"@codemirror/theme-one-dark": "^6.1.2",
|
|
1138
|
-
"@codemirror/view": "^6.16.0",
|
|
1139
|
-
"@milkdown/kit": "7.7.0",
|
|
1140
|
-
"atomico": "^1.75.1",
|
|
1141
|
-
"clsx": "^2.0.0",
|
|
1142
|
-
"codemirror": "^6.0.1",
|
|
1143
|
-
"katex": "^0.16.0",
|
|
1144
|
-
"nanoid": "^5.0.9",
|
|
1145
|
-
"remark-math": "^6.0.0",
|
|
1146
|
-
"tslib": "^2.8.1",
|
|
1147
|
-
"unist-util-visit": "^5.0.0"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/components": {
|
|
1151
|
-
"version": "7.7.0",
|
|
1152
|
-
"resolved": "https://registry.npmjs.org/@milkdown/components/-/components-7.7.0.tgz",
|
|
1153
|
-
"integrity": "sha512-I2/li1HzZPdnNQEcXP2QYJrk2f/lP75ec5av0i3ya5/iCPGUOBxWQm9ddTxmELSY5kVDv2//Z3EwmNoXgyBaXw==",
|
|
1154
|
-
"license": "MIT",
|
|
1155
|
-
"dependencies": {
|
|
1156
|
-
"@atomico/hooks": "^4.1.2",
|
|
1157
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1158
|
-
"@milkdown/exception": "7.7.0",
|
|
1159
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1160
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1161
|
-
"atomico": "^1.75.1",
|
|
1162
|
-
"clsx": "^2.0.0",
|
|
1163
|
-
"lodash.debounce": "^4.0.8",
|
|
1164
|
-
"lodash.throttle": "^4.1.1",
|
|
1165
|
-
"nanoid": "^5.0.9",
|
|
1166
|
-
"tslib": "^2.8.1",
|
|
1167
|
-
"unist-util-visit": "^5.0.0"
|
|
1168
|
-
},
|
|
1169
|
-
"peerDependencies": {
|
|
1170
|
-
"@codemirror/language": "^6",
|
|
1171
|
-
"@codemirror/state": "^6",
|
|
1172
|
-
"@codemirror/view": "^6",
|
|
1173
|
-
"@milkdown/core": "^7.2.0",
|
|
1174
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1175
|
-
"@milkdown/plugin-tooltip": "^7.2.0",
|
|
1176
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
1177
|
-
"@milkdown/preset-gfm": "^7.2.0",
|
|
1178
|
-
"@milkdown/prose": "^7.2.0",
|
|
1179
|
-
"@milkdown/transformer": "^7.2.0",
|
|
1180
|
-
"@milkdown/utils": "^7.2.0"
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/core": {
|
|
1184
|
-
"version": "7.7.0",
|
|
1185
|
-
"resolved": "https://registry.npmjs.org/@milkdown/core/-/core-7.7.0.tgz",
|
|
1186
|
-
"integrity": "sha512-vsDuPieRM+dcQROxnEaEqSyAh5/yahr0vgW5YOB9uin5spWdksOMPMU7CEnhdgd5fQ06p9qiS5saJOdRzED7NA==",
|
|
1187
|
-
"license": "MIT",
|
|
1188
|
-
"dependencies": {
|
|
1189
|
-
"@milkdown/exception": "7.7.0",
|
|
1190
|
-
"remark-parse": "^11.0.0",
|
|
1191
|
-
"remark-stringify": "^11.0.0",
|
|
1192
|
-
"tslib": "^2.8.1",
|
|
1193
|
-
"unified": "^11.0.3"
|
|
1194
|
-
},
|
|
1195
|
-
"peerDependencies": {
|
|
1196
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1197
|
-
"@milkdown/prose": "^7.2.0",
|
|
1198
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/ctx": {
|
|
1202
|
-
"version": "7.7.0",
|
|
1203
|
-
"resolved": "https://registry.npmjs.org/@milkdown/ctx/-/ctx-7.7.0.tgz",
|
|
1204
|
-
"integrity": "sha512-Gi7/2ldT+WtkQDOTiSAfOmVX5vfoQP49VOjUONKXUCOyCe/7Y06LNz4bbfHVuGP9w0z3s8Ai+YwAvugs/mQdNQ==",
|
|
1205
|
-
"license": "MIT",
|
|
1206
|
-
"dependencies": {
|
|
1207
|
-
"@milkdown/exception": "7.7.0",
|
|
1208
|
-
"tslib": "^2.8.1"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/exception": {
|
|
1212
|
-
"version": "7.7.0",
|
|
1213
|
-
"resolved": "https://registry.npmjs.org/@milkdown/exception/-/exception-7.7.0.tgz",
|
|
1214
|
-
"integrity": "sha512-xP0IgvsQiv9vYOQeny6p2p+8yYuAKgge1u0Ri0eMculYQ6GtWlqL2Nn+2QXGcHB2UeSsjHFl/wiUwJaHjJftmg==",
|
|
1215
|
-
"license": "MIT",
|
|
1216
|
-
"dependencies": {
|
|
1217
|
-
"tslib": "^2.8.1"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/kit": {
|
|
1221
|
-
"version": "7.7.0",
|
|
1222
|
-
"resolved": "https://registry.npmjs.org/@milkdown/kit/-/kit-7.7.0.tgz",
|
|
1223
|
-
"integrity": "sha512-6m0kZOGENdNocC9MNJOtYFb+CPpWH/Moo8HGAHxtP6XLpHF0aA4ZOHysVpByrqwxOJqNNg+KzCPCg/G6UHkoDQ==",
|
|
1224
|
-
"license": "MIT",
|
|
1225
|
-
"dependencies": {
|
|
1226
|
-
"@milkdown/components": "7.7.0",
|
|
1227
|
-
"@milkdown/core": "7.7.0",
|
|
1228
|
-
"@milkdown/ctx": "7.7.0",
|
|
1229
|
-
"@milkdown/plugin-block": "7.7.0",
|
|
1230
|
-
"@milkdown/plugin-clipboard": "7.7.0",
|
|
1231
|
-
"@milkdown/plugin-cursor": "7.7.0",
|
|
1232
|
-
"@milkdown/plugin-history": "7.7.0",
|
|
1233
|
-
"@milkdown/plugin-indent": "7.7.0",
|
|
1234
|
-
"@milkdown/plugin-listener": "7.7.0",
|
|
1235
|
-
"@milkdown/plugin-slash": "7.7.0",
|
|
1236
|
-
"@milkdown/plugin-tooltip": "7.7.0",
|
|
1237
|
-
"@milkdown/plugin-trailing": "7.7.0",
|
|
1238
|
-
"@milkdown/plugin-upload": "7.7.0",
|
|
1239
|
-
"@milkdown/preset-commonmark": "7.7.0",
|
|
1240
|
-
"@milkdown/preset-gfm": "7.7.0",
|
|
1241
|
-
"@milkdown/prose": "7.7.0",
|
|
1242
|
-
"@milkdown/transformer": "7.7.0",
|
|
1243
|
-
"@milkdown/utils": "7.7.0",
|
|
1244
|
-
"tslib": "^2.8.1"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-block": {
|
|
1248
|
-
"version": "7.7.0",
|
|
1249
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-block/-/plugin-block-7.7.0.tgz",
|
|
1250
|
-
"integrity": "sha512-um1c7MlAyMn3KMB6JuBgPp5540+BKnHzye5Dr2gunwdcqVgP8ymkgyILJYBS65sZGPs3AmR3du5pWm3zK/ITSw==",
|
|
1251
|
-
"license": "MIT",
|
|
1252
|
-
"dependencies": {
|
|
1253
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1254
|
-
"@milkdown/exception": "7.7.0",
|
|
1255
|
-
"@milkdown/utils": "7.7.0",
|
|
1256
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1257
|
-
"lodash.throttle": "^4.1.1",
|
|
1258
|
-
"tslib": "^2.8.1"
|
|
1259
|
-
},
|
|
1260
|
-
"peerDependencies": {
|
|
1261
|
-
"@milkdown/core": "^7.2.0",
|
|
1262
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1263
|
-
"@milkdown/prose": "^7.2.0"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-clipboard": {
|
|
1267
|
-
"version": "7.7.0",
|
|
1268
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-clipboard/-/plugin-clipboard-7.7.0.tgz",
|
|
1269
|
-
"integrity": "sha512-GNR0ZtCa3Ihd/nj5qKZeFpbJqMixx2IT2q9ymskafNTFQj/0/KdGmUYlt2J+rlrR801MeBj8CvmpoJMt2Hx7Zg==",
|
|
1270
|
-
"license": "MIT",
|
|
1271
|
-
"dependencies": {
|
|
1272
|
-
"@milkdown/utils": "7.7.0",
|
|
1273
|
-
"tslib": "^2.8.1"
|
|
1274
|
-
},
|
|
1275
|
-
"peerDependencies": {
|
|
1276
|
-
"@milkdown/core": "^7.2.0",
|
|
1277
|
-
"@milkdown/prose": "^7.2.0"
|
|
1278
|
-
}
|
|
1279
|
-
},
|
|
1280
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-cursor": {
|
|
1281
|
-
"version": "7.7.0",
|
|
1282
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-cursor/-/plugin-cursor-7.7.0.tgz",
|
|
1283
|
-
"integrity": "sha512-3cVI9atn2td7Mk70JfUjvvILDmZjFhI5buWXul6RG7mlo+MUZIaY5JEO3IWgxKmzuy96bq5UkvF0mbKgaCK1Bw==",
|
|
1284
|
-
"license": "MIT",
|
|
1285
|
-
"dependencies": {
|
|
1286
|
-
"@milkdown/utils": "7.7.0",
|
|
1287
|
-
"tslib": "^2.8.1"
|
|
1288
|
-
},
|
|
1289
|
-
"peerDependencies": {
|
|
1290
|
-
"@milkdown/core": "^7.2.0",
|
|
1291
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1292
|
-
"@milkdown/prose": "^7.2.0"
|
|
1293
|
-
}
|
|
1294
|
-
},
|
|
1295
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-history": {
|
|
1296
|
-
"version": "7.7.0",
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-history/-/plugin-history-7.7.0.tgz",
|
|
1298
|
-
"integrity": "sha512-2UKxsnCuO6QYvlEm7RMaFCxM2Afz+64QRQwWTTf5ki0pCPqua2VXvjw3D+IPQ2Ner0ZTibYABuxrtf7PGrOUtQ==",
|
|
1299
|
-
"license": "MIT",
|
|
1300
|
-
"dependencies": {
|
|
1301
|
-
"@milkdown/utils": "7.7.0",
|
|
1302
|
-
"tslib": "^2.8.1"
|
|
1303
|
-
},
|
|
1304
|
-
"peerDependencies": {
|
|
1305
|
-
"@milkdown/core": "^7.2.0",
|
|
1306
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1307
|
-
"@milkdown/prose": "^7.2.0"
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-indent": {
|
|
1311
|
-
"version": "7.7.0",
|
|
1312
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-indent/-/plugin-indent-7.7.0.tgz",
|
|
1313
|
-
"integrity": "sha512-EMwlO8gq375WmohqtF15QQOFVsZ6nAl069Xe/rC+eKK34YiMfapqab6Tm53JP3Vi8GkJzaat34HqSXyN9uucSQ==",
|
|
1314
|
-
"license": "MIT",
|
|
1315
|
-
"dependencies": {
|
|
1316
|
-
"@milkdown/utils": "7.7.0",
|
|
1317
|
-
"tslib": "^2.8.1"
|
|
1318
|
-
},
|
|
1319
|
-
"peerDependencies": {
|
|
1320
|
-
"@milkdown/core": "^7.2.0",
|
|
1321
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1322
|
-
"@milkdown/prose": "^7.2.0"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-listener": {
|
|
1326
|
-
"version": "7.7.0",
|
|
1327
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-listener/-/plugin-listener-7.7.0.tgz",
|
|
1328
|
-
"integrity": "sha512-epJkoYoZK08GaI2jhbKLBkEpQrXgVtN2S26OomPzlC0BpQdBYx9TmjIpNAvH1F2J1P6o9cLkkx6+w/HiIul2ag==",
|
|
1329
|
-
"license": "MIT",
|
|
1330
|
-
"dependencies": {
|
|
1331
|
-
"@milkdown/utils": "7.7.0",
|
|
1332
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1333
|
-
"lodash.debounce": "^4.0.8",
|
|
1334
|
-
"tslib": "^2.8.1"
|
|
1335
|
-
},
|
|
1336
|
-
"peerDependencies": {
|
|
1337
|
-
"@milkdown/core": "^7.2.0",
|
|
1338
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1339
|
-
"@milkdown/prose": "^7.2.0"
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-slash": {
|
|
1343
|
-
"version": "7.7.0",
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-slash/-/plugin-slash-7.7.0.tgz",
|
|
1345
|
-
"integrity": "sha512-Ung+gmxgfYpFlAYrhjx/bYk1ghhGBh3xVIlK73SgF6W+Qi7lcp3B3cV3/+8QtkA6GPUozHfp2aOZRB+0Xmhq5w==",
|
|
1346
|
-
"license": "MIT",
|
|
1347
|
-
"dependencies": {
|
|
1348
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1349
|
-
"@milkdown/exception": "7.7.0",
|
|
1350
|
-
"@milkdown/utils": "7.7.0",
|
|
1351
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1352
|
-
"lodash.debounce": "^4.0.8",
|
|
1353
|
-
"tslib": "^2.8.1"
|
|
1354
|
-
},
|
|
1355
|
-
"peerDependencies": {
|
|
1356
|
-
"@milkdown/core": "^7.2.0",
|
|
1357
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1358
|
-
"@milkdown/prose": "^7.2.0"
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
1361
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-tooltip": {
|
|
1362
|
-
"version": "7.7.0",
|
|
1363
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-tooltip/-/plugin-tooltip-7.7.0.tgz",
|
|
1364
|
-
"integrity": "sha512-mSVf60PjJBIvkQzuEBLajXFpNpBuXGC9exmAHikD93oov2wffvfkZJZ9D5zqTi2qCzenkkB1O2mONDm3oRsb4A==",
|
|
1365
|
-
"license": "MIT",
|
|
1366
|
-
"dependencies": {
|
|
1367
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1368
|
-
"@milkdown/exception": "7.7.0",
|
|
1369
|
-
"@milkdown/utils": "7.7.0",
|
|
1370
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1371
|
-
"lodash.throttle": "^4.1.1",
|
|
1372
|
-
"tippy.js": "^6.3.7",
|
|
1373
|
-
"tslib": "^2.8.1"
|
|
1374
|
-
},
|
|
1375
|
-
"peerDependencies": {
|
|
1376
|
-
"@milkdown/core": "^7.2.0",
|
|
1377
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1378
|
-
"@milkdown/prose": "^7.2.0"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-trailing": {
|
|
1382
|
-
"version": "7.7.0",
|
|
1383
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-trailing/-/plugin-trailing-7.7.0.tgz",
|
|
1384
|
-
"integrity": "sha512-aSn5/kqUd4dsrvLHYaBpv6nZlybIZCix+KvPEd+a4bivt0kgKzA+vk/htCU8hEPDjcQLe15j+skjEfVhvIMf3Q==",
|
|
1385
|
-
"license": "MIT",
|
|
1386
|
-
"dependencies": {
|
|
1387
|
-
"@milkdown/utils": "7.7.0",
|
|
1388
|
-
"tslib": "^2.8.1"
|
|
1389
|
-
},
|
|
1390
|
-
"peerDependencies": {
|
|
1391
|
-
"@milkdown/core": "^7.2.0",
|
|
1392
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1393
|
-
"@milkdown/prose": "^7.2.0"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/plugin-upload": {
|
|
1397
|
-
"version": "7.7.0",
|
|
1398
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-upload/-/plugin-upload-7.7.0.tgz",
|
|
1399
|
-
"integrity": "sha512-P4k6P3+O0L5dvpcIjdX0/eIzoEykqnjkStarkoGeqJaXZ++s8pI3nYSDRseK8EfrfBszd5uGuhEr1LhzRASBkA==",
|
|
1400
|
-
"license": "MIT",
|
|
1401
|
-
"dependencies": {
|
|
1402
|
-
"@milkdown/exception": "7.7.0",
|
|
1403
|
-
"@milkdown/utils": "7.7.0",
|
|
1404
|
-
"tslib": "^2.8.1"
|
|
1405
|
-
},
|
|
1406
|
-
"peerDependencies": {
|
|
1407
|
-
"@milkdown/core": "^7.2.0",
|
|
1408
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1409
|
-
"@milkdown/prose": "^7.2.0"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/preset-commonmark": {
|
|
1413
|
-
"version": "7.7.0",
|
|
1414
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-commonmark/-/preset-commonmark-7.7.0.tgz",
|
|
1415
|
-
"integrity": "sha512-kvdATiEWTKvL/2rAWm7bmL7AUzsdQCxm/lhkhlZqMX+JpDLI4wXOErluaNjXC1igmVmJM/RUlSWbS9jSsdwscQ==",
|
|
1416
|
-
"license": "MIT",
|
|
1417
|
-
"dependencies": {
|
|
1418
|
-
"@milkdown/exception": "7.7.0",
|
|
1419
|
-
"@milkdown/utils": "7.7.0",
|
|
1420
|
-
"remark-inline-links": "^7.0.0",
|
|
1421
|
-
"tslib": "^2.8.1",
|
|
1422
|
-
"unist-util-visit": "^5.0.0"
|
|
1423
|
-
},
|
|
1424
|
-
"peerDependencies": {
|
|
1425
|
-
"@milkdown/core": "^7.2.0",
|
|
1426
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1427
|
-
"@milkdown/prose": "^7.2.0",
|
|
1428
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/preset-gfm": {
|
|
1432
|
-
"version": "7.7.0",
|
|
1433
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-gfm/-/preset-gfm-7.7.0.tgz",
|
|
1434
|
-
"integrity": "sha512-mzMlDoO3u7xkQO2F0mgtqFArXc3dywbbfG8DcaddyJdvIUJAYeBrjiq/ESimTQ+g8ct0AudRNUi6YdOTaDH+cg==",
|
|
1435
|
-
"license": "MIT",
|
|
1436
|
-
"dependencies": {
|
|
1437
|
-
"@milkdown/exception": "7.7.0",
|
|
1438
|
-
"@milkdown/utils": "7.7.0",
|
|
1439
|
-
"prosemirror-safari-ime-span": "^1.0.1",
|
|
1440
|
-
"remark-gfm": "^4.0.0",
|
|
1441
|
-
"tslib": "^2.8.1"
|
|
1442
|
-
},
|
|
1443
|
-
"peerDependencies": {
|
|
1444
|
-
"@milkdown/core": "^7.2.0",
|
|
1445
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1446
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
1447
|
-
"@milkdown/prose": "^7.2.0",
|
|
1448
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1449
|
-
}
|
|
1450
|
-
},
|
|
1451
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/prose": {
|
|
1452
|
-
"version": "7.7.0",
|
|
1453
|
-
"resolved": "https://registry.npmjs.org/@milkdown/prose/-/prose-7.7.0.tgz",
|
|
1454
|
-
"integrity": "sha512-fWgQayvsdwpq8kJ3YPXvUNBcmyZ/vzJGQ4KWdJp9TKJOEe2jOGI/ILXfxNx0US/tpRvh4u2XPW+KZbaAOYa5jg==",
|
|
1455
|
-
"license": "MIT",
|
|
1456
|
-
"dependencies": {
|
|
1457
|
-
"@milkdown/exception": "7.7.0",
|
|
1458
|
-
"prosemirror-changeset": "^2.2.1",
|
|
1459
|
-
"prosemirror-commands": "^1.6.2",
|
|
1460
|
-
"prosemirror-dropcursor": "^1.8.1",
|
|
1461
|
-
"prosemirror-gapcursor": "^1.3.2",
|
|
1462
|
-
"prosemirror-history": "^1.4.1",
|
|
1463
|
-
"prosemirror-inputrules": "^1.4.0",
|
|
1464
|
-
"prosemirror-keymap": "^1.2.2",
|
|
1465
|
-
"prosemirror-model": "^1.24.1",
|
|
1466
|
-
"prosemirror-schema-list": "^1.5.0",
|
|
1467
|
-
"prosemirror-state": "^1.4.3",
|
|
1468
|
-
"prosemirror-tables": "^1.6.2",
|
|
1469
|
-
"prosemirror-transform": "^1.10.2",
|
|
1470
|
-
"prosemirror-view": "^1.37.1",
|
|
1471
|
-
"tslib": "^2.8.1"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/transformer": {
|
|
1475
|
-
"version": "7.7.0",
|
|
1476
|
-
"resolved": "https://registry.npmjs.org/@milkdown/transformer/-/transformer-7.7.0.tgz",
|
|
1477
|
-
"integrity": "sha512-nf/PQ6guio9+wNdImv7z5860Q2HCoIfbVS2GAv8/IKz3TxJZdbeHMU0lzhwmp9XUnkCG2VSX7SrR/Ve9gHI4yw==",
|
|
1478
|
-
"license": "MIT",
|
|
1479
|
-
"dependencies": {
|
|
1480
|
-
"@milkdown/exception": "7.7.0",
|
|
1481
|
-
"remark": "^15.0.1",
|
|
1482
|
-
"remark-parse": "^11.0.0",
|
|
1483
|
-
"remark-stringify": "^11.0.0",
|
|
1484
|
-
"tslib": "^2.8.1",
|
|
1485
|
-
"unified": "^11.0.3"
|
|
1486
|
-
},
|
|
1487
|
-
"peerDependencies": {
|
|
1488
|
-
"@milkdown/prose": "^7.2.0"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
"node_modules/@milkdown/crepe/node_modules/@milkdown/utils": {
|
|
1492
|
-
"version": "7.7.0",
|
|
1493
|
-
"resolved": "https://registry.npmjs.org/@milkdown/utils/-/utils-7.7.0.tgz",
|
|
1494
|
-
"integrity": "sha512-Dq+nH2xAyZhokXwx9XREwJeneyXGmxt7MuXL3wN1xhzE9KMo9xnLtDI0wURpF5AtIpYFuitjsW3vxHuOUmoXDQ==",
|
|
1495
|
-
"license": "MIT",
|
|
1496
|
-
"dependencies": {
|
|
1497
|
-
"@milkdown/exception": "7.7.0",
|
|
1498
|
-
"nanoid": "^5.0.9",
|
|
1499
|
-
"tslib": "^2.8.1"
|
|
1500
|
-
},
|
|
1501
|
-
"peerDependencies": {
|
|
1502
|
-
"@milkdown/core": "^7.2.0",
|
|
1503
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1504
|
-
"@milkdown/prose": "^7.2.0",
|
|
1505
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
"node_modules/@milkdown/crepe/node_modules/nanoid": {
|
|
1509
|
-
"version": "5.1.5",
|
|
1510
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz",
|
|
1511
|
-
"integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
|
|
1512
|
-
"funding": [
|
|
1513
|
-
{
|
|
1514
|
-
"type": "github",
|
|
1515
|
-
"url": "https://github.com/sponsors/ai"
|
|
1516
|
-
}
|
|
1517
|
-
],
|
|
1518
|
-
"license": "MIT",
|
|
1519
|
-
"bin": {
|
|
1520
|
-
"nanoid": "bin/nanoid.js"
|
|
1521
|
-
},
|
|
1522
|
-
"engines": {
|
|
1523
|
-
"node": "^18 || >=20"
|
|
1524
|
-
}
|
|
1525
|
-
},
|
|
1526
|
-
"node_modules/@milkdown/ctx": {
|
|
1527
|
-
"version": "7.8.0",
|
|
1528
|
-
"resolved": "https://registry.npmjs.org/@milkdown/ctx/-/ctx-7.8.0.tgz",
|
|
1529
|
-
"integrity": "sha512-xY/dp0/NZlKPjCiKNXmllMnUZdPBScGMhGTcCcUqL2KTIqdjHiyaryo7VwWI0neLcAJIZVAQYX7RgWOP/SrLqQ==",
|
|
1530
|
-
"license": "MIT",
|
|
1531
|
-
"dependencies": {
|
|
1532
|
-
"@milkdown/exception": "7.8.0",
|
|
1533
|
-
"tslib": "^2.8.1"
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
"node_modules/@milkdown/exception": {
|
|
1537
|
-
"version": "7.8.0",
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/@milkdown/exception/-/exception-7.8.0.tgz",
|
|
1539
|
-
"integrity": "sha512-jwKjUV5LZjFXUjP0BbPQYtdET62szUQ8bH6hjG5p7kXbdzvbMURmF8gzFnNSfUw94uzjdPTKOeZV06veICeVyw==",
|
|
1540
|
-
"license": "MIT",
|
|
1541
|
-
"dependencies": {
|
|
1542
|
-
"tslib": "^2.8.1"
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
"node_modules/@milkdown/kit": {
|
|
1546
|
-
"version": "7.8.0",
|
|
1547
|
-
"resolved": "https://registry.npmjs.org/@milkdown/kit/-/kit-7.8.0.tgz",
|
|
1548
|
-
"integrity": "sha512-Y+ZAz1LZSzhwWiF8/iu4fDbTm3iBrSdIVISEsmVKyJJ+8PLtNhgR8fPLazXJbxvU2UIpJ98iZONmfXuCCRAwfQ==",
|
|
1549
|
-
"license": "MIT",
|
|
1550
|
-
"dependencies": {
|
|
1551
|
-
"@milkdown/components": "7.8.0",
|
|
1552
|
-
"@milkdown/core": "7.8.0",
|
|
1553
|
-
"@milkdown/ctx": "7.8.0",
|
|
1554
|
-
"@milkdown/plugin-block": "7.8.0",
|
|
1555
|
-
"@milkdown/plugin-clipboard": "7.8.0",
|
|
1556
|
-
"@milkdown/plugin-cursor": "7.8.0",
|
|
1557
|
-
"@milkdown/plugin-history": "7.8.0",
|
|
1558
|
-
"@milkdown/plugin-indent": "7.8.0",
|
|
1559
|
-
"@milkdown/plugin-listener": "7.8.0",
|
|
1560
|
-
"@milkdown/plugin-slash": "7.8.0",
|
|
1561
|
-
"@milkdown/plugin-tooltip": "7.8.0",
|
|
1562
|
-
"@milkdown/plugin-trailing": "7.8.0",
|
|
1563
|
-
"@milkdown/plugin-upload": "7.8.0",
|
|
1564
|
-
"@milkdown/preset-commonmark": "7.8.0",
|
|
1565
|
-
"@milkdown/preset-gfm": "7.8.0",
|
|
1566
|
-
"@milkdown/prose": "7.8.0",
|
|
1567
|
-
"@milkdown/transformer": "7.8.0",
|
|
1568
|
-
"@milkdown/utils": "7.8.0",
|
|
1569
|
-
"tslib": "^2.8.1"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
"node_modules/@milkdown/plugin-block": {
|
|
1573
|
-
"version": "7.8.0",
|
|
1574
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-block/-/plugin-block-7.8.0.tgz",
|
|
1575
|
-
"integrity": "sha512-TKm9JdRkbG1IISVbTF4nSYMtWcoCAUz1VoJ5E3jUCpGAOSL7annS9CsTUMv1NWWHZc+eH8yHoSFjSqULT9+z+Q==",
|
|
1576
|
-
"license": "MIT",
|
|
1577
|
-
"dependencies": {
|
|
1578
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1579
|
-
"@milkdown/exception": "7.8.0",
|
|
1580
|
-
"@milkdown/utils": "7.8.0",
|
|
1581
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1582
|
-
"lodash.throttle": "^4.1.1",
|
|
1583
|
-
"tslib": "^2.8.1"
|
|
1584
|
-
},
|
|
1585
|
-
"peerDependencies": {
|
|
1586
|
-
"@milkdown/core": "^7.2.0",
|
|
1587
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1588
|
-
"@milkdown/prose": "^7.2.0"
|
|
1589
|
-
}
|
|
1590
|
-
},
|
|
1591
|
-
"node_modules/@milkdown/plugin-clipboard": {
|
|
1592
|
-
"version": "7.8.0",
|
|
1593
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-clipboard/-/plugin-clipboard-7.8.0.tgz",
|
|
1594
|
-
"integrity": "sha512-cd+8SP8nRnb2AL1dtBokKUyajX0Ou1L/00P2Q4KU7NT9fyTGmgjxckmCKTeKlV0flXaRh/h1NN9IBctcSPr1qQ==",
|
|
1595
|
-
"license": "MIT",
|
|
1596
|
-
"dependencies": {
|
|
1597
|
-
"@milkdown/utils": "7.8.0",
|
|
1598
|
-
"tslib": "^2.8.1"
|
|
1599
|
-
},
|
|
1600
|
-
"peerDependencies": {
|
|
1601
|
-
"@milkdown/core": "^7.2.0",
|
|
1602
|
-
"@milkdown/prose": "^7.2.0"
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
"node_modules/@milkdown/plugin-cursor": {
|
|
1606
|
-
"version": "7.8.0",
|
|
1607
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-cursor/-/plugin-cursor-7.8.0.tgz",
|
|
1608
|
-
"integrity": "sha512-mkiQN9OS3b8n1n1/+pTZHLC74yHYbJFiScIrgIjpslp4U3oMzFYEPugiEATqMCRXVeHhW4g1yg0eBaIcH6pgKw==",
|
|
1609
|
-
"license": "MIT",
|
|
1610
|
-
"dependencies": {
|
|
1611
|
-
"@milkdown/utils": "7.8.0",
|
|
1612
|
-
"tslib": "^2.8.1"
|
|
1613
|
-
},
|
|
1614
|
-
"peerDependencies": {
|
|
1615
|
-
"@milkdown/core": "^7.2.0",
|
|
1616
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1617
|
-
"@milkdown/prose": "^7.2.0"
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
"node_modules/@milkdown/plugin-history": {
|
|
1621
|
-
"version": "7.8.0",
|
|
1622
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-history/-/plugin-history-7.8.0.tgz",
|
|
1623
|
-
"integrity": "sha512-QAlTzq456yGlecFMdXaBnwVdMR6/VdVRAKEkCuCgrmR0NPtkJaSbkvTyBcmQEbvHX8zTKE/wXAJYkhmnwjoBew==",
|
|
1624
|
-
"license": "MIT",
|
|
1625
|
-
"dependencies": {
|
|
1626
|
-
"@milkdown/utils": "7.8.0",
|
|
1627
|
-
"tslib": "^2.8.1"
|
|
1628
|
-
},
|
|
1629
|
-
"peerDependencies": {
|
|
1630
|
-
"@milkdown/core": "^7.2.0",
|
|
1631
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1632
|
-
"@milkdown/prose": "^7.2.0"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"node_modules/@milkdown/plugin-indent": {
|
|
1636
|
-
"version": "7.8.0",
|
|
1637
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-indent/-/plugin-indent-7.8.0.tgz",
|
|
1638
|
-
"integrity": "sha512-hPWEiOv5tK3vTj9X+EVxi97lzMUwgowMq2iCcgIhuv0TMq8MFEY6pWTcnh6OLmgwgSvjuEZzvN/vbGU6b3g/rg==",
|
|
1639
|
-
"license": "MIT",
|
|
1640
|
-
"dependencies": {
|
|
1641
|
-
"@milkdown/utils": "7.8.0",
|
|
1642
|
-
"tslib": "^2.8.1"
|
|
1643
|
-
},
|
|
1644
|
-
"peerDependencies": {
|
|
1645
|
-
"@milkdown/core": "^7.2.0",
|
|
1646
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1647
|
-
"@milkdown/prose": "^7.2.0"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
"node_modules/@milkdown/plugin-listener": {
|
|
1651
|
-
"version": "7.8.0",
|
|
1652
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-listener/-/plugin-listener-7.8.0.tgz",
|
|
1653
|
-
"integrity": "sha512-I1d4It073qt0TSmwp6xufz0/p7Yq9QLY8nQkv//XUvdv3KOFBe/qOa+OdQgBRgYx/pIzJ9sd7lhRDDROO4ArGA==",
|
|
1654
|
-
"license": "MIT",
|
|
1655
|
-
"dependencies": {
|
|
1656
|
-
"@milkdown/utils": "7.8.0",
|
|
1657
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1658
|
-
"lodash.debounce": "^4.0.8",
|
|
1659
|
-
"tslib": "^2.8.1"
|
|
1660
|
-
},
|
|
1661
|
-
"peerDependencies": {
|
|
1662
|
-
"@milkdown/core": "^7.2.0",
|
|
1663
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1664
|
-
"@milkdown/prose": "^7.2.0"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
"node_modules/@milkdown/plugin-slash": {
|
|
1668
|
-
"version": "7.8.0",
|
|
1669
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-slash/-/plugin-slash-7.8.0.tgz",
|
|
1670
|
-
"integrity": "sha512-d0aJbGddozSS0U9kfcfz3DeRNIGV7fCBKMTZHUOzL/LFYCMxpMHWg2V7Xtqtsj2EawSnt5jBXsBdZj/G6An+eg==",
|
|
1671
|
-
"license": "MIT",
|
|
1672
|
-
"dependencies": {
|
|
1673
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1674
|
-
"@milkdown/exception": "7.8.0",
|
|
1675
|
-
"@milkdown/utils": "7.8.0",
|
|
1676
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1677
|
-
"lodash.debounce": "^4.0.8",
|
|
1678
|
-
"tslib": "^2.8.1"
|
|
1679
|
-
},
|
|
1680
|
-
"peerDependencies": {
|
|
1681
|
-
"@milkdown/core": "^7.2.0",
|
|
1682
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1683
|
-
"@milkdown/prose": "^7.2.0"
|
|
1684
|
-
}
|
|
1685
|
-
},
|
|
1686
|
-
"node_modules/@milkdown/plugin-tooltip": {
|
|
1687
|
-
"version": "7.8.0",
|
|
1688
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-tooltip/-/plugin-tooltip-7.8.0.tgz",
|
|
1689
|
-
"integrity": "sha512-ndD4/J/EyJO81P46NTLmUljA7eHZE/U3S550g/EryS+iDfn42VZEoJr65EfNZVS1yj15TLj5GrnOuifnFFDpAg==",
|
|
1690
|
-
"license": "MIT",
|
|
1691
|
-
"dependencies": {
|
|
1692
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1693
|
-
"@milkdown/exception": "7.8.0",
|
|
1694
|
-
"@milkdown/utils": "7.8.0",
|
|
1695
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1696
|
-
"lodash.throttle": "^4.1.1",
|
|
1697
|
-
"tippy.js": "^6.3.7",
|
|
1698
|
-
"tslib": "^2.8.1"
|
|
1699
|
-
},
|
|
1700
|
-
"peerDependencies": {
|
|
1701
|
-
"@milkdown/core": "^7.2.0",
|
|
1702
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1703
|
-
"@milkdown/prose": "^7.2.0"
|
|
1704
|
-
}
|
|
1705
|
-
},
|
|
1706
|
-
"node_modules/@milkdown/plugin-trailing": {
|
|
1707
|
-
"version": "7.8.0",
|
|
1708
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-trailing/-/plugin-trailing-7.8.0.tgz",
|
|
1709
|
-
"integrity": "sha512-smBc1ZSLHjnwbqmmuBR032Rr15n/oGezeuF4CFpnoBOy6eLCye2bzJ3HQL0aHIUWG29oTZSiTtU2yN1un7cGvw==",
|
|
1710
|
-
"license": "MIT",
|
|
1711
|
-
"dependencies": {
|
|
1712
|
-
"@milkdown/utils": "7.8.0",
|
|
1713
|
-
"tslib": "^2.8.1"
|
|
1714
|
-
},
|
|
1715
|
-
"peerDependencies": {
|
|
1716
|
-
"@milkdown/core": "^7.2.0",
|
|
1717
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1718
|
-
"@milkdown/prose": "^7.2.0"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
"node_modules/@milkdown/plugin-upload": {
|
|
1722
|
-
"version": "7.8.0",
|
|
1723
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-upload/-/plugin-upload-7.8.0.tgz",
|
|
1724
|
-
"integrity": "sha512-20cu5D0hy3A2Ry61kEOUS7xgxz3ug6WG6GVY3Z7/mnAVpiQithut/+tvdFC0ZwxahNqQ5NYP5M0VoVouiKigrw==",
|
|
1725
|
-
"license": "MIT",
|
|
1726
|
-
"dependencies": {
|
|
1727
|
-
"@milkdown/exception": "7.8.0",
|
|
1728
|
-
"@milkdown/utils": "7.8.0",
|
|
1729
|
-
"tslib": "^2.8.1"
|
|
1730
|
-
},
|
|
1731
|
-
"peerDependencies": {
|
|
1732
|
-
"@milkdown/core": "^7.2.0",
|
|
1733
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1734
|
-
"@milkdown/prose": "^7.2.0"
|
|
1735
|
-
}
|
|
1736
|
-
},
|
|
1737
|
-
"node_modules/@milkdown/preset-commonmark": {
|
|
1738
|
-
"version": "7.8.0",
|
|
1739
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-commonmark/-/preset-commonmark-7.8.0.tgz",
|
|
1740
|
-
"integrity": "sha512-HbnktClO9pTJ1V3y88TNj8Y87h+eUEiWnVBRoT2bDvO4+B5GZxRfMD9KVEZCas2/dHB+CEZFXk6hkmqlAf0WBA==",
|
|
1741
|
-
"license": "MIT",
|
|
1742
|
-
"dependencies": {
|
|
1743
|
-
"@milkdown/exception": "7.8.0",
|
|
1744
|
-
"@milkdown/utils": "7.8.0",
|
|
1745
|
-
"remark-inline-links": "^7.0.0",
|
|
1746
|
-
"tslib": "^2.8.1",
|
|
1747
|
-
"unist-util-visit": "^5.0.0"
|
|
1748
|
-
},
|
|
1749
|
-
"peerDependencies": {
|
|
1750
|
-
"@milkdown/core": "^7.2.0",
|
|
1751
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1752
|
-
"@milkdown/prose": "^7.2.0",
|
|
1753
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
"node_modules/@milkdown/preset-gfm": {
|
|
1757
|
-
"version": "7.8.0",
|
|
1758
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-gfm/-/preset-gfm-7.8.0.tgz",
|
|
1759
|
-
"integrity": "sha512-KBlPB/wIGbraJUjSN120+3vEwiKIkd214f6f5APNes8zrQERfydDYno/Bgn/S9q0HhCFUlpwd2fE8OH0vfA65A==",
|
|
1760
|
-
"license": "MIT",
|
|
1761
|
-
"dependencies": {
|
|
1762
|
-
"@milkdown/exception": "7.8.0",
|
|
1763
|
-
"@milkdown/utils": "7.8.0",
|
|
1764
|
-
"prosemirror-safari-ime-span": "^1.0.1",
|
|
1765
|
-
"remark-gfm": "^4.0.0",
|
|
1766
|
-
"tslib": "^2.8.1"
|
|
1767
|
-
},
|
|
1768
|
-
"peerDependencies": {
|
|
1769
|
-
"@milkdown/core": "^7.2.0",
|
|
1770
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1771
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
1772
|
-
"@milkdown/prose": "^7.2.0",
|
|
1773
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
"node_modules/@milkdown/prose": {
|
|
1777
|
-
"version": "7.8.0",
|
|
1778
|
-
"resolved": "https://registry.npmjs.org/@milkdown/prose/-/prose-7.8.0.tgz",
|
|
1779
|
-
"integrity": "sha512-hijg3JEuflvYVE9+c60WT6hNZIVG8ldZWYZXcVobTxm1fJ9cOEWEMzPSrcd1w+wyYlAzYoubQaVLTQiEzi8EIQ==",
|
|
1780
|
-
"license": "MIT",
|
|
1781
|
-
"dependencies": {
|
|
1782
|
-
"@milkdown/exception": "7.8.0",
|
|
1783
|
-
"prosemirror-changeset": "^2.2.1",
|
|
1784
|
-
"prosemirror-commands": "^1.6.2",
|
|
1785
|
-
"prosemirror-dropcursor": "^1.8.1",
|
|
1786
|
-
"prosemirror-gapcursor": "^1.3.2",
|
|
1787
|
-
"prosemirror-history": "^1.4.1",
|
|
1788
|
-
"prosemirror-inputrules": "^1.4.0",
|
|
1789
|
-
"prosemirror-keymap": "^1.2.2",
|
|
1790
|
-
"prosemirror-model": "^1.24.1",
|
|
1791
|
-
"prosemirror-schema-list": "^1.5.0",
|
|
1792
|
-
"prosemirror-state": "^1.4.3",
|
|
1793
|
-
"prosemirror-tables": "^1.6.2",
|
|
1794
|
-
"prosemirror-transform": "^1.10.2",
|
|
1795
|
-
"prosemirror-view": "^1.37.1",
|
|
1796
|
-
"tslib": "^2.8.1"
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1799
|
-
"node_modules/@milkdown/theme-nord": {
|
|
1800
|
-
"version": "7.8.0",
|
|
1801
|
-
"resolved": "https://registry.npmjs.org/@milkdown/theme-nord/-/theme-nord-7.8.0.tgz",
|
|
1802
|
-
"integrity": "sha512-RCYb7mcjbhwwgwl/wKv+bn+fp2QU8SontZfBtOyND8eFIiMf+t6tUUe05bBj1nm0kpqCK6f3M0/DLnBbqZVY6w==",
|
|
1803
|
-
"license": "MIT",
|
|
1804
|
-
"dependencies": {
|
|
1805
|
-
"clsx": "^2.0.0",
|
|
1806
|
-
"tslib": "^2.8.1"
|
|
1807
|
-
},
|
|
1808
|
-
"peerDependencies": {
|
|
1809
|
-
"@milkdown/core": "^7.2.0",
|
|
1810
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1811
|
-
"@milkdown/prose": "^7.2.0"
|
|
1812
|
-
}
|
|
1813
|
-
},
|
|
1814
|
-
"node_modules/@milkdown/transformer": {
|
|
1815
|
-
"version": "7.8.0",
|
|
1816
|
-
"resolved": "https://registry.npmjs.org/@milkdown/transformer/-/transformer-7.8.0.tgz",
|
|
1817
|
-
"integrity": "sha512-zQFiQOmd7N8f0gp2dgXkbfHw2NulkK7cztjl3jzzuwkO1m2+jUeZQNC2hJH7ZhENXSp52m4EtFEUivO4YgdXMw==",
|
|
1818
|
-
"license": "MIT",
|
|
1819
|
-
"dependencies": {
|
|
1820
|
-
"@milkdown/exception": "7.8.0",
|
|
1821
|
-
"remark": "^15.0.1",
|
|
1822
|
-
"remark-parse": "^11.0.0",
|
|
1823
|
-
"remark-stringify": "^11.0.0",
|
|
1824
|
-
"tslib": "^2.8.1",
|
|
1825
|
-
"unified": "^11.0.3"
|
|
1826
|
-
},
|
|
1827
|
-
"peerDependencies": {
|
|
1828
|
-
"@milkdown/prose": "^7.2.0"
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
"node_modules/@milkdown/utils": {
|
|
1832
|
-
"version": "7.8.0",
|
|
1833
|
-
"resolved": "https://registry.npmjs.org/@milkdown/utils/-/utils-7.8.0.tgz",
|
|
1834
|
-
"integrity": "sha512-7gFlva4Op4JqzkDZ1lbUCSG2tB9LpKUYcLstSNtS5OSomfXY4Xyk21czhIfeE/TjskTUqpZAZq+/zE/pyPhHoA==",
|
|
1835
|
-
"license": "MIT",
|
|
1836
|
-
"dependencies": {
|
|
1837
|
-
"@milkdown/exception": "7.8.0",
|
|
1838
|
-
"nanoid": "^5.0.9",
|
|
1839
|
-
"tslib": "^2.8.1"
|
|
1840
|
-
},
|
|
1841
|
-
"peerDependencies": {
|
|
1842
|
-
"@milkdown/core": "^7.2.0",
|
|
1843
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1844
|
-
"@milkdown/prose": "^7.2.0",
|
|
1845
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
"node_modules/@milkdown/utils/node_modules/nanoid": {
|
|
1849
|
-
"version": "5.1.5",
|
|
1850
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz",
|
|
1851
|
-
"integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
|
|
1852
|
-
"funding": [
|
|
1853
|
-
{
|
|
1854
|
-
"type": "github",
|
|
1855
|
-
"url": "https://github.com/sponsors/ai"
|
|
1856
|
-
}
|
|
1857
|
-
],
|
|
1858
|
-
"license": "MIT",
|
|
1859
|
-
"bin": {
|
|
1860
|
-
"nanoid": "bin/nanoid.js"
|
|
1861
|
-
},
|
|
1862
|
-
"engines": {
|
|
1863
|
-
"node": "^18 || >=20"
|
|
1864
|
-
}
|
|
1865
|
-
},
|
|
1866
|
-
"node_modules/@milkdown/vue": {
|
|
1867
|
-
"version": "7.7.0",
|
|
1868
|
-
"resolved": "https://registry.npmjs.org/@milkdown/vue/-/vue-7.7.0.tgz",
|
|
1869
|
-
"integrity": "sha512-jw0cad0RBI+hF+5u4o9qB6jITFR45XW6/2I+bMzkmbWGhTqzgODsEGYGvmbM0Qz/S8D9Yk4Hd9zgrCHFkoUq6g==",
|
|
1870
|
-
"license": "MIT",
|
|
1871
|
-
"dependencies": {
|
|
1872
|
-
"@milkdown/crepe": "7.7.0",
|
|
1873
|
-
"@milkdown/kit": "7.7.0",
|
|
1874
|
-
"tslib": "^2.8.1"
|
|
1875
|
-
},
|
|
1876
|
-
"peerDependencies": {
|
|
1877
|
-
"vue": "^3.0.0"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/components": {
|
|
1881
|
-
"version": "7.7.0",
|
|
1882
|
-
"resolved": "https://registry.npmjs.org/@milkdown/components/-/components-7.7.0.tgz",
|
|
1883
|
-
"integrity": "sha512-I2/li1HzZPdnNQEcXP2QYJrk2f/lP75ec5av0i3ya5/iCPGUOBxWQm9ddTxmELSY5kVDv2//Z3EwmNoXgyBaXw==",
|
|
1884
|
-
"license": "MIT",
|
|
1885
|
-
"dependencies": {
|
|
1886
|
-
"@atomico/hooks": "^4.1.2",
|
|
1887
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1888
|
-
"@milkdown/exception": "7.7.0",
|
|
1889
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
1890
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1891
|
-
"atomico": "^1.75.1",
|
|
1892
|
-
"clsx": "^2.0.0",
|
|
1893
|
-
"lodash.debounce": "^4.0.8",
|
|
1894
|
-
"lodash.throttle": "^4.1.1",
|
|
1895
|
-
"nanoid": "^5.0.9",
|
|
1896
|
-
"tslib": "^2.8.1",
|
|
1897
|
-
"unist-util-visit": "^5.0.0"
|
|
1898
|
-
},
|
|
1899
|
-
"peerDependencies": {
|
|
1900
|
-
"@codemirror/language": "^6",
|
|
1901
|
-
"@codemirror/state": "^6",
|
|
1902
|
-
"@codemirror/view": "^6",
|
|
1903
|
-
"@milkdown/core": "^7.2.0",
|
|
1904
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1905
|
-
"@milkdown/plugin-tooltip": "^7.2.0",
|
|
1906
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
1907
|
-
"@milkdown/preset-gfm": "^7.2.0",
|
|
1908
|
-
"@milkdown/prose": "^7.2.0",
|
|
1909
|
-
"@milkdown/transformer": "^7.2.0",
|
|
1910
|
-
"@milkdown/utils": "^7.2.0"
|
|
1911
|
-
}
|
|
1912
|
-
},
|
|
1913
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/core": {
|
|
1914
|
-
"version": "7.7.0",
|
|
1915
|
-
"resolved": "https://registry.npmjs.org/@milkdown/core/-/core-7.7.0.tgz",
|
|
1916
|
-
"integrity": "sha512-vsDuPieRM+dcQROxnEaEqSyAh5/yahr0vgW5YOB9uin5spWdksOMPMU7CEnhdgd5fQ06p9qiS5saJOdRzED7NA==",
|
|
1917
|
-
"license": "MIT",
|
|
1918
|
-
"dependencies": {
|
|
1919
|
-
"@milkdown/exception": "7.7.0",
|
|
1920
|
-
"remark-parse": "^11.0.0",
|
|
1921
|
-
"remark-stringify": "^11.0.0",
|
|
1922
|
-
"tslib": "^2.8.1",
|
|
1923
|
-
"unified": "^11.0.3"
|
|
1924
|
-
},
|
|
1925
|
-
"peerDependencies": {
|
|
1926
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1927
|
-
"@milkdown/prose": "^7.2.0",
|
|
1928
|
-
"@milkdown/transformer": "^7.2.0"
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/ctx": {
|
|
1932
|
-
"version": "7.7.0",
|
|
1933
|
-
"resolved": "https://registry.npmjs.org/@milkdown/ctx/-/ctx-7.7.0.tgz",
|
|
1934
|
-
"integrity": "sha512-Gi7/2ldT+WtkQDOTiSAfOmVX5vfoQP49VOjUONKXUCOyCe/7Y06LNz4bbfHVuGP9w0z3s8Ai+YwAvugs/mQdNQ==",
|
|
1935
|
-
"license": "MIT",
|
|
1936
|
-
"dependencies": {
|
|
1937
|
-
"@milkdown/exception": "7.7.0",
|
|
1938
|
-
"tslib": "^2.8.1"
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/exception": {
|
|
1942
|
-
"version": "7.7.0",
|
|
1943
|
-
"resolved": "https://registry.npmjs.org/@milkdown/exception/-/exception-7.7.0.tgz",
|
|
1944
|
-
"integrity": "sha512-xP0IgvsQiv9vYOQeny6p2p+8yYuAKgge1u0Ri0eMculYQ6GtWlqL2Nn+2QXGcHB2UeSsjHFl/wiUwJaHjJftmg==",
|
|
1945
|
-
"license": "MIT",
|
|
1946
|
-
"dependencies": {
|
|
1947
|
-
"tslib": "^2.8.1"
|
|
1948
|
-
}
|
|
1949
|
-
},
|
|
1950
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/kit": {
|
|
1951
|
-
"version": "7.7.0",
|
|
1952
|
-
"resolved": "https://registry.npmjs.org/@milkdown/kit/-/kit-7.7.0.tgz",
|
|
1953
|
-
"integrity": "sha512-6m0kZOGENdNocC9MNJOtYFb+CPpWH/Moo8HGAHxtP6XLpHF0aA4ZOHysVpByrqwxOJqNNg+KzCPCg/G6UHkoDQ==",
|
|
1954
|
-
"license": "MIT",
|
|
1955
|
-
"dependencies": {
|
|
1956
|
-
"@milkdown/components": "7.7.0",
|
|
1957
|
-
"@milkdown/core": "7.7.0",
|
|
1958
|
-
"@milkdown/ctx": "7.7.0",
|
|
1959
|
-
"@milkdown/plugin-block": "7.7.0",
|
|
1960
|
-
"@milkdown/plugin-clipboard": "7.7.0",
|
|
1961
|
-
"@milkdown/plugin-cursor": "7.7.0",
|
|
1962
|
-
"@milkdown/plugin-history": "7.7.0",
|
|
1963
|
-
"@milkdown/plugin-indent": "7.7.0",
|
|
1964
|
-
"@milkdown/plugin-listener": "7.7.0",
|
|
1965
|
-
"@milkdown/plugin-slash": "7.7.0",
|
|
1966
|
-
"@milkdown/plugin-tooltip": "7.7.0",
|
|
1967
|
-
"@milkdown/plugin-trailing": "7.7.0",
|
|
1968
|
-
"@milkdown/plugin-upload": "7.7.0",
|
|
1969
|
-
"@milkdown/preset-commonmark": "7.7.0",
|
|
1970
|
-
"@milkdown/preset-gfm": "7.7.0",
|
|
1971
|
-
"@milkdown/prose": "7.7.0",
|
|
1972
|
-
"@milkdown/transformer": "7.7.0",
|
|
1973
|
-
"@milkdown/utils": "7.7.0",
|
|
1974
|
-
"tslib": "^2.8.1"
|
|
1975
|
-
}
|
|
1976
|
-
},
|
|
1977
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-block": {
|
|
1978
|
-
"version": "7.7.0",
|
|
1979
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-block/-/plugin-block-7.7.0.tgz",
|
|
1980
|
-
"integrity": "sha512-um1c7MlAyMn3KMB6JuBgPp5540+BKnHzye5Dr2gunwdcqVgP8ymkgyILJYBS65sZGPs3AmR3du5pWm3zK/ITSw==",
|
|
1981
|
-
"license": "MIT",
|
|
1982
|
-
"dependencies": {
|
|
1983
|
-
"@floating-ui/dom": "^1.5.1",
|
|
1984
|
-
"@milkdown/exception": "7.7.0",
|
|
1985
|
-
"@milkdown/utils": "7.7.0",
|
|
1986
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
1987
|
-
"lodash.throttle": "^4.1.1",
|
|
1988
|
-
"tslib": "^2.8.1"
|
|
1989
|
-
},
|
|
1990
|
-
"peerDependencies": {
|
|
1991
|
-
"@milkdown/core": "^7.2.0",
|
|
1992
|
-
"@milkdown/ctx": "^7.2.0",
|
|
1993
|
-
"@milkdown/prose": "^7.2.0"
|
|
1994
|
-
}
|
|
1995
|
-
},
|
|
1996
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-clipboard": {
|
|
1997
|
-
"version": "7.7.0",
|
|
1998
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-clipboard/-/plugin-clipboard-7.7.0.tgz",
|
|
1999
|
-
"integrity": "sha512-GNR0ZtCa3Ihd/nj5qKZeFpbJqMixx2IT2q9ymskafNTFQj/0/KdGmUYlt2J+rlrR801MeBj8CvmpoJMt2Hx7Zg==",
|
|
2000
|
-
"license": "MIT",
|
|
2001
|
-
"dependencies": {
|
|
2002
|
-
"@milkdown/utils": "7.7.0",
|
|
2003
|
-
"tslib": "^2.8.1"
|
|
2004
|
-
},
|
|
2005
|
-
"peerDependencies": {
|
|
2006
|
-
"@milkdown/core": "^7.2.0",
|
|
2007
|
-
"@milkdown/prose": "^7.2.0"
|
|
2008
|
-
}
|
|
2009
|
-
},
|
|
2010
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-cursor": {
|
|
2011
|
-
"version": "7.7.0",
|
|
2012
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-cursor/-/plugin-cursor-7.7.0.tgz",
|
|
2013
|
-
"integrity": "sha512-3cVI9atn2td7Mk70JfUjvvILDmZjFhI5buWXul6RG7mlo+MUZIaY5JEO3IWgxKmzuy96bq5UkvF0mbKgaCK1Bw==",
|
|
2014
|
-
"license": "MIT",
|
|
2015
|
-
"dependencies": {
|
|
2016
|
-
"@milkdown/utils": "7.7.0",
|
|
2017
|
-
"tslib": "^2.8.1"
|
|
2018
|
-
},
|
|
2019
|
-
"peerDependencies": {
|
|
2020
|
-
"@milkdown/core": "^7.2.0",
|
|
2021
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2022
|
-
"@milkdown/prose": "^7.2.0"
|
|
2023
|
-
}
|
|
2024
|
-
},
|
|
2025
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-history": {
|
|
2026
|
-
"version": "7.7.0",
|
|
2027
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-history/-/plugin-history-7.7.0.tgz",
|
|
2028
|
-
"integrity": "sha512-2UKxsnCuO6QYvlEm7RMaFCxM2Afz+64QRQwWTTf5ki0pCPqua2VXvjw3D+IPQ2Ner0ZTibYABuxrtf7PGrOUtQ==",
|
|
2029
|
-
"license": "MIT",
|
|
2030
|
-
"dependencies": {
|
|
2031
|
-
"@milkdown/utils": "7.7.0",
|
|
2032
|
-
"tslib": "^2.8.1"
|
|
2033
|
-
},
|
|
2034
|
-
"peerDependencies": {
|
|
2035
|
-
"@milkdown/core": "^7.2.0",
|
|
2036
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2037
|
-
"@milkdown/prose": "^7.2.0"
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-indent": {
|
|
2041
|
-
"version": "7.7.0",
|
|
2042
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-indent/-/plugin-indent-7.7.0.tgz",
|
|
2043
|
-
"integrity": "sha512-EMwlO8gq375WmohqtF15QQOFVsZ6nAl069Xe/rC+eKK34YiMfapqab6Tm53JP3Vi8GkJzaat34HqSXyN9uucSQ==",
|
|
2044
|
-
"license": "MIT",
|
|
2045
|
-
"dependencies": {
|
|
2046
|
-
"@milkdown/utils": "7.7.0",
|
|
2047
|
-
"tslib": "^2.8.1"
|
|
2048
|
-
},
|
|
2049
|
-
"peerDependencies": {
|
|
2050
|
-
"@milkdown/core": "^7.2.0",
|
|
2051
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2052
|
-
"@milkdown/prose": "^7.2.0"
|
|
2053
|
-
}
|
|
2054
|
-
},
|
|
2055
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-listener": {
|
|
2056
|
-
"version": "7.7.0",
|
|
2057
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-listener/-/plugin-listener-7.7.0.tgz",
|
|
2058
|
-
"integrity": "sha512-epJkoYoZK08GaI2jhbKLBkEpQrXgVtN2S26OomPzlC0BpQdBYx9TmjIpNAvH1F2J1P6o9cLkkx6+w/HiIul2ag==",
|
|
2059
|
-
"license": "MIT",
|
|
2060
|
-
"dependencies": {
|
|
2061
|
-
"@milkdown/utils": "7.7.0",
|
|
2062
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
2063
|
-
"lodash.debounce": "^4.0.8",
|
|
2064
|
-
"tslib": "^2.8.1"
|
|
2065
|
-
},
|
|
2066
|
-
"peerDependencies": {
|
|
2067
|
-
"@milkdown/core": "^7.2.0",
|
|
2068
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2069
|
-
"@milkdown/prose": "^7.2.0"
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-slash": {
|
|
2073
|
-
"version": "7.7.0",
|
|
2074
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-slash/-/plugin-slash-7.7.0.tgz",
|
|
2075
|
-
"integrity": "sha512-Ung+gmxgfYpFlAYrhjx/bYk1ghhGBh3xVIlK73SgF6W+Qi7lcp3B3cV3/+8QtkA6GPUozHfp2aOZRB+0Xmhq5w==",
|
|
2076
|
-
"license": "MIT",
|
|
2077
|
-
"dependencies": {
|
|
2078
|
-
"@floating-ui/dom": "^1.5.1",
|
|
2079
|
-
"@milkdown/exception": "7.7.0",
|
|
2080
|
-
"@milkdown/utils": "7.7.0",
|
|
2081
|
-
"@types/lodash.debounce": "^4.0.7",
|
|
2082
|
-
"lodash.debounce": "^4.0.8",
|
|
2083
|
-
"tslib": "^2.8.1"
|
|
2084
|
-
},
|
|
2085
|
-
"peerDependencies": {
|
|
2086
|
-
"@milkdown/core": "^7.2.0",
|
|
2087
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2088
|
-
"@milkdown/prose": "^7.2.0"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-tooltip": {
|
|
2092
|
-
"version": "7.7.0",
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-tooltip/-/plugin-tooltip-7.7.0.tgz",
|
|
2094
|
-
"integrity": "sha512-mSVf60PjJBIvkQzuEBLajXFpNpBuXGC9exmAHikD93oov2wffvfkZJZ9D5zqTi2qCzenkkB1O2mONDm3oRsb4A==",
|
|
2095
|
-
"license": "MIT",
|
|
2096
|
-
"dependencies": {
|
|
2097
|
-
"@floating-ui/dom": "^1.5.1",
|
|
2098
|
-
"@milkdown/exception": "7.7.0",
|
|
2099
|
-
"@milkdown/utils": "7.7.0",
|
|
2100
|
-
"@types/lodash.throttle": "^4.1.9",
|
|
2101
|
-
"lodash.throttle": "^4.1.1",
|
|
2102
|
-
"tippy.js": "^6.3.7",
|
|
2103
|
-
"tslib": "^2.8.1"
|
|
2104
|
-
},
|
|
2105
|
-
"peerDependencies": {
|
|
2106
|
-
"@milkdown/core": "^7.2.0",
|
|
2107
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2108
|
-
"@milkdown/prose": "^7.2.0"
|
|
2109
|
-
}
|
|
2110
|
-
},
|
|
2111
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-trailing": {
|
|
2112
|
-
"version": "7.7.0",
|
|
2113
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-trailing/-/plugin-trailing-7.7.0.tgz",
|
|
2114
|
-
"integrity": "sha512-aSn5/kqUd4dsrvLHYaBpv6nZlybIZCix+KvPEd+a4bivt0kgKzA+vk/htCU8hEPDjcQLe15j+skjEfVhvIMf3Q==",
|
|
2115
|
-
"license": "MIT",
|
|
2116
|
-
"dependencies": {
|
|
2117
|
-
"@milkdown/utils": "7.7.0",
|
|
2118
|
-
"tslib": "^2.8.1"
|
|
2119
|
-
},
|
|
2120
|
-
"peerDependencies": {
|
|
2121
|
-
"@milkdown/core": "^7.2.0",
|
|
2122
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2123
|
-
"@milkdown/prose": "^7.2.0"
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2126
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/plugin-upload": {
|
|
2127
|
-
"version": "7.7.0",
|
|
2128
|
-
"resolved": "https://registry.npmjs.org/@milkdown/plugin-upload/-/plugin-upload-7.7.0.tgz",
|
|
2129
|
-
"integrity": "sha512-P4k6P3+O0L5dvpcIjdX0/eIzoEykqnjkStarkoGeqJaXZ++s8pI3nYSDRseK8EfrfBszd5uGuhEr1LhzRASBkA==",
|
|
2130
|
-
"license": "MIT",
|
|
2131
|
-
"dependencies": {
|
|
2132
|
-
"@milkdown/exception": "7.7.0",
|
|
2133
|
-
"@milkdown/utils": "7.7.0",
|
|
2134
|
-
"tslib": "^2.8.1"
|
|
2135
|
-
},
|
|
2136
|
-
"peerDependencies": {
|
|
2137
|
-
"@milkdown/core": "^7.2.0",
|
|
2138
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2139
|
-
"@milkdown/prose": "^7.2.0"
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/preset-commonmark": {
|
|
2143
|
-
"version": "7.7.0",
|
|
2144
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-commonmark/-/preset-commonmark-7.7.0.tgz",
|
|
2145
|
-
"integrity": "sha512-kvdATiEWTKvL/2rAWm7bmL7AUzsdQCxm/lhkhlZqMX+JpDLI4wXOErluaNjXC1igmVmJM/RUlSWbS9jSsdwscQ==",
|
|
2146
|
-
"license": "MIT",
|
|
2147
|
-
"dependencies": {
|
|
2148
|
-
"@milkdown/exception": "7.7.0",
|
|
2149
|
-
"@milkdown/utils": "7.7.0",
|
|
2150
|
-
"remark-inline-links": "^7.0.0",
|
|
2151
|
-
"tslib": "^2.8.1",
|
|
2152
|
-
"unist-util-visit": "^5.0.0"
|
|
2153
|
-
},
|
|
2154
|
-
"peerDependencies": {
|
|
2155
|
-
"@milkdown/core": "^7.2.0",
|
|
2156
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2157
|
-
"@milkdown/prose": "^7.2.0",
|
|
2158
|
-
"@milkdown/transformer": "^7.2.0"
|
|
2159
|
-
}
|
|
2160
|
-
},
|
|
2161
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/preset-gfm": {
|
|
2162
|
-
"version": "7.7.0",
|
|
2163
|
-
"resolved": "https://registry.npmjs.org/@milkdown/preset-gfm/-/preset-gfm-7.7.0.tgz",
|
|
2164
|
-
"integrity": "sha512-mzMlDoO3u7xkQO2F0mgtqFArXc3dywbbfG8DcaddyJdvIUJAYeBrjiq/ESimTQ+g8ct0AudRNUi6YdOTaDH+cg==",
|
|
2165
|
-
"license": "MIT",
|
|
2166
|
-
"dependencies": {
|
|
2167
|
-
"@milkdown/exception": "7.7.0",
|
|
2168
|
-
"@milkdown/utils": "7.7.0",
|
|
2169
|
-
"prosemirror-safari-ime-span": "^1.0.1",
|
|
2170
|
-
"remark-gfm": "^4.0.0",
|
|
2171
|
-
"tslib": "^2.8.1"
|
|
2172
|
-
},
|
|
2173
|
-
"peerDependencies": {
|
|
2174
|
-
"@milkdown/core": "^7.2.0",
|
|
2175
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2176
|
-
"@milkdown/preset-commonmark": "^7.2.0",
|
|
2177
|
-
"@milkdown/prose": "^7.2.0",
|
|
2178
|
-
"@milkdown/transformer": "^7.2.0"
|
|
2179
|
-
}
|
|
2180
|
-
},
|
|
2181
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/prose": {
|
|
2182
|
-
"version": "7.7.0",
|
|
2183
|
-
"resolved": "https://registry.npmjs.org/@milkdown/prose/-/prose-7.7.0.tgz",
|
|
2184
|
-
"integrity": "sha512-fWgQayvsdwpq8kJ3YPXvUNBcmyZ/vzJGQ4KWdJp9TKJOEe2jOGI/ILXfxNx0US/tpRvh4u2XPW+KZbaAOYa5jg==",
|
|
2185
|
-
"license": "MIT",
|
|
2186
|
-
"dependencies": {
|
|
2187
|
-
"@milkdown/exception": "7.7.0",
|
|
2188
|
-
"prosemirror-changeset": "^2.2.1",
|
|
2189
|
-
"prosemirror-commands": "^1.6.2",
|
|
2190
|
-
"prosemirror-dropcursor": "^1.8.1",
|
|
2191
|
-
"prosemirror-gapcursor": "^1.3.2",
|
|
2192
|
-
"prosemirror-history": "^1.4.1",
|
|
2193
|
-
"prosemirror-inputrules": "^1.4.0",
|
|
2194
|
-
"prosemirror-keymap": "^1.2.2",
|
|
2195
|
-
"prosemirror-model": "^1.24.1",
|
|
2196
|
-
"prosemirror-schema-list": "^1.5.0",
|
|
2197
|
-
"prosemirror-state": "^1.4.3",
|
|
2198
|
-
"prosemirror-tables": "^1.6.2",
|
|
2199
|
-
"prosemirror-transform": "^1.10.2",
|
|
2200
|
-
"prosemirror-view": "^1.37.1",
|
|
2201
|
-
"tslib": "^2.8.1"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/transformer": {
|
|
2205
|
-
"version": "7.7.0",
|
|
2206
|
-
"resolved": "https://registry.npmjs.org/@milkdown/transformer/-/transformer-7.7.0.tgz",
|
|
2207
|
-
"integrity": "sha512-nf/PQ6guio9+wNdImv7z5860Q2HCoIfbVS2GAv8/IKz3TxJZdbeHMU0lzhwmp9XUnkCG2VSX7SrR/Ve9gHI4yw==",
|
|
2208
|
-
"license": "MIT",
|
|
2209
|
-
"dependencies": {
|
|
2210
|
-
"@milkdown/exception": "7.7.0",
|
|
2211
|
-
"remark": "^15.0.1",
|
|
2212
|
-
"remark-parse": "^11.0.0",
|
|
2213
|
-
"remark-stringify": "^11.0.0",
|
|
2214
|
-
"tslib": "^2.8.1",
|
|
2215
|
-
"unified": "^11.0.3"
|
|
2216
|
-
},
|
|
2217
|
-
"peerDependencies": {
|
|
2218
|
-
"@milkdown/prose": "^7.2.0"
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
"node_modules/@milkdown/vue/node_modules/@milkdown/utils": {
|
|
2222
|
-
"version": "7.7.0",
|
|
2223
|
-
"resolved": "https://registry.npmjs.org/@milkdown/utils/-/utils-7.7.0.tgz",
|
|
2224
|
-
"integrity": "sha512-Dq+nH2xAyZhokXwx9XREwJeneyXGmxt7MuXL3wN1xhzE9KMo9xnLtDI0wURpF5AtIpYFuitjsW3vxHuOUmoXDQ==",
|
|
2225
|
-
"license": "MIT",
|
|
2226
|
-
"dependencies": {
|
|
2227
|
-
"@milkdown/exception": "7.7.0",
|
|
2228
|
-
"nanoid": "^5.0.9",
|
|
2229
|
-
"tslib": "^2.8.1"
|
|
2230
|
-
},
|
|
2231
|
-
"peerDependencies": {
|
|
2232
|
-
"@milkdown/core": "^7.2.0",
|
|
2233
|
-
"@milkdown/ctx": "^7.2.0",
|
|
2234
|
-
"@milkdown/prose": "^7.2.0",
|
|
2235
|
-
"@milkdown/transformer": "^7.2.0"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
"node_modules/@milkdown/vue/node_modules/nanoid": {
|
|
2239
|
-
"version": "5.1.5",
|
|
2240
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.5.tgz",
|
|
2241
|
-
"integrity": "sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==",
|
|
2242
|
-
"funding": [
|
|
2243
|
-
{
|
|
2244
|
-
"type": "github",
|
|
2245
|
-
"url": "https://github.com/sponsors/ai"
|
|
2246
|
-
}
|
|
2247
|
-
],
|
|
2248
|
-
"license": "MIT",
|
|
2249
|
-
"bin": {
|
|
2250
|
-
"nanoid": "bin/nanoid.js"
|
|
2251
|
-
},
|
|
2252
|
-
"engines": {
|
|
2253
|
-
"node": "^18 || >=20"
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
"node_modules/@popperjs/core": {
|
|
2257
|
-
"version": "2.11.8",
|
|
2258
|
-
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
|
|
2259
|
-
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
|
|
2260
|
-
"license": "MIT",
|
|
2261
|
-
"funding": {
|
|
2262
|
-
"type": "opencollective",
|
|
2263
|
-
"url": "https://opencollective.com/popperjs"
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
"node_modules/@types/debug": {
|
|
2267
|
-
"version": "4.1.12",
|
|
2268
|
-
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
|
|
2269
|
-
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
2270
|
-
"license": "MIT",
|
|
2271
|
-
"dependencies": {
|
|
2272
|
-
"@types/ms": "*"
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
|
-
"node_modules/@types/hast": {
|
|
2276
|
-
"version": "3.0.4",
|
|
2277
|
-
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
2278
|
-
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
2279
|
-
"license": "MIT",
|
|
2280
|
-
"dependencies": {
|
|
2281
|
-
"@types/unist": "*"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
"node_modules/@types/katex": {
|
|
2285
|
-
"version": "0.16.7",
|
|
2286
|
-
"resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz",
|
|
2287
|
-
"integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==",
|
|
2288
|
-
"license": "MIT"
|
|
2289
|
-
},
|
|
2290
|
-
"node_modules/@types/lodash": {
|
|
2291
|
-
"version": "4.17.16",
|
|
2292
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz",
|
|
2293
|
-
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
|
|
2294
|
-
"license": "MIT"
|
|
2295
|
-
},
|
|
2296
|
-
"node_modules/@types/lodash.debounce": {
|
|
2297
|
-
"version": "4.0.9",
|
|
2298
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz",
|
|
2299
|
-
"integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==",
|
|
2300
|
-
"license": "MIT",
|
|
2301
|
-
"dependencies": {
|
|
2302
|
-
"@types/lodash": "*"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
"node_modules/@types/lodash.throttle": {
|
|
2306
|
-
"version": "4.1.9",
|
|
2307
|
-
"resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz",
|
|
2308
|
-
"integrity": "sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g==",
|
|
2309
|
-
"license": "MIT",
|
|
2310
|
-
"dependencies": {
|
|
2311
|
-
"@types/lodash": "*"
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
"node_modules/@types/mdast": {
|
|
2315
|
-
"version": "4.0.4",
|
|
2316
|
-
"resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz",
|
|
2317
|
-
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
2318
|
-
"license": "MIT",
|
|
2319
|
-
"dependencies": {
|
|
2320
|
-
"@types/unist": "*"
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
"node_modules/@types/ms": {
|
|
2324
|
-
"version": "2.1.0",
|
|
2325
|
-
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
2326
|
-
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
|
|
2327
|
-
"license": "MIT"
|
|
2328
|
-
},
|
|
2329
|
-
"node_modules/@types/trusted-types": {
|
|
2330
|
-
"version": "2.0.7",
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
2332
|
-
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
2333
|
-
"license": "MIT",
|
|
2334
|
-
"optional": true
|
|
2335
|
-
},
|
|
2336
|
-
"node_modules/@types/unist": {
|
|
2337
|
-
"version": "3.0.3",
|
|
2338
|
-
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz",
|
|
2339
|
-
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
2340
|
-
"license": "MIT"
|
|
2341
|
-
},
|
|
2342
|
-
"node_modules/@uppercod/exp-route": {
|
|
2343
|
-
"version": "1.4.2",
|
|
2344
|
-
"resolved": "https://registry.npmjs.org/@uppercod/exp-route/-/exp-route-1.4.2.tgz",
|
|
2345
|
-
"integrity": "sha512-rRljihqBd3fBdWSKi4F+ev7OVJfjQyXSfwAxtjaA6PUcpBPbT0GjlJrXKa3wcFAMqE5brAjW0rMxTpXwbKv0pQ==",
|
|
2346
|
-
"license": "ISC"
|
|
2347
|
-
},
|
|
2348
|
-
"node_modules/@uppercod/match-media": {
|
|
2349
|
-
"version": "1.1.1",
|
|
2350
|
-
"resolved": "https://registry.npmjs.org/@uppercod/match-media/-/match-media-1.1.1.tgz",
|
|
2351
|
-
"integrity": "sha512-ITGhdyxadb1ypwow3TkXGdF6vWAmRZWxxfUysZz2kvsGjgaCNSuJzbfLTeWEC+BeL651U18RwZlgpX93ZCRTFg==",
|
|
2352
|
-
"license": "ISC"
|
|
2353
|
-
},
|
|
2354
|
-
"node_modules/@vue/compiler-core": {
|
|
2355
|
-
"version": "3.4.35",
|
|
2356
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.35.tgz",
|
|
2357
|
-
"integrity": "sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==",
|
|
2358
|
-
"peer": true,
|
|
2359
|
-
"dependencies": {
|
|
2360
|
-
"@babel/parser": "^7.24.7",
|
|
2361
|
-
"@vue/shared": "3.4.35",
|
|
2362
|
-
"entities": "^4.5.0",
|
|
2363
|
-
"estree-walker": "^2.0.2",
|
|
2364
|
-
"source-map-js": "^1.2.0"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
"node_modules/@vue/compiler-dom": {
|
|
2368
|
-
"version": "3.4.35",
|
|
2369
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.35.tgz",
|
|
2370
|
-
"integrity": "sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==",
|
|
2371
|
-
"peer": true,
|
|
2372
|
-
"dependencies": {
|
|
2373
|
-
"@vue/compiler-core": "3.4.35",
|
|
2374
|
-
"@vue/shared": "3.4.35"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
"node_modules/@vue/compiler-sfc": {
|
|
2378
|
-
"version": "3.4.35",
|
|
2379
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.35.tgz",
|
|
2380
|
-
"integrity": "sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==",
|
|
2381
|
-
"peer": true,
|
|
2382
|
-
"dependencies": {
|
|
2383
|
-
"@babel/parser": "^7.24.7",
|
|
2384
|
-
"@vue/compiler-core": "3.4.35",
|
|
2385
|
-
"@vue/compiler-dom": "3.4.35",
|
|
2386
|
-
"@vue/compiler-ssr": "3.4.35",
|
|
2387
|
-
"@vue/shared": "3.4.35",
|
|
2388
|
-
"estree-walker": "^2.0.2",
|
|
2389
|
-
"magic-string": "^0.30.10",
|
|
2390
|
-
"postcss": "^8.4.40",
|
|
2391
|
-
"source-map-js": "^1.2.0"
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
"node_modules/@vue/compiler-ssr": {
|
|
2395
|
-
"version": "3.4.35",
|
|
2396
|
-
"resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.35.tgz",
|
|
2397
|
-
"integrity": "sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==",
|
|
2398
|
-
"peer": true,
|
|
2399
|
-
"dependencies": {
|
|
2400
|
-
"@vue/compiler-dom": "3.4.35",
|
|
2401
|
-
"@vue/shared": "3.4.35"
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
|
-
"node_modules/@vue/reactivity": {
|
|
2405
|
-
"version": "3.4.35",
|
|
2406
|
-
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.35.tgz",
|
|
2407
|
-
"integrity": "sha512-Ggtz7ZZHakriKioveJtPlStYardwQH6VCs9V13/4qjHSQb/teE30LVJNrbBVs4+aoYGtTQKJbTe4CWGxVZrvEw==",
|
|
2408
|
-
"peer": true,
|
|
2409
|
-
"dependencies": {
|
|
2410
|
-
"@vue/shared": "3.4.35"
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
|
-
"node_modules/@vue/runtime-core": {
|
|
2414
|
-
"version": "3.4.35",
|
|
2415
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.35.tgz",
|
|
2416
|
-
"integrity": "sha512-D+BAjFoWwT5wtITpSxwqfWZiBClhBbR+bm0VQlWYFOadUUXFo+5wbe9ErXhLvwguPiLZdEF13QAWi2vP3ZD5tA==",
|
|
2417
|
-
"peer": true,
|
|
2418
|
-
"dependencies": {
|
|
2419
|
-
"@vue/reactivity": "3.4.35",
|
|
2420
|
-
"@vue/shared": "3.4.35"
|
|
2421
|
-
}
|
|
2422
|
-
},
|
|
2423
|
-
"node_modules/@vue/runtime-dom": {
|
|
2424
|
-
"version": "3.4.35",
|
|
2425
|
-
"resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.35.tgz",
|
|
2426
|
-
"integrity": "sha512-yGOlbos+MVhlS5NWBF2HDNgblG8e2MY3+GigHEyR/dREAluvI5tuUUgie3/9XeqhPE4LF0i2wjlduh5thnfOqw==",
|
|
2427
|
-
"peer": true,
|
|
2428
|
-
"dependencies": {
|
|
2429
|
-
"@vue/reactivity": "3.4.35",
|
|
2430
|
-
"@vue/runtime-core": "3.4.35",
|
|
2431
|
-
"@vue/shared": "3.4.35",
|
|
2432
|
-
"csstype": "^3.1.3"
|
|
2433
|
-
}
|
|
2434
|
-
},
|
|
2435
|
-
"node_modules/@vue/server-renderer": {
|
|
2436
|
-
"version": "3.4.35",
|
|
2437
|
-
"resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.35.tgz",
|
|
2438
|
-
"integrity": "sha512-iZ0e/u9mRE4T8tNhlo0tbA+gzVkgv8r5BX6s1kRbOZqfpq14qoIvCZ5gIgraOmYkMYrSEZgkkojFPr+Nyq/Mnw==",
|
|
2439
|
-
"peer": true,
|
|
2440
|
-
"dependencies": {
|
|
2441
|
-
"@vue/compiler-ssr": "3.4.35",
|
|
2442
|
-
"@vue/shared": "3.4.35"
|
|
2443
|
-
},
|
|
2444
|
-
"peerDependencies": {
|
|
2445
|
-
"vue": "3.4.35"
|
|
2446
|
-
}
|
|
2447
|
-
},
|
|
2448
|
-
"node_modules/@vue/shared": {
|
|
2449
|
-
"version": "3.4.35",
|
|
2450
|
-
"resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.35.tgz",
|
|
2451
|
-
"integrity": "sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==",
|
|
2452
|
-
"peer": true
|
|
2453
|
-
},
|
|
2454
|
-
"node_modules/atomico": {
|
|
2455
|
-
"version": "1.79.2",
|
|
2456
|
-
"resolved": "https://registry.npmjs.org/atomico/-/atomico-1.79.2.tgz",
|
|
2457
|
-
"integrity": "sha512-mshhLRMeIltNYbnQnqgnrvJ/uDa8XDfTQcjw3ymOygQqwHIQ4Sp0LcNYMCbACkV3DtV+eDXb9szwU4qMUuGwYQ==",
|
|
2458
|
-
"license": "MIT"
|
|
2459
|
-
},
|
|
2460
|
-
"node_modules/bail": {
|
|
2461
|
-
"version": "2.0.2",
|
|
2462
|
-
"resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz",
|
|
2463
|
-
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
2464
|
-
"license": "MIT",
|
|
2465
|
-
"funding": {
|
|
2466
|
-
"type": "github",
|
|
2467
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2468
|
-
}
|
|
2469
|
-
},
|
|
2470
|
-
"node_modules/ccount": {
|
|
2471
|
-
"version": "2.0.1",
|
|
2472
|
-
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
|
|
2473
|
-
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
2474
|
-
"license": "MIT",
|
|
2475
|
-
"funding": {
|
|
2476
|
-
"type": "github",
|
|
2477
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2478
|
-
}
|
|
2479
|
-
},
|
|
2480
|
-
"node_modules/character-entities": {
|
|
2481
|
-
"version": "2.0.2",
|
|
2482
|
-
"resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz",
|
|
2483
|
-
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"funding": {
|
|
2486
|
-
"type": "github",
|
|
2487
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2488
|
-
}
|
|
2489
|
-
},
|
|
2490
|
-
"node_modules/clsx": {
|
|
2491
|
-
"version": "2.1.1",
|
|
2492
|
-
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
|
2493
|
-
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
|
|
2494
|
-
"license": "MIT",
|
|
2495
|
-
"engines": {
|
|
2496
|
-
"node": ">=6"
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
"node_modules/codemirror": {
|
|
2500
|
-
"version": "6.0.1",
|
|
2501
|
-
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-6.0.1.tgz",
|
|
2502
|
-
"integrity": "sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==",
|
|
2503
|
-
"license": "MIT",
|
|
2504
|
-
"dependencies": {
|
|
2505
|
-
"@codemirror/autocomplete": "^6.0.0",
|
|
2506
|
-
"@codemirror/commands": "^6.0.0",
|
|
2507
|
-
"@codemirror/language": "^6.0.0",
|
|
2508
|
-
"@codemirror/lint": "^6.0.0",
|
|
2509
|
-
"@codemirror/search": "^6.0.0",
|
|
2510
|
-
"@codemirror/state": "^6.0.0",
|
|
2511
|
-
"@codemirror/view": "^6.0.0"
|
|
2512
|
-
}
|
|
2513
|
-
},
|
|
2514
|
-
"node_modules/commander": {
|
|
2515
|
-
"version": "8.3.0",
|
|
2516
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
|
|
2517
|
-
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
2518
|
-
"license": "MIT",
|
|
2519
|
-
"engines": {
|
|
2520
|
-
"node": ">= 12"
|
|
2521
|
-
}
|
|
2522
|
-
},
|
|
2523
|
-
"node_modules/crelt": {
|
|
2524
|
-
"version": "1.0.6",
|
|
2525
|
-
"resolved": "https://registry.npmjs.org/crelt/-/crelt-1.0.6.tgz",
|
|
2526
|
-
"integrity": "sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==",
|
|
2527
|
-
"license": "MIT"
|
|
2528
|
-
},
|
|
2529
|
-
"node_modules/csstype": {
|
|
2530
|
-
"version": "3.1.3",
|
|
2531
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
2532
|
-
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
2533
|
-
"peer": true
|
|
2534
|
-
},
|
|
2535
|
-
"node_modules/debug": {
|
|
2536
|
-
"version": "4.4.0",
|
|
2537
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
|
|
2538
|
-
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
|
2539
|
-
"license": "MIT",
|
|
2540
|
-
"dependencies": {
|
|
2541
|
-
"ms": "^2.1.3"
|
|
2542
|
-
},
|
|
2543
|
-
"engines": {
|
|
2544
|
-
"node": ">=6.0"
|
|
2545
|
-
},
|
|
2546
|
-
"peerDependenciesMeta": {
|
|
2547
|
-
"supports-color": {
|
|
2548
|
-
"optional": true
|
|
2549
|
-
}
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2552
|
-
"node_modules/decode-named-character-reference": {
|
|
2553
|
-
"version": "1.1.0",
|
|
2554
|
-
"resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.1.0.tgz",
|
|
2555
|
-
"integrity": "sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==",
|
|
2556
|
-
"license": "MIT",
|
|
2557
|
-
"dependencies": {
|
|
2558
|
-
"character-entities": "^2.0.0"
|
|
2559
|
-
},
|
|
2560
|
-
"funding": {
|
|
2561
|
-
"type": "github",
|
|
2562
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
"node_modules/dequal": {
|
|
2566
|
-
"version": "2.0.3",
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
|
|
2568
|
-
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
2569
|
-
"license": "MIT",
|
|
2570
|
-
"engines": {
|
|
2571
|
-
"node": ">=6"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
"node_modules/devlop": {
|
|
2575
|
-
"version": "1.1.0",
|
|
2576
|
-
"resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
|
|
2577
|
-
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
2578
|
-
"license": "MIT",
|
|
2579
|
-
"dependencies": {
|
|
2580
|
-
"dequal": "^2.0.0"
|
|
2581
|
-
},
|
|
2582
|
-
"funding": {
|
|
2583
|
-
"type": "github",
|
|
2584
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2585
|
-
}
|
|
2586
|
-
},
|
|
2587
|
-
"node_modules/dompurify": {
|
|
2588
|
-
"version": "3.2.4",
|
|
2589
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",
|
|
2590
|
-
"integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",
|
|
2591
|
-
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
2592
|
-
"optionalDependencies": {
|
|
2593
|
-
"@types/trusted-types": "^2.0.7"
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
"node_modules/element-internals-polyfill": {
|
|
2597
|
-
"version": "0.1.55",
|
|
2598
|
-
"resolved": "https://registry.npmjs.org/element-internals-polyfill/-/element-internals-polyfill-0.1.55.tgz",
|
|
2599
|
-
"integrity": "sha512-clsNGQoOsCs8zlkT3q8Sgk9JcFZgYT0cDuXPEmD7ca8bthrYjhXQ19cIz5JGmo8CfQ+g7+SXJkfqBVw5mWB64w==",
|
|
2600
|
-
"license": "MIT",
|
|
2601
|
-
"peer": true
|
|
2602
|
-
},
|
|
2603
|
-
"node_modules/entities": {
|
|
2604
|
-
"version": "4.5.0",
|
|
2605
|
-
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
2606
|
-
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
2607
|
-
"peer": true,
|
|
2608
|
-
"engines": {
|
|
2609
|
-
"node": ">=0.12"
|
|
2610
|
-
},
|
|
2611
|
-
"funding": {
|
|
2612
|
-
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
2613
|
-
}
|
|
2614
|
-
},
|
|
2615
|
-
"node_modules/escape-string-regexp": {
|
|
2616
|
-
"version": "5.0.0",
|
|
2617
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz",
|
|
2618
|
-
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
2619
|
-
"license": "MIT",
|
|
2620
|
-
"engines": {
|
|
2621
|
-
"node": ">=12"
|
|
2622
|
-
},
|
|
2623
|
-
"funding": {
|
|
2624
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
"node_modules/estree-walker": {
|
|
2628
|
-
"version": "2.0.2",
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
|
|
2630
|
-
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
|
|
2631
|
-
"peer": true
|
|
2632
|
-
},
|
|
2633
|
-
"node_modules/extend": {
|
|
2634
|
-
"version": "3.0.2",
|
|
2635
|
-
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
2636
|
-
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
2637
|
-
"license": "MIT"
|
|
2638
|
-
},
|
|
2639
|
-
"node_modules/is-plain-obj": {
|
|
2640
|
-
"version": "4.1.0",
|
|
2641
|
-
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
2642
|
-
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
2643
|
-
"license": "MIT",
|
|
2644
|
-
"engines": {
|
|
2645
|
-
"node": ">=12"
|
|
2646
|
-
},
|
|
2647
|
-
"funding": {
|
|
2648
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2649
|
-
}
|
|
2650
|
-
},
|
|
2651
|
-
"node_modules/katex": {
|
|
2652
|
-
"version": "0.16.21",
|
|
2653
|
-
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz",
|
|
2654
|
-
"integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==",
|
|
2655
|
-
"funding": [
|
|
2656
|
-
"https://opencollective.com/katex",
|
|
2657
|
-
"https://github.com/sponsors/katex"
|
|
2658
|
-
],
|
|
2659
|
-
"license": "MIT",
|
|
2660
|
-
"dependencies": {
|
|
2661
|
-
"commander": "^8.3.0"
|
|
2662
|
-
},
|
|
2663
|
-
"bin": {
|
|
2664
|
-
"katex": "cli.js"
|
|
2665
|
-
}
|
|
2666
|
-
},
|
|
2667
|
-
"node_modules/lodash.debounce": {
|
|
2668
|
-
"version": "4.0.8",
|
|
2669
|
-
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
2670
|
-
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
2671
|
-
"license": "MIT"
|
|
2672
|
-
},
|
|
2673
|
-
"node_modules/lodash.throttle": {
|
|
2674
|
-
"version": "4.1.1",
|
|
2675
|
-
"resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
|
|
2676
|
-
"integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==",
|
|
2677
|
-
"license": "MIT"
|
|
2678
|
-
},
|
|
2679
|
-
"node_modules/longest-streak": {
|
|
2680
|
-
"version": "3.1.0",
|
|
2681
|
-
"resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.1.0.tgz",
|
|
2682
|
-
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
2683
|
-
"license": "MIT",
|
|
2684
|
-
"funding": {
|
|
2685
|
-
"type": "github",
|
|
2686
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
|
-
"node_modules/magic-string": {
|
|
2690
|
-
"version": "0.30.11",
|
|
2691
|
-
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz",
|
|
2692
|
-
"integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==",
|
|
2693
|
-
"peer": true,
|
|
2694
|
-
"dependencies": {
|
|
2695
|
-
"@jridgewell/sourcemap-codec": "^1.5.0"
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
"node_modules/markdown-table": {
|
|
2699
|
-
"version": "3.0.4",
|
|
2700
|
-
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.4.tgz",
|
|
2701
|
-
"integrity": "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==",
|
|
2702
|
-
"license": "MIT",
|
|
2703
|
-
"funding": {
|
|
2704
|
-
"type": "github",
|
|
2705
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
2706
|
-
}
|
|
2707
|
-
},
|
|
2708
|
-
"node_modules/marked": {
|
|
2709
|
-
"version": "15.0.7",
|
|
2710
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz",
|
|
2711
|
-
"integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==",
|
|
2712
|
-
"license": "MIT",
|
|
2713
|
-
"bin": {
|
|
2714
|
-
"marked": "bin/marked.js"
|
|
2715
|
-
},
|
|
2716
|
-
"engines": {
|
|
2717
|
-
"node": ">= 18"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
"node_modules/mdast-util-definitions": {
|
|
2721
|
-
"version": "6.0.0",
|
|
2722
|
-
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz",
|
|
2723
|
-
"integrity": "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==",
|
|
2724
|
-
"license": "MIT",
|
|
2725
|
-
"dependencies": {
|
|
2726
|
-
"@types/mdast": "^4.0.0",
|
|
2727
|
-
"@types/unist": "^3.0.0",
|
|
2728
|
-
"unist-util-visit": "^5.0.0"
|
|
2729
|
-
},
|
|
2730
|
-
"funding": {
|
|
2731
|
-
"type": "opencollective",
|
|
2732
|
-
"url": "https://opencollective.com/unified"
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
|
-
"node_modules/mdast-util-find-and-replace": {
|
|
2736
|
-
"version": "3.0.2",
|
|
2737
|
-
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz",
|
|
2738
|
-
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==",
|
|
2739
|
-
"license": "MIT",
|
|
2740
|
-
"dependencies": {
|
|
2741
|
-
"@types/mdast": "^4.0.0",
|
|
2742
|
-
"escape-string-regexp": "^5.0.0",
|
|
2743
|
-
"unist-util-is": "^6.0.0",
|
|
2744
|
-
"unist-util-visit-parents": "^6.0.0"
|
|
2745
|
-
},
|
|
2746
|
-
"funding": {
|
|
2747
|
-
"type": "opencollective",
|
|
2748
|
-
"url": "https://opencollective.com/unified"
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
|
-
"node_modules/mdast-util-from-markdown": {
|
|
2752
|
-
"version": "2.0.2",
|
|
2753
|
-
"resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz",
|
|
2754
|
-
"integrity": "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==",
|
|
2755
|
-
"license": "MIT",
|
|
2756
|
-
"dependencies": {
|
|
2757
|
-
"@types/mdast": "^4.0.0",
|
|
2758
|
-
"@types/unist": "^3.0.0",
|
|
2759
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2760
|
-
"devlop": "^1.0.0",
|
|
2761
|
-
"mdast-util-to-string": "^4.0.0",
|
|
2762
|
-
"micromark": "^4.0.0",
|
|
2763
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
2764
|
-
"micromark-util-decode-string": "^2.0.0",
|
|
2765
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
2766
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2767
|
-
"micromark-util-types": "^2.0.0",
|
|
2768
|
-
"unist-util-stringify-position": "^4.0.0"
|
|
2769
|
-
},
|
|
2770
|
-
"funding": {
|
|
2771
|
-
"type": "opencollective",
|
|
2772
|
-
"url": "https://opencollective.com/unified"
|
|
2773
|
-
}
|
|
2774
|
-
},
|
|
2775
|
-
"node_modules/mdast-util-gfm": {
|
|
2776
|
-
"version": "3.1.0",
|
|
2777
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz",
|
|
2778
|
-
"integrity": "sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==",
|
|
2779
|
-
"license": "MIT",
|
|
2780
|
-
"dependencies": {
|
|
2781
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2782
|
-
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
2783
|
-
"mdast-util-gfm-footnote": "^2.0.0",
|
|
2784
|
-
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
2785
|
-
"mdast-util-gfm-table": "^2.0.0",
|
|
2786
|
-
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
2787
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
2788
|
-
},
|
|
2789
|
-
"funding": {
|
|
2790
|
-
"type": "opencollective",
|
|
2791
|
-
"url": "https://opencollective.com/unified"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
2795
|
-
"version": "2.0.1",
|
|
2796
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz",
|
|
2797
|
-
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
2798
|
-
"license": "MIT",
|
|
2799
|
-
"dependencies": {
|
|
2800
|
-
"@types/mdast": "^4.0.0",
|
|
2801
|
-
"ccount": "^2.0.0",
|
|
2802
|
-
"devlop": "^1.0.0",
|
|
2803
|
-
"mdast-util-find-and-replace": "^3.0.0",
|
|
2804
|
-
"micromark-util-character": "^2.0.0"
|
|
2805
|
-
},
|
|
2806
|
-
"funding": {
|
|
2807
|
-
"type": "opencollective",
|
|
2808
|
-
"url": "https://opencollective.com/unified"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
"node_modules/mdast-util-gfm-footnote": {
|
|
2812
|
-
"version": "2.1.0",
|
|
2813
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz",
|
|
2814
|
-
"integrity": "sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==",
|
|
2815
|
-
"license": "MIT",
|
|
2816
|
-
"dependencies": {
|
|
2817
|
-
"@types/mdast": "^4.0.0",
|
|
2818
|
-
"devlop": "^1.1.0",
|
|
2819
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2820
|
-
"mdast-util-to-markdown": "^2.0.0",
|
|
2821
|
-
"micromark-util-normalize-identifier": "^2.0.0"
|
|
2822
|
-
},
|
|
2823
|
-
"funding": {
|
|
2824
|
-
"type": "opencollective",
|
|
2825
|
-
"url": "https://opencollective.com/unified"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
"node_modules/mdast-util-gfm-strikethrough": {
|
|
2829
|
-
"version": "2.0.0",
|
|
2830
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz",
|
|
2831
|
-
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
2832
|
-
"license": "MIT",
|
|
2833
|
-
"dependencies": {
|
|
2834
|
-
"@types/mdast": "^4.0.0",
|
|
2835
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2836
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
2837
|
-
},
|
|
2838
|
-
"funding": {
|
|
2839
|
-
"type": "opencollective",
|
|
2840
|
-
"url": "https://opencollective.com/unified"
|
|
2841
|
-
}
|
|
2842
|
-
},
|
|
2843
|
-
"node_modules/mdast-util-gfm-table": {
|
|
2844
|
-
"version": "2.0.0",
|
|
2845
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz",
|
|
2846
|
-
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
2847
|
-
"license": "MIT",
|
|
2848
|
-
"dependencies": {
|
|
2849
|
-
"@types/mdast": "^4.0.0",
|
|
2850
|
-
"devlop": "^1.0.0",
|
|
2851
|
-
"markdown-table": "^3.0.0",
|
|
2852
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2853
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
2854
|
-
},
|
|
2855
|
-
"funding": {
|
|
2856
|
-
"type": "opencollective",
|
|
2857
|
-
"url": "https://opencollective.com/unified"
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
|
-
"node_modules/mdast-util-gfm-task-list-item": {
|
|
2861
|
-
"version": "2.0.0",
|
|
2862
|
-
"resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz",
|
|
2863
|
-
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
2864
|
-
"license": "MIT",
|
|
2865
|
-
"dependencies": {
|
|
2866
|
-
"@types/mdast": "^4.0.0",
|
|
2867
|
-
"devlop": "^1.0.0",
|
|
2868
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2869
|
-
"mdast-util-to-markdown": "^2.0.0"
|
|
2870
|
-
},
|
|
2871
|
-
"funding": {
|
|
2872
|
-
"type": "opencollective",
|
|
2873
|
-
"url": "https://opencollective.com/unified"
|
|
2874
|
-
}
|
|
2875
|
-
},
|
|
2876
|
-
"node_modules/mdast-util-math": {
|
|
2877
|
-
"version": "3.0.0",
|
|
2878
|
-
"resolved": "https://registry.npmjs.org/mdast-util-math/-/mdast-util-math-3.0.0.tgz",
|
|
2879
|
-
"integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==",
|
|
2880
|
-
"license": "MIT",
|
|
2881
|
-
"dependencies": {
|
|
2882
|
-
"@types/hast": "^3.0.0",
|
|
2883
|
-
"@types/mdast": "^4.0.0",
|
|
2884
|
-
"devlop": "^1.0.0",
|
|
2885
|
-
"longest-streak": "^3.0.0",
|
|
2886
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
2887
|
-
"mdast-util-to-markdown": "^2.1.0",
|
|
2888
|
-
"unist-util-remove-position": "^5.0.0"
|
|
2889
|
-
},
|
|
2890
|
-
"funding": {
|
|
2891
|
-
"type": "opencollective",
|
|
2892
|
-
"url": "https://opencollective.com/unified"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
"node_modules/mdast-util-phrasing": {
|
|
2896
|
-
"version": "4.1.0",
|
|
2897
|
-
"resolved": "https://registry.npmjs.org/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz",
|
|
2898
|
-
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
2899
|
-
"license": "MIT",
|
|
2900
|
-
"dependencies": {
|
|
2901
|
-
"@types/mdast": "^4.0.0",
|
|
2902
|
-
"unist-util-is": "^6.0.0"
|
|
2903
|
-
},
|
|
2904
|
-
"funding": {
|
|
2905
|
-
"type": "opencollective",
|
|
2906
|
-
"url": "https://opencollective.com/unified"
|
|
2907
|
-
}
|
|
2908
|
-
},
|
|
2909
|
-
"node_modules/mdast-util-to-markdown": {
|
|
2910
|
-
"version": "2.1.2",
|
|
2911
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz",
|
|
2912
|
-
"integrity": "sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==",
|
|
2913
|
-
"license": "MIT",
|
|
2914
|
-
"dependencies": {
|
|
2915
|
-
"@types/mdast": "^4.0.0",
|
|
2916
|
-
"@types/unist": "^3.0.0",
|
|
2917
|
-
"longest-streak": "^3.0.0",
|
|
2918
|
-
"mdast-util-phrasing": "^4.0.0",
|
|
2919
|
-
"mdast-util-to-string": "^4.0.0",
|
|
2920
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
2921
|
-
"micromark-util-decode-string": "^2.0.0",
|
|
2922
|
-
"unist-util-visit": "^5.0.0",
|
|
2923
|
-
"zwitch": "^2.0.0"
|
|
2924
|
-
},
|
|
2925
|
-
"funding": {
|
|
2926
|
-
"type": "opencollective",
|
|
2927
|
-
"url": "https://opencollective.com/unified"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
|
-
"node_modules/mdast-util-to-string": {
|
|
2931
|
-
"version": "4.0.0",
|
|
2932
|
-
"resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz",
|
|
2933
|
-
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
2934
|
-
"license": "MIT",
|
|
2935
|
-
"dependencies": {
|
|
2936
|
-
"@types/mdast": "^4.0.0"
|
|
2937
|
-
},
|
|
2938
|
-
"funding": {
|
|
2939
|
-
"type": "opencollective",
|
|
2940
|
-
"url": "https://opencollective.com/unified"
|
|
2941
|
-
}
|
|
2942
|
-
},
|
|
2943
|
-
"node_modules/micromark": {
|
|
2944
|
-
"version": "4.0.2",
|
|
2945
|
-
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
|
|
2946
|
-
"integrity": "sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==",
|
|
2947
|
-
"funding": [
|
|
2948
|
-
{
|
|
2949
|
-
"type": "GitHub Sponsors",
|
|
2950
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"type": "OpenCollective",
|
|
2954
|
-
"url": "https://opencollective.com/unified"
|
|
2955
|
-
}
|
|
2956
|
-
],
|
|
2957
|
-
"license": "MIT",
|
|
2958
|
-
"dependencies": {
|
|
2959
|
-
"@types/debug": "^4.0.0",
|
|
2960
|
-
"debug": "^4.0.0",
|
|
2961
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2962
|
-
"devlop": "^1.0.0",
|
|
2963
|
-
"micromark-core-commonmark": "^2.0.0",
|
|
2964
|
-
"micromark-factory-space": "^2.0.0",
|
|
2965
|
-
"micromark-util-character": "^2.0.0",
|
|
2966
|
-
"micromark-util-chunked": "^2.0.0",
|
|
2967
|
-
"micromark-util-combine-extensions": "^2.0.0",
|
|
2968
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
2969
|
-
"micromark-util-encode": "^2.0.0",
|
|
2970
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
2971
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
2972
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
2973
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
2974
|
-
"micromark-util-symbol": "^2.0.0",
|
|
2975
|
-
"micromark-util-types": "^2.0.0"
|
|
2976
|
-
}
|
|
2977
|
-
},
|
|
2978
|
-
"node_modules/micromark-core-commonmark": {
|
|
2979
|
-
"version": "2.0.3",
|
|
2980
|
-
"resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz",
|
|
2981
|
-
"integrity": "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==",
|
|
2982
|
-
"funding": [
|
|
2983
|
-
{
|
|
2984
|
-
"type": "GitHub Sponsors",
|
|
2985
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
2986
|
-
},
|
|
2987
|
-
{
|
|
2988
|
-
"type": "OpenCollective",
|
|
2989
|
-
"url": "https://opencollective.com/unified"
|
|
2990
|
-
}
|
|
2991
|
-
],
|
|
2992
|
-
"license": "MIT",
|
|
2993
|
-
"dependencies": {
|
|
2994
|
-
"decode-named-character-reference": "^1.0.0",
|
|
2995
|
-
"devlop": "^1.0.0",
|
|
2996
|
-
"micromark-factory-destination": "^2.0.0",
|
|
2997
|
-
"micromark-factory-label": "^2.0.0",
|
|
2998
|
-
"micromark-factory-space": "^2.0.0",
|
|
2999
|
-
"micromark-factory-title": "^2.0.0",
|
|
3000
|
-
"micromark-factory-whitespace": "^2.0.0",
|
|
3001
|
-
"micromark-util-character": "^2.0.0",
|
|
3002
|
-
"micromark-util-chunked": "^2.0.0",
|
|
3003
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
3004
|
-
"micromark-util-html-tag-name": "^2.0.0",
|
|
3005
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
3006
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
3007
|
-
"micromark-util-subtokenize": "^2.0.0",
|
|
3008
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3009
|
-
"micromark-util-types": "^2.0.0"
|
|
3010
|
-
}
|
|
3011
|
-
},
|
|
3012
|
-
"node_modules/micromark-extension-gfm": {
|
|
3013
|
-
"version": "3.0.0",
|
|
3014
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz",
|
|
3015
|
-
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
3016
|
-
"license": "MIT",
|
|
3017
|
-
"dependencies": {
|
|
3018
|
-
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
3019
|
-
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
3020
|
-
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
3021
|
-
"micromark-extension-gfm-table": "^2.0.0",
|
|
3022
|
-
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
3023
|
-
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
3024
|
-
"micromark-util-combine-extensions": "^2.0.0",
|
|
3025
|
-
"micromark-util-types": "^2.0.0"
|
|
3026
|
-
},
|
|
3027
|
-
"funding": {
|
|
3028
|
-
"type": "opencollective",
|
|
3029
|
-
"url": "https://opencollective.com/unified"
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
|
-
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
3033
|
-
"version": "2.1.0",
|
|
3034
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz",
|
|
3035
|
-
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
3036
|
-
"license": "MIT",
|
|
3037
|
-
"dependencies": {
|
|
3038
|
-
"micromark-util-character": "^2.0.0",
|
|
3039
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
3040
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3041
|
-
"micromark-util-types": "^2.0.0"
|
|
3042
|
-
},
|
|
3043
|
-
"funding": {
|
|
3044
|
-
"type": "opencollective",
|
|
3045
|
-
"url": "https://opencollective.com/unified"
|
|
3046
|
-
}
|
|
3047
|
-
},
|
|
3048
|
-
"node_modules/micromark-extension-gfm-footnote": {
|
|
3049
|
-
"version": "2.1.0",
|
|
3050
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz",
|
|
3051
|
-
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
3052
|
-
"license": "MIT",
|
|
3053
|
-
"dependencies": {
|
|
3054
|
-
"devlop": "^1.0.0",
|
|
3055
|
-
"micromark-core-commonmark": "^2.0.0",
|
|
3056
|
-
"micromark-factory-space": "^2.0.0",
|
|
3057
|
-
"micromark-util-character": "^2.0.0",
|
|
3058
|
-
"micromark-util-normalize-identifier": "^2.0.0",
|
|
3059
|
-
"micromark-util-sanitize-uri": "^2.0.0",
|
|
3060
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3061
|
-
"micromark-util-types": "^2.0.0"
|
|
3062
|
-
},
|
|
3063
|
-
"funding": {
|
|
3064
|
-
"type": "opencollective",
|
|
3065
|
-
"url": "https://opencollective.com/unified"
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
3069
|
-
"version": "2.1.0",
|
|
3070
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz",
|
|
3071
|
-
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
3072
|
-
"license": "MIT",
|
|
3073
|
-
"dependencies": {
|
|
3074
|
-
"devlop": "^1.0.0",
|
|
3075
|
-
"micromark-util-chunked": "^2.0.0",
|
|
3076
|
-
"micromark-util-classify-character": "^2.0.0",
|
|
3077
|
-
"micromark-util-resolve-all": "^2.0.0",
|
|
3078
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3079
|
-
"micromark-util-types": "^2.0.0"
|
|
3080
|
-
},
|
|
3081
|
-
"funding": {
|
|
3082
|
-
"type": "opencollective",
|
|
3083
|
-
"url": "https://opencollective.com/unified"
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
"node_modules/micromark-extension-gfm-table": {
|
|
3087
|
-
"version": "2.1.1",
|
|
3088
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz",
|
|
3089
|
-
"integrity": "sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==",
|
|
3090
|
-
"license": "MIT",
|
|
3091
|
-
"dependencies": {
|
|
3092
|
-
"devlop": "^1.0.0",
|
|
3093
|
-
"micromark-factory-space": "^2.0.0",
|
|
3094
|
-
"micromark-util-character": "^2.0.0",
|
|
3095
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3096
|
-
"micromark-util-types": "^2.0.0"
|
|
3097
|
-
},
|
|
3098
|
-
"funding": {
|
|
3099
|
-
"type": "opencollective",
|
|
3100
|
-
"url": "https://opencollective.com/unified"
|
|
3101
|
-
}
|
|
3102
|
-
},
|
|
3103
|
-
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
3104
|
-
"version": "2.0.0",
|
|
3105
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz",
|
|
3106
|
-
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
3107
|
-
"license": "MIT",
|
|
3108
|
-
"dependencies": {
|
|
3109
|
-
"micromark-util-types": "^2.0.0"
|
|
3110
|
-
},
|
|
3111
|
-
"funding": {
|
|
3112
|
-
"type": "opencollective",
|
|
3113
|
-
"url": "https://opencollective.com/unified"
|
|
3114
|
-
}
|
|
3115
|
-
},
|
|
3116
|
-
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
3117
|
-
"version": "2.1.0",
|
|
3118
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz",
|
|
3119
|
-
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
3120
|
-
"license": "MIT",
|
|
3121
|
-
"dependencies": {
|
|
3122
|
-
"devlop": "^1.0.0",
|
|
3123
|
-
"micromark-factory-space": "^2.0.0",
|
|
3124
|
-
"micromark-util-character": "^2.0.0",
|
|
3125
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3126
|
-
"micromark-util-types": "^2.0.0"
|
|
3127
|
-
},
|
|
3128
|
-
"funding": {
|
|
3129
|
-
"type": "opencollective",
|
|
3130
|
-
"url": "https://opencollective.com/unified"
|
|
3131
|
-
}
|
|
3132
|
-
},
|
|
3133
|
-
"node_modules/micromark-extension-math": {
|
|
3134
|
-
"version": "3.1.0",
|
|
3135
|
-
"resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz",
|
|
3136
|
-
"integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==",
|
|
3137
|
-
"license": "MIT",
|
|
3138
|
-
"dependencies": {
|
|
3139
|
-
"@types/katex": "^0.16.0",
|
|
3140
|
-
"devlop": "^1.0.0",
|
|
3141
|
-
"katex": "^0.16.0",
|
|
3142
|
-
"micromark-factory-space": "^2.0.0",
|
|
3143
|
-
"micromark-util-character": "^2.0.0",
|
|
3144
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3145
|
-
"micromark-util-types": "^2.0.0"
|
|
3146
|
-
},
|
|
3147
|
-
"funding": {
|
|
3148
|
-
"type": "opencollective",
|
|
3149
|
-
"url": "https://opencollective.com/unified"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
"node_modules/micromark-factory-destination": {
|
|
3153
|
-
"version": "2.0.1",
|
|
3154
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz",
|
|
3155
|
-
"integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==",
|
|
3156
|
-
"funding": [
|
|
3157
|
-
{
|
|
3158
|
-
"type": "GitHub Sponsors",
|
|
3159
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3160
|
-
},
|
|
3161
|
-
{
|
|
3162
|
-
"type": "OpenCollective",
|
|
3163
|
-
"url": "https://opencollective.com/unified"
|
|
3164
|
-
}
|
|
3165
|
-
],
|
|
3166
|
-
"license": "MIT",
|
|
3167
|
-
"dependencies": {
|
|
3168
|
-
"micromark-util-character": "^2.0.0",
|
|
3169
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3170
|
-
"micromark-util-types": "^2.0.0"
|
|
3171
|
-
}
|
|
3172
|
-
},
|
|
3173
|
-
"node_modules/micromark-factory-label": {
|
|
3174
|
-
"version": "2.0.1",
|
|
3175
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz",
|
|
3176
|
-
"integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==",
|
|
3177
|
-
"funding": [
|
|
3178
|
-
{
|
|
3179
|
-
"type": "GitHub Sponsors",
|
|
3180
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3181
|
-
},
|
|
3182
|
-
{
|
|
3183
|
-
"type": "OpenCollective",
|
|
3184
|
-
"url": "https://opencollective.com/unified"
|
|
3185
|
-
}
|
|
3186
|
-
],
|
|
3187
|
-
"license": "MIT",
|
|
3188
|
-
"dependencies": {
|
|
3189
|
-
"devlop": "^1.0.0",
|
|
3190
|
-
"micromark-util-character": "^2.0.0",
|
|
3191
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3192
|
-
"micromark-util-types": "^2.0.0"
|
|
3193
|
-
}
|
|
3194
|
-
},
|
|
3195
|
-
"node_modules/micromark-factory-space": {
|
|
3196
|
-
"version": "2.0.1",
|
|
3197
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz",
|
|
3198
|
-
"integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==",
|
|
3199
|
-
"funding": [
|
|
3200
|
-
{
|
|
3201
|
-
"type": "GitHub Sponsors",
|
|
3202
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"type": "OpenCollective",
|
|
3206
|
-
"url": "https://opencollective.com/unified"
|
|
3207
|
-
}
|
|
3208
|
-
],
|
|
3209
|
-
"license": "MIT",
|
|
3210
|
-
"dependencies": {
|
|
3211
|
-
"micromark-util-character": "^2.0.0",
|
|
3212
|
-
"micromark-util-types": "^2.0.0"
|
|
3213
|
-
}
|
|
3214
|
-
},
|
|
3215
|
-
"node_modules/micromark-factory-title": {
|
|
3216
|
-
"version": "2.0.1",
|
|
3217
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz",
|
|
3218
|
-
"integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==",
|
|
3219
|
-
"funding": [
|
|
3220
|
-
{
|
|
3221
|
-
"type": "GitHub Sponsors",
|
|
3222
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"type": "OpenCollective",
|
|
3226
|
-
"url": "https://opencollective.com/unified"
|
|
3227
|
-
}
|
|
3228
|
-
],
|
|
3229
|
-
"license": "MIT",
|
|
3230
|
-
"dependencies": {
|
|
3231
|
-
"micromark-factory-space": "^2.0.0",
|
|
3232
|
-
"micromark-util-character": "^2.0.0",
|
|
3233
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3234
|
-
"micromark-util-types": "^2.0.0"
|
|
3235
|
-
}
|
|
3236
|
-
},
|
|
3237
|
-
"node_modules/micromark-factory-whitespace": {
|
|
3238
|
-
"version": "2.0.1",
|
|
3239
|
-
"resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz",
|
|
3240
|
-
"integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==",
|
|
3241
|
-
"funding": [
|
|
3242
|
-
{
|
|
3243
|
-
"type": "GitHub Sponsors",
|
|
3244
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3245
|
-
},
|
|
3246
|
-
{
|
|
3247
|
-
"type": "OpenCollective",
|
|
3248
|
-
"url": "https://opencollective.com/unified"
|
|
3249
|
-
}
|
|
3250
|
-
],
|
|
3251
|
-
"license": "MIT",
|
|
3252
|
-
"dependencies": {
|
|
3253
|
-
"micromark-factory-space": "^2.0.0",
|
|
3254
|
-
"micromark-util-character": "^2.0.0",
|
|
3255
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3256
|
-
"micromark-util-types": "^2.0.0"
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
"node_modules/micromark-util-character": {
|
|
3260
|
-
"version": "2.1.1",
|
|
3261
|
-
"resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz",
|
|
3262
|
-
"integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==",
|
|
3263
|
-
"funding": [
|
|
3264
|
-
{
|
|
3265
|
-
"type": "GitHub Sponsors",
|
|
3266
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3267
|
-
},
|
|
3268
|
-
{
|
|
3269
|
-
"type": "OpenCollective",
|
|
3270
|
-
"url": "https://opencollective.com/unified"
|
|
3271
|
-
}
|
|
3272
|
-
],
|
|
3273
|
-
"license": "MIT",
|
|
3274
|
-
"dependencies": {
|
|
3275
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3276
|
-
"micromark-util-types": "^2.0.0"
|
|
3277
|
-
}
|
|
3278
|
-
},
|
|
3279
|
-
"node_modules/micromark-util-chunked": {
|
|
3280
|
-
"version": "2.0.1",
|
|
3281
|
-
"resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz",
|
|
3282
|
-
"integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==",
|
|
3283
|
-
"funding": [
|
|
3284
|
-
{
|
|
3285
|
-
"type": "GitHub Sponsors",
|
|
3286
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3287
|
-
},
|
|
3288
|
-
{
|
|
3289
|
-
"type": "OpenCollective",
|
|
3290
|
-
"url": "https://opencollective.com/unified"
|
|
3291
|
-
}
|
|
3292
|
-
],
|
|
3293
|
-
"license": "MIT",
|
|
3294
|
-
"dependencies": {
|
|
3295
|
-
"micromark-util-symbol": "^2.0.0"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
"node_modules/micromark-util-classify-character": {
|
|
3299
|
-
"version": "2.0.1",
|
|
3300
|
-
"resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz",
|
|
3301
|
-
"integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==",
|
|
3302
|
-
"funding": [
|
|
3303
|
-
{
|
|
3304
|
-
"type": "GitHub Sponsors",
|
|
3305
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"type": "OpenCollective",
|
|
3309
|
-
"url": "https://opencollective.com/unified"
|
|
3310
|
-
}
|
|
3311
|
-
],
|
|
3312
|
-
"license": "MIT",
|
|
3313
|
-
"dependencies": {
|
|
3314
|
-
"micromark-util-character": "^2.0.0",
|
|
3315
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3316
|
-
"micromark-util-types": "^2.0.0"
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
"node_modules/micromark-util-combine-extensions": {
|
|
3320
|
-
"version": "2.0.1",
|
|
3321
|
-
"resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz",
|
|
3322
|
-
"integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==",
|
|
3323
|
-
"funding": [
|
|
3324
|
-
{
|
|
3325
|
-
"type": "GitHub Sponsors",
|
|
3326
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3327
|
-
},
|
|
3328
|
-
{
|
|
3329
|
-
"type": "OpenCollective",
|
|
3330
|
-
"url": "https://opencollective.com/unified"
|
|
3331
|
-
}
|
|
3332
|
-
],
|
|
3333
|
-
"license": "MIT",
|
|
3334
|
-
"dependencies": {
|
|
3335
|
-
"micromark-util-chunked": "^2.0.0",
|
|
3336
|
-
"micromark-util-types": "^2.0.0"
|
|
3337
|
-
}
|
|
3338
|
-
},
|
|
3339
|
-
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
3340
|
-
"version": "2.0.2",
|
|
3341
|
-
"resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz",
|
|
3342
|
-
"integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==",
|
|
3343
|
-
"funding": [
|
|
3344
|
-
{
|
|
3345
|
-
"type": "GitHub Sponsors",
|
|
3346
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3347
|
-
},
|
|
3348
|
-
{
|
|
3349
|
-
"type": "OpenCollective",
|
|
3350
|
-
"url": "https://opencollective.com/unified"
|
|
3351
|
-
}
|
|
3352
|
-
],
|
|
3353
|
-
"license": "MIT",
|
|
3354
|
-
"dependencies": {
|
|
3355
|
-
"micromark-util-symbol": "^2.0.0"
|
|
3356
|
-
}
|
|
3357
|
-
},
|
|
3358
|
-
"node_modules/micromark-util-decode-string": {
|
|
3359
|
-
"version": "2.0.1",
|
|
3360
|
-
"resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz",
|
|
3361
|
-
"integrity": "sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==",
|
|
3362
|
-
"funding": [
|
|
3363
|
-
{
|
|
3364
|
-
"type": "GitHub Sponsors",
|
|
3365
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"type": "OpenCollective",
|
|
3369
|
-
"url": "https://opencollective.com/unified"
|
|
3370
|
-
}
|
|
3371
|
-
],
|
|
3372
|
-
"license": "MIT",
|
|
3373
|
-
"dependencies": {
|
|
3374
|
-
"decode-named-character-reference": "^1.0.0",
|
|
3375
|
-
"micromark-util-character": "^2.0.0",
|
|
3376
|
-
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
3377
|
-
"micromark-util-symbol": "^2.0.0"
|
|
3378
|
-
}
|
|
3379
|
-
},
|
|
3380
|
-
"node_modules/micromark-util-encode": {
|
|
3381
|
-
"version": "2.0.1",
|
|
3382
|
-
"resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz",
|
|
3383
|
-
"integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==",
|
|
3384
|
-
"funding": [
|
|
3385
|
-
{
|
|
3386
|
-
"type": "GitHub Sponsors",
|
|
3387
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3388
|
-
},
|
|
3389
|
-
{
|
|
3390
|
-
"type": "OpenCollective",
|
|
3391
|
-
"url": "https://opencollective.com/unified"
|
|
3392
|
-
}
|
|
3393
|
-
],
|
|
3394
|
-
"license": "MIT"
|
|
3395
|
-
},
|
|
3396
|
-
"node_modules/micromark-util-html-tag-name": {
|
|
3397
|
-
"version": "2.0.1",
|
|
3398
|
-
"resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz",
|
|
3399
|
-
"integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==",
|
|
3400
|
-
"funding": [
|
|
3401
|
-
{
|
|
3402
|
-
"type": "GitHub Sponsors",
|
|
3403
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"type": "OpenCollective",
|
|
3407
|
-
"url": "https://opencollective.com/unified"
|
|
3408
|
-
}
|
|
3409
|
-
],
|
|
3410
|
-
"license": "MIT"
|
|
3411
|
-
},
|
|
3412
|
-
"node_modules/micromark-util-normalize-identifier": {
|
|
3413
|
-
"version": "2.0.1",
|
|
3414
|
-
"resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz",
|
|
3415
|
-
"integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==",
|
|
3416
|
-
"funding": [
|
|
3417
|
-
{
|
|
3418
|
-
"type": "GitHub Sponsors",
|
|
3419
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"type": "OpenCollective",
|
|
3423
|
-
"url": "https://opencollective.com/unified"
|
|
3424
|
-
}
|
|
3425
|
-
],
|
|
3426
|
-
"license": "MIT",
|
|
3427
|
-
"dependencies": {
|
|
3428
|
-
"micromark-util-symbol": "^2.0.0"
|
|
3429
|
-
}
|
|
19
|
+
"node_modules/@mixmark-io/domino": {
|
|
20
|
+
"version": "2.2.0",
|
|
21
|
+
"resolved": "https://registry.npmjs.org/@mixmark-io/domino/-/domino-2.2.0.tgz",
|
|
22
|
+
"integrity": "sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==",
|
|
23
|
+
"license": "BSD-2-Clause"
|
|
3430
24
|
},
|
|
3431
|
-
"node_modules/
|
|
3432
|
-
"version": "2.0.
|
|
3433
|
-
"resolved": "https://registry.npmjs.org/
|
|
3434
|
-
"integrity": "sha512-
|
|
3435
|
-
"funding": [
|
|
3436
|
-
{
|
|
3437
|
-
"type": "GitHub Sponsors",
|
|
3438
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"type": "OpenCollective",
|
|
3442
|
-
"url": "https://opencollective.com/unified"
|
|
3443
|
-
}
|
|
3444
|
-
],
|
|
25
|
+
"node_modules/@types/trusted-types": {
|
|
26
|
+
"version": "2.0.7",
|
|
27
|
+
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
28
|
+
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
3445
29
|
"license": "MIT",
|
|
3446
|
-
"
|
|
3447
|
-
"micromark-util-types": "^2.0.0"
|
|
3448
|
-
}
|
|
30
|
+
"optional": true
|
|
3449
31
|
},
|
|
3450
|
-
"node_modules/
|
|
3451
|
-
"version": "
|
|
3452
|
-
"resolved": "https://registry.npmjs.org/
|
|
3453
|
-
"integrity": "sha512-
|
|
3454
|
-
"
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"type": "OpenCollective",
|
|
3461
|
-
"url": "https://opencollective.com/unified"
|
|
3462
|
-
}
|
|
3463
|
-
],
|
|
3464
|
-
"license": "MIT",
|
|
3465
|
-
"dependencies": {
|
|
3466
|
-
"micromark-util-character": "^2.0.0",
|
|
3467
|
-
"micromark-util-encode": "^2.0.0",
|
|
3468
|
-
"micromark-util-symbol": "^2.0.0"
|
|
32
|
+
"node_modules/dompurify": {
|
|
33
|
+
"version": "3.3.1",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz",
|
|
35
|
+
"integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==",
|
|
36
|
+
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
37
|
+
"optionalDependencies": {
|
|
38
|
+
"@types/trusted-types": "^2.0.7"
|
|
3469
39
|
}
|
|
3470
40
|
},
|
|
3471
|
-
"node_modules/
|
|
3472
|
-
"version": "
|
|
3473
|
-
"resolved": "https://registry.npmjs.org/
|
|
3474
|
-
"integrity": "sha512-
|
|
3475
|
-
"funding": [
|
|
3476
|
-
{
|
|
3477
|
-
"type": "GitHub Sponsors",
|
|
3478
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"type": "OpenCollective",
|
|
3482
|
-
"url": "https://opencollective.com/unified"
|
|
3483
|
-
}
|
|
3484
|
-
],
|
|
41
|
+
"node_modules/marked": {
|
|
42
|
+
"version": "15.0.7",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.7.tgz",
|
|
44
|
+
"integrity": "sha512-dgLIeKGLx5FwziAnsk4ONoGwHwGPJzselimvlVskE9XLN4Orv9u2VA3GWw/lYUqjfA0rUT/6fqKwfZJapP9BEg==",
|
|
3485
45
|
"license": "MIT",
|
|
3486
|
-
"dependencies": {
|
|
3487
|
-
"devlop": "^1.0.0",
|
|
3488
|
-
"micromark-util-chunked": "^2.0.0",
|
|
3489
|
-
"micromark-util-symbol": "^2.0.0",
|
|
3490
|
-
"micromark-util-types": "^2.0.0"
|
|
3491
|
-
}
|
|
3492
|
-
},
|
|
3493
|
-
"node_modules/micromark-util-symbol": {
|
|
3494
|
-
"version": "2.0.1",
|
|
3495
|
-
"resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz",
|
|
3496
|
-
"integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==",
|
|
3497
|
-
"funding": [
|
|
3498
|
-
{
|
|
3499
|
-
"type": "GitHub Sponsors",
|
|
3500
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3501
|
-
},
|
|
3502
|
-
{
|
|
3503
|
-
"type": "OpenCollective",
|
|
3504
|
-
"url": "https://opencollective.com/unified"
|
|
3505
|
-
}
|
|
3506
|
-
],
|
|
3507
|
-
"license": "MIT"
|
|
3508
|
-
},
|
|
3509
|
-
"node_modules/micromark-util-types": {
|
|
3510
|
-
"version": "2.0.2",
|
|
3511
|
-
"resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.2.tgz",
|
|
3512
|
-
"integrity": "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==",
|
|
3513
|
-
"funding": [
|
|
3514
|
-
{
|
|
3515
|
-
"type": "GitHub Sponsors",
|
|
3516
|
-
"url": "https://github.com/sponsors/unifiedjs"
|
|
3517
|
-
},
|
|
3518
|
-
{
|
|
3519
|
-
"type": "OpenCollective",
|
|
3520
|
-
"url": "https://opencollective.com/unified"
|
|
3521
|
-
}
|
|
3522
|
-
],
|
|
3523
|
-
"license": "MIT"
|
|
3524
|
-
},
|
|
3525
|
-
"node_modules/ms": {
|
|
3526
|
-
"version": "2.1.3",
|
|
3527
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
3528
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
3529
|
-
"license": "MIT"
|
|
3530
|
-
},
|
|
3531
|
-
"node_modules/nanoid": {
|
|
3532
|
-
"version": "3.3.7",
|
|
3533
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
3534
|
-
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
3535
|
-
"funding": [
|
|
3536
|
-
{
|
|
3537
|
-
"type": "github",
|
|
3538
|
-
"url": "https://github.com/sponsors/ai"
|
|
3539
|
-
}
|
|
3540
|
-
],
|
|
3541
|
-
"peer": true,
|
|
3542
46
|
"bin": {
|
|
3543
|
-
"
|
|
47
|
+
"marked": "bin/marked.js"
|
|
3544
48
|
},
|
|
3545
49
|
"engines": {
|
|
3546
|
-
"node": "
|
|
50
|
+
"node": ">= 18"
|
|
3547
51
|
}
|
|
3548
52
|
},
|
|
3549
|
-
"node_modules/
|
|
3550
|
-
"version": "
|
|
3551
|
-
"resolved": "https://registry.npmjs.org/
|
|
3552
|
-
"integrity": "sha512-
|
|
53
|
+
"node_modules/monaco-editor": {
|
|
54
|
+
"version": "0.45.0",
|
|
55
|
+
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.45.0.tgz",
|
|
56
|
+
"integrity": "sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==",
|
|
3553
57
|
"license": "MIT"
|
|
3554
58
|
},
|
|
3555
|
-
"node_modules/
|
|
3556
|
-
"version": "
|
|
3557
|
-
"resolved": "https://registry.npmjs.org/
|
|
3558
|
-
"integrity": "sha512-
|
|
3559
|
-
"peer": true
|
|
3560
|
-
},
|
|
3561
|
-
"node_modules/postcss": {
|
|
3562
|
-
"version": "8.4.40",
|
|
3563
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz",
|
|
3564
|
-
"integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==",
|
|
3565
|
-
"funding": [
|
|
3566
|
-
{
|
|
3567
|
-
"type": "opencollective",
|
|
3568
|
-
"url": "https://opencollective.com/postcss/"
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"type": "tidelift",
|
|
3572
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"type": "github",
|
|
3576
|
-
"url": "https://github.com/sponsors/ai"
|
|
3577
|
-
}
|
|
3578
|
-
],
|
|
3579
|
-
"peer": true,
|
|
3580
|
-
"dependencies": {
|
|
3581
|
-
"nanoid": "^3.3.7",
|
|
3582
|
-
"picocolors": "^1.0.1",
|
|
3583
|
-
"source-map-js": "^1.2.0"
|
|
3584
|
-
},
|
|
3585
|
-
"engines": {
|
|
3586
|
-
"node": "^10 || ^12 || >=14"
|
|
3587
|
-
}
|
|
3588
|
-
},
|
|
3589
|
-
"node_modules/prosemirror-changeset": {
|
|
3590
|
-
"version": "2.2.1",
|
|
3591
|
-
"resolved": "https://registry.npmjs.org/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz",
|
|
3592
|
-
"integrity": "sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ==",
|
|
3593
|
-
"license": "MIT",
|
|
3594
|
-
"dependencies": {
|
|
3595
|
-
"prosemirror-transform": "^1.0.0"
|
|
3596
|
-
}
|
|
3597
|
-
},
|
|
3598
|
-
"node_modules/prosemirror-commands": {
|
|
3599
|
-
"version": "1.7.0",
|
|
3600
|
-
"resolved": "https://registry.npmjs.org/prosemirror-commands/-/prosemirror-commands-1.7.0.tgz",
|
|
3601
|
-
"integrity": "sha512-6toodS4R/Aah5pdsrIwnTYPEjW70SlO5a66oo5Kk+CIrgJz3ukOoS+FYDGqvQlAX5PxoGWDX1oD++tn5X3pyRA==",
|
|
3602
|
-
"license": "MIT",
|
|
3603
|
-
"dependencies": {
|
|
3604
|
-
"prosemirror-model": "^1.0.0",
|
|
3605
|
-
"prosemirror-state": "^1.0.0",
|
|
3606
|
-
"prosemirror-transform": "^1.10.2"
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
"node_modules/prosemirror-dropcursor": {
|
|
3610
|
-
"version": "1.8.1",
|
|
3611
|
-
"resolved": "https://registry.npmjs.org/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz",
|
|
3612
|
-
"integrity": "sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw==",
|
|
3613
|
-
"license": "MIT",
|
|
3614
|
-
"dependencies": {
|
|
3615
|
-
"prosemirror-state": "^1.0.0",
|
|
3616
|
-
"prosemirror-transform": "^1.1.0",
|
|
3617
|
-
"prosemirror-view": "^1.1.0"
|
|
3618
|
-
}
|
|
3619
|
-
},
|
|
3620
|
-
"node_modules/prosemirror-gapcursor": {
|
|
3621
|
-
"version": "1.3.2",
|
|
3622
|
-
"resolved": "https://registry.npmjs.org/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz",
|
|
3623
|
-
"integrity": "sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==",
|
|
3624
|
-
"license": "MIT",
|
|
3625
|
-
"dependencies": {
|
|
3626
|
-
"prosemirror-keymap": "^1.0.0",
|
|
3627
|
-
"prosemirror-model": "^1.0.0",
|
|
3628
|
-
"prosemirror-state": "^1.0.0",
|
|
3629
|
-
"prosemirror-view": "^1.0.0"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
|
-
"node_modules/prosemirror-history": {
|
|
3633
|
-
"version": "1.4.1",
|
|
3634
|
-
"resolved": "https://registry.npmjs.org/prosemirror-history/-/prosemirror-history-1.4.1.tgz",
|
|
3635
|
-
"integrity": "sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ==",
|
|
3636
|
-
"license": "MIT",
|
|
3637
|
-
"dependencies": {
|
|
3638
|
-
"prosemirror-state": "^1.2.2",
|
|
3639
|
-
"prosemirror-transform": "^1.0.0",
|
|
3640
|
-
"prosemirror-view": "^1.31.0",
|
|
3641
|
-
"rope-sequence": "^1.3.0"
|
|
3642
|
-
}
|
|
3643
|
-
},
|
|
3644
|
-
"node_modules/prosemirror-inputrules": {
|
|
3645
|
-
"version": "1.5.0",
|
|
3646
|
-
"resolved": "https://registry.npmjs.org/prosemirror-inputrules/-/prosemirror-inputrules-1.5.0.tgz",
|
|
3647
|
-
"integrity": "sha512-K0xJRCmt+uSw7xesnHmcn72yBGTbY45vm8gXI4LZXbx2Z0jwh5aF9xrGQgrVPu0WbyFVFF3E/o9VhJYz6SQWnA==",
|
|
3648
|
-
"license": "MIT",
|
|
3649
|
-
"dependencies": {
|
|
3650
|
-
"prosemirror-state": "^1.0.0",
|
|
3651
|
-
"prosemirror-transform": "^1.0.0"
|
|
3652
|
-
}
|
|
3653
|
-
},
|
|
3654
|
-
"node_modules/prosemirror-keymap": {
|
|
3655
|
-
"version": "1.2.2",
|
|
3656
|
-
"resolved": "https://registry.npmjs.org/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz",
|
|
3657
|
-
"integrity": "sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ==",
|
|
3658
|
-
"license": "MIT",
|
|
3659
|
-
"dependencies": {
|
|
3660
|
-
"prosemirror-state": "^1.0.0",
|
|
3661
|
-
"w3c-keyname": "^2.2.0"
|
|
3662
|
-
}
|
|
3663
|
-
},
|
|
3664
|
-
"node_modules/prosemirror-model": {
|
|
3665
|
-
"version": "1.25.0",
|
|
3666
|
-
"resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.25.0.tgz",
|
|
3667
|
-
"integrity": "sha512-/8XUmxWf0pkj2BmtqZHYJipTBMHIdVjuvFzMvEoxrtyGNmfvdhBiRwYt/eFwy2wA9DtBW3RLqvZnjurEkHaFCw==",
|
|
59
|
+
"node_modules/turndown": {
|
|
60
|
+
"version": "7.2.2",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/turndown/-/turndown-7.2.2.tgz",
|
|
62
|
+
"integrity": "sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==",
|
|
3668
63
|
"license": "MIT",
|
|
3669
64
|
"dependencies": {
|
|
3670
|
-
"
|
|
65
|
+
"@mixmark-io/domino": "^2.2.0"
|
|
3671
66
|
}
|
|
3672
67
|
},
|
|
3673
|
-
"node_modules/
|
|
68
|
+
"node_modules/turndown-plugin-gfm": {
|
|
3674
69
|
"version": "1.0.2",
|
|
3675
|
-
"resolved": "https://registry.npmjs.org/
|
|
3676
|
-
"integrity": "sha512-
|
|
3677
|
-
"license": "MIT",
|
|
3678
|
-
"dependencies": {
|
|
3679
|
-
"prosemirror-state": "^1.4.3",
|
|
3680
|
-
"prosemirror-view": "^1.33.8"
|
|
3681
|
-
},
|
|
3682
|
-
"funding": {
|
|
3683
|
-
"url": "https://github.com/sponsors/ocavue"
|
|
3684
|
-
}
|
|
3685
|
-
},
|
|
3686
|
-
"node_modules/prosemirror-schema-list": {
|
|
3687
|
-
"version": "1.5.1",
|
|
3688
|
-
"resolved": "https://registry.npmjs.org/prosemirror-schema-list/-/prosemirror-schema-list-1.5.1.tgz",
|
|
3689
|
-
"integrity": "sha512-927lFx/uwyQaGwJxLWCZRkjXG0p48KpMj6ueoYiu4JX05GGuGcgzAy62dfiV8eFZftgyBUvLx76RsMe20fJl+Q==",
|
|
3690
|
-
"license": "MIT",
|
|
3691
|
-
"dependencies": {
|
|
3692
|
-
"prosemirror-model": "^1.0.0",
|
|
3693
|
-
"prosemirror-state": "^1.0.0",
|
|
3694
|
-
"prosemirror-transform": "^1.7.3"
|
|
3695
|
-
}
|
|
3696
|
-
},
|
|
3697
|
-
"node_modules/prosemirror-state": {
|
|
3698
|
-
"version": "1.4.3",
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/prosemirror-state/-/prosemirror-state-1.4.3.tgz",
|
|
3700
|
-
"integrity": "sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==",
|
|
3701
|
-
"license": "MIT",
|
|
3702
|
-
"dependencies": {
|
|
3703
|
-
"prosemirror-model": "^1.0.0",
|
|
3704
|
-
"prosemirror-transform": "^1.0.0",
|
|
3705
|
-
"prosemirror-view": "^1.27.0"
|
|
3706
|
-
}
|
|
3707
|
-
},
|
|
3708
|
-
"node_modules/prosemirror-tables": {
|
|
3709
|
-
"version": "1.6.4",
|
|
3710
|
-
"resolved": "https://registry.npmjs.org/prosemirror-tables/-/prosemirror-tables-1.6.4.tgz",
|
|
3711
|
-
"integrity": "sha512-TkDY3Gw52gRFRfRn2f4wJv5WOgAOXLJA2CQJYIJ5+kdFbfj3acR4JUW6LX2e1hiEBiUwvEhzH5a3cZ5YSztpIA==",
|
|
3712
|
-
"license": "MIT",
|
|
3713
|
-
"dependencies": {
|
|
3714
|
-
"prosemirror-keymap": "^1.2.2",
|
|
3715
|
-
"prosemirror-model": "^1.24.1",
|
|
3716
|
-
"prosemirror-state": "^1.4.3",
|
|
3717
|
-
"prosemirror-transform": "^1.10.2",
|
|
3718
|
-
"prosemirror-view": "^1.37.2"
|
|
3719
|
-
}
|
|
3720
|
-
},
|
|
3721
|
-
"node_modules/prosemirror-transform": {
|
|
3722
|
-
"version": "1.10.3",
|
|
3723
|
-
"resolved": "https://registry.npmjs.org/prosemirror-transform/-/prosemirror-transform-1.10.3.tgz",
|
|
3724
|
-
"integrity": "sha512-Nhh/+1kZGRINbEHmVu39oynhcap4hWTs/BlU7NnxWj3+l0qi8I1mu67v6mMdEe/ltD8hHvU4FV6PHiCw2VSpMw==",
|
|
3725
|
-
"license": "MIT",
|
|
3726
|
-
"dependencies": {
|
|
3727
|
-
"prosemirror-model": "^1.21.0"
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
"node_modules/prosemirror-view": {
|
|
3731
|
-
"version": "1.39.1",
|
|
3732
|
-
"resolved": "https://registry.npmjs.org/prosemirror-view/-/prosemirror-view-1.39.1.tgz",
|
|
3733
|
-
"integrity": "sha512-GhLxH1xwnqa5VjhJ29LfcQITNDp+f1jzmMPXQfGW9oNrF0lfjPzKvV5y/bjIQkyKpwCX3Fp+GA4dBpMMk8g+ZQ==",
|
|
3734
|
-
"license": "MIT",
|
|
3735
|
-
"dependencies": {
|
|
3736
|
-
"prosemirror-model": "^1.20.0",
|
|
3737
|
-
"prosemirror-state": "^1.0.0",
|
|
3738
|
-
"prosemirror-transform": "^1.1.0"
|
|
3739
|
-
}
|
|
3740
|
-
},
|
|
3741
|
-
"node_modules/remark": {
|
|
3742
|
-
"version": "15.0.1",
|
|
3743
|
-
"resolved": "https://registry.npmjs.org/remark/-/remark-15.0.1.tgz",
|
|
3744
|
-
"integrity": "sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==",
|
|
3745
|
-
"license": "MIT",
|
|
3746
|
-
"dependencies": {
|
|
3747
|
-
"@types/mdast": "^4.0.0",
|
|
3748
|
-
"remark-parse": "^11.0.0",
|
|
3749
|
-
"remark-stringify": "^11.0.0",
|
|
3750
|
-
"unified": "^11.0.0"
|
|
3751
|
-
},
|
|
3752
|
-
"funding": {
|
|
3753
|
-
"type": "opencollective",
|
|
3754
|
-
"url": "https://opencollective.com/unified"
|
|
3755
|
-
}
|
|
3756
|
-
},
|
|
3757
|
-
"node_modules/remark-gfm": {
|
|
3758
|
-
"version": "4.0.1",
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-4.0.1.tgz",
|
|
3760
|
-
"integrity": "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==",
|
|
3761
|
-
"license": "MIT",
|
|
3762
|
-
"dependencies": {
|
|
3763
|
-
"@types/mdast": "^4.0.0",
|
|
3764
|
-
"mdast-util-gfm": "^3.0.0",
|
|
3765
|
-
"micromark-extension-gfm": "^3.0.0",
|
|
3766
|
-
"remark-parse": "^11.0.0",
|
|
3767
|
-
"remark-stringify": "^11.0.0",
|
|
3768
|
-
"unified": "^11.0.0"
|
|
3769
|
-
},
|
|
3770
|
-
"funding": {
|
|
3771
|
-
"type": "opencollective",
|
|
3772
|
-
"url": "https://opencollective.com/unified"
|
|
3773
|
-
}
|
|
3774
|
-
},
|
|
3775
|
-
"node_modules/remark-inline-links": {
|
|
3776
|
-
"version": "7.0.0",
|
|
3777
|
-
"resolved": "https://registry.npmjs.org/remark-inline-links/-/remark-inline-links-7.0.0.tgz",
|
|
3778
|
-
"integrity": "sha512-4uj1pPM+F495ySZhTIB6ay2oSkTsKgmYaKk/q5HIdhX2fuyLEegpjWa0VdJRJ01sgOqAFo7MBKdDUejIYBMVMQ==",
|
|
3779
|
-
"license": "MIT",
|
|
3780
|
-
"dependencies": {
|
|
3781
|
-
"@types/mdast": "^4.0.0",
|
|
3782
|
-
"mdast-util-definitions": "^6.0.0",
|
|
3783
|
-
"unist-util-visit": "^5.0.0"
|
|
3784
|
-
},
|
|
3785
|
-
"funding": {
|
|
3786
|
-
"type": "opencollective",
|
|
3787
|
-
"url": "https://opencollective.com/unified"
|
|
3788
|
-
}
|
|
3789
|
-
},
|
|
3790
|
-
"node_modules/remark-math": {
|
|
3791
|
-
"version": "6.0.0",
|
|
3792
|
-
"resolved": "https://registry.npmjs.org/remark-math/-/remark-math-6.0.0.tgz",
|
|
3793
|
-
"integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==",
|
|
3794
|
-
"license": "MIT",
|
|
3795
|
-
"dependencies": {
|
|
3796
|
-
"@types/mdast": "^4.0.0",
|
|
3797
|
-
"mdast-util-math": "^3.0.0",
|
|
3798
|
-
"micromark-extension-math": "^3.0.0",
|
|
3799
|
-
"unified": "^11.0.0"
|
|
3800
|
-
},
|
|
3801
|
-
"funding": {
|
|
3802
|
-
"type": "opencollective",
|
|
3803
|
-
"url": "https://opencollective.com/unified"
|
|
3804
|
-
}
|
|
3805
|
-
},
|
|
3806
|
-
"node_modules/remark-parse": {
|
|
3807
|
-
"version": "11.0.0",
|
|
3808
|
-
"resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-11.0.0.tgz",
|
|
3809
|
-
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
3810
|
-
"license": "MIT",
|
|
3811
|
-
"dependencies": {
|
|
3812
|
-
"@types/mdast": "^4.0.0",
|
|
3813
|
-
"mdast-util-from-markdown": "^2.0.0",
|
|
3814
|
-
"micromark-util-types": "^2.0.0",
|
|
3815
|
-
"unified": "^11.0.0"
|
|
3816
|
-
},
|
|
3817
|
-
"funding": {
|
|
3818
|
-
"type": "opencollective",
|
|
3819
|
-
"url": "https://opencollective.com/unified"
|
|
3820
|
-
}
|
|
3821
|
-
},
|
|
3822
|
-
"node_modules/remark-stringify": {
|
|
3823
|
-
"version": "11.0.0",
|
|
3824
|
-
"resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz",
|
|
3825
|
-
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
3826
|
-
"license": "MIT",
|
|
3827
|
-
"dependencies": {
|
|
3828
|
-
"@types/mdast": "^4.0.0",
|
|
3829
|
-
"mdast-util-to-markdown": "^2.0.0",
|
|
3830
|
-
"unified": "^11.0.0"
|
|
3831
|
-
},
|
|
3832
|
-
"funding": {
|
|
3833
|
-
"type": "opencollective",
|
|
3834
|
-
"url": "https://opencollective.com/unified"
|
|
3835
|
-
}
|
|
3836
|
-
},
|
|
3837
|
-
"node_modules/rope-sequence": {
|
|
3838
|
-
"version": "1.3.4",
|
|
3839
|
-
"resolved": "https://registry.npmjs.org/rope-sequence/-/rope-sequence-1.3.4.tgz",
|
|
3840
|
-
"integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==",
|
|
3841
|
-
"license": "MIT"
|
|
3842
|
-
},
|
|
3843
|
-
"node_modules/source-map-js": {
|
|
3844
|
-
"version": "1.2.0",
|
|
3845
|
-
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
|
3846
|
-
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
3847
|
-
"peer": true,
|
|
3848
|
-
"engines": {
|
|
3849
|
-
"node": ">=0.10.0"
|
|
3850
|
-
}
|
|
3851
|
-
},
|
|
3852
|
-
"node_modules/style-mod": {
|
|
3853
|
-
"version": "4.1.2",
|
|
3854
|
-
"resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.2.tgz",
|
|
3855
|
-
"integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==",
|
|
3856
|
-
"license": "MIT"
|
|
3857
|
-
},
|
|
3858
|
-
"node_modules/tippy.js": {
|
|
3859
|
-
"version": "6.3.7",
|
|
3860
|
-
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-6.3.7.tgz",
|
|
3861
|
-
"integrity": "sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==",
|
|
3862
|
-
"license": "MIT",
|
|
3863
|
-
"dependencies": {
|
|
3864
|
-
"@popperjs/core": "^2.9.0"
|
|
3865
|
-
}
|
|
3866
|
-
},
|
|
3867
|
-
"node_modules/to-fast-properties": {
|
|
3868
|
-
"version": "2.0.0",
|
|
3869
|
-
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
3870
|
-
"integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
3871
|
-
"peer": true,
|
|
3872
|
-
"engines": {
|
|
3873
|
-
"node": ">=4"
|
|
3874
|
-
}
|
|
3875
|
-
},
|
|
3876
|
-
"node_modules/trough": {
|
|
3877
|
-
"version": "2.2.0",
|
|
3878
|
-
"resolved": "https://registry.npmjs.org/trough/-/trough-2.2.0.tgz",
|
|
3879
|
-
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
3880
|
-
"license": "MIT",
|
|
3881
|
-
"funding": {
|
|
3882
|
-
"type": "github",
|
|
3883
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
3884
|
-
}
|
|
3885
|
-
},
|
|
3886
|
-
"node_modules/tslib": {
|
|
3887
|
-
"version": "2.8.1",
|
|
3888
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
3889
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
3890
|
-
"license": "0BSD"
|
|
3891
|
-
},
|
|
3892
|
-
"node_modules/unified": {
|
|
3893
|
-
"version": "11.0.5",
|
|
3894
|
-
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
|
|
3895
|
-
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
3896
|
-
"license": "MIT",
|
|
3897
|
-
"dependencies": {
|
|
3898
|
-
"@types/unist": "^3.0.0",
|
|
3899
|
-
"bail": "^2.0.0",
|
|
3900
|
-
"devlop": "^1.0.0",
|
|
3901
|
-
"extend": "^3.0.0",
|
|
3902
|
-
"is-plain-obj": "^4.0.0",
|
|
3903
|
-
"trough": "^2.0.0",
|
|
3904
|
-
"vfile": "^6.0.0"
|
|
3905
|
-
},
|
|
3906
|
-
"funding": {
|
|
3907
|
-
"type": "opencollective",
|
|
3908
|
-
"url": "https://opencollective.com/unified"
|
|
3909
|
-
}
|
|
3910
|
-
},
|
|
3911
|
-
"node_modules/unist-util-is": {
|
|
3912
|
-
"version": "6.0.0",
|
|
3913
|
-
"resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
|
|
3914
|
-
"integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
|
|
3915
|
-
"license": "MIT",
|
|
3916
|
-
"dependencies": {
|
|
3917
|
-
"@types/unist": "^3.0.0"
|
|
3918
|
-
},
|
|
3919
|
-
"funding": {
|
|
3920
|
-
"type": "opencollective",
|
|
3921
|
-
"url": "https://opencollective.com/unified"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"node_modules/unist-util-remove-position": {
|
|
3925
|
-
"version": "5.0.0",
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz",
|
|
3927
|
-
"integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
|
|
3928
|
-
"license": "MIT",
|
|
3929
|
-
"dependencies": {
|
|
3930
|
-
"@types/unist": "^3.0.0",
|
|
3931
|
-
"unist-util-visit": "^5.0.0"
|
|
3932
|
-
},
|
|
3933
|
-
"funding": {
|
|
3934
|
-
"type": "opencollective",
|
|
3935
|
-
"url": "https://opencollective.com/unified"
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
"node_modules/unist-util-stringify-position": {
|
|
3939
|
-
"version": "4.0.0",
|
|
3940
|
-
"resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
|
|
3941
|
-
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
3942
|
-
"license": "MIT",
|
|
3943
|
-
"dependencies": {
|
|
3944
|
-
"@types/unist": "^3.0.0"
|
|
3945
|
-
},
|
|
3946
|
-
"funding": {
|
|
3947
|
-
"type": "opencollective",
|
|
3948
|
-
"url": "https://opencollective.com/unified"
|
|
3949
|
-
}
|
|
3950
|
-
},
|
|
3951
|
-
"node_modules/unist-util-visit": {
|
|
3952
|
-
"version": "5.0.0",
|
|
3953
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
|
|
3954
|
-
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
|
3955
|
-
"license": "MIT",
|
|
3956
|
-
"dependencies": {
|
|
3957
|
-
"@types/unist": "^3.0.0",
|
|
3958
|
-
"unist-util-is": "^6.0.0",
|
|
3959
|
-
"unist-util-visit-parents": "^6.0.0"
|
|
3960
|
-
},
|
|
3961
|
-
"funding": {
|
|
3962
|
-
"type": "opencollective",
|
|
3963
|
-
"url": "https://opencollective.com/unified"
|
|
3964
|
-
}
|
|
3965
|
-
},
|
|
3966
|
-
"node_modules/unist-util-visit-parents": {
|
|
3967
|
-
"version": "6.0.1",
|
|
3968
|
-
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
|
|
3969
|
-
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
|
|
3970
|
-
"license": "MIT",
|
|
3971
|
-
"dependencies": {
|
|
3972
|
-
"@types/unist": "^3.0.0",
|
|
3973
|
-
"unist-util-is": "^6.0.0"
|
|
3974
|
-
},
|
|
3975
|
-
"funding": {
|
|
3976
|
-
"type": "opencollective",
|
|
3977
|
-
"url": "https://opencollective.com/unified"
|
|
3978
|
-
}
|
|
3979
|
-
},
|
|
3980
|
-
"node_modules/vfile": {
|
|
3981
|
-
"version": "6.0.3",
|
|
3982
|
-
"resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz",
|
|
3983
|
-
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
3984
|
-
"license": "MIT",
|
|
3985
|
-
"dependencies": {
|
|
3986
|
-
"@types/unist": "^3.0.0",
|
|
3987
|
-
"vfile-message": "^4.0.0"
|
|
3988
|
-
},
|
|
3989
|
-
"funding": {
|
|
3990
|
-
"type": "opencollective",
|
|
3991
|
-
"url": "https://opencollective.com/unified"
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
|
-
"node_modules/vfile-message": {
|
|
3995
|
-
"version": "4.0.2",
|
|
3996
|
-
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
|
|
3997
|
-
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
|
|
3998
|
-
"license": "MIT",
|
|
3999
|
-
"dependencies": {
|
|
4000
|
-
"@types/unist": "^3.0.0",
|
|
4001
|
-
"unist-util-stringify-position": "^4.0.0"
|
|
4002
|
-
},
|
|
4003
|
-
"funding": {
|
|
4004
|
-
"type": "opencollective",
|
|
4005
|
-
"url": "https://opencollective.com/unified"
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
|
-
"node_modules/vue": {
|
|
4009
|
-
"version": "3.4.35",
|
|
4010
|
-
"resolved": "https://registry.npmjs.org/vue/-/vue-3.4.35.tgz",
|
|
4011
|
-
"integrity": "sha512-+fl/GLmI4GPileHftVlCdB7fUL4aziPcqTudpTGXCT8s+iZWuOCeNEB5haX6Uz2IpRrbEXOgIFbe+XciCuGbNQ==",
|
|
4012
|
-
"peer": true,
|
|
4013
|
-
"dependencies": {
|
|
4014
|
-
"@vue/compiler-dom": "3.4.35",
|
|
4015
|
-
"@vue/compiler-sfc": "3.4.35",
|
|
4016
|
-
"@vue/runtime-dom": "3.4.35",
|
|
4017
|
-
"@vue/server-renderer": "3.4.35",
|
|
4018
|
-
"@vue/shared": "3.4.35"
|
|
4019
|
-
},
|
|
4020
|
-
"peerDependencies": {
|
|
4021
|
-
"typescript": "*"
|
|
4022
|
-
},
|
|
4023
|
-
"peerDependenciesMeta": {
|
|
4024
|
-
"typescript": {
|
|
4025
|
-
"optional": true
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
},
|
|
4029
|
-
"node_modules/w3c-keyname": {
|
|
4030
|
-
"version": "2.2.8",
|
|
4031
|
-
"resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",
|
|
4032
|
-
"integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/turndown-plugin-gfm/-/turndown-plugin-gfm-1.0.2.tgz",
|
|
71
|
+
"integrity": "sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==",
|
|
4033
72
|
"license": "MIT"
|
|
4034
|
-
},
|
|
4035
|
-
"node_modules/zwitch": {
|
|
4036
|
-
"version": "2.0.4",
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
|
|
4038
|
-
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
4039
|
-
"license": "MIT",
|
|
4040
|
-
"funding": {
|
|
4041
|
-
"type": "github",
|
|
4042
|
-
"url": "https://github.com/sponsors/wooorm"
|
|
4043
|
-
}
|
|
4044
73
|
}
|
|
4045
74
|
}
|
|
4046
75
|
}
|