@openstage/glyph-element 0.2.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.
Files changed (67) hide show
  1. package/THIRD-PARTY-NOTICES.md +1505 -0
  2. package/dist/chunks/bash-Dw1nAEst.js +171 -0
  3. package/dist/chunks/bash-Dw1nAEst.js.map +1 -0
  4. package/dist/chunks/csharp-D8ELXkGi.js +262 -0
  5. package/dist/chunks/csharp-D8ELXkGi.js.map +1 -0
  6. package/dist/chunks/css-DQEU4whB.js +142 -0
  7. package/dist/chunks/css-DQEU4whB.js.map +1 -0
  8. package/dist/chunks/fsharp-D4SqCnMZ.js +242 -0
  9. package/dist/chunks/fsharp-D4SqCnMZ.js.map +1 -0
  10. package/dist/chunks/go-BJIB22rX.js +142 -0
  11. package/dist/chunks/go-BJIB22rX.js.map +1 -0
  12. package/dist/chunks/haskell-eGGgAkgA.js +140 -0
  13. package/dist/chunks/haskell-eGGgAkgA.js.map +1 -0
  14. package/dist/chunks/highlight-core-C0K6BIzZ.js +967 -0
  15. package/dist/chunks/highlight-core-C0K6BIzZ.js.map +1 -0
  16. package/dist/chunks/java-DHPUyZsV.js +171 -0
  17. package/dist/chunks/java-DHPUyZsV.js.map +1 -0
  18. package/dist/chunks/javascript-D_CG8suQ.js +438 -0
  19. package/dist/chunks/javascript-D_CG8suQ.js.map +1 -0
  20. package/dist/chunks/json-BD6qkh12.js +38 -0
  21. package/dist/chunks/json-BD6qkh12.js.map +1 -0
  22. package/dist/chunks/kotlin-C75rnxi-.js +203 -0
  23. package/dist/chunks/kotlin-C75rnxi-.js.map +1 -0
  24. package/dist/chunks/markdown-B6LMDWi1.js +183 -0
  25. package/dist/chunks/markdown-B6LMDWi1.js.map +1 -0
  26. package/dist/chunks/ocaml-CMtC1T-S.js +54 -0
  27. package/dist/chunks/ocaml-CMtC1T-S.js.map +1 -0
  28. package/dist/chunks/prosemirror-dAj0dboi.js +7790 -0
  29. package/dist/chunks/prosemirror-dAj0dboi.js.map +1 -0
  30. package/dist/chunks/python-ny4cvzzX.js +240 -0
  31. package/dist/chunks/python-ny4cvzzX.js.map +1 -0
  32. package/dist/chunks/rolldown-runtime-BE9Pkid1.js +13 -0
  33. package/dist/chunks/rust-8OMNiTht.js +171 -0
  34. package/dist/chunks/rust-8OMNiTht.js.map +1 -0
  35. package/dist/chunks/scala-BB851ZJZ.js +164 -0
  36. package/dist/chunks/scala-BB851ZJZ.js.map +1 -0
  37. package/dist/chunks/sql-CoOMeU5k.js +120 -0
  38. package/dist/chunks/sql-CoOMeU5k.js.map +1 -0
  39. package/dist/chunks/tiptap-Cb4W88fy.js +8527 -0
  40. package/dist/chunks/tiptap-Cb4W88fy.js.map +1 -0
  41. package/dist/chunks/typescript-Dh7IycF2.js +523 -0
  42. package/dist/chunks/typescript-Dh7IycF2.js.map +1 -0
  43. package/dist/chunks/vendor-B82PcruV.js +1799 -0
  44. package/dist/chunks/vendor-B82PcruV.js.map +1 -0
  45. package/dist/chunks/xml-BpsgObpu.js +168 -0
  46. package/dist/chunks/xml-BpsgObpu.js.map +1 -0
  47. package/dist/codeblock-backspace.d.ts +3 -0
  48. package/dist/codeblock-backspace.d.ts.map +1 -0
  49. package/dist/document-conversion.d.ts +29 -0
  50. package/dist/document-conversion.d.ts.map +1 -0
  51. package/dist/editor-element.d.ts +93 -0
  52. package/dist/editor-element.d.ts.map +1 -0
  53. package/dist/glyph-editor-element.js +783 -0
  54. package/dist/glyph-editor-element.js.map +1 -0
  55. package/dist/header.d.ts +18 -0
  56. package/dist/header.d.ts.map +1 -0
  57. package/dist/index.d.ts +62 -0
  58. package/dist/index.d.ts.map +1 -0
  59. package/dist/link-dialog.d.ts +29 -0
  60. package/dist/link-dialog.d.ts.map +1 -0
  61. package/dist/safe-href.d.ts +2 -0
  62. package/dist/safe-href.d.ts.map +1 -0
  63. package/dist/slash-menu.d.ts +22 -0
  64. package/dist/slash-menu.d.ts.map +1 -0
  65. package/dist/styles.d.ts +2 -0
  66. package/dist/styles.d.ts.map +1 -0
  67. package/package.json +52 -0
@@ -0,0 +1,1505 @@
1
+ # Third-Party Notices
2
+
3
+ Glyph (`@openstage/glyph-*`) is MIT-licensed (see LICENSE). The published artifacts
4
+ redistribute the following third-party packages. Their licenses and copyright
5
+ notices are reproduced below as required.
6
+
7
+ > This file is generated by `scripts/gen-notices.mjs` and checked by
8
+ > `npm run verify`. Run `npm run notices` after changing dependencies.
9
+
10
+ ## Summary
11
+
12
+ | Package | Version | License |
13
+ | --- | --- | --- |
14
+ | @floating-ui/core | 1.7.5 | MIT |
15
+ | @floating-ui/dom | 1.7.6 | MIT |
16
+ | @floating-ui/utils | 0.2.11 | MIT |
17
+ | @tiptap/core | 3.23.4 | MIT |
18
+ | @tiptap/extension-blockquote | 3.23.4 | MIT |
19
+ | @tiptap/extension-bold | 3.23.4 | MIT |
20
+ | @tiptap/extension-bullet-list | 3.23.4 | MIT |
21
+ | @tiptap/extension-code | 3.23.4 | MIT |
22
+ | @tiptap/extension-code-block | 3.23.4 | MIT |
23
+ | @tiptap/extension-code-block-lowlight | 3.23.4 | MIT |
24
+ | @tiptap/extension-document | 3.23.4 | MIT |
25
+ | @tiptap/extension-dropcursor | 3.23.4 | MIT |
26
+ | @tiptap/extension-gapcursor | 3.23.4 | MIT |
27
+ | @tiptap/extension-hard-break | 3.23.4 | MIT |
28
+ | @tiptap/extension-heading | 3.23.4 | MIT |
29
+ | @tiptap/extension-horizontal-rule | 3.23.4 | MIT |
30
+ | @tiptap/extension-italic | 3.23.4 | MIT |
31
+ | @tiptap/extension-link | 3.23.4 | MIT |
32
+ | @tiptap/extension-list | 3.23.4 | MIT |
33
+ | @tiptap/extension-list-item | 3.23.4 | MIT |
34
+ | @tiptap/extension-list-keymap | 3.23.4 | MIT |
35
+ | @tiptap/extension-ordered-list | 3.23.4 | MIT |
36
+ | @tiptap/extension-paragraph | 3.23.4 | MIT |
37
+ | @tiptap/extension-placeholder | 3.23.4 | MIT |
38
+ | @tiptap/extension-strike | 3.23.4 | MIT |
39
+ | @tiptap/extension-text | 3.23.4 | MIT |
40
+ | @tiptap/extension-underline | 3.23.4 | MIT |
41
+ | @tiptap/extensions | 3.23.4 | MIT |
42
+ | @tiptap/pm | 3.23.4 | MIT |
43
+ | @tiptap/starter-kit | 3.23.4 | MIT |
44
+ | @types/hast | 3.0.4 | MIT |
45
+ | @types/unist | 3.0.3 | MIT |
46
+ | dequal | 2.0.3 | MIT |
47
+ | devlop | 1.1.0 | MIT |
48
+ | highlight.js | 11.11.1 | BSD-3-Clause |
49
+ | linkifyjs | 4.3.3 | MIT |
50
+ | lowlight | 3.3.0 | MIT |
51
+ | monadyssey | 2.0.1 | MIT |
52
+ | orderedmap | 2.1.1 | MIT |
53
+ | prosemirror-changeset | 2.4.1 | MIT |
54
+ | prosemirror-commands | 1.7.1 | MIT |
55
+ | prosemirror-dropcursor | 1.8.2 | MIT |
56
+ | prosemirror-gapcursor | 1.4.1 | MIT |
57
+ | prosemirror-history | 1.5.0 | MIT |
58
+ | prosemirror-keymap | 1.2.3 | MIT |
59
+ | prosemirror-model | 1.25.6 | MIT |
60
+ | prosemirror-schema-list | 1.5.1 | MIT |
61
+ | prosemirror-state | 1.4.4 | MIT |
62
+ | prosemirror-tables | 1.8.5 | MIT |
63
+ | prosemirror-transform | 1.12.0 | MIT |
64
+ | prosemirror-view | 1.41.8 | MIT |
65
+ | rope-sequence | 1.3.4 | MIT |
66
+ | w3c-keyname | 2.2.8 | MIT |
67
+
68
+ ---
69
+
70
+ ## @floating-ui/core@1.7.5
71
+
72
+ License: MIT
73
+
74
+ ```
75
+ MIT License
76
+
77
+ Copyright (c) 2021-present Floating UI contributors
78
+
79
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
80
+ this software and associated documentation files (the "Software"), to deal in
81
+ the Software without restriction, including without limitation the rights to
82
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
83
+ the Software, and to permit persons to whom the Software is furnished to do so,
84
+ subject to the following conditions:
85
+
86
+ The above copyright notice and this permission notice shall be included in all
87
+ copies or substantial portions of the Software.
88
+
89
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
90
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
91
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
92
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
93
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
94
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
95
+ ```
96
+
97
+ ## @floating-ui/dom@1.7.6
98
+
99
+ License: MIT
100
+
101
+ ```
102
+ MIT License
103
+
104
+ Copyright (c) 2021-present Floating UI contributors
105
+
106
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
107
+ this software and associated documentation files (the "Software"), to deal in
108
+ the Software without restriction, including without limitation the rights to
109
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
110
+ the Software, and to permit persons to whom the Software is furnished to do so,
111
+ subject to the following conditions:
112
+
113
+ The above copyright notice and this permission notice shall be included in all
114
+ copies or substantial portions of the Software.
115
+
116
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
117
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
118
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
119
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
120
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
121
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
122
+ ```
123
+
124
+ ## @floating-ui/utils@0.2.11
125
+
126
+ License: MIT
127
+
128
+ ```
129
+ MIT License
130
+
131
+ Copyright (c) 2021-present Floating UI contributors
132
+
133
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
134
+ this software and associated documentation files (the "Software"), to deal in
135
+ the Software without restriction, including without limitation the rights to
136
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
137
+ the Software, and to permit persons to whom the Software is furnished to do so,
138
+ subject to the following conditions:
139
+
140
+ The above copyright notice and this permission notice shall be included in all
141
+ copies or substantial portions of the Software.
142
+
143
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
144
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
145
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
146
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
147
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
148
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
149
+ ```
150
+
151
+ ## @tiptap/core@3.23.4
152
+
153
+ License: MIT
154
+
155
+ ```
156
+ MIT License
157
+
158
+ Copyright (c) 2025, Tiptap GmbH
159
+
160
+ Permission is hereby granted, free of charge, to any person obtaining a copy
161
+ of this software and associated documentation files (the "Software"), to deal
162
+ in the Software without restriction, including without limitation the rights
163
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
164
+ copies of the Software, and to permit persons to whom the Software is
165
+ furnished to do so, subject to the following conditions:
166
+
167
+ The above copyright notice and this permission notice shall be included in all
168
+ copies or substantial portions of the Software.
169
+
170
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
171
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
172
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
173
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
174
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
175
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
176
+ SOFTWARE.
177
+ ```
178
+
179
+ ## @tiptap/extension-blockquote@3.23.4
180
+
181
+ License: MIT
182
+
183
+ ```
184
+ MIT License
185
+
186
+ Copyright (c) 2025, Tiptap GmbH
187
+
188
+ Permission is hereby granted, free of charge, to any person obtaining a copy
189
+ of this software and associated documentation files (the "Software"), to deal
190
+ in the Software without restriction, including without limitation the rights
191
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
192
+ copies of the Software, and to permit persons to whom the Software is
193
+ furnished to do so, subject to the following conditions:
194
+
195
+ The above copyright notice and this permission notice shall be included in all
196
+ copies or substantial portions of the Software.
197
+
198
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
199
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
200
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
201
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
202
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
204
+ SOFTWARE.
205
+ ```
206
+
207
+ ## @tiptap/extension-bold@3.23.4
208
+
209
+ License: MIT
210
+
211
+ ```
212
+ MIT License
213
+
214
+ Copyright (c) 2025, Tiptap GmbH
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining a copy
217
+ of this software and associated documentation files (the "Software"), to deal
218
+ in the Software without restriction, including without limitation the rights
219
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
+ copies of the Software, and to permit persons to whom the Software is
221
+ furnished to do so, subject to the following conditions:
222
+
223
+ The above copyright notice and this permission notice shall be included in all
224
+ copies or substantial portions of the Software.
225
+
226
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
232
+ SOFTWARE.
233
+ ```
234
+
235
+ ## @tiptap/extension-bullet-list@3.23.4
236
+
237
+ License: MIT
238
+
239
+ ```
240
+ MIT License
241
+
242
+ Copyright (c) 2025, Tiptap GmbH
243
+
244
+ Permission is hereby granted, free of charge, to any person obtaining a copy
245
+ of this software and associated documentation files (the "Software"), to deal
246
+ in the Software without restriction, including without limitation the rights
247
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
248
+ copies of the Software, and to permit persons to whom the Software is
249
+ furnished to do so, subject to the following conditions:
250
+
251
+ The above copyright notice and this permission notice shall be included in all
252
+ copies or substantial portions of the Software.
253
+
254
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
255
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
256
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
257
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
258
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
259
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
260
+ SOFTWARE.
261
+ ```
262
+
263
+ ## @tiptap/extension-code@3.23.4
264
+
265
+ License: MIT
266
+
267
+ ```
268
+ MIT License
269
+
270
+ Copyright (c) 2025, Tiptap GmbH
271
+
272
+ Permission is hereby granted, free of charge, to any person obtaining a copy
273
+ of this software and associated documentation files (the "Software"), to deal
274
+ in the Software without restriction, including without limitation the rights
275
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
276
+ copies of the Software, and to permit persons to whom the Software is
277
+ furnished to do so, subject to the following conditions:
278
+
279
+ The above copyright notice and this permission notice shall be included in all
280
+ copies or substantial portions of the Software.
281
+
282
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
283
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
284
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
285
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
286
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
287
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
288
+ SOFTWARE.
289
+ ```
290
+
291
+ ## @tiptap/extension-code-block@3.23.4
292
+
293
+ License: MIT
294
+
295
+ ```
296
+ MIT License
297
+
298
+ Copyright (c) 2025, Tiptap GmbH
299
+
300
+ Permission is hereby granted, free of charge, to any person obtaining a copy
301
+ of this software and associated documentation files (the "Software"), to deal
302
+ in the Software without restriction, including without limitation the rights
303
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
304
+ copies of the Software, and to permit persons to whom the Software is
305
+ furnished to do so, subject to the following conditions:
306
+
307
+ The above copyright notice and this permission notice shall be included in all
308
+ copies or substantial portions of the Software.
309
+
310
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
311
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
312
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
313
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
314
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
315
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
316
+ SOFTWARE.
317
+ ```
318
+
319
+ ## @tiptap/extension-code-block-lowlight@3.23.4
320
+
321
+ License: MIT
322
+
323
+ ```
324
+ MIT License
325
+
326
+ Copyright (c) 2025, Tiptap GmbH
327
+
328
+ Permission is hereby granted, free of charge, to any person obtaining a copy
329
+ of this software and associated documentation files (the "Software"), to deal
330
+ in the Software without restriction, including without limitation the rights
331
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
332
+ copies of the Software, and to permit persons to whom the Software is
333
+ furnished to do so, subject to the following conditions:
334
+
335
+ The above copyright notice and this permission notice shall be included in all
336
+ copies or substantial portions of the Software.
337
+
338
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
339
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
340
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
341
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
342
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
343
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
344
+ SOFTWARE.
345
+ ```
346
+
347
+ ## @tiptap/extension-document@3.23.4
348
+
349
+ License: MIT
350
+
351
+ ```
352
+ MIT License
353
+
354
+ Copyright (c) 2025, Tiptap GmbH
355
+
356
+ Permission is hereby granted, free of charge, to any person obtaining a copy
357
+ of this software and associated documentation files (the "Software"), to deal
358
+ in the Software without restriction, including without limitation the rights
359
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
360
+ copies of the Software, and to permit persons to whom the Software is
361
+ furnished to do so, subject to the following conditions:
362
+
363
+ The above copyright notice and this permission notice shall be included in all
364
+ copies or substantial portions of the Software.
365
+
366
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
367
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
368
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
369
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
370
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
371
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
372
+ SOFTWARE.
373
+ ```
374
+
375
+ ## @tiptap/extension-dropcursor@3.23.4
376
+
377
+ License: MIT
378
+
379
+ ```
380
+ MIT License
381
+
382
+ Copyright (c) 2025, Tiptap GmbH
383
+
384
+ Permission is hereby granted, free of charge, to any person obtaining a copy
385
+ of this software and associated documentation files (the "Software"), to deal
386
+ in the Software without restriction, including without limitation the rights
387
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
388
+ copies of the Software, and to permit persons to whom the Software is
389
+ furnished to do so, subject to the following conditions:
390
+
391
+ The above copyright notice and this permission notice shall be included in all
392
+ copies or substantial portions of the Software.
393
+
394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
395
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
396
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
397
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
398
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
399
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
400
+ SOFTWARE.
401
+ ```
402
+
403
+ ## @tiptap/extension-gapcursor@3.23.4
404
+
405
+ License: MIT
406
+
407
+ ```
408
+ MIT License
409
+
410
+ Copyright (c) 2025, Tiptap GmbH
411
+
412
+ Permission is hereby granted, free of charge, to any person obtaining a copy
413
+ of this software and associated documentation files (the "Software"), to deal
414
+ in the Software without restriction, including without limitation the rights
415
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
416
+ copies of the Software, and to permit persons to whom the Software is
417
+ furnished to do so, subject to the following conditions:
418
+
419
+ The above copyright notice and this permission notice shall be included in all
420
+ copies or substantial portions of the Software.
421
+
422
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
423
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
424
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
425
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
426
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
427
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
428
+ SOFTWARE.
429
+ ```
430
+
431
+ ## @tiptap/extension-hard-break@3.23.4
432
+
433
+ License: MIT
434
+
435
+ ```
436
+ MIT License
437
+
438
+ Copyright (c) 2025, Tiptap GmbH
439
+
440
+ Permission is hereby granted, free of charge, to any person obtaining a copy
441
+ of this software and associated documentation files (the "Software"), to deal
442
+ in the Software without restriction, including without limitation the rights
443
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
444
+ copies of the Software, and to permit persons to whom the Software is
445
+ furnished to do so, subject to the following conditions:
446
+
447
+ The above copyright notice and this permission notice shall be included in all
448
+ copies or substantial portions of the Software.
449
+
450
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
451
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
452
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
453
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
454
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
455
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
456
+ SOFTWARE.
457
+ ```
458
+
459
+ ## @tiptap/extension-heading@3.23.4
460
+
461
+ License: MIT
462
+
463
+ ```
464
+ MIT License
465
+
466
+ Copyright (c) 2025, Tiptap GmbH
467
+
468
+ Permission is hereby granted, free of charge, to any person obtaining a copy
469
+ of this software and associated documentation files (the "Software"), to deal
470
+ in the Software without restriction, including without limitation the rights
471
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
472
+ copies of the Software, and to permit persons to whom the Software is
473
+ furnished to do so, subject to the following conditions:
474
+
475
+ The above copyright notice and this permission notice shall be included in all
476
+ copies or substantial portions of the Software.
477
+
478
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
479
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
480
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
481
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
482
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
483
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
484
+ SOFTWARE.
485
+ ```
486
+
487
+ ## @tiptap/extension-horizontal-rule@3.23.4
488
+
489
+ License: MIT
490
+
491
+ ```
492
+ MIT License
493
+
494
+ Copyright (c) 2025, Tiptap GmbH
495
+
496
+ Permission is hereby granted, free of charge, to any person obtaining a copy
497
+ of this software and associated documentation files (the "Software"), to deal
498
+ in the Software without restriction, including without limitation the rights
499
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
500
+ copies of the Software, and to permit persons to whom the Software is
501
+ furnished to do so, subject to the following conditions:
502
+
503
+ The above copyright notice and this permission notice shall be included in all
504
+ copies or substantial portions of the Software.
505
+
506
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
507
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
508
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
509
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
510
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
511
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
512
+ SOFTWARE.
513
+ ```
514
+
515
+ ## @tiptap/extension-italic@3.23.4
516
+
517
+ License: MIT
518
+
519
+ ```
520
+ MIT License
521
+
522
+ Copyright (c) 2025, Tiptap GmbH
523
+
524
+ Permission is hereby granted, free of charge, to any person obtaining a copy
525
+ of this software and associated documentation files (the "Software"), to deal
526
+ in the Software without restriction, including without limitation the rights
527
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
528
+ copies of the Software, and to permit persons to whom the Software is
529
+ furnished to do so, subject to the following conditions:
530
+
531
+ The above copyright notice and this permission notice shall be included in all
532
+ copies or substantial portions of the Software.
533
+
534
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
535
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
536
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
537
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
538
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
539
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
540
+ SOFTWARE.
541
+ ```
542
+
543
+ ## @tiptap/extension-link@3.23.4
544
+
545
+ License: MIT
546
+
547
+ ```
548
+ MIT License
549
+
550
+ Copyright (c) 2025, Tiptap GmbH
551
+
552
+ Permission is hereby granted, free of charge, to any person obtaining a copy
553
+ of this software and associated documentation files (the "Software"), to deal
554
+ in the Software without restriction, including without limitation the rights
555
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
556
+ copies of the Software, and to permit persons to whom the Software is
557
+ furnished to do so, subject to the following conditions:
558
+
559
+ The above copyright notice and this permission notice shall be included in all
560
+ copies or substantial portions of the Software.
561
+
562
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
563
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
564
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
565
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
566
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
567
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
568
+ SOFTWARE.
569
+ ```
570
+
571
+ ## @tiptap/extension-list@3.23.4
572
+
573
+ License: MIT
574
+
575
+ ```
576
+ MIT License
577
+
578
+ Copyright (c) 2025, Tiptap GmbH
579
+
580
+ Permission is hereby granted, free of charge, to any person obtaining a copy
581
+ of this software and associated documentation files (the "Software"), to deal
582
+ in the Software without restriction, including without limitation the rights
583
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
584
+ copies of the Software, and to permit persons to whom the Software is
585
+ furnished to do so, subject to the following conditions:
586
+
587
+ The above copyright notice and this permission notice shall be included in all
588
+ copies or substantial portions of the Software.
589
+
590
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
591
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
592
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
593
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
594
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
595
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
596
+ SOFTWARE.
597
+ ```
598
+
599
+ ## @tiptap/extension-list-item@3.23.4
600
+
601
+ License: MIT
602
+
603
+ ```
604
+ MIT License
605
+
606
+ Copyright (c) 2025, Tiptap GmbH
607
+
608
+ Permission is hereby granted, free of charge, to any person obtaining a copy
609
+ of this software and associated documentation files (the "Software"), to deal
610
+ in the Software without restriction, including without limitation the rights
611
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
612
+ copies of the Software, and to permit persons to whom the Software is
613
+ furnished to do so, subject to the following conditions:
614
+
615
+ The above copyright notice and this permission notice shall be included in all
616
+ copies or substantial portions of the Software.
617
+
618
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
619
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
620
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
621
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
622
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
623
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
624
+ SOFTWARE.
625
+ ```
626
+
627
+ ## @tiptap/extension-list-keymap@3.23.4
628
+
629
+ License: MIT
630
+
631
+ ```
632
+ MIT License
633
+
634
+ Copyright (c) 2025, Tiptap GmbH
635
+
636
+ Permission is hereby granted, free of charge, to any person obtaining a copy
637
+ of this software and associated documentation files (the "Software"), to deal
638
+ in the Software without restriction, including without limitation the rights
639
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
640
+ copies of the Software, and to permit persons to whom the Software is
641
+ furnished to do so, subject to the following conditions:
642
+
643
+ The above copyright notice and this permission notice shall be included in all
644
+ copies or substantial portions of the Software.
645
+
646
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
647
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
648
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
649
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
650
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
651
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
652
+ SOFTWARE.
653
+ ```
654
+
655
+ ## @tiptap/extension-ordered-list@3.23.4
656
+
657
+ License: MIT
658
+
659
+ ```
660
+ MIT License
661
+
662
+ Copyright (c) 2025, Tiptap GmbH
663
+
664
+ Permission is hereby granted, free of charge, to any person obtaining a copy
665
+ of this software and associated documentation files (the "Software"), to deal
666
+ in the Software without restriction, including without limitation the rights
667
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
668
+ copies of the Software, and to permit persons to whom the Software is
669
+ furnished to do so, subject to the following conditions:
670
+
671
+ The above copyright notice and this permission notice shall be included in all
672
+ copies or substantial portions of the Software.
673
+
674
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
675
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
676
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
677
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
678
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
679
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
680
+ SOFTWARE.
681
+ ```
682
+
683
+ ## @tiptap/extension-paragraph@3.23.4
684
+
685
+ License: MIT
686
+
687
+ ```
688
+ MIT License
689
+
690
+ Copyright (c) 2025, Tiptap GmbH
691
+
692
+ Permission is hereby granted, free of charge, to any person obtaining a copy
693
+ of this software and associated documentation files (the "Software"), to deal
694
+ in the Software without restriction, including without limitation the rights
695
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
696
+ copies of the Software, and to permit persons to whom the Software is
697
+ furnished to do so, subject to the following conditions:
698
+
699
+ The above copyright notice and this permission notice shall be included in all
700
+ copies or substantial portions of the Software.
701
+
702
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
703
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
704
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
705
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
706
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
707
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
708
+ SOFTWARE.
709
+ ```
710
+
711
+ ## @tiptap/extension-placeholder@3.23.4
712
+
713
+ License: MIT
714
+
715
+ ```
716
+ MIT License
717
+
718
+ Copyright (c) 2025, Tiptap GmbH
719
+
720
+ Permission is hereby granted, free of charge, to any person obtaining a copy
721
+ of this software and associated documentation files (the "Software"), to deal
722
+ in the Software without restriction, including without limitation the rights
723
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
724
+ copies of the Software, and to permit persons to whom the Software is
725
+ furnished to do so, subject to the following conditions:
726
+
727
+ The above copyright notice and this permission notice shall be included in all
728
+ copies or substantial portions of the Software.
729
+
730
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
731
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
732
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
733
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
734
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
735
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
736
+ SOFTWARE.
737
+ ```
738
+
739
+ ## @tiptap/extension-strike@3.23.4
740
+
741
+ License: MIT
742
+
743
+ ```
744
+ MIT License
745
+
746
+ Copyright (c) 2025, Tiptap GmbH
747
+
748
+ Permission is hereby granted, free of charge, to any person obtaining a copy
749
+ of this software and associated documentation files (the "Software"), to deal
750
+ in the Software without restriction, including without limitation the rights
751
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
752
+ copies of the Software, and to permit persons to whom the Software is
753
+ furnished to do so, subject to the following conditions:
754
+
755
+ The above copyright notice and this permission notice shall be included in all
756
+ copies or substantial portions of the Software.
757
+
758
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
759
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
760
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
761
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
762
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
763
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
764
+ SOFTWARE.
765
+ ```
766
+
767
+ ## @tiptap/extension-text@3.23.4
768
+
769
+ License: MIT
770
+
771
+ ```
772
+ MIT License
773
+
774
+ Copyright (c) 2025, Tiptap GmbH
775
+
776
+ Permission is hereby granted, free of charge, to any person obtaining a copy
777
+ of this software and associated documentation files (the "Software"), to deal
778
+ in the Software without restriction, including without limitation the rights
779
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
780
+ copies of the Software, and to permit persons to whom the Software is
781
+ furnished to do so, subject to the following conditions:
782
+
783
+ The above copyright notice and this permission notice shall be included in all
784
+ copies or substantial portions of the Software.
785
+
786
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
787
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
788
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
789
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
790
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
791
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
792
+ SOFTWARE.
793
+ ```
794
+
795
+ ## @tiptap/extension-underline@3.23.4
796
+
797
+ License: MIT
798
+
799
+ ```
800
+ MIT License
801
+
802
+ Copyright (c) 2025, Tiptap GmbH
803
+
804
+ Permission is hereby granted, free of charge, to any person obtaining a copy
805
+ of this software and associated documentation files (the "Software"), to deal
806
+ in the Software without restriction, including without limitation the rights
807
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
808
+ copies of the Software, and to permit persons to whom the Software is
809
+ furnished to do so, subject to the following conditions:
810
+
811
+ The above copyright notice and this permission notice shall be included in all
812
+ copies or substantial portions of the Software.
813
+
814
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
815
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
816
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
817
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
818
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
819
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
820
+ SOFTWARE.
821
+ ```
822
+
823
+ ## @tiptap/extensions@3.23.4
824
+
825
+ License: MIT
826
+
827
+ ```
828
+ MIT License
829
+
830
+ Copyright (c) 2025, Tiptap GmbH
831
+
832
+ Permission is hereby granted, free of charge, to any person obtaining a copy
833
+ of this software and associated documentation files (the "Software"), to deal
834
+ in the Software without restriction, including without limitation the rights
835
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
836
+ copies of the Software, and to permit persons to whom the Software is
837
+ furnished to do so, subject to the following conditions:
838
+
839
+ The above copyright notice and this permission notice shall be included in all
840
+ copies or substantial portions of the Software.
841
+
842
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
844
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
845
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
846
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
847
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
848
+ SOFTWARE.
849
+ ```
850
+
851
+ ## @tiptap/pm@3.23.4
852
+
853
+ License: MIT
854
+
855
+ ```
856
+ MIT License
857
+
858
+ Copyright (c) 2025, Tiptap GmbH
859
+
860
+ Permission is hereby granted, free of charge, to any person obtaining a copy
861
+ of this software and associated documentation files (the "Software"), to deal
862
+ in the Software without restriction, including without limitation the rights
863
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
864
+ copies of the Software, and to permit persons to whom the Software is
865
+ furnished to do so, subject to the following conditions:
866
+
867
+ The above copyright notice and this permission notice shall be included in all
868
+ copies or substantial portions of the Software.
869
+
870
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
871
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
872
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
873
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
874
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
875
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
876
+ SOFTWARE.
877
+ ```
878
+
879
+ ## @tiptap/starter-kit@3.23.4
880
+
881
+ License: MIT
882
+
883
+ ```
884
+ MIT License
885
+
886
+ Copyright (c) 2025, Tiptap GmbH
887
+
888
+ Permission is hereby granted, free of charge, to any person obtaining a copy
889
+ of this software and associated documentation files (the "Software"), to deal
890
+ in the Software without restriction, including without limitation the rights
891
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
892
+ copies of the Software, and to permit persons to whom the Software is
893
+ furnished to do so, subject to the following conditions:
894
+
895
+ The above copyright notice and this permission notice shall be included in all
896
+ copies or substantial portions of the Software.
897
+
898
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
899
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
900
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
901
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
902
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
903
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
904
+ SOFTWARE.
905
+ ```
906
+
907
+ ## @types/hast@3.0.4
908
+
909
+ License: MIT
910
+
911
+ ```
912
+ MIT License
913
+
914
+ Copyright (c) Microsoft Corporation.
915
+
916
+ Permission is hereby granted, free of charge, to any person obtaining a copy
917
+ of this software and associated documentation files (the "Software"), to deal
918
+ in the Software without restriction, including without limitation the rights
919
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
920
+ copies of the Software, and to permit persons to whom the Software is
921
+ furnished to do so, subject to the following conditions:
922
+
923
+ The above copyright notice and this permission notice shall be included in all
924
+ copies or substantial portions of the Software.
925
+
926
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
927
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
928
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
929
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
930
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
931
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
932
+ SOFTWARE
933
+ ```
934
+
935
+ ## @types/unist@3.0.3
936
+
937
+ License: MIT
938
+
939
+ ```
940
+ MIT License
941
+
942
+ Copyright (c) Microsoft Corporation.
943
+
944
+ Permission is hereby granted, free of charge, to any person obtaining a copy
945
+ of this software and associated documentation files (the "Software"), to deal
946
+ in the Software without restriction, including without limitation the rights
947
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
948
+ copies of the Software, and to permit persons to whom the Software is
949
+ furnished to do so, subject to the following conditions:
950
+
951
+ The above copyright notice and this permission notice shall be included in all
952
+ copies or substantial portions of the Software.
953
+
954
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
955
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
956
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
957
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
958
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
959
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
960
+ SOFTWARE
961
+ ```
962
+
963
+ ## dequal@2.0.3
964
+
965
+ License: MIT
966
+
967
+ ```
968
+ The MIT License (MIT)
969
+
970
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
971
+
972
+ Permission is hereby granted, free of charge, to any person obtaining a copy
973
+ of this software and associated documentation files (the "Software"), to deal
974
+ in the Software without restriction, including without limitation the rights
975
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
976
+ copies of the Software, and to permit persons to whom the Software is
977
+ furnished to do so, subject to the following conditions:
978
+
979
+ The above copyright notice and this permission notice shall be included in
980
+ all copies or substantial portions of the Software.
981
+
982
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
983
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
984
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
985
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
986
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
987
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
988
+ THE SOFTWARE.
989
+ ```
990
+
991
+ ## devlop@1.1.0
992
+
993
+ License: MIT
994
+
995
+ ```
996
+ (The MIT License)
997
+
998
+ Copyright (c) 2023 Titus Wormer <tituswormer@gmail.com>
999
+
1000
+ Permission is hereby granted, free of charge, to any person obtaining
1001
+ a copy of this software and associated documentation files (the
1002
+ 'Software'), to deal in the Software without restriction, including
1003
+ without limitation the rights to use, copy, modify, merge, publish,
1004
+ distribute, sublicense, and/or sell copies of the Software, and to
1005
+ permit persons to whom the Software is furnished to do so, subject to
1006
+ the following conditions:
1007
+
1008
+ The above copyright notice and this permission notice shall be
1009
+ included in all copies or substantial portions of the Software.
1010
+
1011
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1012
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1013
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1014
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1015
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1016
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1017
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1018
+ ```
1019
+
1020
+ ## highlight.js@11.11.1
1021
+
1022
+ License: BSD-3-Clause
1023
+
1024
+ ```
1025
+ BSD 3-Clause License
1026
+
1027
+ Copyright (c) 2006, Ivan Sagalaev.
1028
+ All rights reserved.
1029
+
1030
+ Redistribution and use in source and binary forms, with or without
1031
+ modification, are permitted provided that the following conditions are met:
1032
+
1033
+ * Redistributions of source code must retain the above copyright notice, this
1034
+ list of conditions and the following disclaimer.
1035
+
1036
+ * Redistributions in binary form must reproduce the above copyright notice,
1037
+ this list of conditions and the following disclaimer in the documentation
1038
+ and/or other materials provided with the distribution.
1039
+
1040
+ * Neither the name of the copyright holder nor the names of its
1041
+ contributors may be used to endorse or promote products derived from
1042
+ this software without specific prior written permission.
1043
+
1044
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1045
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1046
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1047
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1048
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1049
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1050
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1051
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1052
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1053
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1054
+ ```
1055
+
1056
+ ## linkifyjs@4.3.3
1057
+
1058
+ License: MIT
1059
+
1060
+ ```
1061
+ Copyright (c) 2024 Nick Frasser
1062
+
1063
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1064
+ of this software and associated documentation files (the "Software"), to deal
1065
+ in the Software without restriction, including without limitation the rights
1066
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1067
+ copies of the Software, and to permit persons to whom the Software is
1068
+ furnished to do so, subject to the following conditions:
1069
+
1070
+ The above copyright notice and this permission notice shall be included in
1071
+ all copies or substantial portions of the Software.
1072
+
1073
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1074
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1075
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1076
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1077
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1078
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1079
+ THE SOFTWARE.
1080
+ ```
1081
+
1082
+ ## lowlight@3.3.0
1083
+
1084
+ License: MIT
1085
+
1086
+ ```
1087
+ (The MIT License)
1088
+
1089
+ Copyright (c) Titus Wormer <tituswormer@gmail.com>
1090
+
1091
+ Permission is hereby granted, free of charge, to any person obtaining
1092
+ a copy of this software and associated documentation files (the
1093
+ 'Software'), to deal in the Software without restriction, including
1094
+ without limitation the rights to use, copy, modify, merge, publish,
1095
+ distribute, sublicense, and/or sell copies of the Software, and to
1096
+ permit persons to whom the Software is furnished to do so, subject to
1097
+ the following conditions:
1098
+
1099
+ The above copyright notice and this permission notice shall be
1100
+ included in all copies or substantial portions of the Software.
1101
+
1102
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1103
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1104
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1105
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1106
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1107
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1108
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1109
+ ```
1110
+
1111
+ ## monadyssey@2.0.1
1112
+
1113
+ License: MIT
1114
+
1115
+ _(No bundled license file; distributed under the SPDX identifier above.)_
1116
+
1117
+ ## orderedmap@2.1.1
1118
+
1119
+ License: MIT
1120
+
1121
+ ```
1122
+ Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1123
+
1124
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1125
+ of this software and associated documentation files (the "Software"), to deal
1126
+ in the Software without restriction, including without limitation the rights
1127
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1128
+ copies of the Software, and to permit persons to whom the Software is
1129
+ furnished to do so, subject to the following conditions:
1130
+
1131
+ The above copyright notice and this permission notice shall be included in
1132
+ all copies or substantial portions of the Software.
1133
+
1134
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1135
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1136
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1137
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1138
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1139
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1140
+ THE SOFTWARE.
1141
+ ```
1142
+
1143
+ ## prosemirror-changeset@2.4.1
1144
+
1145
+ License: MIT
1146
+
1147
+ ```
1148
+ Copyright (C) 2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1149
+
1150
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1151
+ of this software and associated documentation files (the "Software"), to deal
1152
+ in the Software without restriction, including without limitation the rights
1153
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1154
+ copies of the Software, and to permit persons to whom the Software is
1155
+ furnished to do so, subject to the following conditions:
1156
+
1157
+ The above copyright notice and this permission notice shall be included in
1158
+ all copies or substantial portions of the Software.
1159
+
1160
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1161
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1162
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1163
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1164
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1165
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1166
+ THE SOFTWARE.
1167
+ ```
1168
+
1169
+ ## prosemirror-commands@1.7.1
1170
+
1171
+ License: MIT
1172
+
1173
+ ```
1174
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1175
+
1176
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1177
+ of this software and associated documentation files (the "Software"), to deal
1178
+ in the Software without restriction, including without limitation the rights
1179
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1180
+ copies of the Software, and to permit persons to whom the Software is
1181
+ furnished to do so, subject to the following conditions:
1182
+
1183
+ The above copyright notice and this permission notice shall be included in
1184
+ all copies or substantial portions of the Software.
1185
+
1186
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1187
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1188
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1189
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1190
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1191
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1192
+ THE SOFTWARE.
1193
+ ```
1194
+
1195
+ ## prosemirror-dropcursor@1.8.2
1196
+
1197
+ License: MIT
1198
+
1199
+ ```
1200
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1201
+
1202
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1203
+ of this software and associated documentation files (the "Software"), to deal
1204
+ in the Software without restriction, including without limitation the rights
1205
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1206
+ copies of the Software, and to permit persons to whom the Software is
1207
+ furnished to do so, subject to the following conditions:
1208
+
1209
+ The above copyright notice and this permission notice shall be included in
1210
+ all copies or substantial portions of the Software.
1211
+
1212
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1213
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1214
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1215
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1216
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1217
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1218
+ THE SOFTWARE.
1219
+ ```
1220
+
1221
+ ## prosemirror-gapcursor@1.4.1
1222
+
1223
+ License: MIT
1224
+
1225
+ ```
1226
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1227
+
1228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1229
+ of this software and associated documentation files (the "Software"), to deal
1230
+ in the Software without restriction, including without limitation the rights
1231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1232
+ copies of the Software, and to permit persons to whom the Software is
1233
+ furnished to do so, subject to the following conditions:
1234
+
1235
+ The above copyright notice and this permission notice shall be included in
1236
+ all copies or substantial portions of the Software.
1237
+
1238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1244
+ THE SOFTWARE.
1245
+ ```
1246
+
1247
+ ## prosemirror-history@1.5.0
1248
+
1249
+ License: MIT
1250
+
1251
+ ```
1252
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1253
+
1254
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1255
+ of this software and associated documentation files (the "Software"), to deal
1256
+ in the Software without restriction, including without limitation the rights
1257
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1258
+ copies of the Software, and to permit persons to whom the Software is
1259
+ furnished to do so, subject to the following conditions:
1260
+
1261
+ The above copyright notice and this permission notice shall be included in
1262
+ all copies or substantial portions of the Software.
1263
+
1264
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1265
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1266
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1267
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1268
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1269
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1270
+ THE SOFTWARE.
1271
+ ```
1272
+
1273
+ ## prosemirror-keymap@1.2.3
1274
+
1275
+ License: MIT
1276
+
1277
+ ```
1278
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1279
+
1280
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1281
+ of this software and associated documentation files (the "Software"), to deal
1282
+ in the Software without restriction, including without limitation the rights
1283
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1284
+ copies of the Software, and to permit persons to whom the Software is
1285
+ furnished to do so, subject to the following conditions:
1286
+
1287
+ The above copyright notice and this permission notice shall be included in
1288
+ all copies or substantial portions of the Software.
1289
+
1290
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1291
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1292
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1293
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1294
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1295
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1296
+ THE SOFTWARE.
1297
+ ```
1298
+
1299
+ ## prosemirror-model@1.25.6
1300
+
1301
+ License: MIT
1302
+
1303
+ ```
1304
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1305
+
1306
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1307
+ of this software and associated documentation files (the "Software"), to deal
1308
+ in the Software without restriction, including without limitation the rights
1309
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1310
+ copies of the Software, and to permit persons to whom the Software is
1311
+ furnished to do so, subject to the following conditions:
1312
+
1313
+ The above copyright notice and this permission notice shall be included in
1314
+ all copies or substantial portions of the Software.
1315
+
1316
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1317
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1318
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1319
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1320
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1321
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1322
+ THE SOFTWARE.
1323
+ ```
1324
+
1325
+ ## prosemirror-schema-list@1.5.1
1326
+
1327
+ License: MIT
1328
+
1329
+ ```
1330
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1331
+
1332
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1333
+ of this software and associated documentation files (the "Software"), to deal
1334
+ in the Software without restriction, including without limitation the rights
1335
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1336
+ copies of the Software, and to permit persons to whom the Software is
1337
+ furnished to do so, subject to the following conditions:
1338
+
1339
+ The above copyright notice and this permission notice shall be included in
1340
+ all copies or substantial portions of the Software.
1341
+
1342
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1343
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1344
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1345
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1346
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1347
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1348
+ THE SOFTWARE.
1349
+ ```
1350
+
1351
+ ## prosemirror-state@1.4.4
1352
+
1353
+ License: MIT
1354
+
1355
+ ```
1356
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1357
+
1358
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1359
+ of this software and associated documentation files (the "Software"), to deal
1360
+ in the Software without restriction, including without limitation the rights
1361
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1362
+ copies of the Software, and to permit persons to whom the Software is
1363
+ furnished to do so, subject to the following conditions:
1364
+
1365
+ The above copyright notice and this permission notice shall be included in
1366
+ all copies or substantial portions of the Software.
1367
+
1368
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1369
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1370
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1371
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1372
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1373
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1374
+ THE SOFTWARE.
1375
+ ```
1376
+
1377
+ ## prosemirror-tables@1.8.5
1378
+
1379
+ License: MIT
1380
+
1381
+ ```
1382
+ Copyright (C) 2015-2016 by Marijn Haverbeke <marijnh@gmail.com> and others
1383
+
1384
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1385
+ of this software and associated documentation files (the "Software"), to deal
1386
+ in the Software without restriction, including without limitation the rights
1387
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1388
+ copies of the Software, and to permit persons to whom the Software is
1389
+ furnished to do so, subject to the following conditions:
1390
+
1391
+ The above copyright notice and this permission notice shall be included in
1392
+ all copies or substantial portions of the Software.
1393
+
1394
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1395
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1396
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1397
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1398
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1399
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1400
+ THE SOFTWARE.
1401
+ ```
1402
+
1403
+ ## prosemirror-transform@1.12.0
1404
+
1405
+ License: MIT
1406
+
1407
+ ```
1408
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1409
+
1410
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1411
+ of this software and associated documentation files (the "Software"), to deal
1412
+ in the Software without restriction, including without limitation the rights
1413
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1414
+ copies of the Software, and to permit persons to whom the Software is
1415
+ furnished to do so, subject to the following conditions:
1416
+
1417
+ The above copyright notice and this permission notice shall be included in
1418
+ all copies or substantial portions of the Software.
1419
+
1420
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1421
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1422
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1423
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1424
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1425
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1426
+ THE SOFTWARE.
1427
+ ```
1428
+
1429
+ ## prosemirror-view@1.41.8
1430
+
1431
+ License: MIT
1432
+
1433
+ ```
1434
+ Copyright (C) 2015-2017 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1435
+
1436
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1437
+ of this software and associated documentation files (the "Software"), to deal
1438
+ in the Software without restriction, including without limitation the rights
1439
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1440
+ copies of the Software, and to permit persons to whom the Software is
1441
+ furnished to do so, subject to the following conditions:
1442
+
1443
+ The above copyright notice and this permission notice shall be included in
1444
+ all copies or substantial portions of the Software.
1445
+
1446
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1447
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1448
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1449
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1450
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1451
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1452
+ THE SOFTWARE.
1453
+ ```
1454
+
1455
+ ## rope-sequence@1.3.4
1456
+
1457
+ License: MIT
1458
+
1459
+ ```
1460
+ Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin>
1461
+
1462
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1463
+ of this software and associated documentation files (the "Software"), to deal
1464
+ in the Software without restriction, including without limitation the rights
1465
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1466
+ copies of the Software, and to permit persons to whom the Software is
1467
+ furnished to do so, subject to the following conditions:
1468
+
1469
+ The above copyright notice and this permission notice shall be included in
1470
+ all copies or substantial portions of the Software.
1471
+
1472
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1473
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1474
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1475
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1476
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1477
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1478
+ THE SOFTWARE.
1479
+ ```
1480
+
1481
+ ## w3c-keyname@2.2.8
1482
+
1483
+ License: MIT
1484
+
1485
+ ```
1486
+ Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1487
+
1488
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1489
+ of this software and associated documentation files (the "Software"), to deal
1490
+ in the Software without restriction, including without limitation the rights
1491
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1492
+ copies of the Software, and to permit persons to whom the Software is
1493
+ furnished to do so, subject to the following conditions:
1494
+
1495
+ The above copyright notice and this permission notice shall be included in
1496
+ all copies or substantial portions of the Software.
1497
+
1498
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1499
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1500
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1501
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1502
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1503
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1504
+ THE SOFTWARE.
1505
+ ```