@sync-in/server 2.0.0 → 2.1.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 (232) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +38 -28
  3. package/environment/environment.dist.yaml +4 -0
  4. package/package.json +17 -17
  5. package/server/applications/files/utils/doc-textify/adapters/pdf.js +1 -1
  6. package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
  7. package/server/applications/files/utils/files.js +37 -24
  8. package/server/applications/files/utils/files.js.map +1 -1
  9. package/server/applications/notifications/i18n/index.js +5 -0
  10. package/server/applications/notifications/i18n/index.js.map +1 -1
  11. package/server/applications/notifications/i18n/nl.js +54 -0
  12. package/server/applications/notifications/i18n/nl.js.map +1 -0
  13. package/server/applications/sync/services/sync-clients-manager.service.js +1 -1
  14. package/server/applications/sync/services/sync-clients-manager.service.js.map +1 -1
  15. package/server/authentication/providers/oidc/auth-oidc.config.js +5 -0
  16. package/server/authentication/providers/oidc/auth-oidc.config.js.map +1 -1
  17. package/server/authentication/providers/oidc/auth-provider-oidc.service.js +10 -7
  18. package/server/authentication/providers/oidc/auth-provider-oidc.service.js.map +1 -1
  19. package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js +16 -0
  20. package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js.map +1 -1
  21. package/server/common/i18n.js +1 -0
  22. package/server/common/i18n.js.map +1 -1
  23. package/server/infrastructure/database/database.module.js +7 -0
  24. package/server/infrastructure/database/database.module.js.map +1 -1
  25. package/server/infrastructure/database/scripts/check-db.js +20 -0
  26. package/server/infrastructure/database/scripts/check-db.js.map +1 -0
  27. package/static/3rdpartylicenses.txt +391 -391
  28. package/static/assets/pdfjs/build/pdf.mjs +512 -417
  29. package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
  30. package/static/assets/pdfjs/build/pdf.sandbox.mjs +390 -4
  31. package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  32. package/static/assets/pdfjs/build/pdf.worker.mjs +2378 -401
  33. package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
  34. package/static/assets/pdfjs/version +1 -1
  35. package/static/assets/pdfjs/web/debugger.mjs +6 -15
  36. package/static/assets/pdfjs/web/locale/be/viewer.ftl +78 -0
  37. package/static/assets/pdfjs/web/locale/cs/viewer.ftl +82 -0
  38. package/static/assets/pdfjs/web/locale/cy/viewer.ftl +90 -0
  39. package/static/assets/pdfjs/web/locale/de/viewer.ftl +75 -0
  40. package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +82 -0
  41. package/static/assets/pdfjs/web/locale/el/viewer.ftl +74 -0
  42. package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +74 -0
  43. package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +81 -0
  44. package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +14 -14
  45. package/static/assets/pdfjs/web/locale/eo/viewer.ftl +74 -0
  46. package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +74 -0
  47. package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +74 -0
  48. package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +74 -0
  49. package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +75 -0
  50. package/static/assets/pdfjs/web/locale/eu/viewer.ftl +74 -0
  51. package/static/assets/pdfjs/web/locale/fi/viewer.ftl +74 -0
  52. package/static/assets/pdfjs/web/locale/fr/viewer.ftl +81 -0
  53. package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +74 -0
  54. package/static/assets/pdfjs/web/locale/gn/viewer.ftl +77 -0
  55. package/static/assets/pdfjs/web/locale/he/viewer.ftl +81 -0
  56. package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +87 -0
  57. package/static/assets/pdfjs/web/locale/hu/viewer.ftl +74 -0
  58. package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +10 -10
  59. package/static/assets/pdfjs/web/locale/ia/viewer.ftl +75 -0
  60. package/static/assets/pdfjs/web/locale/it/viewer.ftl +81 -0
  61. package/static/assets/pdfjs/web/locale/ja/viewer.ftl +58 -0
  62. package/static/assets/pdfjs/web/locale/ka/viewer.ftl +74 -0
  63. package/static/assets/pdfjs/web/locale/kk/viewer.ftl +81 -0
  64. package/static/assets/pdfjs/web/locale/km/viewer.ftl +44 -0
  65. package/static/assets/pdfjs/web/locale/ko/viewer.ftl +65 -0
  66. package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +74 -0
  67. package/static/assets/pdfjs/web/locale/nl/viewer.ftl +81 -0
  68. package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +75 -0
  69. package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +74 -0
  70. package/static/assets/pdfjs/web/locale/pl/viewer.ftl +78 -0
  71. package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +74 -0
  72. package/static/assets/pdfjs/web/locale/ro/viewer.ftl +81 -3
  73. package/static/assets/pdfjs/web/locale/ru/viewer.ftl +85 -0
  74. package/static/assets/pdfjs/web/locale/sk/viewer.ftl +83 -1
  75. package/static/assets/pdfjs/web/locale/sl/viewer.ftl +82 -0
  76. package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +81 -0
  77. package/static/assets/pdfjs/web/locale/tg/viewer.ftl +74 -0
  78. package/static/assets/pdfjs/web/locale/th/viewer.ftl +58 -0
  79. package/static/assets/pdfjs/web/locale/tr/viewer.ftl +74 -0
  80. package/static/assets/pdfjs/web/locale/uk/viewer.ftl +144 -0
  81. package/static/assets/pdfjs/web/locale/vi/viewer.ftl +65 -0
  82. package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +61 -3
  83. package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +65 -0
  84. package/static/assets/pdfjs/web/viewer.css +292 -152
  85. package/static/assets/pdfjs/web/viewer.html +14 -21
  86. package/static/assets/pdfjs/web/viewer.mjs +782 -327
  87. package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
  88. package/static/assets/pdfjs/web/wasm/jbig2.wasm +0 -0
  89. package/static/{chunk-7WOPGQXB.js → chunk-25XD7GNL.js} +1 -1
  90. package/static/{chunk-E5WI5725.js → chunk-2W4Z5VTY.js} +1 -1
  91. package/static/chunk-2XNPCG4F.js +1 -0
  92. package/static/chunk-3B2RHO2H.js +1 -0
  93. package/static/{chunk-UMDRE4S7.js → chunk-3DNAFXGN.js} +1 -1
  94. package/static/{chunk-OANZITPM.js → chunk-3EPN4WD7.js} +1 -1
  95. package/static/chunk-4L2WBHB6.js +1 -0
  96. package/static/chunk-4RYZNAIZ.js +1 -0
  97. package/static/chunk-5C77PEFA.js +1 -0
  98. package/static/chunk-5JA3DZWQ.js +1 -0
  99. package/static/chunk-5MSTJGPE.js +1 -0
  100. package/static/{chunk-VSBFNFOM.js → chunk-5O7KTREI.js} +1 -1
  101. package/static/chunk-6KORLSUZ.js +1 -0
  102. package/static/chunk-6LIHQVPW.js +2 -0
  103. package/static/{chunk-2CKLZ3FM.js → chunk-72BXGTUG.js} +1 -1
  104. package/static/chunk-7423QJQN.js +1 -0
  105. package/static/chunk-77HB4DE6.js +1 -0
  106. package/static/{chunk-RWAAC3A4.js → chunk-7PVTMTWH.js} +1 -1
  107. package/static/{chunk-IWWBV6EM.js → chunk-7UIOW5AD.js} +1 -1
  108. package/static/chunk-7YMONFZZ.js +1 -0
  109. package/static/chunk-AUPNSQGJ.js +1 -0
  110. package/static/chunk-AYF6ZI6L.js +5 -0
  111. package/static/chunk-BEESW4BF.js +1 -0
  112. package/static/{chunk-2R6IBBPZ.js → chunk-BI3VI6XG.js} +1 -1
  113. package/static/chunk-BMGKB3JK.js +4 -0
  114. package/static/chunk-CFXAKPPB.js +563 -0
  115. package/static/chunk-CGYZG6CB.js +2 -0
  116. package/static/{chunk-K25E7YGG.js → chunk-CHAYERHQ.js} +1 -1
  117. package/static/chunk-CLNKPQMZ.js +1 -0
  118. package/static/{chunk-ISV3BO6R.js → chunk-CVLSRA2W.js} +1 -1
  119. package/static/chunk-D373HBMN.js +1 -0
  120. package/static/{chunk-MTRXBVWZ.js → chunk-D43PHZEY.js} +1 -1
  121. package/static/chunk-D44RAVFK.js +1 -0
  122. package/static/chunk-DFVVEGWC.js +1 -0
  123. package/static/chunk-E43LXI27.js +1 -0
  124. package/static/{chunk-GQFMWVFD.js → chunk-E5M4ZDID.js} +1 -1
  125. package/static/chunk-F7JS3YWP.js +2 -0
  126. package/static/chunk-FRWEEOOM.js +1 -0
  127. package/static/chunk-HIZGSP7R.js +1 -0
  128. package/static/chunk-HX6ZWXQD.js +1 -0
  129. package/static/chunk-HZ6LLXLE.js +1 -0
  130. package/static/{chunk-RLL634K4.js → chunk-IFHFPV5W.js} +1 -1
  131. package/static/{chunk-KJD3KFF3.js → chunk-JICKUOQ6.js} +1 -1
  132. package/static/chunk-KY2BW2LP.js +1 -0
  133. package/static/{chunk-CWYHOPOP.js → chunk-KYA3HPDX.js} +1 -1
  134. package/static/{chunk-RWCNTCU5.js → chunk-KYLATNX5.js} +1 -1
  135. package/static/chunk-LCZNSV4Z.js +1 -0
  136. package/static/{chunk-GVNTC564.js → chunk-MA6DYTMQ.js} +1 -1
  137. package/static/{chunk-KZS7CTNR.js → chunk-MXH5XYBD.js} +1 -1
  138. package/static/{chunk-NMTBMHUL.js → chunk-MXIJGSDQ.js} +1 -1
  139. package/static/{chunk-RS2OFKWP.js → chunk-NE75E3GD.js} +1 -1
  140. package/static/{chunk-MZQK6LNV.js → chunk-NJKIHMOH.js} +1 -1
  141. package/static/chunk-NMDGST45.js +1 -0
  142. package/static/{chunk-CU76ATCF.js → chunk-OF7P4LTI.js} +1 -1
  143. package/static/chunk-OK5K5CYJ.js +13 -0
  144. package/static/chunk-OZ6LXMUH.js +1 -0
  145. package/static/chunk-PFY6YUPS.js +2 -0
  146. package/static/chunk-PQ2YFCVM.js +1 -0
  147. package/static/{chunk-Y4AUYQTG.js → chunk-QPX34S6P.js} +4 -4
  148. package/static/{chunk-27ATUHBH.js → chunk-QQO7S2VY.js} +1 -1
  149. package/static/chunk-RANZZPRG.js +1 -0
  150. package/static/{chunk-WN4WXCVK.js → chunk-RNQB2QJB.js} +1 -1
  151. package/static/{chunk-Q3EGCMF5.js → chunk-S7QYAKG5.js} +1 -1
  152. package/static/chunk-SCEWOW5C.js +2 -0
  153. package/static/chunk-SQ2KIOJ7.js +1 -0
  154. package/static/{chunk-QVRVFYJH.js → chunk-SW5GCGOI.js} +1 -1
  155. package/static/chunk-SWCYWB2T.js +1 -0
  156. package/static/{chunk-4FIGEBNL.js → chunk-SWZ3L2LK.js} +1 -1
  157. package/static/{chunk-TWCGKSYE.js → chunk-TDK62XEQ.js} +1 -1
  158. package/static/chunk-TH4L5H6P.js +1 -0
  159. package/static/chunk-U3ZGYOLA.js +1 -0
  160. package/static/chunk-U6V4Y234.js +1 -0
  161. package/static/chunk-U7KNV64D.js +2 -0
  162. package/static/chunk-UC66HJV4.js +1 -0
  163. package/static/{chunk-7GWW6MJO.js → chunk-V4HAIERK.js} +1 -1
  164. package/static/chunk-V55LDRV7.js +1 -0
  165. package/static/{chunk-5CZOSAMZ.js → chunk-WF6D7CQ4.js} +1 -1
  166. package/static/chunk-WJPVHM7T.js +1 -0
  167. package/static/chunk-WM4XBDC2.js +1 -0
  168. package/static/chunk-X2EKQYMZ.js +1 -0
  169. package/static/{chunk-L5IHUVXL.js → chunk-XEDABMM5.js} +1 -1
  170. package/static/{chunk-OGE4SAHU.js → chunk-Y3YKVK3K.js} +1 -1
  171. package/static/{chunk-QIGUDEZF.js → chunk-YEOAMYRK.js} +1 -1
  172. package/static/{chunk-A4UGPSWX.js → chunk-ZLTL7I7D.js} +1 -1
  173. package/static/chunk-ZYNBYM7I.js +3 -0
  174. package/static/index.html +2 -2
  175. package/static/main-KFUSRCP5.js +5 -0
  176. package/static/media/inter-cyrillic-ext-wght-normal-IYF56FF6.woff2 +0 -0
  177. package/static/media/inter-cyrillic-wght-normal-JEOLYBOO.woff2 +0 -0
  178. package/static/media/inter-greek-ext-wght-normal-EOVOK2B5.woff2 +0 -0
  179. package/static/media/inter-greek-wght-normal-IRE366VL.woff2 +0 -0
  180. package/static/media/inter-latin-ext-wght-normal-HA22NDSG.woff2 +0 -0
  181. package/static/media/inter-latin-wght-normal-NRMW37G5.woff2 +0 -0
  182. package/static/media/inter-vietnamese-wght-normal-CE5GGD3W.woff2 +0 -0
  183. package/static/styles-66AEF62D.css +1 -0
  184. package/static/chunk-22TZP6HW.js +0 -1
  185. package/static/chunk-2QZPX7LO.js +0 -1
  186. package/static/chunk-4P3JABAP.js +0 -13
  187. package/static/chunk-677WUBCT.js +0 -1
  188. package/static/chunk-74CAHBFM.js +0 -1
  189. package/static/chunk-AHO37FKW.js +0 -1
  190. package/static/chunk-AQCXMKP3.js +0 -1
  191. package/static/chunk-B6PDYCRO.js +0 -3
  192. package/static/chunk-FC5HTKVM.js +0 -1
  193. package/static/chunk-FOSM7EYI.js +0 -1
  194. package/static/chunk-GAZO25PI.js +0 -1
  195. package/static/chunk-GB7ABR5N.js +0 -1
  196. package/static/chunk-GEHFKZQ5.js +0 -2
  197. package/static/chunk-HGL3NYP2.js +0 -2
  198. package/static/chunk-HLIWPWRA.js +0 -1
  199. package/static/chunk-HNYB3M4S.js +0 -1
  200. package/static/chunk-HUXAUQMN.js +0 -1
  201. package/static/chunk-I2XA6PPK.js +0 -1
  202. package/static/chunk-JV3AGU5B.js +0 -1
  203. package/static/chunk-K46PUTZB.js +0 -1
  204. package/static/chunk-KERFLJ56.js +0 -1
  205. package/static/chunk-KPKSI23S.js +0 -1
  206. package/static/chunk-L7RRX2M3.js +0 -1
  207. package/static/chunk-LGWJ2WKU.js +0 -1
  208. package/static/chunk-LUSVISM6.js +0 -1
  209. package/static/chunk-MLC7JK2H.js +0 -2
  210. package/static/chunk-MOHNYW2A.js +0 -1
  211. package/static/chunk-NCDUOVMW.js +0 -1
  212. package/static/chunk-NGUAJIGI.js +0 -1
  213. package/static/chunk-NIPP6JDI.js +0 -1
  214. package/static/chunk-O4XXMZFX.js +0 -4
  215. package/static/chunk-OI3ME22C.js +0 -1
  216. package/static/chunk-QF2NSHZA.js +0 -1
  217. package/static/chunk-QJVC3SRJ.js +0 -562
  218. package/static/chunk-QKN6LAAA.js +0 -1
  219. package/static/chunk-QRFESU5O.js +0 -2
  220. package/static/chunk-RFJIPIOK.js +0 -2
  221. package/static/chunk-S5Y64DDS.js +0 -1
  222. package/static/chunk-SLG5KDU6.js +0 -1
  223. package/static/chunk-TJ4CVFEL.js +0 -1
  224. package/static/chunk-VRIOLRYR.js +0 -5
  225. package/static/chunk-VS4O2XDP.js +0 -1
  226. package/static/chunk-WX7RXW7K.js +0 -1
  227. package/static/chunk-XC4POKR3.js +0 -2
  228. package/static/chunk-Y67J3BOL.js +0 -1
  229. package/static/chunk-YMIXHRJQ.js +0 -1
  230. package/static/chunk-ZUNKFAKP.js +0 -1
  231. package/static/main-QN4UCOC5.js +0 -5
  232. package/static/styles-46GLIE7Y.css +0 -1
@@ -1,6 +1,6 @@
1
1
 
2
2
  --------------------------------------------------------------------------------
3
- Package: @codemirror/lang-vue
3
+ Package: @codemirror/legacy-modes
4
4
  License: "MIT"
5
5
 
6
6
  MIT License
@@ -26,7 +26,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
26
  THE SOFTWARE.
27
27
 
28
28
  --------------------------------------------------------------------------------
29
- Package: @codemirror/lang-angular
29
+ Package: @codemirror/lang-vue
30
30
  License: "MIT"
31
31
 
32
32
  MIT License
@@ -52,13 +52,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
52
52
  THE SOFTWARE.
53
53
 
54
54
  --------------------------------------------------------------------------------
55
- Package: ngx-bootstrap
55
+ Package: @codemirror/lang-angular
56
56
  License: "MIT"
57
57
 
58
- The MIT License (MIT)
58
+ MIT License
59
59
 
60
- Copyright (c) 2015-2020 Valor Software
61
- Copyright (c) 2015-2020 Dmitriy Shekhovtsov<valorkin@gmail.com>
60
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
62
61
 
63
62
  Permission is hereby granted, free of charge, to any person obtaining a copy
64
63
  of this software and associated documentation files (the "Software"), to deal
@@ -67,25 +66,25 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
67
66
  copies of the Software, and to permit persons to whom the Software is
68
67
  furnished to do so, subject to the following conditions:
69
68
 
70
- The above copyright notice and this permission notice shall be included in all
71
- copies or substantial portions of the Software.
69
+ The above copyright notice and this permission notice shall be included in
70
+ all copies or substantial portions of the Software.
72
71
 
73
72
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
74
73
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
75
74
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
76
75
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
77
76
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
78
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
79
- SOFTWARE.
80
-
77
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
78
+ THE SOFTWARE.
81
79
 
82
80
  --------------------------------------------------------------------------------
83
- Package: @codemirror/legacy-modes
81
+ Package: ngx-bootstrap
84
82
  License: "MIT"
85
83
 
86
- MIT License
84
+ The MIT License (MIT)
87
85
 
88
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
86
+ Copyright (c) 2015-2020 Valor Software
87
+ Copyright (c) 2015-2020 Dmitriy Shekhovtsov<valorkin@gmail.com>
89
88
 
90
89
  Permission is hereby granted, free of charge, to any person obtaining a copy
91
90
  of this software and associated documentation files (the "Software"), to deal
@@ -94,19 +93,20 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
94
93
  copies of the Software, and to permit persons to whom the Software is
95
94
  furnished to do so, subject to the following conditions:
96
95
 
97
- The above copyright notice and this permission notice shall be included in
98
- all copies or substantial portions of the Software.
96
+ The above copyright notice and this permission notice shall be included in all
97
+ copies or substantial portions of the Software.
99
98
 
100
99
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101
100
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102
101
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103
102
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104
103
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
106
- THE SOFTWARE.
104
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
105
+ SOFTWARE.
106
+
107
107
 
108
108
  --------------------------------------------------------------------------------
109
- Package: @lezer/xml
109
+ Package: @lezer/sass
110
110
  License: "MIT"
111
111
 
112
112
  MIT License
@@ -132,7 +132,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
132
132
  THE SOFTWARE.
133
133
 
134
134
  --------------------------------------------------------------------------------
135
- Package: @codemirror/lang-xml
135
+ Package: @codemirror/lang-sass
136
136
  License: "MIT"
137
137
 
138
138
  MIT License
@@ -158,12 +158,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
158
158
  THE SOFTWARE.
159
159
 
160
160
  --------------------------------------------------------------------------------
161
- Package: @lezer/yaml
161
+ Package: @codemirror/lang-wast
162
162
  License: "MIT"
163
163
 
164
164
  MIT License
165
165
 
166
- Copyright (C) 2024 by Marijn Haverbeke <marijnh@gmail.com> and others
166
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
167
167
 
168
168
  Permission is hereby granted, free of charge, to any person obtaining a copy
169
169
  of this software and associated documentation files (the "Software"), to deal
@@ -182,13 +182,14 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
182
182
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
183
183
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
184
184
  THE SOFTWARE.
185
+
185
186
  --------------------------------------------------------------------------------
186
- Package: @codemirror/lang-yaml
187
+ Package: @lezer/xml
187
188
  License: "MIT"
188
189
 
189
190
  MIT License
190
191
 
191
- Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
192
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
192
193
 
193
194
  Permission is hereby granted, free of charge, to any person obtaining a copy
194
195
  of this software and associated documentation files (the "Software"), to deal
@@ -209,7 +210,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
209
210
  THE SOFTWARE.
210
211
 
211
212
  --------------------------------------------------------------------------------
212
- Package: @codemirror/lang-less
213
+ Package: @codemirror/lang-xml
213
214
  License: "MIT"
214
215
 
215
216
  MIT License
@@ -235,12 +236,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
235
236
  THE SOFTWARE.
236
237
 
237
238
  --------------------------------------------------------------------------------
238
- Package: @codemirror/lang-liquid
239
+ Package: @lezer/yaml
239
240
  License: "MIT"
240
241
 
241
242
  MIT License
242
243
 
243
- Copyright (C) 2018-2023 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
244
+ Copyright (C) 2024 by Marijn Haverbeke <marijnh@gmail.com> and others
244
245
 
245
246
  Permission is hereby granted, free of charge, to any person obtaining a copy
246
247
  of this software and associated documentation files (the "Software"), to deal
@@ -259,14 +260,13 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
259
260
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
260
261
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
261
262
  THE SOFTWARE.
262
-
263
263
  --------------------------------------------------------------------------------
264
- Package: @lezer/markdown
264
+ Package: @codemirror/lang-yaml
265
265
  License: "MIT"
266
266
 
267
267
  MIT License
268
268
 
269
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
269
+ Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
270
270
 
271
271
  Permission is hereby granted, free of charge, to any person obtaining a copy
272
272
  of this software and associated documentation files (the "Software"), to deal
@@ -287,12 +287,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
287
287
  THE SOFTWARE.
288
288
 
289
289
  --------------------------------------------------------------------------------
290
- Package: @codemirror/lang-markdown
290
+ Package: @codemirror/lang-jinja
291
291
  License: "MIT"
292
292
 
293
293
  MIT License
294
294
 
295
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
295
+ Copyright (C) 2025 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
296
296
 
297
297
  Permission is hereby granted, free of charge, to any person obtaining a copy
298
298
  of this software and associated documentation files (the "Software"), to deal
@@ -313,12 +313,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
313
313
  THE SOFTWARE.
314
314
 
315
315
  --------------------------------------------------------------------------------
316
- Package: @lezer/php
316
+ Package: @lezer/json
317
317
  License: "MIT"
318
318
 
319
319
  MIT License
320
320
 
321
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
321
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
322
322
 
323
323
  Permission is hereby granted, free of charge, to any person obtaining a copy
324
324
  of this software and associated documentation files (the "Software"), to deal
@@ -337,9 +337,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
337
337
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
338
338
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
339
339
  THE SOFTWARE.
340
-
341
340
  --------------------------------------------------------------------------------
342
- Package: @codemirror/lang-php
341
+ Package: @codemirror/lang-json
343
342
  License: "MIT"
344
343
 
345
344
  MIT License
@@ -365,12 +364,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
365
364
  THE SOFTWARE.
366
365
 
367
366
  --------------------------------------------------------------------------------
368
- Package: @lezer/python
367
+ Package: @codemirror/lang-less
369
368
  License: "MIT"
370
369
 
371
370
  MIT License
372
371
 
373
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
372
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
374
373
 
375
374
  Permission is hereby granted, free of charge, to any person obtaining a copy
376
375
  of this software and associated documentation files (the "Software"), to deal
@@ -391,12 +390,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
391
390
  THE SOFTWARE.
392
391
 
393
392
  --------------------------------------------------------------------------------
394
- Package: @codemirror/lang-python
393
+ Package: @codemirror/lang-liquid
395
394
  License: "MIT"
396
395
 
397
396
  MIT License
398
397
 
399
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
398
+ Copyright (C) 2018-2023 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
400
399
 
401
400
  Permission is hereby granted, free of charge, to any person obtaining a copy
402
401
  of this software and associated documentation files (the "Software"), to deal
@@ -417,12 +416,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
417
416
  THE SOFTWARE.
418
417
 
419
418
  --------------------------------------------------------------------------------
420
- Package: @lezer/rust
419
+ Package: @lezer/markdown
421
420
  License: "MIT"
422
421
 
423
422
  MIT License
424
423
 
425
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
424
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
426
425
 
427
426
  Permission is hereby granted, free of charge, to any person obtaining a copy
428
427
  of this software and associated documentation files (the "Software"), to deal
@@ -443,7 +442,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
443
442
  THE SOFTWARE.
444
443
 
445
444
  --------------------------------------------------------------------------------
446
- Package: @codemirror/lang-rust
445
+ Package: @codemirror/lang-markdown
447
446
  License: "MIT"
448
447
 
449
448
  MIT License
@@ -469,7 +468,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
469
468
  THE SOFTWARE.
470
469
 
471
470
  --------------------------------------------------------------------------------
472
- Package: @lezer/sass
471
+ Package: @lezer/php
473
472
  License: "MIT"
474
473
 
475
474
  MIT License
@@ -495,7 +494,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
495
494
  THE SOFTWARE.
496
495
 
497
496
  --------------------------------------------------------------------------------
498
- Package: @codemirror/lang-sass
497
+ Package: @codemirror/lang-php
499
498
  License: "MIT"
500
499
 
501
500
  MIT License
@@ -521,12 +520,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
521
520
  THE SOFTWARE.
522
521
 
523
522
  --------------------------------------------------------------------------------
524
- Package: @codemirror/lang-wast
523
+ Package: @lezer/python
525
524
  License: "MIT"
526
525
 
527
526
  MIT License
528
527
 
529
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
528
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
530
529
 
531
530
  Permission is hereby granted, free of charge, to any person obtaining a copy
532
531
  of this software and associated documentation files (the "Software"), to deal
@@ -547,12 +546,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
547
546
  THE SOFTWARE.
548
547
 
549
548
  --------------------------------------------------------------------------------
550
- Package: @lezer/cpp
549
+ Package: @codemirror/lang-python
551
550
  License: "MIT"
552
551
 
553
552
  MIT License
554
553
 
555
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
554
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
556
555
 
557
556
  Permission is hereby granted, free of charge, to any person obtaining a copy
558
557
  of this software and associated documentation files (the "Software"), to deal
@@ -573,12 +572,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
573
572
  THE SOFTWARE.
574
573
 
575
574
  --------------------------------------------------------------------------------
576
- Package: @codemirror/lang-cpp
575
+ Package: @lezer/rust
577
576
  License: "MIT"
578
577
 
579
578
  MIT License
580
579
 
581
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
580
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
582
581
 
583
582
  Permission is hereby granted, free of charge, to any person obtaining a copy
584
583
  of this software and associated documentation files (the "Software"), to deal
@@ -599,12 +598,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
599
598
  THE SOFTWARE.
600
599
 
601
600
  --------------------------------------------------------------------------------
602
- Package: @lezer/go
601
+ Package: @codemirror/lang-rust
603
602
  License: "MIT"
604
603
 
605
604
  MIT License
606
605
 
607
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
606
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
608
607
 
609
608
  Permission is hereby granted, free of charge, to any person obtaining a copy
610
609
  of this software and associated documentation files (the "Software"), to deal
@@ -625,12 +624,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
625
624
  THE SOFTWARE.
626
625
 
627
626
  --------------------------------------------------------------------------------
628
- Package: @codemirror/lang-go
627
+ Package: @codemirror/lang-sql
629
628
  License: "MIT"
630
629
 
631
630
  MIT License
632
631
 
633
- Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
632
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
634
633
 
635
634
  Permission is hereby granted, free of charge, to any person obtaining a copy
636
635
  of this software and associated documentation files (the "Software"), to deal
@@ -651,7 +650,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
651
650
  THE SOFTWARE.
652
651
 
653
652
  --------------------------------------------------------------------------------
654
- Package: @lezer/java
653
+ Package: @lezer/cpp
655
654
  License: "MIT"
656
655
 
657
656
  MIT License
@@ -677,7 +676,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
677
676
  THE SOFTWARE.
678
677
 
679
678
  --------------------------------------------------------------------------------
680
- Package: @codemirror/lang-java
679
+ Package: @codemirror/lang-cpp
681
680
  License: "MIT"
682
681
 
683
682
  MIT License
@@ -703,12 +702,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
703
702
  THE SOFTWARE.
704
703
 
705
704
  --------------------------------------------------------------------------------
706
- Package: @codemirror/lang-jinja
705
+ Package: @lezer/go
707
706
  License: "MIT"
708
707
 
709
708
  MIT License
710
709
 
711
- Copyright (C) 2025 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
710
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
712
711
 
713
712
  Permission is hereby granted, free of charge, to any person obtaining a copy
714
713
  of this software and associated documentation files (the "Software"), to deal
@@ -729,12 +728,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
729
728
  THE SOFTWARE.
730
729
 
731
730
  --------------------------------------------------------------------------------
732
- Package: @lezer/html
731
+ Package: @codemirror/lang-go
733
732
  License: "MIT"
734
733
 
735
734
  MIT License
736
735
 
737
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
736
+ Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
738
737
 
739
738
  Permission is hereby granted, free of charge, to any person obtaining a copy
740
739
  of this software and associated documentation files (the "Software"), to deal
@@ -755,12 +754,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
755
754
  THE SOFTWARE.
756
755
 
757
756
  --------------------------------------------------------------------------------
758
- Package: @codemirror/lang-html
757
+ Package: @lezer/html
759
758
  License: "MIT"
760
759
 
761
760
  MIT License
762
761
 
763
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
762
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
764
763
 
765
764
  Permission is hereby granted, free of charge, to any person obtaining a copy
766
765
  of this software and associated documentation files (the "Software"), to deal
@@ -781,12 +780,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
781
780
  THE SOFTWARE.
782
781
 
783
782
  --------------------------------------------------------------------------------
784
- Package: @lezer/css
783
+ Package: @codemirror/lang-html
785
784
  License: "MIT"
786
785
 
787
786
  MIT License
788
787
 
789
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
788
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
790
789
 
791
790
  Permission is hereby granted, free of charge, to any person obtaining a copy
792
791
  of this software and associated documentation files (the "Software"), to deal
@@ -807,12 +806,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
807
806
  THE SOFTWARE.
808
807
 
809
808
  --------------------------------------------------------------------------------
810
- Package: @codemirror/lang-css
809
+ Package: @lezer/css
811
810
  License: "MIT"
812
811
 
813
812
  MIT License
814
813
 
815
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
814
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
816
815
 
817
816
  Permission is hereby granted, free of charge, to any person obtaining a copy
818
817
  of this software and associated documentation files (the "Software"), to deal
@@ -833,12 +832,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
833
832
  THE SOFTWARE.
834
833
 
835
834
  --------------------------------------------------------------------------------
836
- Package: @lezer/javascript
835
+ Package: @codemirror/lang-css
837
836
  License: "MIT"
838
837
 
839
838
  MIT License
840
839
 
841
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
840
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
842
841
 
843
842
  Permission is hereby granted, free of charge, to any person obtaining a copy
844
843
  of this software and associated documentation files (the "Software"), to deal
@@ -859,12 +858,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
859
858
  THE SOFTWARE.
860
859
 
861
860
  --------------------------------------------------------------------------------
862
- Package: @codemirror/lang-javascript
861
+ Package: @lezer/javascript
863
862
  License: "MIT"
864
863
 
865
864
  MIT License
866
865
 
867
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
866
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
868
867
 
869
868
  Permission is hereby granted, free of charge, to any person obtaining a copy
870
869
  of this software and associated documentation files (the "Software"), to deal
@@ -885,12 +884,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
885
884
  THE SOFTWARE.
886
885
 
887
886
  --------------------------------------------------------------------------------
888
- Package: @lezer/json
887
+ Package: @codemirror/lang-javascript
889
888
  License: "MIT"
890
889
 
891
890
  MIT License
892
891
 
893
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
892
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
894
893
 
895
894
  Permission is hereby granted, free of charge, to any person obtaining a copy
896
895
  of this software and associated documentation files (the "Software"), to deal
@@ -909,13 +908,14 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
909
908
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
910
909
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
911
910
  THE SOFTWARE.
911
+
912
912
  --------------------------------------------------------------------------------
913
- Package: @codemirror/lang-json
913
+ Package: @lezer/java
914
914
  License: "MIT"
915
915
 
916
916
  MIT License
917
917
 
918
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
918
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
919
919
 
920
920
  Permission is hereby granted, free of charge, to any person obtaining a copy
921
921
  of this software and associated documentation files (the "Software"), to deal
@@ -936,7 +936,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
936
936
  THE SOFTWARE.
937
937
 
938
938
  --------------------------------------------------------------------------------
939
- Package: @codemirror/lang-sql
939
+ Package: @codemirror/lang-java
940
940
  License: "MIT"
941
941
 
942
942
  MIT License
@@ -1317,7 +1317,7 @@ as SVG and JS file types.
1317
1317
  In the Font Awesome Free download, the SIL OFL license applies to all icons
1318
1318
  packaged as web and desktop font files.
1319
1319
 
1320
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
1320
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
1321
1321
  with Reserved Font Name: "Font Awesome".
1322
1322
 
1323
1323
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -1417,7 +1417,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
1417
1417
  In the Font Awesome Free download, the MIT license applies to all non-font and
1418
1418
  non-icon files.
1419
1419
 
1420
- Copyright 2025 Fonticons, Inc.
1420
+ Copyright 2026 Fonticons, Inc.
1421
1421
 
1422
1422
  Permission is hereby granted, free of charge, to any person obtaining a copy of
1423
1423
  this software and associated documentation files (the "Software"), to deal in the
@@ -1487,7 +1487,7 @@ as SVG and JS file types.
1487
1487
  In the Font Awesome Free download, the SIL OFL license applies to all icons
1488
1488
  packaged as web and desktop font files.
1489
1489
 
1490
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
1490
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
1491
1491
  with Reserved Font Name: "Font Awesome".
1492
1492
 
1493
1493
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -1587,7 +1587,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
1587
1587
  In the Font Awesome Free download, the MIT license applies to all non-font and
1588
1588
  non-icon files.
1589
1589
 
1590
- Copyright 2025 Fonticons, Inc.
1590
+ Copyright 2026 Fonticons, Inc.
1591
1591
 
1592
1592
  Permission is hereby granted, free of charge, to any person obtaining a copy of
1593
1593
  this software and associated documentation files (the "Software"), to deal in the
@@ -1629,12 +1629,12 @@ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
1629
1629
  to represent the company, product, or service to which they refer.**
1630
1630
 
1631
1631
  --------------------------------------------------------------------------------
1632
- Package: socket.io-client
1632
+ Package: @codemirror/autocomplete
1633
1633
  License: "MIT"
1634
1634
 
1635
- The MIT License (MIT)
1635
+ MIT License
1636
1636
 
1637
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1637
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1638
1638
 
1639
1639
  Permission is hereby granted, free of charge, to any person obtaining a copy
1640
1640
  of this software and associated documentation files (the "Software"), to deal
@@ -1653,76 +1653,330 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1653
1653
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1654
1654
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1655
1655
  THE SOFTWARE.
1656
+
1656
1657
  --------------------------------------------------------------------------------
1657
- Package: engine.io-parser
1658
+ Package: @marijn/find-cluster-break
1658
1659
  License: "MIT"
1659
1660
 
1660
- (The MIT License)
1661
+ MIT License
1661
1662
 
1662
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1663
+ Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin>
1663
1664
 
1664
- Permission is hereby granted, free of charge, to any person obtaining
1665
- a copy of this software and associated documentation files (the
1666
- 'Software'), to deal in the Software without restriction, including
1667
- without limitation the rights to use, copy, modify, merge, publish,
1668
- distribute, sublicense, and/or sell copies of the Software, and to
1669
- permit persons to whom the Software is furnished to do so, subject to
1670
- the following conditions:
1665
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1666
+ of this software and associated documentation files (the "Software"), to deal
1667
+ in the Software without restriction, including without limitation the rights
1668
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1669
+ copies of the Software, and to permit persons to whom the Software is
1670
+ furnished to do so, subject to the following conditions:
1671
1671
 
1672
- The above copyright notice and this permission notice shall be
1673
- included in all copies or substantial portions of the Software.
1672
+ The above copyright notice and this permission notice shall be included in
1673
+ all copies or substantial portions of the Software.
1674
+
1675
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1676
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1677
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1678
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1679
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1680
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1681
+ THE SOFTWARE.
1674
1682
 
1675
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1676
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1677
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1678
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1679
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1680
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1681
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1682
1683
  --------------------------------------------------------------------------------
1683
- Package: @socket.io/component-emitter
1684
+ Package: @codemirror/state
1684
1685
  License: "MIT"
1685
1686
 
1686
- (The MIT License)
1687
+ MIT License
1687
1688
 
1688
- Copyright (c) 2014 Component contributors <dev@component.io>
1689
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1689
1690
 
1690
- Permission is hereby granted, free of charge, to any person
1691
- obtaining a copy of this software and associated documentation
1692
- files (the "Software"), to deal in the Software without
1693
- restriction, including without limitation the rights to use,
1694
- copy, modify, merge, publish, distribute, sublicense, and/or sell
1695
- copies of the Software, and to permit persons to whom the
1696
- Software is furnished to do so, subject to the following
1697
- conditions:
1691
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1692
+ of this software and associated documentation files (the "Software"), to deal
1693
+ in the Software without restriction, including without limitation the rights
1694
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1695
+ copies of the Software, and to permit persons to whom the Software is
1696
+ furnished to do so, subject to the following conditions:
1698
1697
 
1699
- The above copyright notice and this permission notice shall be
1700
- included in all copies or substantial portions of the Software.
1698
+ The above copyright notice and this permission notice shall be included in
1699
+ all copies or substantial portions of the Software.
1701
1700
 
1702
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1703
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1704
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1705
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1706
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1707
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1708
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1709
- OTHER DEALINGS IN THE SOFTWARE.
1701
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1702
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1703
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1704
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1705
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1706
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1707
+ THE SOFTWARE.
1710
1708
 
1711
1709
  --------------------------------------------------------------------------------
1712
- Package: engine.io-client
1710
+ Package: style-mod
1713
1711
  License: "MIT"
1714
1712
 
1715
- (The MIT License)
1713
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1716
1714
 
1717
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1715
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1716
+ of this software and associated documentation files (the "Software"), to deal
1717
+ in the Software without restriction, including without limitation the rights
1718
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1719
+ copies of the Software, and to permit persons to whom the Software is
1720
+ furnished to do so, subject to the following conditions:
1718
1721
 
1719
- Permission is hereby granted, free of charge, to any person obtaining
1720
- a copy of this software and associated documentation files (the
1721
- 'Software'), to deal in the Software without restriction, including
1722
- without limitation the rights to use, copy, modify, merge, publish,
1723
- distribute, sublicense, and/or sell copies of the Software, and to
1724
- permit persons to whom the Software is furnished to do so, subject to
1725
- the following conditions:
1722
+ The above copyright notice and this permission notice shall be included in
1723
+ all copies or substantial portions of the Software.
1724
+
1725
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1726
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1727
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1728
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1729
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1730
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1731
+ THE SOFTWARE.
1732
+
1733
+ --------------------------------------------------------------------------------
1734
+ Package: w3c-keyname
1735
+ License: "MIT"
1736
+
1737
+ Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1738
+
1739
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1740
+ of this software and associated documentation files (the "Software"), to deal
1741
+ in the Software without restriction, including without limitation the rights
1742
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1743
+ copies of the Software, and to permit persons to whom the Software is
1744
+ furnished to do so, subject to the following conditions:
1745
+
1746
+ The above copyright notice and this permission notice shall be included in
1747
+ all copies or substantial portions of the Software.
1748
+
1749
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1750
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1751
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1752
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1753
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1754
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1755
+ THE SOFTWARE.
1756
+
1757
+ --------------------------------------------------------------------------------
1758
+ Package: crelt
1759
+ License: "MIT"
1760
+
1761
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
1762
+
1763
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1764
+ of this software and associated documentation files (the "Software"), to deal
1765
+ in the Software without restriction, including without limitation the rights
1766
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1767
+ copies of the Software, and to permit persons to whom the Software is
1768
+ furnished to do so, subject to the following conditions:
1769
+
1770
+ The above copyright notice and this permission notice shall be included in
1771
+ all copies or substantial portions of the Software.
1772
+
1773
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1774
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1775
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1776
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1777
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1778
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1779
+ THE SOFTWARE.
1780
+
1781
+ --------------------------------------------------------------------------------
1782
+ Package: @codemirror/view
1783
+ License: "MIT"
1784
+
1785
+ MIT License
1786
+
1787
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1788
+
1789
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1790
+ of this software and associated documentation files (the "Software"), to deal
1791
+ in the Software without restriction, including without limitation the rights
1792
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1793
+ copies of the Software, and to permit persons to whom the Software is
1794
+ furnished to do so, subject to the following conditions:
1795
+
1796
+ The above copyright notice and this permission notice shall be included in
1797
+ all copies or substantial portions of the Software.
1798
+
1799
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1800
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1801
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1802
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1803
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1804
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1805
+ THE SOFTWARE.
1806
+
1807
+ --------------------------------------------------------------------------------
1808
+ Package: @lezer/common
1809
+ License: "MIT"
1810
+
1811
+ MIT License
1812
+
1813
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1814
+
1815
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1816
+ of this software and associated documentation files (the "Software"), to deal
1817
+ in the Software without restriction, including without limitation the rights
1818
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1819
+ copies of the Software, and to permit persons to whom the Software is
1820
+ furnished to do so, subject to the following conditions:
1821
+
1822
+ The above copyright notice and this permission notice shall be included in
1823
+ all copies or substantial portions of the Software.
1824
+
1825
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1826
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1827
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1828
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1829
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1830
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1831
+ THE SOFTWARE.
1832
+
1833
+ --------------------------------------------------------------------------------
1834
+ Package: @lezer/highlight
1835
+ License: "MIT"
1836
+
1837
+ MIT License
1838
+
1839
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1840
+
1841
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1842
+ of this software and associated documentation files (the "Software"), to deal
1843
+ in the Software without restriction, including without limitation the rights
1844
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1845
+ copies of the Software, and to permit persons to whom the Software is
1846
+ furnished to do so, subject to the following conditions:
1847
+
1848
+ The above copyright notice and this permission notice shall be included in
1849
+ all copies or substantial portions of the Software.
1850
+
1851
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1852
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1853
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1854
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1855
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1856
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1857
+ THE SOFTWARE.
1858
+
1859
+ --------------------------------------------------------------------------------
1860
+ Package: @codemirror/language
1861
+ License: "MIT"
1862
+
1863
+ MIT License
1864
+
1865
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
1866
+
1867
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1868
+ of this software and associated documentation files (the "Software"), to deal
1869
+ in the Software without restriction, including without limitation the rights
1870
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1871
+ copies of the Software, and to permit persons to whom the Software is
1872
+ furnished to do so, subject to the following conditions:
1873
+
1874
+ The above copyright notice and this permission notice shall be included in
1875
+ all copies or substantial portions of the Software.
1876
+
1877
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1878
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1879
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1880
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1881
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1882
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1883
+ THE SOFTWARE.
1884
+
1885
+ --------------------------------------------------------------------------------
1886
+ Package: socket.io-client
1887
+ License: "MIT"
1888
+
1889
+ The MIT License (MIT)
1890
+
1891
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1892
+
1893
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1894
+ of this software and associated documentation files (the "Software"), to deal
1895
+ in the Software without restriction, including without limitation the rights
1896
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1897
+ copies of the Software, and to permit persons to whom the Software is
1898
+ furnished to do so, subject to the following conditions:
1899
+
1900
+ The above copyright notice and this permission notice shall be included in
1901
+ all copies or substantial portions of the Software.
1902
+
1903
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1904
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1905
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1906
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1907
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1908
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1909
+ THE SOFTWARE.
1910
+ --------------------------------------------------------------------------------
1911
+ Package: engine.io-parser
1912
+ License: "MIT"
1913
+
1914
+ (The MIT License)
1915
+
1916
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1917
+
1918
+ Permission is hereby granted, free of charge, to any person obtaining
1919
+ a copy of this software and associated documentation files (the
1920
+ 'Software'), to deal in the Software without restriction, including
1921
+ without limitation the rights to use, copy, modify, merge, publish,
1922
+ distribute, sublicense, and/or sell copies of the Software, and to
1923
+ permit persons to whom the Software is furnished to do so, subject to
1924
+ the following conditions:
1925
+
1926
+ The above copyright notice and this permission notice shall be
1927
+ included in all copies or substantial portions of the Software.
1928
+
1929
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1930
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1931
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1932
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1933
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1934
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1935
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1936
+ --------------------------------------------------------------------------------
1937
+ Package: @socket.io/component-emitter
1938
+ License: "MIT"
1939
+
1940
+ (The MIT License)
1941
+
1942
+ Copyright (c) 2014 Component contributors <dev@component.io>
1943
+
1944
+ Permission is hereby granted, free of charge, to any person
1945
+ obtaining a copy of this software and associated documentation
1946
+ files (the "Software"), to deal in the Software without
1947
+ restriction, including without limitation the rights to use,
1948
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1949
+ copies of the Software, and to permit persons to whom the
1950
+ Software is furnished to do so, subject to the following
1951
+ conditions:
1952
+
1953
+ The above copyright notice and this permission notice shall be
1954
+ included in all copies or substantial portions of the Software.
1955
+
1956
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1957
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1958
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1959
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1960
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1961
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1962
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1963
+ OTHER DEALINGS IN THE SOFTWARE.
1964
+
1965
+ --------------------------------------------------------------------------------
1966
+ Package: engine.io-client
1967
+ License: "MIT"
1968
+
1969
+ (The MIT License)
1970
+
1971
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1972
+
1973
+ Permission is hereby granted, free of charge, to any person obtaining
1974
+ a copy of this software and associated documentation files (the
1975
+ 'Software'), to deal in the Software without restriction, including
1976
+ without limitation the rights to use, copy, modify, merge, publish,
1977
+ distribute, sublicense, and/or sell copies of the Software, and to
1978
+ permit persons to whom the Software is furnished to do so, subject to
1979
+ the following conditions:
1726
1980
 
1727
1981
  The above copyright notice and this permission notice shall be
1728
1982
  included in all copies or substantial portions of the Software.
@@ -2225,7 +2479,7 @@ as SVG and JS file types.
2225
2479
  In the Font Awesome Free download, the SIL OFL license applies to all icons
2226
2480
  packaged as web and desktop font files.
2227
2481
 
2228
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
2482
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
2229
2483
  with Reserved Font Name: "Font Awesome".
2230
2484
 
2231
2485
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -2325,7 +2579,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
2325
2579
  In the Font Awesome Free download, the MIT license applies to all non-font and
2326
2580
  non-icon files.
2327
2581
 
2328
- Copyright 2025 Fonticons, Inc.
2582
+ Copyright 2026 Fonticons, Inc.
2329
2583
 
2330
2584
  Permission is hereby granted, free of charge, to any person obtaining a copy of
2331
2585
  this software and associated documentation files (the "Software"), to deal in the
@@ -2395,7 +2649,7 @@ as SVG and JS file types.
2395
2649
  In the Font Awesome Free download, the SIL OFL license applies to all icons
2396
2650
  packaged as web and desktop font files.
2397
2651
 
2398
- Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
2652
+ Copyright (c) 2026 Fonticons, Inc. (https://fontawesome.com)
2399
2653
  with Reserved Font Name: "Font Awesome".
2400
2654
 
2401
2655
  This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -2495,7 +2749,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
2495
2749
  In the Font Awesome Free download, the MIT license applies to all non-font and
2496
2750
  non-icon files.
2497
2751
 
2498
- Copyright 2025 Fonticons, Inc.
2752
+ Copyright 2026 Fonticons, Inc.
2499
2753
 
2500
2754
  Permission is hereby granted, free of charge, to any person obtaining a copy of
2501
2755
  this software and associated documentation files (the "Software"), to deal in the
@@ -2562,260 +2816,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2562
2816
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2563
2817
  THE SOFTWARE.
2564
2818
 
2565
- --------------------------------------------------------------------------------
2566
- Package: @codemirror/autocomplete
2567
- License: "MIT"
2568
-
2569
- MIT License
2570
-
2571
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2572
-
2573
- Permission is hereby granted, free of charge, to any person obtaining a copy
2574
- of this software and associated documentation files (the "Software"), to deal
2575
- in the Software without restriction, including without limitation the rights
2576
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2577
- copies of the Software, and to permit persons to whom the Software is
2578
- furnished to do so, subject to the following conditions:
2579
-
2580
- The above copyright notice and this permission notice shall be included in
2581
- all copies or substantial portions of the Software.
2582
-
2583
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2584
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2585
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2586
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2587
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2588
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2589
- THE SOFTWARE.
2590
-
2591
- --------------------------------------------------------------------------------
2592
- Package: @marijn/find-cluster-break
2593
- License: "MIT"
2594
-
2595
- MIT License
2596
-
2597
- Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin>
2598
-
2599
- Permission is hereby granted, free of charge, to any person obtaining a copy
2600
- of this software and associated documentation files (the "Software"), to deal
2601
- in the Software without restriction, including without limitation the rights
2602
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2603
- copies of the Software, and to permit persons to whom the Software is
2604
- furnished to do so, subject to the following conditions:
2605
-
2606
- The above copyright notice and this permission notice shall be included in
2607
- all copies or substantial portions of the Software.
2608
-
2609
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2610
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2611
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2612
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2613
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2614
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2615
- THE SOFTWARE.
2616
-
2617
- --------------------------------------------------------------------------------
2618
- Package: @codemirror/state
2619
- License: "MIT"
2620
-
2621
- MIT License
2622
-
2623
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2624
-
2625
- Permission is hereby granted, free of charge, to any person obtaining a copy
2626
- of this software and associated documentation files (the "Software"), to deal
2627
- in the Software without restriction, including without limitation the rights
2628
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2629
- copies of the Software, and to permit persons to whom the Software is
2630
- furnished to do so, subject to the following conditions:
2631
-
2632
- The above copyright notice and this permission notice shall be included in
2633
- all copies or substantial portions of the Software.
2634
-
2635
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2636
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2637
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2638
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2639
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2640
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2641
- THE SOFTWARE.
2642
-
2643
- --------------------------------------------------------------------------------
2644
- Package: style-mod
2645
- License: "MIT"
2646
-
2647
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2648
-
2649
- Permission is hereby granted, free of charge, to any person obtaining a copy
2650
- of this software and associated documentation files (the "Software"), to deal
2651
- in the Software without restriction, including without limitation the rights
2652
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2653
- copies of the Software, and to permit persons to whom the Software is
2654
- furnished to do so, subject to the following conditions:
2655
-
2656
- The above copyright notice and this permission notice shall be included in
2657
- all copies or substantial portions of the Software.
2658
-
2659
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2660
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2661
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2662
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2663
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2664
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2665
- THE SOFTWARE.
2666
-
2667
- --------------------------------------------------------------------------------
2668
- Package: w3c-keyname
2669
- License: "MIT"
2670
-
2671
- Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2672
-
2673
- Permission is hereby granted, free of charge, to any person obtaining a copy
2674
- of this software and associated documentation files (the "Software"), to deal
2675
- in the Software without restriction, including without limitation the rights
2676
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2677
- copies of the Software, and to permit persons to whom the Software is
2678
- furnished to do so, subject to the following conditions:
2679
-
2680
- The above copyright notice and this permission notice shall be included in
2681
- all copies or substantial portions of the Software.
2682
-
2683
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2684
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2685
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2686
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2687
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2688
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2689
- THE SOFTWARE.
2690
-
2691
- --------------------------------------------------------------------------------
2692
- Package: crelt
2693
- License: "MIT"
2694
-
2695
- Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
2696
-
2697
- Permission is hereby granted, free of charge, to any person obtaining a copy
2698
- of this software and associated documentation files (the "Software"), to deal
2699
- in the Software without restriction, including without limitation the rights
2700
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2701
- copies of the Software, and to permit persons to whom the Software is
2702
- furnished to do so, subject to the following conditions:
2703
-
2704
- The above copyright notice and this permission notice shall be included in
2705
- all copies or substantial portions of the Software.
2706
-
2707
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2708
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2709
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2710
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2711
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2712
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2713
- THE SOFTWARE.
2714
-
2715
- --------------------------------------------------------------------------------
2716
- Package: @codemirror/view
2717
- License: "MIT"
2718
-
2719
- MIT License
2720
-
2721
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2722
-
2723
- Permission is hereby granted, free of charge, to any person obtaining a copy
2724
- of this software and associated documentation files (the "Software"), to deal
2725
- in the Software without restriction, including without limitation the rights
2726
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2727
- copies of the Software, and to permit persons to whom the Software is
2728
- furnished to do so, subject to the following conditions:
2729
-
2730
- The above copyright notice and this permission notice shall be included in
2731
- all copies or substantial portions of the Software.
2732
-
2733
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2734
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2735
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2736
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2737
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2738
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2739
- THE SOFTWARE.
2740
-
2741
- --------------------------------------------------------------------------------
2742
- Package: @lezer/common
2743
- License: "MIT"
2744
-
2745
- MIT License
2746
-
2747
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2748
-
2749
- Permission is hereby granted, free of charge, to any person obtaining a copy
2750
- of this software and associated documentation files (the "Software"), to deal
2751
- in the Software without restriction, including without limitation the rights
2752
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2753
- copies of the Software, and to permit persons to whom the Software is
2754
- furnished to do so, subject to the following conditions:
2755
-
2756
- The above copyright notice and this permission notice shall be included in
2757
- all copies or substantial portions of the Software.
2758
-
2759
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2760
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2761
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2762
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2763
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2764
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2765
- THE SOFTWARE.
2766
-
2767
- --------------------------------------------------------------------------------
2768
- Package: @lezer/highlight
2769
- License: "MIT"
2770
-
2771
- MIT License
2772
-
2773
- Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2774
-
2775
- Permission is hereby granted, free of charge, to any person obtaining a copy
2776
- of this software and associated documentation files (the "Software"), to deal
2777
- in the Software without restriction, including without limitation the rights
2778
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2779
- copies of the Software, and to permit persons to whom the Software is
2780
- furnished to do so, subject to the following conditions:
2781
-
2782
- The above copyright notice and this permission notice shall be included in
2783
- all copies or substantial portions of the Software.
2784
-
2785
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2786
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2787
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2788
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2789
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2790
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2791
- THE SOFTWARE.
2792
-
2793
- --------------------------------------------------------------------------------
2794
- Package: @codemirror/language
2795
- License: "MIT"
2796
-
2797
- MIT License
2798
-
2799
- Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
2800
-
2801
- Permission is hereby granted, free of charge, to any person obtaining a copy
2802
- of this software and associated documentation files (the "Software"), to deal
2803
- in the Software without restriction, including without limitation the rights
2804
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2805
- copies of the Software, and to permit persons to whom the Software is
2806
- furnished to do so, subject to the following conditions:
2807
-
2808
- The above copyright notice and this permission notice shall be included in
2809
- all copies or substantial portions of the Software.
2810
-
2811
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2812
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2813
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2814
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2815
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2816
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2817
- THE SOFTWARE.
2818
-
2819
2819
  --------------------------------------------------------------------------------
2820
2820
  Package: zone.js
2821
2821
  License: "MIT"