homebridge-config-ui-x 5.10.1-beta.1 → 5.11.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 (243) hide show
  1. package/CHANGELOG.md +17 -4
  2. package/README.md +3 -3
  3. package/dist/core/auth/auth.controller.d.ts +0 -4
  4. package/dist/core/config/config.interfaces.d.ts +0 -14
  5. package/dist/core/config/config.service.d.ts +0 -6
  6. package/dist/core/config/config.service.js +0 -8
  7. package/dist/core/config/config.service.js.map +1 -1
  8. package/dist/core/config/config.startup.js +17 -48
  9. package/dist/core/config/config.startup.js.map +1 -1
  10. package/dist/core/feature-flags/feature-flags.registry.js +0 -5
  11. package/dist/core/feature-flags/feature-flags.registry.js.map +1 -1
  12. package/dist/core/homebridge-ipc/homebridge-ipc.service.js +0 -1
  13. package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
  14. package/dist/core/spa/spa.filter.d.ts +0 -3
  15. package/dist/core/spa/spa.filter.js +2 -22
  16. package/dist/core/spa/spa.filter.js.map +1 -1
  17. package/dist/globalDefaults.js +0 -3
  18. package/dist/globalDefaults.js.map +1 -1
  19. package/dist/main.js +4 -18
  20. package/dist/main.js.map +1 -1
  21. package/dist/modules/accessories/accessories.controller.d.ts +1 -1
  22. package/dist/modules/accessories/accessories.module.js +0 -2
  23. package/dist/modules/accessories/accessories.module.js.map +1 -1
  24. package/dist/modules/accessories/accessories.service.d.ts +3 -21
  25. package/dist/modules/accessories/accessories.service.js +17 -280
  26. package/dist/modules/accessories/accessories.service.js.map +1 -1
  27. package/dist/modules/child-bridges/child-bridges.interfaces.d.ts +0 -9
  28. package/dist/modules/config-editor/config-editor.controller.d.ts +0 -4
  29. package/dist/modules/config-editor/config-editor.controller.js +0 -64
  30. package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
  31. package/dist/modules/config-editor/config-editor.service.d.ts +1 -6
  32. package/dist/modules/config-editor/config-editor.service.js +1 -45
  33. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  34. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +1 -1
  35. package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
  36. package/dist/modules/plugins/plugins.service.js +2 -16
  37. package/dist/modules/plugins/plugins.service.js.map +1 -1
  38. package/dist/modules/server/server.controller.d.ts +0 -50
  39. package/dist/modules/server/server.controller.js +2 -201
  40. package/dist/modules/server/server.controller.js.map +1 -1
  41. package/dist/modules/server/server.service.d.ts +0 -48
  42. package/dist/modules/server/server.service.js +14 -502
  43. package/dist/modules/server/server.service.js.map +1 -1
  44. package/dist/modules/status/status.gateway.d.ts +0 -2
  45. package/dist/modules/status/status.interfaces.d.ts +0 -11
  46. package/dist/modules/status/status.service.d.ts +1 -4
  47. package/dist/modules/status/status.service.js +2 -21
  48. package/dist/modules/status/status.service.js.map +1 -1
  49. package/package.json +4 -9
  50. package/public/3rdpartylicenses.txt +606 -554
  51. package/public/assets/plugin-ui-utils/ui.js +0 -3
  52. package/public/assets/plugin-ui-utils/ui.js.map +1 -1
  53. package/public/chunk-227QDXDT.js +1 -0
  54. package/public/chunk-2AF3WD4J.js +2 -0
  55. package/public/chunk-3WJDQQZL.js +4 -0
  56. package/public/chunk-4EKX3Z76.js +8 -0
  57. package/public/{chunk-U4YCHJUJ.js → chunk-53KE3XPC.js} +2 -2
  58. package/public/chunk-53KNB3HO.js +1 -0
  59. package/public/chunk-5KQ5PHZY.js +1 -0
  60. package/public/chunk-5RSQ3VKF.js +1 -0
  61. package/public/chunk-7G4CXD2O.js +5 -0
  62. package/public/chunk-A6U6HYY3.js +1 -0
  63. package/public/chunk-APMBCXUH.js +1 -0
  64. package/public/chunk-AW3MY6EQ.js +3 -0
  65. package/public/chunk-C46IEABJ.js +1 -0
  66. package/public/chunk-DEAIAR5T.js +1 -0
  67. package/public/chunk-DOEUREPX.js +1 -0
  68. package/public/chunk-E7RYLM5U.js +1 -0
  69. package/public/chunk-FDR4RMWN.js +1 -0
  70. package/public/{chunk-BMOLDRJ3.js → chunk-FHGIL4GK.js} +1 -1
  71. package/public/chunk-FK57KJRX.js +1 -0
  72. package/public/chunk-FYY57EXZ.js +5 -0
  73. package/public/chunk-G6G4X3LL.js +1 -0
  74. package/public/chunk-G6VVYCFK.js +1 -0
  75. package/public/chunk-G7S7J6DQ.js +1 -0
  76. package/public/chunk-GZU7FSYR.js +1 -0
  77. package/public/chunk-HGQJCJDV.js +1 -0
  78. package/public/chunk-HIFUKISS.js +1 -0
  79. package/public/chunk-IKDCH6SV.js +1 -0
  80. package/public/chunk-IWRD5BS2.js +1 -0
  81. package/public/{chunk-T4IEJNVJ.js → chunk-J3GNTL4X.js} +1 -1
  82. package/public/chunk-KK5HST3W.js +1 -0
  83. package/public/chunk-KO7OKSD4.js +51 -0
  84. package/public/chunk-KY3N6RBR.js +4 -0
  85. package/public/chunk-L5OY5K3Z.js +1 -0
  86. package/public/chunk-LQSXNQRY.js +1 -0
  87. package/public/chunk-NIVC55QC.js +1 -0
  88. package/public/{chunk-MS6AXMT2.js → chunk-NLVJP2FS.js} +2 -52
  89. package/public/chunk-NVYUCMZB.js +1 -0
  90. package/public/chunk-NXM6LODP.js +1 -0
  91. package/public/chunk-O5PYZ4PG.js +16 -0
  92. package/public/chunk-OQAG4MQB.js +1 -0
  93. package/public/chunk-OQLCIKGK.js +1 -0
  94. package/public/chunk-OT3OZVNB.js +50 -0
  95. package/public/chunk-PA2FLQHK.js +1 -0
  96. package/public/chunk-PD4EFNCS.js +1 -0
  97. package/public/chunk-PHY7W3BQ.js +1 -0
  98. package/public/chunk-PKVKTMRP.js +19 -0
  99. package/public/chunk-PPU3W2KO.js +1 -0
  100. package/public/chunk-QIJ6OIDU.js +1 -0
  101. package/public/chunk-REIZTIW4.js +2 -0
  102. package/public/chunk-RQOGW4OS.js +1 -0
  103. package/public/chunk-RS6FC3D3.js +1 -0
  104. package/public/chunk-S5CZBBHY.js +1 -0
  105. package/public/chunk-SQSP77TI.js +1 -0
  106. package/public/chunk-TAJT2XQ6.js +1 -0
  107. package/public/{chunk-FE43ULOM.js → chunk-U73PAFR5.js} +1 -1
  108. package/public/chunk-U77IESKH.js +1 -0
  109. package/public/chunk-UBWU2SEH.js +1 -0
  110. package/public/chunk-UGNUDJ75.js +1 -0
  111. package/public/{chunk-H7F7H5MW.js → chunk-UPB765LT.js} +1 -1
  112. package/public/chunk-W4NH2DJW.js +1 -0
  113. package/public/chunk-W5BUXVY6.js +5 -0
  114. package/public/chunk-WPMRJABD.js +1 -0
  115. package/public/{chunk-7CDYTG4I.js → chunk-WYCRIQDH.js} +1 -1
  116. package/public/chunk-YRC6JINT.js +1 -0
  117. package/public/chunk-ZC4YICGQ.js +1 -0
  118. package/public/chunk-ZUOL6YC4.js +1 -0
  119. package/public/chunk-ZWGNHKFK.js +1 -0
  120. package/public/chunk-ZXKMLKZT.js +40 -0
  121. package/public/index.html +2 -2
  122. package/public/main-WC4DXWXF.js +1 -0
  123. package/public/styles-7EFV5QBG.css +1 -0
  124. package/scripts/extract-plugin-alias.js +2 -53
  125. package/dist/core/spa/spa-html.service.d.ts +0 -5
  126. package/dist/core/spa/spa-html.service.js +0 -32
  127. package/dist/core/spa/spa-html.service.js.map +0 -1
  128. package/dist/core/ssl/ssl-cert-generator.service.d.ts +0 -15
  129. package/dist/core/ssl/ssl-cert-generator.service.js +0 -125
  130. package/dist/core/ssl/ssl-cert-generator.service.js.map +0 -1
  131. package/dist/modules/accessories/accessories.interfaces.d.ts +0 -94
  132. package/dist/modules/accessories/accessories.interfaces.js +0 -2
  133. package/dist/modules/accessories/accessories.interfaces.js.map +0 -1
  134. package/docs/matter-todo.md +0 -15
  135. package/docs/ssl-upload-pr.md +0 -103
  136. package/public/assets/matter.svg +0 -8
  137. package/public/chunk-2D7CDA3H.js +0 -1
  138. package/public/chunk-2GBZLCJW.js +0 -1
  139. package/public/chunk-33YDZRAK.js +0 -1
  140. package/public/chunk-3DG6CT5D.js +0 -2
  141. package/public/chunk-3F75CKTQ.js +0 -1
  142. package/public/chunk-3OSRGC5M.js +0 -1
  143. package/public/chunk-3UTT42KH.js +0 -1
  144. package/public/chunk-442FBVB5.js +0 -1
  145. package/public/chunk-4PPFVY5K.js +0 -1
  146. package/public/chunk-4RWLV5CJ.js +0 -1
  147. package/public/chunk-4UDSSFBN.js +0 -1
  148. package/public/chunk-4XZK5MQY.js +0 -1
  149. package/public/chunk-5S4MIY7E.js +0 -1
  150. package/public/chunk-5X5S4L7Y.js +0 -1
  151. package/public/chunk-6ELMQIBK.js +0 -1
  152. package/public/chunk-6I27GJJF.js +0 -1
  153. package/public/chunk-7DWXCRSP.js +0 -1
  154. package/public/chunk-7RJ5H5OP.js +0 -1
  155. package/public/chunk-ABQLMP2L.js +0 -1
  156. package/public/chunk-B4AJQJMI.js +0 -1
  157. package/public/chunk-BEI5QPKL.js +0 -5
  158. package/public/chunk-BEWAKOMK.js +0 -1
  159. package/public/chunk-BOW5E4YK.js +0 -50
  160. package/public/chunk-BSST5MPT.js +0 -1
  161. package/public/chunk-BSXPNFI5.js +0 -1
  162. package/public/chunk-C4IIDRJP.js +0 -1
  163. package/public/chunk-CIWR3BDK.js +0 -5
  164. package/public/chunk-CMS4LVBG.js +0 -1
  165. package/public/chunk-CO3QJQRO.js +0 -1
  166. package/public/chunk-CS2WBXWW.js +0 -1
  167. package/public/chunk-CTWHZU36.js +0 -1
  168. package/public/chunk-DAMERMP3.js +0 -1
  169. package/public/chunk-DM74WNXP.js +0 -1
  170. package/public/chunk-DMKHEJF5.js +0 -3
  171. package/public/chunk-DTFJZNTX.js +0 -1
  172. package/public/chunk-DWU5C3KH.js +0 -1
  173. package/public/chunk-EBFB2GZT.js +0 -1
  174. package/public/chunk-EEA6UA46.js +0 -2
  175. package/public/chunk-EJACNX3Z.js +0 -1
  176. package/public/chunk-GPMU3WMO.js +0 -68
  177. package/public/chunk-GWHA2DEF.js +0 -1
  178. package/public/chunk-GXD2SS6L.js +0 -1
  179. package/public/chunk-H6QDC36H.js +0 -1
  180. package/public/chunk-HAJT335F.js +0 -1
  181. package/public/chunk-HK3N2YPM.js +0 -1
  182. package/public/chunk-HLNMCR4K.js +0 -1
  183. package/public/chunk-IC6BLNW5.js +0 -1
  184. package/public/chunk-IMRVMPXI.js +0 -1
  185. package/public/chunk-IPRQGPVV.js +0 -1
  186. package/public/chunk-IVZ5ER6L.js +0 -1
  187. package/public/chunk-JRQC3M7W.js +0 -4
  188. package/public/chunk-JT7TYR5C.js +0 -1
  189. package/public/chunk-KDXCBENV.js +0 -2
  190. package/public/chunk-KGOOP2T6.js +0 -1
  191. package/public/chunk-KMSHJTEM.js +0 -1
  192. package/public/chunk-L77RLTDM.js +0 -1
  193. package/public/chunk-LCGZABYG.js +0 -1
  194. package/public/chunk-LG53BDFP.js +0 -1
  195. package/public/chunk-LJMU7UD3.js +0 -1
  196. package/public/chunk-LKNJHPL6.js +0 -1
  197. package/public/chunk-LKODOMMX.js +0 -1
  198. package/public/chunk-LUUAC57N.js +0 -1
  199. package/public/chunk-MIWSF7W2.js +0 -1
  200. package/public/chunk-MQTRL6KN.js +0 -1
  201. package/public/chunk-NP23WSXR.js +0 -1
  202. package/public/chunk-O3SZVIF6.js +0 -1
  203. package/public/chunk-ODXGF3LF.js +0 -1
  204. package/public/chunk-OPDTKONB.js +0 -1
  205. package/public/chunk-ORK6IK47.js +0 -4
  206. package/public/chunk-OZI5E5HI.js +0 -1
  207. package/public/chunk-P4KZ2HSY.js +0 -1
  208. package/public/chunk-PI4V6TBF.js +0 -1
  209. package/public/chunk-PMN4OFOP.js +0 -1
  210. package/public/chunk-Q4WN5E2X.js +0 -1
  211. package/public/chunk-QA6IRNX4.js +0 -1
  212. package/public/chunk-QGV5S3KG.js +0 -1
  213. package/public/chunk-QKEI7JJT.js +0 -1
  214. package/public/chunk-QNQ4HXBD.js +0 -1
  215. package/public/chunk-QNQIBHMP.js +0 -1
  216. package/public/chunk-R4E7RV22.js +0 -1
  217. package/public/chunk-R5Q7W4AU.js +0 -1
  218. package/public/chunk-RQG4TZOZ.js +0 -1
  219. package/public/chunk-SN3EVQDP.js +0 -1
  220. package/public/chunk-T3526HQB.js +0 -1
  221. package/public/chunk-TTPURYKZ.js +0 -1
  222. package/public/chunk-UAFCVKMR.js +0 -1
  223. package/public/chunk-UBCYUHPO.js +0 -1
  224. package/public/chunk-UJEB6C35.js +0 -1
  225. package/public/chunk-UQP4IIIX.js +0 -1
  226. package/public/chunk-URTTNRYM.js +0 -1
  227. package/public/chunk-USFURAEW.js +0 -1
  228. package/public/chunk-UVRDZGSU.js +0 -1
  229. package/public/chunk-VBTEO65F.js +0 -1
  230. package/public/chunk-WCRO6YQB.js +0 -16
  231. package/public/chunk-XL5BAQKW.js +0 -8
  232. package/public/chunk-XUAJJMQ4.js +0 -1
  233. package/public/chunk-Y67I4K2H.js +0 -1
  234. package/public/chunk-YHOHHKYL.js +0 -1
  235. package/public/chunk-ZABK6QJY.js +0 -1
  236. package/public/chunk-ZCGZM7LU.js +0 -1
  237. package/public/chunk-ZE7IZECI.js +0 -19
  238. package/public/chunk-ZGIR65XW.js +0 -1
  239. package/public/chunk-ZXID2WUA.js +0 -1
  240. package/public/main-VGG7NRKO.js +0 -1
  241. package/public/media/matter-P563JGDL.svg +0 -8
  242. package/public/styles-CT2LPGES.css +0 -1
  243. /package/public/{polyfills-NISNRVWY.js → polyfills-5KWHJ7II.js} +0 -0
@@ -1,11 +1,11 @@
1
1
 
2
2
  --------------------------------------------------------------------------------
3
- Package: is-standalone-pwa
3
+ Package: @angular/animations
4
4
  License: "MIT"
5
5
 
6
- MIT License
6
+ The MIT License
7
7
 
8
- Copyright (c) 2024 Faisal Salman
8
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
9
9
 
10
10
  Permission is hereby granted, free of charge, to any person obtaining a copy
11
11
  of this software and associated documentation files (the "Software"), to deal
@@ -14,24 +14,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
14
  copies of the Software, and to permit persons to whom the Software is
15
15
  furnished to do so, subject to the following conditions:
16
16
 
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
19
 
20
20
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
21
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
22
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
23
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
24
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26
+ THE SOFTWARE.
27
27
 
28
28
  --------------------------------------------------------------------------------
29
- Package: angular-gridster2
29
+ Package: @angular/platform-browser
30
30
  License: "MIT"
31
31
 
32
- MIT License
32
+ The MIT License
33
33
 
34
- Copyright (c) 2025 Tiberiu Zuld
34
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
35
35
 
36
36
  Permission is hereby granted, free of charge, to any person obtaining a copy
37
37
  of this software and associated documentation files (the "Software"), to deal
@@ -40,24 +40,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40
40
  copies of the Software, and to permit persons to whom the Software is
41
41
  furnished to do so, subject to the following conditions:
42
42
 
43
- The above copyright notice and this permission notice shall be included in all
44
- copies or substantial portions of the Software.
43
+ The above copyright notice and this permission notice shall be included in
44
+ all copies or substantial portions of the Software.
45
45
 
46
46
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47
47
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48
48
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49
49
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50
50
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52
- SOFTWARE.
51
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
52
+ THE SOFTWARE.
53
53
 
54
54
  --------------------------------------------------------------------------------
55
- Package: ajv-formats
55
+ Package: @angular/common
56
56
  License: "MIT"
57
57
 
58
- MIT License
58
+ The MIT License
59
59
 
60
- Copyright (c) 2020 Evgeny Poberezkin
60
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
61
61
 
62
62
  Permission is hereby granted, free of charge, to any person obtaining a copy
63
63
  of this software and associated documentation files (the "Software"), to deal
@@ -66,24 +66,76 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66
66
  copies of the Software, and to permit persons to whom the Software is
67
67
  furnished to do so, subject to the following conditions:
68
68
 
69
- The above copyright notice and this permission notice shall be included in all
70
- 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.
71
71
 
72
72
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73
73
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74
74
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75
75
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76
76
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78
- SOFTWARE.
77
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
78
+ THE SOFTWARE.
79
79
 
80
80
  --------------------------------------------------------------------------------
81
- Package: ajv
81
+ Package: @ng-formworks/cssframework
82
82
  License: "MIT"
83
83
 
84
- The MIT License (MIT)
84
+ MIT License
85
+
86
+ Copyright (c) 2014-2016 David Schnell-Davis 2018 Hamza Hamidi 2023 Zaheer M
87
+
88
+ Permission is hereby granted, free of charge, to any person obtaining a copy
89
+ of this software and associated documentation files (the "Software"), to deal
90
+ in the Software without restriction, including without limitation the rights
91
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92
+ copies of the Software, and to permit persons to whom the Software is
93
+ furnished to do so, subject to the following conditions:
94
+
95
+ The above copyright notice and this permission notice shall be included in all
96
+ copies or substantial portions of the Software.
97
+
98
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
+ SOFTWARE.
85
105
 
86
- Copyright (c) 2015-2021 Evgeny Poberezkin
106
+ --------------------------------------------------------------------------------
107
+ Package: @ng-formworks/bootstrap5
108
+ License: "MIT"
109
+
110
+ MIT License
111
+
112
+ Copyright (c) 2014-2016 David Schnell-Davis 2018 Hamza Hamidi 2023 Zaheer M
113
+
114
+ Permission is hereby granted, free of charge, to any person obtaining a copy
115
+ of this software and associated documentation files (the "Software"), to deal
116
+ in the Software without restriction, including without limitation the rights
117
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
118
+ copies of the Software, and to permit persons to whom the Software is
119
+ furnished to do so, subject to the following conditions:
120
+
121
+ The above copyright notice and this permission notice shall be included in all
122
+ copies or substantial portions of the Software.
123
+
124
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
125
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
126
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
127
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
128
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
129
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
130
+ SOFTWARE.
131
+
132
+ --------------------------------------------------------------------------------
133
+ Package: is-standalone-pwa
134
+ License: "MIT"
135
+
136
+ MIT License
137
+
138
+ Copyright (c) 2024 Faisal Salman
87
139
 
88
140
  Permission is hereby granted, free of charge, to any person obtaining a copy
89
141
  of this software and associated documentation files (the "Software"), to deal
@@ -103,14 +155,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
155
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
156
  SOFTWARE.
105
157
 
106
-
107
158
  --------------------------------------------------------------------------------
108
- Package: fast-deep-equal
159
+ Package: angular-gridster2
109
160
  License: "MIT"
110
161
 
111
162
  MIT License
112
163
 
113
- Copyright (c) 2017 Evgeny Poberezkin
164
+ Copyright (c) 2025 Tiberiu Zuld
114
165
 
115
166
  Permission is hereby granted, free of charge, to any person obtaining a copy
116
167
  of this software and associated documentation files (the "Software"), to deal
@@ -131,12 +182,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
131
182
  SOFTWARE.
132
183
 
133
184
  --------------------------------------------------------------------------------
134
- Package: json-schema-traverse
185
+ Package: nouislider
135
186
  License: "MIT"
136
187
 
137
188
  MIT License
138
189
 
139
- Copyright (c) 2017 Evgeny Poberezkin
190
+ Copyright (c) 2019 Léon Gersen
140
191
 
141
192
  Permission is hereby granted, free of charge, to any person obtaining a copy
142
193
  of this software and associated documentation files (the "Software"), to deal
@@ -157,100 +208,68 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
157
208
  SOFTWARE.
158
209
 
159
210
  --------------------------------------------------------------------------------
160
- Package: fast-uri
161
- License: "BSD-3-Clause"
211
+ Package: ng2-nouislider
212
+ License: "MIT"
162
213
 
163
- Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
164
- Copyright (c) 2021-present The Fastify team
165
- All rights reserved.
214
+ MIT License
166
215
 
167
- The Fastify team members are listed at https://github.com/fastify/fastify#team.
216
+ Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
168
217
 
169
- Redistribution and use in source and binary forms, with or without
170
- modification, are permitted provided that the following conditions are met:
171
- * Redistributions of source code must retain the above copyright
172
- notice, this list of conditions and the following disclaimer.
173
- * Redistributions in binary form must reproduce the above copyright
174
- notice, this list of conditions and the following disclaimer in the
175
- documentation and/or other materials provided with the distribution.
176
- * The names of any contributors may not be used to endorse or promote
177
- products derived from this software without specific prior written
178
- permission.
218
+ Permission is hereby granted, free of charge, to any person obtaining a copy
219
+ of this software and associated documentation files (the "Software"), to deal
220
+ in the Software without restriction, including without limitation the rights
221
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
222
+ copies of the Software, and to permit persons to whom the Software is
223
+ furnished to do so, subject to the following conditions:
179
224
 
180
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
181
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
182
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
183
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
184
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
185
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
186
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
187
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
188
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
189
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
225
+ The above copyright notice and this permission notice shall be included in all
226
+ copies or substantial portions of the Software.
190
227
 
191
- * * *
228
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
229
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
230
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
231
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
232
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
233
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
234
+ SOFTWARE.
192
235
 
193
- The complete list of contributors can be found at:
194
- - https://github.com/garycourt/uri-js/graphs/contributors
195
236
  --------------------------------------------------------------------------------
196
- Package: lodash
237
+ Package: @kurkle/color
197
238
  License: "MIT"
198
239
 
199
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
200
-
201
- Based on Underscore.js, copyright Jeremy Ashkenas,
202
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
203
-
204
- This software consists of voluntary contributions made by many
205
- individuals. For exact contribution history, see the revision history
206
- available at https://github.com/lodash/lodash
240
+ The MIT License (MIT)
207
241
 
208
- The following license applies to all parts of this software except as
209
- documented below:
242
+ Copyright (c) 2018-2024 Jukka Kurkela
210
243
 
211
- ====
244
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
212
245
 
213
- Permission is hereby granted, free of charge, to any person obtaining
214
- a copy of this software and associated documentation files (the
215
- "Software"), to deal in the Software without restriction, including
216
- without limitation the rights to use, copy, modify, merge, publish,
217
- distribute, sublicense, and/or sell copies of the Software, and to
218
- permit persons to whom the Software is furnished to do so, subject to
219
- the following conditions:
246
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
220
247
 
221
- The above copyright notice and this permission notice shall be
222
- included in all copies or substantial portions of the Software.
248
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
223
249
 
224
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
225
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
226
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
227
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
228
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
229
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
230
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
250
+ --------------------------------------------------------------------------------
251
+ Package: chart.js
252
+ License: "MIT"
231
253
 
232
- ====
254
+ The MIT License (MIT)
233
255
 
234
- Copyright and related rights for sample code are waived via CC0. Sample
235
- code is defined as all source code displayed within the prose of the
236
- documentation.
256
+ Copyright (c) 2014-2024 Chart.js Contributors
237
257
 
238
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
258
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
239
259
 
240
- ====
260
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
241
261
 
242
- Files located in the node_modules and vendor directories are externally
243
- maintained libraries used by this software which have their own
244
- licenses; we recommend you read them, as their terms may differ from the
245
- terms above.
262
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
246
263
 
247
264
  --------------------------------------------------------------------------------
248
- Package: ajv-keywords
265
+ Package: ng2-charts
249
266
  License: "MIT"
250
267
 
251
268
  The MIT License (MIT)
252
269
 
253
- Copyright (c) 2016 Evgeny Poberezkin
270
+ Copyright (c) 2023 Valor Labs
271
+ Copyright (c) 2023 Valor Software
272
+ Copyright (c) 2023 Dmitriy Shekhovtsov<valorkin@gmail.com>
254
273
 
255
274
  Permission is hereby granted, free of charge, to any person obtaining a copy
256
275
  of this software and associated documentation files (the "Software"), to deal
@@ -271,104 +290,51 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
271
290
  SOFTWARE.
272
291
 
273
292
  --------------------------------------------------------------------------------
274
- Package: @ng-formworks/core
293
+ Package: atoa
275
294
  License: "MIT"
276
295
 
277
- MIT License
278
-
279
- Copyright (c) 2014-2016 David Schnell-Davis 2018 Hamza Hamidi 2023 Zaheer M
280
-
281
- Permission is hereby granted, free of charge, to any person obtaining a copy
282
- of this software and associated documentation files (the "Software"), to deal
283
- in the Software without restriction, including without limitation the rights
284
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285
- copies of the Software, and to permit persons to whom the Software is
286
- furnished to do so, subject to the following conditions:
287
-
288
- The above copyright notice and this permission notice shall be included in all
289
- copies or substantial portions of the Software.
290
-
291
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
297
- SOFTWARE.
298
296
 
299
297
  --------------------------------------------------------------------------------
300
- Package: @angular/cdk
298
+ Package: ticky
301
299
  License: "MIT"
302
300
 
303
- The MIT License
304
301
 
305
- Copyright (c) 2025 Google LLC.
302
+ --------------------------------------------------------------------------------
303
+ Package: contra
304
+ License: "MIT"
306
305
 
307
- Permission is hereby granted, free of charge, to any person obtaining a copy
308
- of this software and associated documentation files (the "Software"), to deal
309
- in the Software without restriction, including without limitation the rights
310
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
311
- copies of the Software, and to permit persons to whom the Software is
312
- furnished to do so, subject to the following conditions:
306
+ The MIT License (MIT)
313
307
 
314
- The above copyright notice and this permission notice shall be included in
315
- all copies or substantial portions of the Software.
308
+ Copyright © 2014 Nicolas Bevacqua
316
309
 
317
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
318
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
319
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
320
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
321
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
322
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
323
- THE SOFTWARE.
324
-
325
- --------------------------------------------------------------------------------
326
- Package: uuid
327
- License: "MIT"
328
-
329
- The MIT License (MIT)
330
-
331
- Copyright (c) 2010-2020 Robert Kieffer and other contributors
332
-
333
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
334
-
335
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
336
-
337
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
338
-
339
- --------------------------------------------------------------------------------
340
- Package: semver
341
- License: "ISC"
342
-
343
- The ISC License
344
-
345
- Copyright (c) Isaac Z. Schlueter and Contributors
310
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
311
+ this software and associated documentation files (the "Software"), to deal in
312
+ the Software without restriction, including without limitation the rights to
313
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
314
+ the Software, and to permit persons to whom the Software is furnished to do so,
315
+ subject to the following conditions:
346
316
 
347
- Permission to use, copy, modify, and/or distribute this software for any
348
- purpose with or without fee is hereby granted, provided that the above
349
- copyright notice and this permission notice appear in all copies.
317
+ The above copyright notice and this permission notice shall be included in all
318
+ copies or substantial portions of the Software.
350
319
 
351
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
352
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
353
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
354
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
355
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
356
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
357
- IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
320
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
321
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
322
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
323
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
324
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
325
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
358
326
 
359
327
  --------------------------------------------------------------------------------
360
- Package: prismjs
328
+ Package: custom-event
361
329
  License: "MIT"
362
330
 
363
- MIT LICENSE
364
-
365
- Copyright (c) 2012 Lea Verou
331
+ Copyright (c) 2015 Nathan Rajlich
366
332
 
367
333
  Permission is hereby granted, free of charge, to any person obtaining a copy
368
- of this software and associated documentation files (the "Software"), to deal
369
- in the Software without restriction, including without limitation the rights
370
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
371
- copies of the Software, and to permit persons to whom the Software is
334
+ of this software and associated documentation files (the "Software"), to
335
+ deal in the Software without restriction, including without limitation the
336
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
337
+ sell copies of the Software, and to permit persons to whom the Software is
372
338
  furnished to do so, subject to the following conditions:
373
339
 
374
340
  The above copyright notice and this permission notice shall be included in
@@ -378,57 +344,53 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
378
344
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
379
345
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
380
346
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
381
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
382
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
383
- THE SOFTWARE.
347
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
348
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
349
+ IN THE SOFTWARE.
384
350
 
385
351
  --------------------------------------------------------------------------------
386
- Package: he
352
+ Package: crossvent
387
353
  License: "MIT"
388
354
 
355
+ The MIT License (MIT)
356
+
357
+ Copyright © 2014 Nicolas Bevacqua
358
+
359
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
360
+ this software and associated documentation files (the "Software"), to deal in
361
+ the Software without restriction, including without limitation the rights to
362
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
363
+ the Software, and to permit persons to whom the Software is furnished to do so,
364
+ subject to the following conditions:
365
+
366
+ The above copyright notice and this permission notice shall be included in all
367
+ copies or substantial portions of the Software.
368
+
369
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
370
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
371
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
372
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
373
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
374
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
389
375
 
390
376
  --------------------------------------------------------------------------------
391
- Package: emoji-js
377
+ Package: dragula
392
378
  License: "MIT"
393
379
 
394
- The MIT License (MIT)
395
-
396
- Copyright (c) 2015 Cal Henderson
397
-
398
- Permission is hereby granted, free of charge, to any person obtaining a copy
399
- of this software and associated documentation files (the "Software"), to deal
400
- in the Software without restriction, including without limitation the rights
401
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
402
- copies of the Software, and to permit persons to whom the Software is
403
- furnished to do so, subject to the following conditions:
404
-
405
- The above copyright notice and this permission notice shall be included in all
406
- copies or substantial portions of the Software.
407
-
408
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
409
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
410
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
411
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
412
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
413
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
414
- SOFTWARE.
415
380
 
416
381
  --------------------------------------------------------------------------------
417
- Package: marked
382
+ Package: ng2-dragula
418
383
  License: "MIT"
419
384
 
420
- # License information
421
-
422
- ## Contribution License Agreement
423
385
 
424
- If you contribute code to this project, you are implicitly allowing your code
425
- to be distributed under the MIT license. You are also implicitly verifying that
426
- all code is your original work. `</legalese>`
386
+ --------------------------------------------------------------------------------
387
+ Package: @homebridge/hap-client
388
+ License: "MIT"
427
389
 
428
- ## Marked
390
+ MIT License
429
391
 
430
- Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
431
- Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
392
+ Copyright (c) 2023-2025 Homebridge
393
+ Copyright (c) 2020-2023 oznu <dev@oz.nu>
432
394
 
433
395
  Permission is hereby granted, free of charge, to any person obtaining a copy
434
396
  of this software and associated documentation files (the "Software"), to deal
@@ -437,43 +399,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
437
399
  copies of the Software, and to permit persons to whom the Software is
438
400
  furnished to do so, subject to the following conditions:
439
401
 
440
- The above copyright notice and this permission notice shall be included in
441
- all copies or substantial portions of the Software.
402
+ The above copyright notice and this permission notice shall be included in all
403
+ copies or substantial portions of the Software.
442
404
 
443
405
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
444
406
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
445
407
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
446
408
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
447
409
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
448
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
449
- THE SOFTWARE.
450
-
451
- ## Markdown
452
-
453
- Copyright © 2004, John Gruber
454
- http://daringfireball.net/
455
- All rights reserved.
456
-
457
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
458
-
459
- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
460
- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
461
- * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
462
-
463
- This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
464
-
465
- --------------------------------------------------------------------------------
466
- Package: ngx-md
467
- License: "MIT"
468
-
410
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
411
+ SOFTWARE.
469
412
 
470
413
  --------------------------------------------------------------------------------
471
- Package: json5
414
+ Package: ajv-formats
472
415
  License: "MIT"
473
416
 
474
417
  MIT License
475
418
 
476
- Copyright (c) 2012-2018 Aseem Kishore, and [others].
419
+ Copyright (c) 2020 Evgeny Poberezkin
477
420
 
478
421
  Permission is hereby granted, free of charge, to any person obtaining a copy
479
422
  of this software and associated documentation files (the "Software"), to deal
@@ -493,16 +436,13 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
493
436
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
494
437
  SOFTWARE.
495
438
 
496
- [others]: https://github.com/json5/json5/contributors
497
-
498
439
  --------------------------------------------------------------------------------
499
- Package: @homebridge/hap-client
440
+ Package: ajv
500
441
  License: "MIT"
501
442
 
502
- MIT License
443
+ The MIT License (MIT)
503
444
 
504
- Copyright (c) 2023-2025 Homebridge
505
- Copyright (c) 2020-2023 oznu <dev@oz.nu>
445
+ Copyright (c) 2015-2021 Evgeny Poberezkin
506
446
 
507
447
  Permission is hereby granted, free of charge, to any person obtaining a copy
508
448
  of this software and associated documentation files (the "Software"), to deal
@@ -522,13 +462,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
522
462
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
523
463
  SOFTWARE.
524
464
 
465
+
525
466
  --------------------------------------------------------------------------------
526
- Package: nouislider
467
+ Package: fast-deep-equal
527
468
  License: "MIT"
528
469
 
529
470
  MIT License
530
471
 
531
- Copyright (c) 2019 Léon Gersen
472
+ Copyright (c) 2017 Evgeny Poberezkin
532
473
 
533
474
  Permission is hereby granted, free of charge, to any person obtaining a copy
534
475
  of this software and associated documentation files (the "Software"), to deal
@@ -549,12 +490,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
549
490
  SOFTWARE.
550
491
 
551
492
  --------------------------------------------------------------------------------
552
- Package: ng2-nouislider
493
+ Package: json-schema-traverse
553
494
  License: "MIT"
554
495
 
555
496
  MIT License
556
497
 
557
- Copyright (c) 2017-2019 Tomasz Bak https://www.tomaszbak.com/
498
+ Copyright (c) 2017 Evgeny Poberezkin
558
499
 
559
500
  Permission is hereby granted, free of charge, to any person obtaining a copy
560
501
  of this software and associated documentation files (the "Software"), to deal
@@ -575,59 +516,100 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
575
516
  SOFTWARE.
576
517
 
577
518
  --------------------------------------------------------------------------------
578
- Package: mobile-detect
579
- License: "MIT"
519
+ Package: fast-uri
520
+ License: "BSD-3-Clause"
580
521
 
581
- The MIT License (MIT)
522
+ Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
523
+ Copyright (c) 2021-present The Fastify team
524
+ All rights reserved.
582
525
 
583
- Copyright (c) 2013 Heinrich Goebl
526
+ The Fastify team members are listed at https://github.com/fastify/fastify#team.
584
527
 
585
- Permission is hereby granted, free of charge, to any person obtaining a copy
586
- of this software and associated documentation files (the "Software"), to deal
587
- in the Software without restriction, including without limitation the rights
588
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
589
- copies of the Software, and to permit persons to whom the Software is
590
- furnished to do so, subject to the following conditions:
528
+ Redistribution and use in source and binary forms, with or without
529
+ modification, are permitted provided that the following conditions are met:
530
+ * Redistributions of source code must retain the above copyright
531
+ notice, this list of conditions and the following disclaimer.
532
+ * Redistributions in binary form must reproduce the above copyright
533
+ notice, this list of conditions and the following disclaimer in the
534
+ documentation and/or other materials provided with the distribution.
535
+ * The names of any contributors may not be used to endorse or promote
536
+ products derived from this software without specific prior written
537
+ permission.
591
538
 
592
- The above copyright notice and this permission notice shall be included in
593
- all copies or substantial portions of the Software.
539
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
540
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
541
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
542
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
543
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
544
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
545
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
546
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
547
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
548
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
594
549
 
595
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
596
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
597
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
598
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
599
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
600
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
601
- THE SOFTWARE.
550
+ * * *
551
+
552
+ The complete list of contributors can be found at:
553
+ - https://github.com/garycourt/uri-js/graphs/contributors
602
554
  --------------------------------------------------------------------------------
603
- Package: @xterm/addon-fit
555
+ Package: lodash
604
556
  License: "MIT"
605
557
 
606
- Copyright (c) 2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
558
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
607
559
 
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:
560
+ Based on Underscore.js, copyright Jeremy Ashkenas,
561
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
614
562
 
615
- The above copyright notice and this permission notice shall be included in
616
- all copies or substantial portions of the Software.
563
+ This software consists of voluntary contributions made by many
564
+ individuals. For exact contribution history, see the revision history
565
+ available at https://github.com/lodash/lodash
617
566
 
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
624
- THE SOFTWARE.
567
+ The following license applies to all parts of this software except as
568
+ documented below:
569
+
570
+ ====
571
+
572
+ Permission is hereby granted, free of charge, to any person obtaining
573
+ a copy of this software and associated documentation files (the
574
+ "Software"), to deal in the Software without restriction, including
575
+ without limitation the rights to use, copy, modify, merge, publish,
576
+ distribute, sublicense, and/or sell copies of the Software, and to
577
+ permit persons to whom the Software is furnished to do so, subject to
578
+ the following conditions:
579
+
580
+ The above copyright notice and this permission notice shall be
581
+ included in all copies or substantial portions of the Software.
582
+
583
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
584
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
585
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
586
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
587
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
588
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
589
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
590
+
591
+ ====
592
+
593
+ Copyright and related rights for sample code are waived via CC0. Sample
594
+ code is defined as all source code displayed within the prose of the
595
+ documentation.
596
+
597
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
598
+
599
+ ====
600
+
601
+ Files located in the node_modules and vendor directories are externally
602
+ maintained libraries used by this software which have their own
603
+ licenses; we recommend you read them, as their terms may differ from the
604
+ terms above.
625
605
 
626
606
  --------------------------------------------------------------------------------
627
- Package: @xterm/addon-web-links
607
+ Package: ajv-keywords
628
608
  License: "MIT"
629
609
 
630
- Copyright (c) 2017, The xterm.js authors (https://github.com/xtermjs/xterm.js)
610
+ The MIT License (MIT)
611
+
612
+ Copyright (c) 2016 Evgeny Poberezkin
631
613
 
632
614
  Permission is hereby granted, free of charge, to any person obtaining a copy
633
615
  of this software and associated documentation files (the "Software"), to deal
@@ -636,24 +618,50 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
636
618
  copies of the Software, and to permit persons to whom the Software is
637
619
  furnished to do so, subject to the following conditions:
638
620
 
639
- The above copyright notice and this permission notice shall be included in
640
- all copies or substantial portions of the Software.
621
+ The above copyright notice and this permission notice shall be included in all
622
+ copies or substantial portions of the Software.
641
623
 
642
624
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
643
625
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
644
626
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
645
627
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
646
628
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
647
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
648
- THE SOFTWARE.
629
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
630
+ SOFTWARE.
649
631
 
650
632
  --------------------------------------------------------------------------------
651
- Package: @xterm/xterm
633
+ Package: @ng-formworks/core
652
634
  License: "MIT"
653
635
 
654
- Copyright (c) 2017-2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
655
- Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com)
656
- Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/)
636
+ MIT License
637
+
638
+ Copyright (c) 2014-2016 David Schnell-Davis 2018 Hamza Hamidi 2023 Zaheer M
639
+
640
+ Permission is hereby granted, free of charge, to any person obtaining a copy
641
+ of this software and associated documentation files (the "Software"), to deal
642
+ in the Software without restriction, including without limitation the rights
643
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
644
+ copies of the Software, and to permit persons to whom the Software is
645
+ furnished to do so, subject to the following conditions:
646
+
647
+ The above copyright notice and this permission notice shall be included in all
648
+ copies or substantial portions of the Software.
649
+
650
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
651
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
652
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
653
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
654
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
655
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
656
+ SOFTWARE.
657
+
658
+ --------------------------------------------------------------------------------
659
+ Package: @angular/cdk
660
+ License: "MIT"
661
+
662
+ The MIT License
663
+
664
+ Copyright (c) 2025 Google LLC.
657
665
 
658
666
  Permission is hereby granted, free of charge, to any person obtaining a copy
659
667
  of this software and associated documentation files (the "Software"), to deal
@@ -674,12 +682,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
674
682
  THE SOFTWARE.
675
683
 
676
684
  --------------------------------------------------------------------------------
677
- Package: file-saver
685
+ Package: uuid
678
686
  License: "MIT"
679
687
 
680
- The MIT License
688
+ The MIT License (MIT)
681
689
 
682
- Copyright © 2016 [Eli Grey][1].
690
+ Copyright (c) 2010-2020 Robert Kieffer and other contributors
683
691
 
684
692
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
685
693
 
@@ -687,48 +695,55 @@ The above copyright notice and this permission notice shall be included in all c
687
695
 
688
696
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
689
697
 
690
- [1]: http://eligrey.com
691
-
692
698
  --------------------------------------------------------------------------------
693
- Package: qrcode
694
- License: "MIT"
695
-
696
-
697
- --------------------------------------------------------------------------------
698
- Package: dijkstrajs
699
+ Package: json5
699
700
  License: "MIT"
700
701
 
701
- ```
702
- Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
702
+ MIT License
703
703
 
704
- Copyright (C) 2008
705
- Wyatt Baldwin <self@wyattbaldwin.com>
706
- All rights reserved
704
+ Copyright (c) 2012-2018 Aseem Kishore, and [others].
707
705
 
708
- Licensed under the MIT license.
706
+ Permission is hereby granted, free of charge, to any person obtaining a copy
707
+ of this software and associated documentation files (the "Software"), to deal
708
+ in the Software without restriction, including without limitation the rights
709
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
710
+ copies of the Software, and to permit persons to whom the Software is
711
+ furnished to do so, subject to the following conditions:
709
712
 
710
- http://www.opensource.org/licenses/mit-license.php
713
+ The above copyright notice and this permission notice shall be included in all
714
+ copies or substantial portions of the Software.
711
715
 
712
716
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
713
717
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
714
718
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
715
719
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
716
720
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
717
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
718
- THE SOFTWARE.
719
- ```
721
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
722
+ SOFTWARE.
723
+
724
+ [others]: https://github.com/json5/json5/contributors
720
725
 
721
726
  --------------------------------------------------------------------------------
722
- Package: engine.io-parser
727
+ Package: lodash-es
723
728
  License: "MIT"
724
729
 
725
- (The MIT License)
730
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
726
731
 
727
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
732
+ Based on Underscore.js, copyright Jeremy Ashkenas,
733
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
734
+
735
+ This software consists of voluntary contributions made by many
736
+ individuals. For exact contribution history, see the revision history
737
+ available at https://github.com/lodash/lodash
738
+
739
+ The following license applies to all parts of this software except as
740
+ documented below:
741
+
742
+ ====
728
743
 
729
744
  Permission is hereby granted, free of charge, to any person obtaining
730
745
  a copy of this software and associated documentation files (the
731
- 'Software'), to deal in the Software without restriction, including
746
+ "Software"), to deal in the Software without restriction, including
732
747
  without limitation the rights to use, copy, modify, merge, publish,
733
748
  distribute, sublicense, and/or sell copies of the Software, and to
734
749
  permit persons to whom the Software is furnished to do so, subject to
@@ -737,76 +752,41 @@ the following conditions:
737
752
  The above copyright notice and this permission notice shall be
738
753
  included in all copies or substantial portions of the Software.
739
754
 
740
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
755
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
741
756
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
742
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
743
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
744
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
745
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
746
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
747
- --------------------------------------------------------------------------------
748
- Package: @socket.io/component-emitter
749
- License: "MIT"
757
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
758
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
759
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
760
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
761
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
750
762
 
751
- (The MIT License)
763
+ ====
752
764
 
753
- Copyright (c) 2014 Component contributors <dev@component.io>
765
+ Copyright and related rights for sample code are waived via CC0. Sample
766
+ code is defined as all source code displayed within the prose of the
767
+ documentation.
754
768
 
755
- Permission is hereby granted, free of charge, to any person
756
- obtaining a copy of this software and associated documentation
757
- files (the "Software"), to deal in the Software without
758
- restriction, including without limitation the rights to use,
759
- copy, modify, merge, publish, distribute, sublicense, and/or sell
760
- copies of the Software, and to permit persons to whom the
761
- Software is furnished to do so, subject to the following
762
- conditions:
769
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
763
770
 
764
- The above copyright notice and this permission notice shall be
765
- included in all copies or substantial portions of the Software.
771
+ ====
766
772
 
767
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
768
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
769
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
770
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
771
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
772
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
773
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
774
- OTHER DEALINGS IN THE SOFTWARE.
773
+ Files located in the node_modules and vendor directories are externally
774
+ maintained libraries used by this software which have their own
775
+ licenses; we recommend you read them, as their terms may differ from the
776
+ terms above.
775
777
 
776
778
  --------------------------------------------------------------------------------
777
- Package: engine.io-client
779
+ Package: ngx-monaco-editor-v2
778
780
  License: "MIT"
779
781
 
780
- (The MIT License)
781
-
782
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
783
-
784
- Permission is hereby granted, free of charge, to any person obtaining
785
- a copy of this software and associated documentation files (the
786
- 'Software'), to deal in the Software without restriction, including
787
- without limitation the rights to use, copy, modify, merge, publish,
788
- distribute, sublicense, and/or sell copies of the Software, and to
789
- permit persons to whom the Software is furnished to do so, subject to
790
- the following conditions:
791
-
792
- The above copyright notice and this permission notice shall be
793
- included in all copies or substantial portions of the Software.
794
-
795
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
796
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
797
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
798
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
799
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
800
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
801
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
802
782
 
803
783
  --------------------------------------------------------------------------------
804
- Package: socket.io-client
784
+ Package: mobile-detect
805
785
  License: "MIT"
806
786
 
807
787
  The MIT License (MIT)
808
788
 
809
- Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
789
+ Copyright (c) 2013 Heinrich Goebl
810
790
 
811
791
  Permission is hereby granted, free of charge, to any person obtaining a copy
812
792
  of this software and associated documentation files (the "Software"), to deal
@@ -826,37 +806,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
826
806
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
827
807
  THE SOFTWARE.
828
808
  --------------------------------------------------------------------------------
829
- Package: socket.io-parser
809
+ Package: @xterm/addon-fit
830
810
  License: "MIT"
831
811
 
832
- (The MIT License)
833
-
834
- Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com>
812
+ Copyright (c) 2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
835
813
 
836
- Permission is hereby granted, free of charge, to any person obtaining a copy of
837
- this software and associated documentation files (the 'Software'), to deal in
838
- the Software without restriction, including without limitation the rights to
839
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
840
- the Software, and to permit persons to whom the Software is furnished to do so,
841
- subject to the following conditions:
814
+ Permission is hereby granted, free of charge, to any person obtaining a copy
815
+ of this software and associated documentation files (the "Software"), to deal
816
+ in the Software without restriction, including without limitation the rights
817
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
818
+ copies of the Software, and to permit persons to whom the Software is
819
+ furnished to do so, subject to the following conditions:
842
820
 
843
- The above copyright notice and this permission notice shall be included in all
844
- copies or substantial portions of the Software.
821
+ The above copyright notice and this permission notice shall be included in
822
+ all copies or substantial portions of the Software.
845
823
 
846
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
847
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
848
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
849
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
850
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
851
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
824
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
825
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
826
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
827
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
828
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
829
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
830
+ THE SOFTWARE.
852
831
 
853
832
  --------------------------------------------------------------------------------
854
- Package: @angular/platform-browser
833
+ Package: @xterm/addon-web-links
855
834
  License: "MIT"
856
835
 
857
- The MIT License
858
-
859
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
836
+ Copyright (c) 2017, The xterm.js authors (https://github.com/xtermjs/xterm.js)
860
837
 
861
838
  Permission is hereby granted, free of charge, to any person obtaining a copy
862
839
  of this software and associated documentation files (the "Software"), to deal
@@ -877,12 +854,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
877
854
  THE SOFTWARE.
878
855
 
879
856
  --------------------------------------------------------------------------------
880
- Package: @angular/common
857
+ Package: @xterm/xterm
881
858
  License: "MIT"
882
859
 
883
- The MIT License
884
-
885
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
860
+ Copyright (c) 2017-2019, The xterm.js authors (https://github.com/xtermjs/xterm.js)
861
+ Copyright (c) 2014-2016, SourceLair Private Company (https://www.sourcelair.com)
862
+ Copyright (c) 2012-2013, Christopher Jeffrey (https://github.com/chjj/)
886
863
 
887
864
  Permission is hereby granted, free of charge, to any person obtaining a copy
888
865
  of this software and associated documentation files (the "Software"), to deal
@@ -903,12 +880,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
903
880
  THE SOFTWARE.
904
881
 
905
882
  --------------------------------------------------------------------------------
906
- Package: @kurkle/color
883
+ Package: file-saver
907
884
  License: "MIT"
908
885
 
909
- The MIT License (MIT)
886
+ The MIT License
910
887
 
911
- Copyright (c) 2018-2024 Jukka Kurkela
888
+ Copyright © 2016 [Eli Grey][1].
912
889
 
913
890
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
914
891
 
@@ -916,29 +893,64 @@ The above copyright notice and this permission notice shall be included in all c
916
893
 
917
894
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
918
895
 
896
+ [1]: http://eligrey.com
897
+
919
898
  --------------------------------------------------------------------------------
920
- Package: chart.js
899
+ Package: qrcode
921
900
  License: "MIT"
922
901
 
923
- The MIT License (MIT)
924
902
 
925
- Copyright (c) 2014-2024 Chart.js Contributors
903
+ --------------------------------------------------------------------------------
904
+ Package: dijkstrajs
905
+ License: "MIT"
926
906
 
927
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
907
+ ```
908
+ Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
928
909
 
929
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
910
+ Copyright (C) 2008
911
+ Wyatt Baldwin <self@wyattbaldwin.com>
912
+ All rights reserved
930
913
 
931
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
914
+ Licensed under the MIT license.
915
+
916
+ http://www.opensource.org/licenses/mit-license.php
917
+
918
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
920
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
921
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
922
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
923
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
924
+ THE SOFTWARE.
925
+ ```
932
926
 
933
927
  --------------------------------------------------------------------------------
934
- Package: ng2-charts
928
+ Package: semver
929
+ License: "ISC"
930
+
931
+ The ISC License
932
+
933
+ Copyright (c) Isaac Z. Schlueter and Contributors
934
+
935
+ Permission to use, copy, modify, and/or distribute this software for any
936
+ purpose with or without fee is hereby granted, provided that the above
937
+ copyright notice and this permission notice appear in all copies.
938
+
939
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
940
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
941
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
942
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
943
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
944
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
945
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
946
+
947
+ --------------------------------------------------------------------------------
948
+ Package: emoji-js
935
949
  License: "MIT"
936
950
 
937
951
  The MIT License (MIT)
938
952
 
939
- Copyright (c) 2023 Valor Labs
940
- Copyright (c) 2023 Valor Software
941
- Copyright (c) 2023 Dmitriy Shekhovtsov<valorkin@gmail.com>
953
+ Copyright (c) 2015 Cal Henderson
942
954
 
943
955
  Permission is hereby granted, free of charge, to any person obtaining a copy
944
956
  of this software and associated documentation files (the "Software"), to deal
@@ -959,108 +971,58 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
959
971
  SOFTWARE.
960
972
 
961
973
  --------------------------------------------------------------------------------
962
- Package: lodash-es
974
+ Package: prismjs
963
975
  License: "MIT"
964
976
 
965
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
966
-
967
- Based on Underscore.js, copyright Jeremy Ashkenas,
968
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
969
-
970
- This software consists of voluntary contributions made by many
971
- individuals. For exact contribution history, see the revision history
972
- available at https://github.com/lodash/lodash
973
-
974
- The following license applies to all parts of this software except as
975
- documented below:
976
-
977
- ====
978
-
979
- Permission is hereby granted, free of charge, to any person obtaining
980
- a copy of this software and associated documentation files (the
981
- "Software"), to deal in the Software without restriction, including
982
- without limitation the rights to use, copy, modify, merge, publish,
983
- distribute, sublicense, and/or sell copies of the Software, and to
984
- permit persons to whom the Software is furnished to do so, subject to
985
- the following conditions:
986
-
987
- The above copyright notice and this permission notice shall be
988
- included in all copies or substantial portions of the Software.
989
-
990
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
991
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
992
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
993
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
994
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
995
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
996
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
997
-
998
- ====
999
-
1000
- Copyright and related rights for sample code are waived via CC0. Sample
1001
- code is defined as all source code displayed within the prose of the
1002
- documentation.
1003
-
1004
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
1005
-
1006
- ====
1007
-
1008
- Files located in the node_modules and vendor directories are externally
1009
- maintained libraries used by this software which have their own
1010
- licenses; we recommend you read them, as their terms may differ from the
1011
- terms above.
977
+ MIT LICENSE
1012
978
 
1013
- --------------------------------------------------------------------------------
1014
- Package: ngx-monaco-editor-v2
1015
- License: "MIT"
979
+ Copyright (c) 2012 Lea Verou
1016
980
 
981
+ Permission is hereby granted, free of charge, to any person obtaining a copy
982
+ of this software and associated documentation files (the "Software"), to deal
983
+ in the Software without restriction, including without limitation the rights
984
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
985
+ copies of the Software, and to permit persons to whom the Software is
986
+ furnished to do so, subject to the following conditions:
1017
987
 
1018
- --------------------------------------------------------------------------------
1019
- Package: atoa
1020
- License: "MIT"
988
+ The above copyright notice and this permission notice shall be included in
989
+ all copies or substantial portions of the Software.
1021
990
 
991
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
992
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
993
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
994
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
995
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
996
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
997
+ THE SOFTWARE.
1022
998
 
1023
999
  --------------------------------------------------------------------------------
1024
- Package: ticky
1000
+ Package: he
1025
1001
  License: "MIT"
1026
1002
 
1027
1003
 
1028
1004
  --------------------------------------------------------------------------------
1029
- Package: contra
1005
+ Package: marked
1030
1006
  License: "MIT"
1031
1007
 
1032
- The MIT License (MIT)
1033
-
1034
- Copyright © 2014 Nicolas Bevacqua
1035
-
1036
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1037
- this software and associated documentation files (the "Software"), to deal in
1038
- the Software without restriction, including without limitation the rights to
1039
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1040
- the Software, and to permit persons to whom the Software is furnished to do so,
1041
- subject to the following conditions:
1008
+ # License information
1042
1009
 
1043
- The above copyright notice and this permission notice shall be included in all
1044
- copies or substantial portions of the Software.
1010
+ ## Contribution License Agreement
1045
1011
 
1046
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1047
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1048
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1049
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1050
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1051
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1012
+ If you contribute code to this project, you are implicitly allowing your code
1013
+ to be distributed under the MIT license. You are also implicitly verifying that
1014
+ all code is your original work. `</legalese>`
1052
1015
 
1053
- --------------------------------------------------------------------------------
1054
- Package: custom-event
1055
- License: "MIT"
1016
+ ## Marked
1056
1017
 
1057
- Copyright (c) 2015 Nathan Rajlich
1018
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
1019
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
1058
1020
 
1059
1021
  Permission is hereby granted, free of charge, to any person obtaining a copy
1060
- of this software and associated documentation files (the "Software"), to
1061
- deal in the Software without restriction, including without limitation the
1062
- rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1063
- sell copies of the Software, and to permit persons to whom the Software is
1022
+ of this software and associated documentation files (the "Software"), to deal
1023
+ in the Software without restriction, including without limitation the rights
1024
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1025
+ copies of the Software, and to permit persons to whom the Software is
1064
1026
  furnished to do so, subject to the following conditions:
1065
1027
 
1066
1028
  The above copyright notice and this permission notice shall be included in
@@ -1070,44 +1032,54 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1070
1032
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1071
1033
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1072
1034
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1073
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1074
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1075
- IN THE SOFTWARE.
1035
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1036
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1037
+ THE SOFTWARE.
1076
1038
 
1077
- --------------------------------------------------------------------------------
1078
- Package: crossvent
1079
- License: "MIT"
1039
+ ## Markdown
1080
1040
 
1081
- The MIT License (MIT)
1082
-
1083
- Copyright © 2014 Nicolas Bevacqua
1084
-
1085
- Permission is hereby granted, free of charge, to any person obtaining a copy of
1086
- this software and associated documentation files (the "Software"), to deal in
1087
- the Software without restriction, including without limitation the rights to
1088
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1089
- the Software, and to permit persons to whom the Software is furnished to do so,
1090
- subject to the following conditions:
1091
-
1092
- The above copyright notice and this permission notice shall be included in all
1093
- copies or substantial portions of the Software.
1094
-
1095
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1096
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1097
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1098
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1099
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1100
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1041
+ Copyright © 2004, John Gruber
1042
+ http://daringfireball.net/
1043
+ All rights reserved.
1044
+
1045
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1046
+
1047
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1048
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
1049
+ * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1050
+
1051
+ This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
1101
1052
 
1102
1053
  --------------------------------------------------------------------------------
1103
- Package: dragula
1054
+ Package: ngx-md
1104
1055
  License: "MIT"
1105
1056
 
1106
1057
 
1107
1058
  --------------------------------------------------------------------------------
1108
- Package: ng2-dragula
1059
+ Package: @angular/core
1109
1060
  License: "MIT"
1110
1061
 
1062
+ The MIT License
1063
+
1064
+ Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
1065
+
1066
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1067
+ of this software and associated documentation files (the "Software"), to deal
1068
+ in the Software without restriction, including without limitation the rights
1069
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1070
+ copies of the Software, and to permit persons to whom the Software is
1071
+ furnished to do so, subject to the following conditions:
1072
+
1073
+ The above copyright notice and this permission notice shall be included in
1074
+ all copies or substantial portions of the Software.
1075
+
1076
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1077
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1078
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1079
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1080
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1081
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1082
+ THE SOFTWARE.
1111
1083
 
1112
1084
  --------------------------------------------------------------------------------
1113
1085
  Package: @popperjs/core
@@ -1161,7 +1133,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1161
1133
  THE SOFTWARE.
1162
1134
 
1163
1135
  --------------------------------------------------------------------------------
1164
- Package: @angular/router
1136
+ Package: @angular/forms
1165
1137
  License: "MIT"
1166
1138
 
1167
1139
  The MIT License
@@ -1187,12 +1159,94 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1187
1159
  THE SOFTWARE.
1188
1160
 
1189
1161
  --------------------------------------------------------------------------------
1190
- Package: @angular/core
1162
+ Package: engine.io-parser
1191
1163
  License: "MIT"
1192
1164
 
1193
- The MIT License
1165
+ (The MIT License)
1194
1166
 
1195
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
1167
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1168
+
1169
+ Permission is hereby granted, free of charge, to any person obtaining
1170
+ a copy of this software and associated documentation files (the
1171
+ 'Software'), to deal in the Software without restriction, including
1172
+ without limitation the rights to use, copy, modify, merge, publish,
1173
+ distribute, sublicense, and/or sell copies of the Software, and to
1174
+ permit persons to whom the Software is furnished to do so, subject to
1175
+ the following conditions:
1176
+
1177
+ The above copyright notice and this permission notice shall be
1178
+ included in all copies or substantial portions of the Software.
1179
+
1180
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1181
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1182
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1183
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1184
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1185
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1186
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1187
+ --------------------------------------------------------------------------------
1188
+ Package: @socket.io/component-emitter
1189
+ License: "MIT"
1190
+
1191
+ (The MIT License)
1192
+
1193
+ Copyright (c) 2014 Component contributors <dev@component.io>
1194
+
1195
+ Permission is hereby granted, free of charge, to any person
1196
+ obtaining a copy of this software and associated documentation
1197
+ files (the "Software"), to deal in the Software without
1198
+ restriction, including without limitation the rights to use,
1199
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
1200
+ copies of the Software, and to permit persons to whom the
1201
+ Software is furnished to do so, subject to the following
1202
+ conditions:
1203
+
1204
+ The above copyright notice and this permission notice shall be
1205
+ included in all copies or substantial portions of the Software.
1206
+
1207
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1208
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1209
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1210
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1211
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1212
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1213
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1214
+ OTHER DEALINGS IN THE SOFTWARE.
1215
+
1216
+ --------------------------------------------------------------------------------
1217
+ Package: engine.io-client
1218
+ License: "MIT"
1219
+
1220
+ (The MIT License)
1221
+
1222
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1223
+
1224
+ Permission is hereby granted, free of charge, to any person obtaining
1225
+ a copy of this software and associated documentation files (the
1226
+ 'Software'), to deal in the Software without restriction, including
1227
+ without limitation the rights to use, copy, modify, merge, publish,
1228
+ distribute, sublicense, and/or sell copies of the Software, and to
1229
+ permit persons to whom the Software is furnished to do so, subject to
1230
+ the following conditions:
1231
+
1232
+ The above copyright notice and this permission notice shall be
1233
+ included in all copies or substantial portions of the Software.
1234
+
1235
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
1236
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1237
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1238
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1239
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1240
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1241
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1242
+
1243
+ --------------------------------------------------------------------------------
1244
+ Package: socket.io-client
1245
+ License: "MIT"
1246
+
1247
+ The MIT License (MIT)
1248
+
1249
+ Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
1196
1250
 
1197
1251
  Permission is hereby granted, free of charge, to any person obtaining a copy
1198
1252
  of this software and associated documentation files (the "Software"), to deal
@@ -1211,6 +1265,30 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1211
1265
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1212
1266
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1213
1267
  THE SOFTWARE.
1268
+ --------------------------------------------------------------------------------
1269
+ Package: socket.io-parser
1270
+ License: "MIT"
1271
+
1272
+ (The MIT License)
1273
+
1274
+ Copyright (c) 2014 Guillermo Rauch <guillermo@learnboost.com>
1275
+
1276
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1277
+ this software and associated documentation files (the 'Software'), to deal in
1278
+ the Software without restriction, including without limitation the rights to
1279
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1280
+ the Software, and to permit persons to whom the Software is furnished to do so,
1281
+ subject to the following conditions:
1282
+
1283
+ The above copyright notice and this permission notice shall be included in all
1284
+ copies or substantial portions of the Software.
1285
+
1286
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1287
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1288
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1289
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1290
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1291
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1214
1292
 
1215
1293
  --------------------------------------------------------------------------------
1216
1294
  Package: @auth0/angular-jwt
@@ -1239,7 +1317,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1239
1317
  SOFTWARE.
1240
1318
 
1241
1319
  --------------------------------------------------------------------------------
1242
- Package: @angular/forms
1320
+ Package: @angular/router
1243
1321
  License: "MIT"
1244
1322
 
1245
1323
  The MIT License
@@ -1329,32 +1407,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1329
1407
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1330
1408
  SOFTWARE.
1331
1409
 
1332
- --------------------------------------------------------------------------------
1333
- Package: @angular/animations
1334
- License: "MIT"
1335
-
1336
- The MIT License
1337
-
1338
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
1339
-
1340
- Permission is hereby granted, free of charge, to any person obtaining a copy
1341
- of this software and associated documentation files (the "Software"), to deal
1342
- in the Software without restriction, including without limitation the rights
1343
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1344
- copies of the Software, and to permit persons to whom the Software is
1345
- furnished to do so, subject to the following conditions:
1346
-
1347
- The above copyright notice and this permission notice shall be included in
1348
- all copies or substantial portions of the Software.
1349
-
1350
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1351
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1352
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1353
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1354
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1355
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1356
- THE SOFTWARE.
1357
-
1358
1410
  --------------------------------------------------------------------------------
1359
1411
  Package: rxjs
1360
1412
  License: "Apache-2.0"